Re: Can I please get some help with my port of dell Racadm? (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201799)
Gleb Popov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <CALH631m7f52D=0kE4XHZvO6dFogcQ8_XVzo704OUhhx2jYpFSg@mail.gmail.com> |
I didn't read the whole thread, sorry upfront. Just want to point out that
1. poudriere-devel now handle linuxulator ports correctly
2, Some care should be taken to make Linux binaries act on
${LINUXBASE} rather than native files. I mainly talk about the FS
paths resolution algorithm there.
3. Symlinks are the pain and should be treated with extreme care.
Here's an example that took me a while to fix properly:
https://github.com/freebsd/freebsd-ports/blob/6b4bc2602018ec1d81800bb1fb22ef55fc0b814c/security/linux-rl9-ca-certificates/Makefile#L60-L63
Let me know if you still have a problem with your port and need help with that.