http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50027
Summary: gettext 1.8.11 do not compile for me on freebsd 8.2
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: other
AssignedTo: [email protected]
ReportedBy: [email protected]
I am trying to compile and install gettext on my freebsd 8.2
I am using this source code from
http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz
here is compile errors...
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H
-DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I..
-I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl
-I./libcroco -D_THREAD_SAFE -I/usr/local/include -g -O2 -c -o
libcroco/libcroco_rpl_la-cr-tknzr.lo `test -f 'libcroco/cr-tknzr.c' || echo
'./'`libcroco/cr-tknzr.c
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\"
-DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1
-DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -I../intl -I./libcroco -D_THREAD_SAFE
-I/usr/local/include -g -O2 -c libcroco/cr-tknzr.c -fPIC -DPIC -o
libcroco/.libs/libcroco_rpl_la-cr-tknzr.o
libcroco/cr-tknzr.c: In function 'cr_tknzr_get_next_token':
libcroco/cr-tknzr.c:2628: error: unrecognizable insn:
(insn 4590 1605 1607 173 libcroco/cr-tknzr.c:1336 (parallel [
(set (fix:HI (nil))
(fix:HI (nil)))
(ctz:SI (reg/f:SI 7 sp))
(set (ctz:SI (reg/f:SI 7 sp))
(fix:SI (reg:DF 168 [ D.8490 ])))
]) -1 (nil)
(expr_list:REG_DEAD (reg:DF 168 [ D.8490 ])
(nil)))
libcroco/cr-tknzr.c:2628: internal compiler error: in extract_insn, at
recog.c:2077
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1
Stop in /root/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** Error code 1
Stop in /root/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** Error code 1
Stop in /root/gettext-0.18.1.1/gettext-tools.
*** Error code 1
Stop in /root/gettext-0.18.1.1.
METALBSD#
METALBSD#
here is my system and gcc versions infos
METALBSD#
METALBSD#
METALBSD# uname -a
FreeBSD METALBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC
2011 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
METALBSD# gcc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
METALBSD#
METALBSD#
METALBSD#