Opened 14 years ago

Closed 14 years ago

#25064 closed defect (fixed)

ntfsprogs: Undefined symbols _libintl_setlocale with gettext 0.18

Reported by: tyson@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: ntfsprogs

Description

When I try to install ntfsprogs, the building process always fails (full output attached):

$ sudo port -d install ntfsprogs
...
Undefined symbols:
  "_libintl_setlocale", referenced from:
      _utils_set_locale in utils.o
      _utils_set_locale in utils.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [ntfsfix] Error 1
make[2]: *** Waiting for unfinished jobs....
Undefined symbols:
  "_libintl_setlocale", referenced from:
      _utils_set_locale in utils.o
      _utils_set_locale in utils.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

I have tried uninstalling & cleaning, but the problem persists. It seems like it may need another prerequisite, but there isn't a libintl port.

Attachments (1)

ntfsprogs-output.txt (2.4 KB) - added by tyson@… 14 years ago.
full command debug output

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by tyson@…

Attachment: ntfsprogs-output.txt added

full command debug output

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: ntfsprogs-2.0.0 build failure - missing libintl symbolsntfsprogs: Undefined symbols _libintl_setlocale with gettext 0.18

libintl is the internationalization library. It is provided by gettext. This problem is probably another casualty of gettext 0.18; see #25012 for the same error with another port.

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

Resolution: fixed
Status: assignedclosed

Fixed in r68218.

Note: See TracTickets for help on using tickets.