[pkg-mad-maintainers] Bug#415279: Patch to fix libmad FTBFS

brian m. carlson sandals at crustytoothpaste.ath.cx
Wed Dec 26 21:34:22 UTC 2007


tags 415279 + patch
kthxbye

Attached is a patch to remove -fforce-mem.  However, there is still an 
FTBFS:

dh_install -plibmad0-dev  
cp: cannot stat `./debian/tmp/usr/lib/libmad.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-install/libmad0-dev] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2

A build log is attached.  Note that the built libraries are missing the 
"so" in filenames, which would probably account for the problem.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libmad.patch
Type: text/x-diff
Size: 493 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-mad-maintainers/attachments/20071226/7d439d27/attachment-0001.patch 
-------------- next part --------------
Script started on Wed 26 Dec 2007 09:27:57 PM UTC
buildpkg: command line : dpkg-buildpackage -us -uc -rfakeroot
buildpkg: CC   : /usr/bin/gcc
buildpkg: CXX  : /usr/bin/g++
buildpkg: PATH : /home/bmc/bin/build:/home/bmc/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/bin/X11:/usr/games
dpkg-buildpackage: source package libmad
dpkg-buildpackage: source version 0.15.1b-2.1
dpkg-buildpackage: source changed by Jordi Mallach <jordi at debian.org>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
dh_testroot
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
dh_clean 
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
Making distclean in msvc++
make[2]: Entering directory `/home/bmc/tmp/libmad-0.15.1b/msvc++'
rm -rf .libs _libs
rm -f *.lo
rm -f 
rm -f libtool
rm -f Makefile
make[2]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b/msvc++'
Making distclean in .
make[2]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
test -z "mad.h" || rm -f mad.h
test -z "libmad.la" || rm -f libmad.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
rm -f libmad.list
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
rm -f config.status config.cache config.log configure.lineno configure.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
# annoying lintian errors
rm -f config.cache libz/config.log libz/config.status
 dpkg-source -b libmad-0.15.1b
dpkg-source: building libmad using existing libmad_0.15.1b.orig.tar.gz
dpkg-source: building libmad in libmad_0.15.1b-2.1.diff.gz
dpkg-source: warning: newly created empty file 'build-stamp' will not be represented in diff
dpkg-source: warning: newly created empty file 'typescript' will not be represented in diff
dpkg-source: warning: ignoring deletion of file mad.h
dpkg-source: building libmad in libmad_0.15.1b-2.1.dsc
 debian/rules build
test -x debian/rules
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
touch debian/stamp-autotools-files
chmod a+x /home/bmc/tmp/libmad-0.15.1b/./configure
cd . && CC="/usr/bin/gcc" CXX="/usr/bin/g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /home/bmc/tmp/libmad-0.15.1b/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/libmad" --disable-maintainer-mode --disable-dependency-tracking --srcdir=.  --enable-shared --disable-profiling --disable-debugging 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... /usr/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc... none
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 ld used by /usr/bin/gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++ accepts -g... yes
checking dependency style of /usr/bin/g++... none
checking how to run the C++ preprocessor... /usr/bin/g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc option to produce PIC... -fPIC
checking if /usr/bin/gcc PIC flag -fPIC works... yes
checking if /usr/bin/gcc static flag -static works... yes
checking if /usr/bin/gcc supports -c -o file.o... yes
checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++ option to produce PIC... -fPIC
checking if /usr/bin/g++ PIC flag -fPIC works... yes
checking if /usr/bin/g++ static flag -static works... yes
checking if /usr/bin/g++ supports -c -o file.o... yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
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 for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
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... default
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... no
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: executing depfiles commands
/usr/bin/make -C . 
make[1]: Entering directory `/home/bmc/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
/usr/bin/make  all-recursive
make[2]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
make[3]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o version.lo version.c
mkdir .libs
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c version.c  -fPIC -DPIC -o .libs/version.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c version.c -o version.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o fixed.lo fixed.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c fixed.c  -fPIC -DPIC -o .libs/fixed.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c fixed.c -o fixed.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o bit.lo bit.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c bit.c  -fPIC -DPIC -o .libs/bit.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c bit.c -o bit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o timer.lo timer.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c timer.c  -fPIC -DPIC -o .libs/timer.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c timer.c -o timer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o stream.lo stream.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c stream.c  -fPIC -DPIC -o .libs/stream.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c stream.c -o stream.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o frame.lo frame.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c frame.c  -fPIC -DPIC -o .libs/frame.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c frame.c -o frame.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o synth.lo synth.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c synth.c  -fPIC -DPIC -o .libs/synth.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c synth.c -o synth.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o decoder.lo decoder.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c decoder.c  -fPIC -DPIC -o .libs/decoder.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c decoder.c -o decoder.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o layer12.lo layer12.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c layer12.c  -fPIC -DPIC -o .libs/layer12.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c layer12.c -o layer12.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o layer3.lo layer3.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c layer3.c  -fPIC -DPIC -o .libs/layer3.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c layer3.c -o layer3.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT     -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c -o huffman.lo huffman.c
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c huffman.c  -fPIC -DPIC -o .libs/huffman.o
 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -DFPM_DEFAULT -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer -c huffman.c -o huffman.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link /usr/bin/gcc  -Wall -O -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fomit-frame-pointer   -o libmad.la -rpath /usr/lib -version-info 2:1:2 version.lo fixed.lo bit.lo timer.lo stream.lo frame.lo synth.lo decoder.lo layer12.lo layer3.lo huffman.lo    
/usr/bin/gcc -shared  .libs/version.o .libs/fixed.o .libs/bit.o .libs/timer.o .libs/stream.o .libs/frame.o .libs/synth.o .libs/decoder.o .libs/layer12.o .libs/layer3.o .libs/huffman.o   -Wl,-soname -Wl,libmad.0 -o .libs/libmad.0.2.1
(cd .libs && rm -f libmad.0 && ln -s libmad.0.2.1 libmad.0)
(cd .libs && rm -f libmad && ln -s libmad.0.2.1 libmad)
ar cru .libs/libmad.a  version.o fixed.o bit.o timer.o stream.o frame.o synth.o decoder.o layer12.o layer3.o huffman.o
ranlib .libs/libmad.a
creating libmad.la
(cd .libs && rm -f libmad.la && ln -s ../libmad.la libmad.la)
make[3]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
make[2]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
make[1]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
 fakeroot debian/rules binary
test -x debian/rules
dh_testroot
dh_clean -k 
dh_installdirs -A 
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/home/bmc/tmp/libmad-0.15.1b/debian/tmp/
make[1]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
/usr/bin/make  install-recursive
make[2]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
make[3]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
make[4]: Entering directory `/home/bmc/tmp/libmad-0.15.1b'
test -z "/usr/lib" || mkdir -p -- . "/home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libmad.la' '/home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.la'
/usr/bin/install -c .libs/libmad.0.2.1 /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.0.2.1
(cd /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib && rm -f libmad.0 && ln -s libmad.0.2.1 libmad.0)
(cd /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib && rm -f libmad && ln -s libmad.0.2.1 libmad)
/usr/bin/install -c .libs/libmad.lai /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.la
/usr/bin/install -c .libs/libmad.a /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.a
chmod 644 /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.a
ranlib /home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/lib/libmad.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include" || mkdir -p -- . "/home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/include"
 /usr/bin/install -c -m 644 'mad.h' '/home/bmc/tmp/libmad-0.15.1b/debian/tmp//usr/include/mad.h'
make[4]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
make[3]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
make[2]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
make[1]: Leaving directory `/home/bmc/tmp/libmad-0.15.1b'
dh_installdirs -plibmad0 
dh_installdirs -plibmad0-dev 
dh_installdocs -plibmad0 ./README ./TODO  
dh_installexamples -plibmad0 
dh_installman -plibmad0  
dh_installinfo -plibmad0  
dh_installmenu -plibmad0 
dh_installcron -plibmad0 
dh_installinit -plibmad0   
dh_installdebconf -plibmad0 
dh_installemacsen -plibmad0   
dh_installcatalogs -plibmad0 
dh_installpam -plibmad0 
dh_installlogrotate -plibmad0 
dh_installlogcheck -plibmad0 
dh_installmime -plibmad0 
dh_installchangelogs -plibmad0  ./CHANGES 
dh_installudev -plibmad0 
dh_install -plibmad0  
dh_link -plibmad0  
dh_installdocs -plibmad0-dev ./README ./TODO  
dh_installexamples -plibmad0-dev 
dh_installman -plibmad0-dev  
dh_installinfo -plibmad0-dev  
dh_installmenu -plibmad0-dev 
dh_installcron -plibmad0-dev 
dh_installinit -plibmad0-dev   
dh_installdebconf -plibmad0-dev 
dh_installemacsen -plibmad0-dev   
dh_installcatalogs -plibmad0-dev 
dh_installpam -plibmad0-dev 
dh_installlogrotate -plibmad0-dev 
dh_installlogcheck -plibmad0-dev 
dh_installmime -plibmad0-dev 
dh_installchangelogs -plibmad0-dev  ./CHANGES 
dh_installudev -plibmad0-dev 
dh_install -plibmad0-dev  
cp: cannot stat `./debian/tmp/usr/lib/libmad.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-install/libmad0-dev] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2

Script done on Wed 26 Dec 2007 09:28:13 PM UTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-mad-maintainers/attachments/20071226/7d439d27/attachment-0001.pgp 


More information about the pkg-mad-maintainers mailing list