Opened 13 years ago
Closed 8 years ago
#32055 closed defect (fixed)
dpkg: Undefined symbols __obstack_begin __obstack_newchunk _obstack_free
Reported by: | rudloff@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | tiger | Cc: | cooljeanius (Eric Gallager), xeron (Ivan Larionov), mojca (Mojca Miklavec) |
Port: | dpkg |
Description
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: __obstack_begin __obstack_newchunk _obstack_free
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _strnlen
Attachments (1)
Change History (11)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | landonf@… removed |
---|---|
Owner: | changed from macports-tickets@… to landonf@… |
Summary: | [dpkg] Undefined symbols → dpkg: Undefined symbols __obstack_begin __obstack_newchunk _obstack_free |
comment:2 Changed 13 years ago by afb@…
comment:4 Changed 13 years ago by afb@…
Hmm, it does build the right code (obstack.o strnlen.o) and does link the right library (libcompat.a)...
That should have worked.
comment:6 Changed 12 years ago by cooljeanius (Eric Gallager)
I'm working on updating dpkg
to a newer version in #39018 if anyone wants to help me and test to see if this error occurs with the newer version, too... (I don't have a Tiger machine...)
comment:7 Changed 10 years ago by jmroot (Joshua Root)
Owner: | changed from landonf@… to macports-tickets@… |
---|
comment:8 Changed 9 years ago by mojca (Mojca Miklavec)
Cc: | xeron.oskom@… mojca@… added |
---|---|
Version: | 2.0.3 |
The dpkg
port has been upgraded, see #39018. I'm not sure if we have any Tiger users left that could test whether the new version fixes that bug, so I'm inclined to close this report (unless we have someone to upload the latest log on the older hardware available).
comment:10 Changed 8 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Both of those should be in the libcompat library, and detected by the "configure" step (that is not listed in the main.log, since it's not a complete logfile from a clean port but only of the "build" step - please add complete log)