public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/16250] New: ada/doctools runs makeinfo even in release tarball
@ 2004-06-28 18:16 mec dot gnu at mindspring dot com
  2004-06-28 19:06 ` [Bug bootstrap/16250] " mec dot gnu at mindspring dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mec dot gnu at mindspring dot com @ 2004-06-28 18:16 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-07-07  2:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-28 18:16 [Bug bootstrap/16250] New: ada/doctools runs makeinfo even in release tarball mec dot gnu at mindspring dot com
2004-06-28 19:06 ` [Bug bootstrap/16250] " mec dot gnu at mindspring dot com
2004-06-28 20:44 ` mec dot gnu at mindspring dot com
2004-06-30 15:56 ` kcook at gcc dot gnu dot org
2004-06-30 15:58 ` kcook at gcc dot gnu dot org
2004-07-04 18:03 ` mark at codesourcery dot com
2004-07-07  2:12 ` cvs-commit at gcc dot gnu dot org
2004-07-07  2:25 ` kcook at gcc dot gnu dot org
2004-07-07  2:37 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).