Subject: pkg/32854: gettext & gcc -m64 on amd64
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 02/16/2006 15:00:01
>Number: 32854
>Category: pkg
>Synopsis: gettext & gcc -m64 on amd64
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Feb 16 15:00:01 +0000 2006
>Originator: Gilles Dauphin
>Release: SunOS 5.10 i86pc
>Organization:
ENST
>Environment:
System: SunOS bi.enst.fr 5.10 Generic_118844-20 i86pc
>Description:
gettext wont't compile with gcc -m64 on Solaris10 amd64
/usr/bin/bash ../libtool --tag=CC --mode=compile gcc -DEXEEXT=\"\" -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -I. -I. -I.. -I. -I. -I.. -I../intl -I../intl -I/usr/pkg/include -I/usr/include -O -I/usr/pkg/include -I/usr/include -c -o vasprintf.lo vasprintf.c
gcc -DEXEEXT=\"\" -DDEPENDS_ON_LIBINTL=1 -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/pkg/lib\" -I. -I.. -I../intl -I/usr/pkgsrc/devel/gettext-tools/work/.buildlink/include -O -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o
vasprintf.c: In function `int_vasprintf':
vasprintf.c:43: error: array initialized from non-constant array expression
vasprintf.c: In function `vasprintf':
vasprintf.c:125: warning: passing arg 3 of `int_vasprintf' from incompatible pointer type
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/devel/gettext-tools/work/gettext-0.14.5/gettext-tools/lib
*** Error code 1
>How-To-Repeat:
bmake in gettext
>Fix:
don't know