Opened 15 years ago

Closed 15 years ago

#21019 closed defect (fixed)

mp4v2 1.9.1 universal build failed

Reported by: guidolorenz@… Owned by: 0xced (Cédric Luthi)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: nerdling (Jeremy Lavergne)
Port: mp4v2

Description

I got an error when building an i386/x86_64 universal concerning precompiled headers. Disabling them fixed it for me.

--->  Building mp4v2
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mp4v2/work/mp4v2-1.9.1/autoaux/install-sh -d libplatform/impl.h.gch
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mp4v2/work/mp4v2-1.9.1/autoaux/install-sh -d libutil/impl.h.gch
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mp4v2/work/mp4v2-1.9.1/autoaux/install-sh -d src/impl.h.gch
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mp4v2/work/mp4v2-1.9.1/autoaux/install-sh -d util/impl.h.gch
/usr/bin/g++-4.0 -DHAVE_CONFIG_H   -I./include -I./include -I. -I. -I/opt/local/include -Wall -Wformat -O2 -arch i386 -arch x86_64 -fvisibility=hidden  -c libplatform/impl.h -o libplatform/impl.h.gch/static
/usr/bin/g++-4.0 -DHAVE_CONFIG_H   -I./include -I./include -I. -I. -I/opt/local/include -Wall -Wformat -O2 -arch i386 -arch x86_64 -fvisibility=hidden  -c src/impl.h -o src/impl.h.gch/static
lipo: can't figure out the architecture type of: /var/tmp//ccB8TOTt.out
make: *** [libplatform/impl.h.gch/static] Error 1
make: *** Waiting for unfinished jobs....
lipo: can't figure out the architecture type of: /var/tmp//cc1vauMp.out
make: *** [src/impl.h.gch/static] Error 1

Attachments (1)

Portfile.diff (514 bytes) - added by guidolorenz@… 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by guidolorenz@…

Attachment: Portfile.diff added

comment:1 Changed 15 years ago by 0xced (Cédric Luthi)

I had not tried the universal variant. Thanks for the fix.

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added; cedric.luthi@… removed
Owner: changed from macports-tickets@… to cedric.luthi@…

cedric, do you want the patch applied?

comment:3 Changed 15 years ago by 0xced (Cédric Luthi)

Yes please, it looks fine :-)

comment:4 Changed 15 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: newclosed

Committed in r56803.

Note: See TracTickets for help on using tickets.