Bug 224118

Summary: ports/gettext-tools: Fails to build on powerpc64
Product: Ports & Packages Reporter: Breno Leitao <breno.leitao>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Config log text none

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.