Ticket #32055 (new defect)
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
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
Note: See
TracTickets for help on using
tickets.

