[Bug 193180] cad/spice build failure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 30 21:56:59 UTC 2014


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

--- Comment #1 from russo at bogodyn.org ---
FWIW, the symbols that the linker is complaining about are all present as
defined symbols (not just undefined references) in .a files in
work/spice3f5/FreeBSD/obj/lib that are not being included on the link line
(e.g. inp.a, fte.a, etc.) with the exception of DEVmaxnum, which appears in
none of those libraries except as undefined references:

>nm inp.a | grep INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
         U INPgetTok
00000000 T INPgetTok
         U INPgetTok
         U INPgetTok
> nm inp.a | grep IFnewUid
00000080 T IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid
         U IFnewUid

So clearly *something* changed that stopped putting these libraries onto the
link line.

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


More information about the freebsd-ports-bugs mailing list