Opened 15 years ago

Closed 13 years ago

#21803 closed defect (worksforme)

libmad sometimes fails to build

Reported by: rectalogic (Andrew Wason) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: libmad

Description

libmad sometimes fails to build on MacOS 10.6.1

Possibly it needs use_parallel_build no ?

--->  Computing dependencies for libmad
--->  Fetching libmad
--->  Verifying checksum(s) for libmad
--->  Extracting libmad
--->  Configuring libmad
--->  Building libmad
Error: Target org.macports.build returned: shell command " cd "/opt/motionbox/foundation/4.0.6/var/macports/build/_Volumes_Storage_Projects_codex_pkg_codex-4.0.6_packages_MacPorts_ports_audio_libmad/work/libmad-0.15.1b" && /usr/bin/make -j9 all " returned error 2
Command output: libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/motionbox/foundation/4.0.6/include -Wall -arch x86_64 -arch i386 -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c huffman.c -o huffman.o >/dev/null 2>&1
libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/motionbox/foundation/4.0.6/include -Wall -arch x86_64 -arch i386 -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c synth.c -o synth.o >/dev/null 2>&1
config.status: creating config.h
(sed -e '1s|.*|/*|' -e '1b' -e '$s|.*| */|' -e '$b'  \
		-e 's/^.*/ *&/' ./COPYRIGHT; echo;  \
	echo "# ifdef __cplusplus";  \
	echo 'extern "C" {';  \
	echo "# endif"; echo;  \
	if [ ".-DFPM_INTEL" != "." ]; then  \
		echo ".-DFPM_INTEL" | 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
cc1: warning: -f[no-]force-mem is nop and option will be removed in 4.3
make[2]: *** [synth.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -DFPM_INTEL -DASO_ZEROCHECK -I/opt/motionbox/foundation/4.0.6/include -Wall -arch x86_64 -arch i386 -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 -fstrength-reduce -c layer3.c -o layer3.o >/dev/null 2>&1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Attachments (1)

libmad-debug.log (54.7 KB) - added by rectalogic (Andrew Wason) 14 years ago.
debug build log

Download all attachments as: .zip

Change History (3)

comment:1 Changed 15 years ago by tobypeterson

Impossible to say without the error in question. Please attach the debug build log.

Changed 14 years ago by rectalogic (Andrew Wason)

Attachment: libmad-debug.log added

debug build log

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Can't reproduce. Closing.

Note: See TracTickets for help on using tickets.