fixincl.x is older than prerequisite inclhack.def

Michael Elizabeth Chastain chastain@cygnus.com
Sat May 26 00:25:00 GMT 2001


I'm building gcc-3_0-branch on a native Solaris 2.7 machine.  The build fails
because I don't have autogen installed:

  cd /skil/chastain/source/gcc/fixinc ; /bin/sh ./genfixes /skil/chastain/source/gcc/fixinc/fixincl.x
  ./genfixes: autogen: not found
  make[2]: *** [/skil/chastain/source/gcc/fixinc/fixincl.x] Error 1
  make[2]: Leaving directory `/skil/chastain/skil/native/build/gcc/fixinc'
  make[1]: *** [fixinc.sh] Error 2
  make[1]: Leaving directory `/skil/chastain/skil/native/build/gcc'
  make: *** [all-gcc] Error 2

gcc/fixinc/fixincl.x exists in the branch, but it is 3 seconds older
than its prerequisite file gcc/fixinc/inclhack.def.  This looks like a
simple CVS issue.  fixincl.h and incldefs.h were checked in at almost
the same time, but fixincl.h sorted in front of incldefs.h.

The mainline has a similar situation: fixincl.x is 1 second older than
inclhack.def.  I haven't tried actually building the mainline and observing
it call autogen, but I bet it will have the same problem.

Would it be reasonable for someone to check that fixincl.x has the right
contents, and then re-commit it, on both the 3.0 branch and the mainline?

Michael Elizabeth Chastain
<chastain@redhat.com>
"love without fear"



More information about the Gcc-bugs mailing list