Opened 15 years ago

Closed 15 years ago

#21883 closed defect (fixed)

madplay-0.15.2b fails to build on Snow Leopard -- does not support x86-64 instruction set

Reported by: broberts@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: LP64 Cc: jmroot (Joshua Root)
Port: madplay

Description

After port upgrade madplay failed I uninstalled madplay, libid3tag, esound, and audiofile.

However madplay failed to build with the following:

--->  Computing dependencies for madplay
--->  Building madplay
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_madplay/work/madplay-0.15.2b" && /usr/bin/make -j2 all " returned error 2
Command output: /usr/bin/make  all-recursive
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in po
make[2]: Nothing to be done for `all'.
if /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include  -Wall -I/opt/local/include -arch x86_64 -march=i486 -O2 -MT madplay.o -MD -MP -MF ".deps/madplay.Tpo" -c -o madplay.o madplay.c; \
	then mv -f ".deps/madplay.Tpo" ".deps/madplay.Po"; else rm -f ".deps/madplay.Tpo"; exit 1; fi
if /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I. -Iintl -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include  -Wall -I/opt/local/include -arch x86_64 -march=i486 -O2 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
	then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
madplay.c:1: error: CPU you selected does not support x86-64 instruction set
madplay.c:1: error: CPU you selected does not support x86-64 instruction set
getopt.c:1: error: CPU you selected does not support x86-64 instruction set
getopt.c:1: error: CPU you selected does not support x86-64 instruction set
make[2]: *** [getopt.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [madplay.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Status 1 encountered during processing.

Snow Leopard 10.6.1 on MBP

Change History (5)

comment:1 Changed 15 years ago by broberts@…

Cc: broberts@… added

Cc Me!

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Cc: broberts@… removed
Port: madplay added

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Cc: jmr@… added
Keywords: LP64 added

Should be fixed by r58897, please test.

comment:4 in reply to:  3 Changed 15 years ago by broberts@…

Replying to jmr@…:

Should be fixed by r58897, please test.

Great -- compiles as expected.

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.