2 msgGoogle Summer of Code 2007

bootstrap failure on real-install-headers-cpio
\ Steve Ellcey (2 Mar 2007)

5 msgInconsistent next_bb info when EXIT is a successor
11 msgRe: Reduce Dwarf Debug Size
9 msgAccessing function code from CFG
5 msgRFC: Adding VxWorks PIC support to various back...
2 msgI need an advice about duplication of input arg...
24 msgRe; Maintaining, was: Re: Reduce Dwarf Debug Size
1 msgSuccessful build/install of gcc-4.1.2 on Solaris10
10 msgWhat tells the coding style about whitespaces a...
2 msgAbout Loop Pattern ----GCC porting
3 msgREG_ALLOC_ORDER and Altivec registers
2 msgProviding default option to GAS through gcc driver
1 msggcc-4.2-20070228 is now available
5 msgFinalizer after pass?
3 msgRe: Linker problems: dependencies with .a file ...
4 msgIs 'FTZ/DAZ for SSE via fast math' available fo...
7 msgWhy does linker fail to resolve dependencies wi...
4 msgvsftpd 2.0.5 vs. gcc 4.1.2
4 msgvcond implementation in altivec
Subject:bootstrap failure on real-install-headers-cpio
Group:Gcc
From:Steve Ellcey
Date:2 Mar 2007



Has anyone seen this bootstrap failure? I only get it on my hppa*-hp-hpux*
builds, not on ia64-hp-hpux* or on Linux builds. I assume it is related
to the include-fixed changes but I don't know why I only get it for some
platforms. I get it with parallel and non-parallel builds.

Steve Ellcey
sje

.
.
.
/bin/sh /proj/opensrc/nightly/src/trunk/gcc/../move-if-change tmp-macro_list macro_list
echo timestamp > s-macro_list
rm -rf include-fixed; mkdir include-fixed
chmod a+rx include-fixed
if [ -d ../prev-gcc ]; then \
cd ../prev-gcc && \
make real-install-headers-cpio DESTDIR=`pwd`/../gcc/ \
libsubdir=. ; \
else \
(TARGET_MACHINE='hppa1.1-hp-hpux11.11'; srcdir=`cd /proj/opensrc/nightly/src/trunk/gcc; ${PWDCMD-pwd}`; \
SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
cd ../build-hppa1.1-hp-hpux11.11/fixincludes && \
/bin/sh ./fixinc.sh ../../gcc/include-fixed \
`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
rm -f include-fixed/syslimits.h; \
if [ -f include-fixed/limits.h ]; then \
mv include-fixed/limits.h include-fixed/syslimits.h; \
else \
cp /proj/opensrc/nightly/src/trunk/gcc/gsyslimits.h include-fixed/syslimits.h; \
fi; \
fi
make[4]: Entering directory `/proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc/prev-gcc'
cd `${PWDCMD-pwd}`/include ; \
find . -print | cpio -pdum /proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc/prev-gcc/../gcc/. /include
cannot write in </proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc/prev-gcc/../g cc/./include>
make[4]: *** [real-install-headers-cpio] Error 2
make[4]: Leaving directory `/proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc/prev-gcc'
make[3]: *** [stmp-fixinc] Error 2
make[3]: Leaving directory `/proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/proj/opensrc/nightly/build-hppa1.1-hp-hpux11.11-trunk/obj_gcc'
make: *** [bootstrap] Error 2


© 2004-2008 readlist.com