Created attachment 196685 [details] knot 2.7.2 This is the patch to update knot2 to 2.7.2 Additional info: - It contains the patches of PR229732 - but doesn't seem to solve the problem (but still improves some troubles). - It bypasses PR230841 (version 2.7.1) - The lack of PR230841 of this PR is blocking PR230842 (as knot-resolver requires a newer libknot). - I've tested it successful, both manual and in poudries, for all current FreeBSD versions on i386 and amd64.
*** Bug 230841 has been marked as a duplicate of this bug. ***
Fails to build with all options unset on current (11.2a, 11.1a, 10.4i are fine). http://people.freebsd.org/~pi/logs/dns__knot2-cur-1535879174.txt Any ideas ?
Fails to apply cleanly for me @Kurt: looks like a linker issue; try either adding LLD_UNSAFE=yes or add -fPIC to cflags
Created attachment 196884 [details] knot 2.7.2 ...better? I tried this patch, identical to previous - plus the LLD_UNSAFE set. Setup a new 11.2 server (all vanilla) with fresh poudriere jails (10.4/11.1/11.2/12.0-ALPHA4). And (again) all is fine, except for what was already anticipated on (i386 on 11.2 / 12.0). Then I also tried without LLD_UNSAFE, in hope to replicate the linker error, but I'm unable to so.
*** This bug has been marked as a duplicate of bug 232284 ***