This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
- From: "greed at pobox dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jun 2006 15:37:39 -0000
- Subject: [Bug bootstrap/27822] [4.1 only] fastjar is asking for makeinfo in gmake bootstrap
- References: <bug-27822-12755@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from greed at pobox dot com 2006-06-14 15:37 -------
I am building from the gcc-4.1.1.tar.bz2 tarball downloaded from the
ftp.gnu.org server. I have this problem on systems without texinfo as well.
The problem is caused because, as of 4.1.0, fastjar requires a "gcc-vers.texi"
file that is created at build-time, and so "fastjar.info" must be re-made after
gcc-vers.texi is created.
Copying gcc-vers.texi from the output of a build on a system which has texinfo,
then touching fastjar.info, results in bootstrap proceeding further.
Alternately, put the two lines "@set version-GCC 4.1.1" and "@clear
DEVELOPMENT" into gcc-vers.texi (and then touch fastjar.info).
The obvious fix is to put gcc-vers.texi into the release tarballs.
--
greed at pobox dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greed at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27822