This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: gcc CVS breakage
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: tm <tm at mail dot kloo dot net>, gcc-bugs at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Wed, 11 Sep 2002 08:03:35 +0200
- Subject: Re: gcc CVS breakage
- References: <Pine.LNX.4.21.0209101638130.2513-100000@mail.kloo.net><20020910173549.A7294@us.ibm.com>
Janis Johnson writes:
> On Tue, Sep 10, 2002 at 04:40:28PM -0700, tm wrote:
> >
> > It looks like someone broke CVS in the past 24 hours?
> >
> > It looks like it's failing to build .texi files in the fastjar directory:
> >
> > make[1]: Entering directory `/home/tm/gcc-build-sh-elf/fastjar'
> > cd ../../gcc/fastjar \
> > && makeinfo `echo ../../gcc/fastjar/fastjar.texi | sed 's,.*/,,'`
> > fastjar.texi:13: @include gcc-common.texi: No such file or directory.
> > fastjar.texi:145: Unknown command `gcctabopt'.
> > fastjar.texi:145: Misplaced {.
> > fastjar.texi:145: Misplaced }.
>
> It looks like this patch to fastjar:
>
> 2002-09-10 Matthias Klose <doko@debian.org>
>
> * fastjar.texi: New.
> * Makefile.am: Support building info docs and manpages.
> * Makefile.in: Regenerated.
> * configure.in: Set gcc_version.
> * configure: Regenerated.
> * jargrep.c: Update usage and help strings.
>
> The file gcc-common.texi is in gcc/doc/include; that directory must be
> specified to makeinfo with -I.
I reverted the patch to Makefile.am and Makefile.in to renable the
bootstrap.
Both MAKEINFO and MAKEINFOFLAGS are overwritten by the toplevel
Makefile.
2002-09-11 Matthias Klose <doko@debian.org>
* Makefile.am: Revert the previous patch.
* Makefile.in: Regenerated.
--- Makefile.am~ 2002-09-11 07:17:56.000000000 +0200
+++ Makefile.am 2002-09-11 07:38:23.000000000 +0200
@@ -58,16 +58,6 @@
AM_CFLAGS = @fastjar_warn_cflags@
-MAKEINFO += -I $(srcdir)/../gcc/doc/include
-TEXINFO_TEX = $(srcdir)/../gcc/doc/include/texinfo.tex
-info_TEXINFOS = fastjar.texi
-fastjar_TEXINFOS = \
- $(srcdir)/../gcc/doc/include/gcc-common.texi \
- $(srcdir)/../gcc/doc/include/fdl.texi \
- $(srcdir)/../gcc/doc/include/gpl.texi
-man_MANS = jar.1 grepjar.1
-EXTRA_DIST = $(man_MANS)
-
TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl
POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@"