New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32055 (new defect)

Opened 19 months ago

Last modified 13 days ago

dpkg: Undefined symbols __obstack_begin __obstack_newchunk _obstack_free

Reported by: rudloff@… Owned by: landonf@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: tiger Cc: egall@…
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

main.log (59.6 KB) - added by rudloff@… 18 months ago.
Full log

Change History

comment:1 Changed 19 months ago by ryandesign@…

  • Owner changed from macports-tickets@… to landonf@…
  • Cc landonf@… removed
  • Summary changed from [dpkg] Undefined symbols to dpkg: Undefined symbols __obstack_begin __obstack_newchunk _obstack_free

comment:2 Changed 19 months ago by afb@…

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)

checking for strnlen... no
checking for obstack_free... no

Changed 18 months ago by rudloff@…

Full log

comment:3 Changed 18 months ago by rudloff@…

Here is the full log.

comment:4 Changed 18 months 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:5 Changed 3 weeks ago by egall@…

  • Cc egall@… added

Cc Me!

comment:6 Changed 13 days ago by egall@…

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...)

Note: See TracTickets for help on using tickets.