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]

Again: Bootstrap failure for objdir containing colon


This is the third time within one month that I get this very
bootstrap failure (which has already been fixed twice)! :-(

Geoffrey, what do you think about having the regression tester
use an objdir whose name contains a colon?

(cd .libs && rm -f libstdc++.la && ln -s ../libstdc++.la libstdc++.la)
gmake \
top_builddir=`CDPATH=:. && cd .. && pwd` \
top_srcdir=`CDPATH=:. && cd /sw/test/gcc/gcc/libstdc++-v3 && pwd` \
tmp-libstdc++.INC
gmake[5]: Entering directory `/files/pfeifer/OBJ-1215-15:59/i386-unknown-freebsd4.2/libstdc++-v3/src'
Makefile:286: *** multiple target patterns.  Stop.
gmake[5]: Leaving directory `/files/pfeifer/OBJ-1215-15:59/i386-unknown-freebsd4.2/libstdc++-v3/src'
gmake[4]: *** [libstdc++.INC] Error 2
gmake[4]: Leaving directory `/files/pfeifer/OBJ-1215-15:59/i386-unknown-freebsd4.2/libstdc++-v3/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/files/pfeifer/OBJ-1215-15:59/i386-unknown-freebsd4.2/libstdc++-v3'
gmake[2]: *** [all-recursive-am] Error 2
gmake[2]: Leaving directory `/files/pfeifer/OBJ-1215-15:59/i386-unknown-freebsd4.2/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2

Again, lines 286ff are:

  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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