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)
Change History (3)
Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 4 years ago by kencu (Ken)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
<https://github.com/Homebrew/homebrew-core/issues/58819>