Opened 5 years ago
Closed 5 years ago
#58939 closed defect (fixed)
xgawk fails to build when expat is installed
Reported by: | wnishida | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | xgawk |
Description
I encountered a build failure while installing xgawk @3.1.6a-20090408_2. Attached a log file. Thank you for your consideration.
Attachments (1)
Change History (5)
Changed 5 years ago by wnishida
comment:1 Changed 5 years ago by kencu (Ken)
comment:2 Changed 5 years ago by jmroot (Joshua Root)
Keywords: | xgawk removed |
---|---|
Port: | xgawk added |
Nothing too mysterious in this case, it's simply not linking with libiconv for some reason despite using its symbols.
comment:3 Changed 5 years ago by jmroot (Joshua Root)
Summary: | xgawk build failure on MacPorts 2.5.4 → xgawk fails to build when expat is installed |
---|
comment:4 Changed 5 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We see these issues with
libiconv
all the time:Whenever it's brought up 57821 and 43698 the issue always seems to be something not quite perfect with the way the port includes the headers and libraries.
It's certainly a PITA, though, as if you search for this error in MacPorts, you will find many many many examples of it.
Ryan and Josh seem to know the most about how to fix it.