This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/16250] New: ada/doctools runs makeinfo even in release tarball


This happens with both gcc 3.4.0 and gcc 3.4.1-20040625.

My system is native i686-pc-linux-gnu, red hat 8.0.  I am bootstrapping from gcc
3.3.3 with Ada installed.

The exact commands are:

  /berman/migchain/source/gcc-3.4.1-20040625/configure \
    --prefix=/berman/home.gnu/gcc/pr-makeinfo/install
  make bootstrap

In bootstrap.out, I see makeinfo running:

if [ xinfo = xinfo ]; then \
  rm -f doc/gnat_ugn_unw.info*; \
  makeinfo --split-size=5000000 --no-split
-I/berman/migchain/source/gcc-3.4.1-20040625/gcc/doc/include \
            -I/berman/migchain/source/gcc-3.4.1-20040625/gcc/ada -o
doc/gnat_ugn_unw.info doc/gnat_ugn_unw.texi; \
else true; fi
if [ xinfo = xinfo ]; then \
  rm -f doc/gnat_rm.info*; \
  makeinfo --split-size=5000000 --no-split
-I/berman/migchain/source/gcc-3.4.1-20040625/gcc/doc/include \
            -I/berman/migchain/source/gcc-3.4.1-20040625/gcc/ada -o
doc/gnat_rm.info /berman/migchain/source/gcc-3.4.1-20040625/gcc/ada/gnat_rm.texi; \
else true; fi
if [ xinfo = xinfo ]; then \
  rm -f doc/gnat-style.info*; \
  makeinfo --split-size=5000000 --no-split
-I/berman/migchain/source/gcc-3.4.1-20040625/gcc/doc/include \
            -I/berman/migchain/source/gcc-3.4.1-20040625/gcc/ada -o
doc/gnat-style.info
/berman/migchain/source/gcc-3.4.1-20040625/gcc/ada/gnat-style.texi; \
else true; fi
make[2]: Leaving directory `/berman/home/mec.gnu/gcc/pr-makeinfo/build/gcc'

This shouldn't be happening with a release tarball.

This also happened with gcc 3.4.0, so this is not a regression in gcc
3.4.1-20040625.

I'm attaching the log from 'configure' now, and I'll attach the log from 'make
bootstrap' when it finishes running.

-- 
           Summary: ada/doctools runs makeinfo even in release tarball
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: kcook at gcc dot gnu dot org
        ReportedBy: mec dot gnu at mindspring dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16250


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