This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

HJ's patches break 3.3 install?


Hi!

After todays upgrade of my 3.3 tree, I notice that the usual make -k
install anfter bootstrapping does not leave me with a working install, but
rather gives strange error-messages like

In file included from
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Domain/DomainBase.h:63,
                 from
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Domain/Domain.h:65,
                 from
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Domain/Loc.h:58,
                 from
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Pooma/Domains.h:45,
                 from apressure.cpp:5:
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Domain/DomainIterator.h:50:33:
stddef.h: No such file or directory
/home/rguenth/ix86/pooma/tat-serial/pooma/linux/src/Domain/DomainIterator.h:51:20:
iterator: No such file or directory

etc., while in fact, the cited includes are installed. Just doing make
install (dont know why I do -k all the time) stops at

        /home/rguenth/src/gcc/gcc3.3/gcc/doc/cppinternals.info*
/home/rguenth/src/gcc/gcc3.3/gcc/doc/gccint.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /bin/sh /home/rguenth/src/gcc/gcc3.3/install-sh -c -m 644 $f
/home/rguenth/ix86/gcc3.3-101103/info/$realfile; \
  done; \
else true; fi
install:  /home/rguenth/src/gcc/gcc3.3/gcc/doc/gccint.info* does not exist
make[1]: *** [install-info] Error 1
make[1]: Leaving directory `/tmp/gcc-obj/gcc'
make: *** [install-gcc] Error 2

which seems weird - because if generation of these failed, it should have
stopped earlier (I know I have probably too old texinfo installed (4.0)).
This is bootstrapping on i686-pc-linux-gnu.

Please fix this, it is a regression to at least Oct09 3.3 branch (and it
works fine on mainline from Nov07).

Thanks,

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]