Ich bin leider noch nicht durch.
Hatte mir die automake sourcen gezogen und automake selbst gebaut. Damit bekam ich den oben beschriebenen Fehler.
Jetzt hab ich das deinstalliert und das Standard
Code: Alles auswählen
i automake1.11-trinity - A tool for generating GNU Standards-compliant Makefiles [Trinity]
vom Debian Spiegel installiert. Jetzt ist der oben beschriebene Fehler weg, aber jetzt hänge ich wieder hier bei make neutrino, weswegen ich das mit dem selbstkompilieren von automake gemacht hatte.
Code: Alles auswählen
tar -C /home/******/Development/martiis-buildsystem-cs/build_tmp -xf /home/******/Development/martiis-buildsystem-cs/download/libmad-0.15.1b.tar.gz
set -e; cd /home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b; \
patch -p1 < /home/******/Development/martiis-buildsystem-cs/archive-patches/libmad.diff; \
patch -p1 < /home/******/Development/martiis-buildsystem-cs/archive-patches/libmad-0.15.1b-arm-buildfix.diff; \
touch NEWS AUTHORS ChangeLog; \
autoreconf -fi; \
test -f ./configure || ./autogen.sh && CFLAGS="-pipe -O2 -g -I/home/******/Development/martiis-buildsystem-cs/root/include" CPPFLAGS="-pipe -O2 -g -I/home/******/Development/martiis-buildsystem-cs/root/include" CXXFLAGS="-pipe -O2 -g -I/home/******/Development/martiis-buildsystem-cs/root/include" LDFLAGS="-Wl,-O1 -L/home/******/Development/martiis-buildsystem-cs/root/lib" PKG_CONFIG_PATH=/home/******/Development/martiis-buildsystem-cs/root/lib/pkgconfig ./configure --build=x86_64-unknown-linux-gnu --host=sh4-linux --prefix= --enable-shared=yes --enable-speed --enable-fpm=default --enable-sso; \
make all; \
make install DESTDIR=/home/******/Development/martiis-buildsystem-cs/root; \
sed "s!^prefix=.*!prefix=/home/******/Development/martiis-buildsystem-cs/root!;" mad.pc > /home/******/Development/martiis-buildsystem-cs/root/lib/pkgconfig/libmad.pc
patching file mad.pc
patching file configure
patching file configure.ac
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Useless use of /d modifier in transliteration operator at /usr/share/automake-1.11/Automake/Wrap.pm line 58.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for sh4-linux-strip... sh4-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... sh4-unknown-linux-gnu
checking for sh4-linux-gcc... sh4-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether sh4-linux-gcc accepts -g... yes
checking for sh4-linux-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of sh4-linux-gcc... gcc3
checking dependency style of sh4-linux-gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by sh4-linux-gcc... /home/******/Development/martiis-buildsystem-cs/cross/sh4-linux/bin/ld
checking if the linker (/home/******/Development/martiis-buildsystem-cs/cross/sh4-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/******/Development/martiis-buildsystem-cs/cross/bin/sh4-linux-nm -B
checking the name lister (/home/******/Development/martiis-buildsystem-cs/cross/bin/sh4-linux-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to sh4-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/******/Development/martiis-buildsystem-cs/cross/sh4-linux/bin/ld option to reload object files... -r
checking for sh4-linux-objdump... sh4-linux-objdump
checking how to recognize dependent libraries... pass_all
checking for sh4-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for sh4-linux-ar... sh4-linux-ar
checking for archiver @FILE support... @
checking for sh4-linux-strip... (cached) sh4-linux-strip
checking for sh4-linux-ranlib... sh4-linux-ranlib
checking command to parse /home/******/Development/martiis-buildsystem-cs/cross/bin/sh4-linux-nm -B output from sh4-linux-gcc object... ok
checking for sysroot... no
checking for sh4-linux-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... sh4-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if sh4-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for sh4-linux-gcc option to produce PIC... -fPIC -DPIC
checking if sh4-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if sh4-linux-gcc static flag -static works... yes
checking if sh4-linux-gcc supports -c -o file.o... yes
checking if sh4-linux-gcc supports -c -o file.o... (cached) yes
checking whether the sh4-linux-gcc linker (/home/******/Development/martiis-buildsystem-cs/cross/sh4-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for pid_t... yes
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for waitpid... yes
checking for fcntl... yes
checking for pipe... yes
checking for fork... yes
checking whether to optimize for speed or for accuracy... speed
checking for architecture-specific fixed-point math routines... DEFAULT
configure: WARNING: default fixed-point math will yield limited accuracy
checking for ISO/IEC interpretation... best accepted practices
checking whether to enable profiling... no
checking whether to enable debugging... default
checking whether to enable experimental code... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating msvc++/Makefile
config.status: creating libmad.list
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
(sed -e '1s|.*|/*|' -e '1b' -e '$s|.*| */|' -e '$b' \
-e 's/^.*/ *&/' ./COPYRIGHT; echo; \
echo "# ifdef __cplusplus"; \
echo 'extern "C" {'; \
echo "# endif"; echo; \
if [ ".-DFPM_DEFAULT" != "." ]; then \
echo ".-DFPM_DEFAULT" | sed -e 's|^\.-D|# define |'; echo; \
fi; \
sed -ne 's/^# *define *\(HAVE_.*_ASM\).*/# define \1/p' \
config.h; echo; \
sed -ne 's/^# *define *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p' \
config.h; echo; \
sed -ne 's/^# *define *\(SIZEOF_.*\)/# define \1/p' \
config.h; echo; \
for header in version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h; do \
echo; \
sed -n -f ./mad.h.sed ./$header; \
done; echo; \
echo "# ifdef __cplusplus"; \
echo '}'; \
echo "# endif") >mad.h
make all-recursive
make[2]: Entering directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
make[3]: Entering directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
/bin/sh ./libtool --tag=CC --mode=compile sh4-linux-gcc -DHAVE_CONFIG_H -I. -DFPM_DEFAULT -pipe -O2 -g -I/home/******/Development/martiis-buildsystem-cs/root/include -Wall -pipe -I/home/******/Development/martiis-buildsystem-cs/root/include -g -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
mv -f .deps/version.Tpo .deps/version.Plo
mv: Aufruf von stat für „.deps/version.Tpo“ nicht möglich: Datei oder Verzeichnis nicht gefunden
make[3]: *** [version.lo] Fehler 1
make[3]: Leaving directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/******/Development/martiis-buildsystem-cs/build_tmp/libmad-0.15.1b'
make: *** [/home/******/Development/martiis-buildsystem-cs/deps/libmad] Fehler 2
Kann doch nicht sein, dass man zum bauen eines Images zwischendurch immer die automake installation austauschen muss.
@ pixbox: Kannst Du mal bitte schauen, ob das bei Dir auch so ist? Welches automake verwendest Du denn?
Einen Zusammenhang mit ntfs-3g kann ich nicht erkennen.