public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/27516]  New: install failure due to unconditional invocation of makeinfo for treelang.texi
@ 2006-05-09  7:53 aldot at gcc dot gnu dot org
  2006-05-09  7:58 ` [Bug treelang/27516] " aldot at gcc dot gnu dot org
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: aldot at gcc dot gnu dot org @ 2006-05-09  7:53 UTC (permalink / raw)
  To: gcc-bugs

# uname -a
OSF1 tru64.init.at V5.1 1885 alpha
# makeinfo --version 
makeinfo (GNU texinfo) 4.0

Copyright (C) 1999 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.


make install erroneously fails since makeinfo is invoked unconditionally for
treelang.info as x$(BUILD_INFO) is not checked there as opposed to the other
info files.


gccint.info does check proper if BUILD_INFO was requested explicitely,
treelang.info does not; e.g.:


if [ x = xinfo ]; then \
        /usr/local/scratch/src/gcc-4.2/missing makeinfo --split-size=5000000
--s
plit-size=5000000 --no-split -I . -I ../../../src/gcc-4.2/gcc/doc \
                -I ../../../src/gcc-4.2/gcc/doc/include -o doc/gccint.info
../..
/../src/gcc-4.2/gcc/doc/gccint.texi; \
fi
rm -f /opt/gcc-4.2//info/gccint.info
if [ -f doc/gccint.info ]; then \
  for f in doc/gccint.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /usr/local/scratch/src/gcc-4.2/install-sh -c -m 644 $f
/opt/gcc-4.2//info/$r
ealfile; \
    chmod a-x /opt/gcc-4.2//info/$realfile; \
  done; \
else true; fi
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
  if [ -f /opt/gcc-4.2//info/gccint.info ]; then \
    install-info --dir-file=/opt/gcc-4.2//info/dir
/opt/gcc-4.2//info/gccint.inf
o; \
  else true; fi; \
else true; fi;
/usr/local/scratch/src/gcc-4.2/missing makeinfo --split-size=5000000
--split-siz
e=5000000 --no-split -I ../../../src/gcc-4.2/gcc/doc/include -o
doc/treelang.inf
o ../../../src/gcc-4.2/gcc/treelang/treelang.texi
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
gmake[2]: *** [doc/treelang.info] Error 1


-- 
           Summary: install failure due to unconditional invocation of
                    makeinfo for treelang.texi
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org
 GCC build triplet: alphaev56-dec-osf5.1a
  GCC host triplet: alphaev56-dec-osf5.1a
GCC target triplet: alphaev56-dec-osf5.1a


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


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

end of thread, other threads:[~2008-07-04 19:30 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-09  7:53 [Bug bootstrap/27516] New: install failure due to unconditional invocation of makeinfo for treelang.texi aldot at gcc dot gnu dot org
2006-05-09  7:58 ` [Bug treelang/27516] " aldot at gcc dot gnu dot org
2006-05-09  8:13 ` aldot at gcc dot gnu dot org
2006-05-09 15:34 ` aldot at gcc dot gnu dot org
2006-05-19 17:29 ` aldot at gcc dot gnu dot org
2006-05-20 11:15 ` [Bug bootstrap/27516] " aldot at gcc dot gnu dot org
2006-05-21 12:17 ` aldot at gcc dot gnu dot org
2006-05-21 17:07 ` mark at codesourcery dot com
2006-05-21 17:46 ` aldot at gcc dot gnu dot org
2006-05-21 17:58 ` mark at codesourcery dot com
2006-05-21 20:12 ` aldot at gcc dot gnu dot org
2006-05-22 17:43 ` aldot at gcc dot gnu dot org
2006-05-25  2:41 ` mmitchel at gcc dot gnu dot org
2006-10-26  6:42 ` P dot Schaffnit at access dot rwth-aachen dot de
2007-02-14  9:21 ` mmitchel at gcc dot gnu dot org
2007-12-10 15:40 ` haubi at gentoo dot org
2007-12-11  8:47 ` aldot at gcc dot gnu dot org
2007-12-11 16:33 ` haubi at gentoo dot org
2008-01-25 15:37 ` aldot at gcc dot gnu dot org
2008-01-25 19:11 ` mmitchel at gcc dot gnu dot org
2008-01-28 18:14 ` aldot at gcc dot gnu dot org
2008-01-28 19:03 ` mmitchel at gcc dot gnu dot org
2008-01-28 21:40 ` aldot at gcc dot gnu dot org
2008-01-29 11:24 ` haubi at gentoo dot org
2008-01-29 13:07 ` aldot at gcc dot gnu dot org
2008-07-04 19:30 ` jsm28 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).