[Bug 246676] security/nss: fails to cross-build for armv7 using native-xtools

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 23 13:28:02 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246676

            Bug ID: 246676
           Summary: security/nss: fails to cross-build for armv7 using
                    native-xtools
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko at FreeBSD.org
          Reporter: felix at palmen-it.de
          Assignee: gecko at FreeBSD.org
             Flags: maintainer-feedback?(gecko at FreeBSD.org)

Created attachment 214780
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=214780&action=edit
fix the build with native-xtools

When using native-xtools, cross-building the port fails for libraries not
found:

ld: error: unable to find library -lplc4
ld: error: unable to find library -lplds4
ld: error: unable to find library -lnspr4

full log:
http://home.palmen-it.de/testbuilder/data/13xarm7-default/2020-05-22_17h47m36s/logs/errors/nss-3.52.1.log

The port sets LIBRARY_PATH, and the linker seems to look there for libraries
automatically, but the one from native-xtools doesn't. Thanks to RhodiumToad
@#freebsd-ports for helping to analyze this!

The fix is to replace this with NSPR_LIB_DIR, which causes the build system to
add an explicit -L flag, see attached patch.

A few test builds with the change applied:

11.3/i386:
http://home.palmen-it.de/testbuilder/data/113i-default/2020-05-23_12h05m07s/logs/nss-3.52.1.log
13/amd64:
http://home.palmen-it.de/testbuilder/data/13a-default/2020-05-23_12h01m03s/logs/nss-3.52.1.log
13/armv7-cross:
http://home.palmen-it.de/testbuilder/data/13xarm7-default/2020-05-23_15h11m50s/logs/nss-3.52.1.log

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list