Ich habe gerade das CVS neu ausgecheckt und wollte mir mal ein aktuelles YADD bauen. (newmake)
Leider bricht der Buildvorgang bei den nfs-utils ab.
Code: Alles auswählen
rm -rf portmap_5beta
touch .deps/portmap
( rm -rf nfs-utils-1.1.1 || /bin/true ) && bunzip2 -cd Archive/nfs-utils-1.1.1.tar.bz2 | TAPE=- tar -x && ( cd nfs-utils-1.1.1; patch -p1 < ../Patches/nfs-utils.diff ) && ((for f1 in config.guess config.sub; do (for f2 in `find nfs-utils-1.1.1 -name $f1`; do (test -e $f2 && rm -f $f2 && ln -s /home/frank/neutrino-yadd/work/tuxbox-cvs/cdk/Patches/$f1 $f2 && echo "updated $f2") done) done) || /bin/true)
patching file configure.ac
patching file support/nfs/xlog.c
patching file tools/rpcgen/Makefile.am
patching file utils/mountd/cache.c
patching file utils/mountd/getgrouplist.c
updated nfs-utils-1.1.1/config.guess
updated nfs-utils-1.1.1/config.sub
chmod +x nfs-utils-1.1.1/autogen.sh
cd nfs-utils-1.1.1 && \
./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -pipe -Os" CXXFLAGS="-Wall -pipe -Os" LDFLAGS="-Wl,-O1" ./configure --build=i686-pc-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/home/frank/neutrino-yadd/work/dbox2/cdkroot --with-driver=/home/frank/neutrino-yadd/work/tuxbox-cvs/driver --with-target=cdk --with-dvbincludes=/home/frank/neutrino-yadd/work/tuxbox-cvs/driver/dvb/include --enable-maintainer-mode --without-debug --enable-upnp --enable-flac --enable-ide \
CC_FOR_BUILD=powerpc-tuxbox-linux-gnu-gcc \
--disable-gss \
--disable-nfsv4 \
--prefix= \
--without-tcp-wrappers \
--disable-uuid && \
make && \
make install DESTDIR=/home/frank/neutrino-yadd/work/dbox2/cdkroot
cleaning up ............. done
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `aclocal'.
libtoolize: copying file `aclocal/libtool.m4'
libtoolize: copying file `aclocal/ltoptions.m4'
libtoolize: copying file `aclocal/ltsugar.m4'
libtoolize: copying file `aclocal/ltversion.m4'
libtoolize: copying file `aclocal/lt~obsolete.m4'
support/export/Makefile.am: installing `../depcomp'
tools/locktest/Makefile.am: installing `../compile'
tools/rpcgen/Makefile.am:11: `CFLAGS' is a user variable, you should not override it;
tools/rpcgen/Makefile.am:11: use `AM_CFLAGS' instead.
configure.ac:147: required file `../ltmain.sh' not found
make: *** [.deps/nfs-utils] Fehler 1
Gruß