Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 21:56:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193180] cad/spice build failure
Message-ID:  <bug-193180-13-s2VnjcPbba@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193180-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193180-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193180

--- Comment #1 from russo@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193180-13-s2VnjcPbba>