Opened 13 years ago

Last modified 13 years ago

#29701 closed defect

libvpx doesn't build when xcode is installed anywhere other than /Developer — at Version 4

Reported by: andrew@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: libvpx

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This has happened with this package before, and I think got fixed, so I think this is a regression.

Attaching the main.log.

Looking through the log, I see this:

:info:configure Unable to invoke compiler: /usr/bin/gcc-4.2 -O2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -m64 -arch x86_64 -O3 -fPIC -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wcast-qual -Wno-unused

My xcode is not installed in /Developer.

Change History (5)

Changed 13 years ago by andrew@…

Attachment: main.log added

Log file emitted after an attempted upgrade of libvpx

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

Port: libvpx added

Please remember to fill in the Port field.

Do you have developer_dir set correctly in macports.conf?

comment:2 Changed 13 years ago by andrew@…

I don't. I didn't think this was necessary. My other macports don't have problems building. Where can I find this file?

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

${prefix}/etc/macports/macports.conf

If there's no value set there it should be going with xcode-select -print-path.

comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.