Opened 14 years ago

Closed 14 years ago

#24219 closed defect (fixed)

x264 universal now fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: x264

Description

x264 @20100224_0 won't build universal on Snow Leopard. x264 @20090810_2 built universal just fine.

Attachments (1)

x264-universal.txt (19.3 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
build log

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: x264-universal.txt added

build log

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

x264 uses the muniversal portgroup, but in both the x86_64 and the i386 builds, the configure script says

checking for -arch x86_64... yes

I don't know why a configure script should need to be "checking for -arch x86_64", nor why it gets the answer wrong in the i386 part.

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

It's getting it from the --host parameter, which we're not passing when building universal, so it's guessing. The port already handles this for non-universal, so it just needs a similar fix for universal. Done in r65429.

Note: See TracTickets for help on using tickets.