Opened 4 years ago

Closed 4 years ago

#60921 closed defect (invalid)

bison @3.7: Undefined symbols _ostream_printf _styled_ostream_set_hyperlink

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.3
Keywords: Cc:
Port: bison

Description

Undefined symbols for architecture x86_64:
  "_ostream_printf", referenced from:
      _complains in bison-complain.o
  "_styled_ostream_set_hyperlink", referenced from:
      _complains in bison-complain.o
ld: symbol(s) not found for architecture x86_64

Attachments (1)

main.log.bz2 (15.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 4 years ago.

Download all attachments as: .zip

Change History (3)

Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Oh thanks! So this is happening only on my system, because I have gettext 0.20.2 installed (because I was working on https://github.com/macports/macports-ports/pull/7399). Those using gettext 0.19.8.1 won't see the problem because it doesn't include libtextstyle, and once we update to gettext 0.21 it will have a new enough libtextstyle that bison won't have this problem.

Note: See TracTickets for help on using tickets.