GNU gettext - Bugs: bug #45527, Build fails on Mac OS X 10.6 and...
You are not allowed to post comments on this tracker with your current authentication level.
bug #45527: Build fails on Mac OS X 10.6 and earlier: Undefined symbols: "_stpncpy"
Submitter: | Ryan Schmidt <ryandesign> | ||
Submitted: | Sat 11 Jul 2015 12:39:29 PM UTC | ||
Category: | Build | Severity: | 3 - Normal |
Item Group: | None | Status: | Fix Released |
Privacy: | Public | Assigned to: | ueno |
Open/Closed: | Closed |
( Jump to the original submission )
Fri 24 Jul 2015 06:51:11 AM UTC, comment #6: |
Daiki Ueno <ueno>![]() ![]() |
Sun 12 Jul 2015 11:08:04 PM UTC, comment #5: Ok, I've confirmed your fix works too, once git is installed. I'm happy with this solution for now, but hopefully you can release a new version with the fix eventually. I'm not sure how many users on 10.6 or earlier would build gettext themselves. Probably developers are using newer systems by now, and users on those old systems would get gettext from a package manager. Looks like Fink and Homebrew haven't updated their gettext packages to this version yet—Fink is on 0.19.3 and Homebrew is on 0.19.4—so they're not affected by the problem yet.
|
Ryan Schmidt <ryandesign> |
Sun 12 Jul 2015 08:41:45 PM UTC, comment #4: Oh, oops, it didn't work for us because we aren't actually running ./autogen.sh. And doing so isn't convenient because that requires the git program to be present...
|
Ryan Schmidt <ryandesign> |
Sun 12 Jul 2015 08:35:32 PM UTC, comment #3: Thanks, but that doesn't seem to fix it. In the mean time, one of our developers has fixed it in MacPorts this way:
|
Ryan Schmidt <ryandesign> |
Sat 11 Jul 2015 11:30:15 PM UTC, comment #2: Ugh, sorry, the gnulib stpncpy module was not imported to libgettextpo. That should be fixed with:
|
Daiki Ueno <ueno>![]() ![]() |
Sat 11 Jul 2015 01:10:00 PM UTC, comment #1: The replacement stpncpy is pulled from gnulib. If the check or replacement code doesn't work on older Mac OS X, I'd suggest to consult the gnulib people (bug-gnulib@gnu.org).
|
Daiki Ueno <ueno>![]() ![]() |
Sat 11 Jul 2015 12:39:29 PM UTC, original submission:
Hello,
|
Ryan Schmidt <ryandesign> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Now that 0.19.5.1 was released, I am closing this. Thanks for the report and confirmation.