This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11458] New: cc1: conversion from UTF-8 to UCS-4BE not supported by iconv
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2003 03:31:04 -0000
- Subject: [Bug bootstrap/11458] New: cc1: conversion from UTF-8 to UCS-4BE not supported by iconv
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11458
Summary: cc1: conversion from UTF-8 to UCS-4BE not supported by
iconv
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: hppa64-hp-hpux11.11
GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11
The following error occurs in stage 1:
/bin/sh ../../gcc/gcc/mkconfig.sh tconfig.h
/xxx/gnu/gcc-3.3/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.3/objdir/gcc/ -B/opt/gnu64/hpp
a64-hp-hpux11.11/bin/ -B/opt/gnu64/hppa64-hp-hpux11.11/lib/ -isystem /opt/gnu64/
hppa64-hp-hpux11.11/include -isystem /opt/gnu64/hppa64-hp-hpux11.11/sys-include
-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototype
s -isystem ./include -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/
config -I../../gcc/gcc/../include -I../intl -g0 -finhibit-size-directive -fno-i
nline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time
\
-c ../../gcc/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
cc1: conversion from UTF-8 to UCS-4BE not supported by iconv
make[2]: *** [crtbegin.o] Error 1
The configure command used was:
../gcc/configure --with-gnu-as --with-as=/opt/gnu64/bin/as --with-ld=/usr/ccs/bi
n/ld --enable-shared --disable-nls --with-local-prefix=/opt/gnu64 --prefix=/opt/
gnu64 --host=hppa64-hp-hpux11.11 &&
I also see:
if [ -d "/usr/include" ]; \
then \
CC="/xxx/gnu/gcc-3.3/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.3/objdir/gcc/ -B/opt/gnu
64/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/hppa64-hp-hpux11.11/lib/ -isystem /opt/
gnu64/hppa64-hp-hpux11.11/include -isystem /opt/gnu64/hppa64-hp-hpux11.11/sys-in
clude -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototy
pes -isystem ./include -I. -I../../gcc/gcc -isystem include -isystem /usr/in
clude"; \
export CC; \
/bin/sh ../../gcc/gcc/scan-types.sh "../../gcc/gcc" >tmp-deduced.h; \
mv tmp-deduced.h deduced.h; \
else \
echo timestamp > deduced.h; \
fi
cc1: conversion from UTF-8 to UCS-4BE not supported by iconv
scan-types: could not invoke /xxx/gnu/gcc-3.3/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.3
/objdir/gcc/ -B/opt/gnu64/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/hppa64-hp-hpux11
.11/lib/ -isystem /opt/gnu64/hppa64-hp-hpux11.11/include -isystem /opt/gnu64/hpp
a64-hp-hpux11.11/sys-include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototyp
es -Wmissing-prototypes -isystem ./include -I. -I../../gcc/gcc -isystem include
-isystem /usr/include -E -I../../gcc/gcc/ on st-dummy.c
and
/xxx/gnu/gcc-3.3/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.3/objdir/gcc/ -B/opt/gnu64/hpp
a64-hp-hpux11.11/bin/ -B/opt/gnu64/hppa64-hp-hpux11.11/lib/ -isystem /opt/gnu64/
hppa64-hp-hpux11.11/include -isystem /opt/gnu64/hppa64-hp-hpux11.11/sys-include
fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
| sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
| ./gen-protos >xsys-protos.hT
cc1: conversion from UTF-8 to UCS-4BE not supported by iconv