Opened 20 years ago
Closed 20 years ago
#2101 closed defect (worksforme)
BUG: gettext
Reported by: | hopperj@… | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gettext is failing because its trying to build the included libintl and use the dylibs. but the internal build of libintl is creating softlinks to libintl.3.4.0.dylib but it is not building this dylib.
Change History (6)
comment:1 Changed 20 years ago by jmatthews@…
comment:2 Changed 20 years ago by digdog@…
Owner: | changed from darwinports-bugs@… to digdog@… |
---|
comment:3 Changed 20 years ago by digdog@…
Owner: | changed from digdog@… to darwinports-bugs@… |
---|
comment:5 Changed 20 years ago by snu@…
Owner: | changed from darwinports-bugs@… to toby@… |
---|---|
Summary: | todays checkout wont build gettext → BUG: gettext |
comment:6 Changed 20 years ago by toby@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No response from submitter; cannot reproduce.
Note: See
TracTickets for help on using
tickets.
I get the same result: ... gcc: ../intl/.libs/libintl.dylib: No such file or directory make[3]: * [gettext] Error 1 ... The file libintl.dylib is a softlink (gettext-runtime/intl/.libs/libintl.dylib -> libintl.3.4.0.dylib), but libintl.3.4.0.dylib doesn't exist.
John