public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/54452] New: "no makeinfo case" in classpath/doc still fails when makeinfo is not present
@ 2012-09-01 12:03 gerald at pfeifer dot com
  2013-09-06 14:55 ` [Bug bootstrap/54452] " harsha.patankar at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gerald at pfeifer dot com @ 2012-09-01 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54452
           Summary: "no makeinfo case" in classpath/doc still fails when
                    makeinfo is not present
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gerald@pfeifer.com


The way I read this code and the warning message, the build should
continue even when makeinfo is not present.  (This is current SVN
and we have built stage 3 already):

if /home/gp/svn/gcc-HEAD/missing makeinfo --split-size=5000000
--split-size=5000000      -I /home/gp/svn/gcc-HEAD/libjava/classpath/doc \
 -o cp-tools.info `test -f 'cp-tools.texinfo' || echo
'/home/gp/svn/gcc-HEAD/libjava/classpath/doc/'`cp-tools.texinfo; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./cp-tools.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
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.

However, this is not the case and we abort:

gmake[7]: *** [cp-tools.info] Error 1
gmake[7]: Leaving directory
`/tmp/OBJ-0901-0131/x86_64-unknown-linux-gnu/32/libjava/classpath/doc'
gmake[6]: *** [all-recursive] Error 1
:
gmake[5]: Leaving directory
`/tmp/OBJ-0901-0131/x86_64-unknown-linux-gnu/32/libjava/classpath'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/tmp/OBJ-0901-0131/x86_64-unknown-linux-gnu/32/libjava'
gmake[3]: *** [multi-do] Error 1
gmake[3]: Leaving directory
`/tmp/OBJ-0901-0131/x86_64-unknown-linux-gnu/libjava'
gmake[2]: *** [all-multi] Error 2
gmake[2]: Leaving directory
`/tmp/OBJ-0901-0131/x86_64-unknown-linux-gnu/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/tmp/OBJ-0901-0131'
gmake: *** [bootstrap-lean] Error 2
?\*\*


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

* [Bug bootstrap/54452] "no makeinfo case" in classpath/doc still fails when makeinfo is not present
  2012-09-01 12:03 [Bug bootstrap/54452] New: "no makeinfo case" in classpath/doc still fails when makeinfo is not present gerald at pfeifer dot com
@ 2013-09-06 14:55 ` harsha.patankar at gmail dot com
  2014-09-17 14:17 ` Joost.VandeVondele at mat dot ethz.ch
  2021-07-24 20:18 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: harsha.patankar at gmail dot com @ 2013-09-06 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

Harsha <harsha.patankar at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harsha.patankar at gmail dot com

--- Comment #1 from Harsha <harsha.patankar at gmail dot com> ---
on ubuntu install texinfo package:
sudo apt-get install texinfo


Then try compiling again.


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

* [Bug bootstrap/54452] "no makeinfo case" in classpath/doc still fails when makeinfo is not present
  2012-09-01 12:03 [Bug bootstrap/54452] New: "no makeinfo case" in classpath/doc still fails when makeinfo is not present gerald at pfeifer dot com
  2013-09-06 14:55 ` [Bug bootstrap/54452] " harsha.patankar at gmail dot com
@ 2014-09-17 14:17 ` Joost.VandeVondele at mat dot ethz.ch
  2021-07-24 20:18 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: Joost.VandeVondele at mat dot ethz.ch @ 2014-09-17 14:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54452

Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-17
                 CC|                            |Joost.VandeVondele at mat dot ethz
                   |                            |.ch
     Ever confirmed|0                           |1

--- Comment #2 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
indeed still the case on trunk.


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

* [Bug bootstrap/54452] "no makeinfo case" in classpath/doc still fails when makeinfo is not present
  2012-09-01 12:03 [Bug bootstrap/54452] New: "no makeinfo case" in classpath/doc still fails when makeinfo is not present gerald at pfeifer dot com
  2013-09-06 14:55 ` [Bug bootstrap/54452] " harsha.patankar at gmail dot com
  2014-09-17 14:17 ` Joost.VandeVondele at mat dot ethz.ch
@ 2021-07-24 20:18 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-24 20:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54452

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |7.0
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
classpath has not been part of GCC since GCC 7 so closing as won't fix.

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

end of thread, other threads:[~2021-07-24 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-01 12:03 [Bug bootstrap/54452] New: "no makeinfo case" in classpath/doc still fails when makeinfo is not present gerald at pfeifer dot com
2013-09-06 14:55 ` [Bug bootstrap/54452] " harsha.patankar at gmail dot com
2014-09-17 14:17 ` Joost.VandeVondele at mat dot ethz.ch
2021-07-24 20:18 ` pinskia at gcc dot gnu.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).