Bug 224118 - ports/gettext-tools: Fails to build on powerpc64
Summary: ports/gettext-tools: Fails to build on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-05 16:36 UTC by Breno Leitao
Modified: 2018-02-02 15:09 UTC (History)
1 user (show)

See Also:


Attachments
Config log text (7.22 KB, text/x-log)
2017-12-05 16:38 UTC, Breno Leitao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Breno Leitao 2017-12-05 16:36:32 UTC
Currently gettext-tools fails to build on powerpc64 systems. It returns the following error:


--- localcharset.lo ---
/bin/sh ../libtool  --tag=CC --mode=compile cc -std=gnu99 -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\"  -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL  -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC  -Dset_relocation_prefix=libintl_set_relocation_prefix  -Drelocate=libintl_relocate  -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -O2 -pipe  -DLIBICONV_PLUG -fno-strict-aliasing -fvisibility=hidden  ../../gettext-runtime/intl/localcharset.c
libtool: compile:  cc -std=gnu99 -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I../../gettext-runtime/intl -I.. -I/usr/local/include -DLIBICONV_PLUG -D_THREAD_SAFE -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -fvisibility=hidden ../../gettext-runtime/intl/localcharset.c  -fPIC -DPIC -o .libs/localcharset.o
../../gettext-runtime/intl/localcharset.c: In function 'get_charset_aliases':
../../gettext-runtime/intl/localcharset.c:172: error: 'HAVE_WORKING_O_NOFOLLOW' undeclared (first use in this function)
../../gettext-runtime/intl/localcharset.c:172: error: (Each undeclared identifier is reported only once
../../gettext-runtime/intl/localcharset.c:172: error: for each function it appears in.)
*** [localcharset.lo] Error code 1
Comment 1 Breno Leitao 2017-12-05 16:38:11 UTC
This is version gettext-0.19.8.1.
Comment 2 Breno Leitao 2017-12-05 16:38:43 UTC
Created attachment 188560 [details]
Config log text
Comment 3 Breno Leitao 2018-02-02 15:09:32 UTC
This is fixed on current aports now.