This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: glibc cvs broken?


Jakub, 
    Doing a 

touch sysdeps/unix/sysv/linux/configure

in the libc cvs tree appears to be insufficient here to get 
the build going again. I am still seeing these...

make -r PARALLELMFLAGS="-s" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory `/home/howarth/libc'
./aclocal.m4:19: error: m4_defn: undefined macro: _m4_divert_diversion
aclocal.m4:33: AC_CHECK_SYMBOL is expanded from...
./aclocal.m4:19: the top level
make[1]: *** [sysdeps/unix/common/configure] Error 1
make[1]: Leaving directory `/home/howarth/libc'
make: *** [all] Error 2

which didnt' happen before..oh I am using the following approach to
build if it makes any difference...

cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc login
anoncvs
cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc co libc
cd libc
mkdir build-powerpc-linux
cd build-powerpc-linux
GCC=gcc CFLAGS="-g -O3" ../configure --prefix=/usr --enable-add-ons=yes \
--without-cvs --enable-kernel=2.2.5 --without-tls powerpc-redhat-linux
make -j1 -r CFLAGS="-g -O3" PARALLELMFLAGS=-s > log 2>&1
make check > checklog 2>&1

                                  Jack


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