This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix gcc_update for libcpp (Was: Re: Mainline bootstrap failurewhile running aclocal in libcpp)


"Aaron W. LaFramboise" <aaronraolete36@aaronwl.com> writes:

> While trying to bootstrap mainline, I get an error:
>
> make[1]: Entering directory `/aaronwl/cs/compilers/gcc/build/head/libcpp'
> cd ../../../src/cvs/mainline/gcc/libcpp && /bin/sh
> /aaronwl/cs/compilers/gcc/src/cvs/mainline/gcc/missing --run
> aclocal-1.8 -I ../config
> aclocal: configure.ac: 39: macro `AM_LANGINFO_CODESET' not found in library
> aclocal: configure.ac: 55: macro `AM_ICONV' not found in library
> make[1]: *** [../../../src/cvs/mainline/gcc/libcpp/aclocal.m4] Error 1
> make[1]: Leaving directory `/aaronwl/cs/compilers/gcc/build/head/libcpp'
>
> I'm on i686-pc-mingw32 with autoconf 2.59 and automake 1.8.5.  I
> didn't get this error last time I built mainline.  Am I doing
> something wrong?

This shows that at least gcc_update should be fixed.

Ok to commit the appended patch?

Note there might be another problem here (missing commit, wrong
autoconf/automake) but the patch below is necessary in any case,

Andreas

2004-06-10  Andreas Jaeger  <aj@suse.de>

	* gcc_update: Add libcpp.

============================================================
Index: contrib/gcc_update
--- contrib/gcc_update	10 Jun 2004 04:50:45 -0000	1.66
+++ contrib/gcc_update	10 Jun 2004 05:54:57 -0000
@@ -99,6 +99,9 @@ libjava/libltdl/aclocal.m4: libjava/libl
 libjava/libltdl/Makefile.in: libjava/libltdl/Makefile.am libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
 libjava/libltdl/configure: libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
 libjava/libltdl/config-h.in: libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
+libcpp/aclocal.m4: libcpp/configure.ac
+libcpp/Makefile.in: libcpp/Makefile.am libcpp/configure.ac libcpp/aclocal.m4
+libcpp/configure: libcpp/configure.ac libcpp/aclocal.m4
 # Top level
 Makefile.in: Makefile.tpl Makefile.def
 configure: configure.in config/acx.m4

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]