Opened 13 years ago
Closed 13 years ago
#31061 closed defect (invalid)
MacPorts-2.0.1 on Snow fails to build many packages
Reported by: | davidfavor (David Favor) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: |
Description
After upgrading to 2.0.1 on Snow many packages fail to build.
Reinstalling Xcode-3.2.6 makes no difference.
Remove + reinstall of Macports makes no difference.
Log attached.
Attachments (1)
Change History (6)
Changed 13 years ago by davidfavor (David Favor)
comment:1 Changed 13 years ago by davidfavor (David Favor)
comment:2 Changed 13 years ago by blb@…
Priority: | High → Normal |
---|
:info:configure cc1: error: /usr/local/include: Permission denied :info:configure You need to find a working C compiler.
Make sure you select proper Xcode options when installing it. Also, it sounds like you have have stuff in /usr/local that could cause issues; at the least the unreadability of /usr/local/include is causing a problem.
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Does /usr/bin/gcc-4.2 work outside of MacPorts?
comment:4 Changed 13 years ago by davidfavor (David Favor)
Hum... No gcc fails...
Problem was /usr/local had all the group + other bits turned off, including read + execute. Madness.
Never thought to test this as this was working last week. Some install package took it upon themselves to flip the bits.
sudo chmod ugo+rx /usr/local fixes the problem for perl. I'm guessing this is the fix for all other failing builds too.
Thanks!
comment:5 Changed 13 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Removed Macports 2.0.1 and reinstalled Macports 2.0.0 and the problem remains.