Hi!

----

Does anyone know what the following error means:
-- snip --
/home/test001/ksh93/on_build1/test1_x86/usr/src/tools/proto/opt/onbld/bin/i386/cw
-_cc -O  -K pic -xspace -Xa  -xildoff -errtags=yes -errwarn=%all
-erroff=E_EMPTY_TRANSLATION_UNIT -erroff=E_STATEMENT_NOT_REACHED
-xc99=%all    -W0,-xglobalstatic -DWORDEXP_KSH93=1 -v -g -xc99=%all
-W0,-noglobal -_gcc=-fno-dwarf2-indirect-strings -xdebugformat=stabs
-xinline= -DTHREAD_DEBUG  -g -xc99=%all -W0,-noglobal
-_gcc=-fno-dwarf2-indirect-strings -xdebugformat=stabs -D_REENTRANT
-Di386   -I../i386/inc -I../inc -DTEXT_DOMAIN=\"SUNW_OST_OSLIB\"
-D_TS_ERRNO 
-I/home/test001/ksh93/on_build1/test1_x86/proto/root_i386/usr/include   
-DPIC -D_REENTRANT -c -DM_I18N_MB -DI18N \
-I../i386/../port/regex \
-I../i386/../port/gen -o pics/wordexp.o ../port/regex/wordexp.c
+ /usr/sfw/bin/gcc -fident -finline -fno-inline-functions -fno-builtin
-fno-asm -nodefaultlibs -D__sun -O -fpic -Wall -Wno-unknown-pragmas
-Wno-missing-braces -Wno-sign-compare -Wno-parentheses
-Wno-uninitialized -Wno-implicit-function-declaration -Wno-unused
-Wno-trigraphs -Wno-char-subscripts -Wno-switch -Werror -std=gnu99
-DWORDEXP_KSH93=1 -gdwarf-2 -std=gnu99 -fno-dwarf2-indirect-strings
-DTHREAD_DEBUG -gdwarf-2 -std=gnu99 -fno-dwarf2-indirect-strings
-D_REENTRANT -Di386 -I../i386/inc -I../inc
-DTEXT_DOMAIN="SUNW_OST_OSLIB" -D_TS_ERRNO
-I/home/test001/ksh93/on_build1/test1_x86/proto/root_i386/usr/include
-DPIC -D_REENTRANT -c -DM_I18N_MB -DI18N -I../i386/../port/regex
-I../i386/../port/gen -o /tmp/.cwCAAYpaaqk.o ../port/regex/wordexp.c
+ /opt/SUNWspro/bin/cc -O -K pic -xspace -Xa -xildoff -errtags=yes
-errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT
-erroff=E_STATEMENT_NOT_REACHED -xc99=%all -W0,-xglobalstatic
-DWORDEXP_KSH93=1 -v -g -xc99=%all -W0,-noglobal -xdebugformat=stabs
-xinline= -DTHREAD_DEBUG -g -xc99=%all -W0,-noglobal -xdebugformat=stabs
-D_REENTRANT -Di386 -I../i386/inc -I../inc
-DTEXT_DOMAIN="SUNW_OST_OSLIB" -D_TS_ERRNO
-I/home/test001/ksh93/on_build1/test1_x86/proto/root_i386/usr/include
-DPIC -D_REENTRANT -c -DM_I18N_MB -DI18N -I../i386/../port/regex
-I../i386/../port/gen -o pics/wordexp.o ../port/regex/wordexp.c
ERROR: ctfconvert: pics/wordexp.o: Couldn't parse stab "#vla0:(0,14)"
(source file pics/wordexp.o)
Removing pics/wordexp.o
*** Error code 1
The following command caused the error:
/usr/ccs/bin/mcs -d -a "@(#)SunOS 5.11 test1_x86 October 2007" -a
"@(#)SunOS Internal Development:  `echo $LOGNAME` `date +%Y-%m-%d` `echo
[\`basename $CODEMGR_WS\`]`" pics/wordexp.o ;
/home/test001/ksh93/on_build1/test1_x86/usr/src/tools/proto/opt/onbld/bin/i386/ctfconvert
-i -L VERSION pics/wordexp.o
make: Fatal error: Command failed for target `pics/wordexp.o'
Current working directory
/home/test001/ksh93/on_build1/test1_x86/usr/src/lib/libc/i386
*** Error code 1
The following command caused the error:
cd i386; pwd; VERSION='test1_x86' make libc.so.1
make: Fatal error: Command failed for target `i386/libc.so.1'
Current working directory
/home/test001/ksh93/on_build1/test1_x86/usr/src/lib/libc
-- snip --

This happens when I compile the ksh93-integration prototype004
(B51-based) on a AMD64/B48 machine (with $ export
BUILD_KSH93_AS_BINKSH=1 # ; the matching source can be found in
http://svn.genunix.org/repos/on/branches/ksh93/gisburn/prototype004/usr/src/lib/libc/port/regex/wordexp.c)
... and I have no clue what may cause the problem (the code was
previously tested extensively on B48 and worked without problems) ...

Any ideas/comments/rants welcome...:-)

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to