Opened 10 years ago

Closed 10 years ago

#41095 closed defect (worksforme)

libgcc 4.8.2 fails to compile on OSX 10.9

Reported by: cjones051073 (Chris Jones) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: libgcc

Description

libgxx 4.8.2 update fails on OSX10.9. Build log attached. Primary error appears to be

:info:build checking dynamic linker characteristics... clang: error: couldn't create cache file '/var/folders/0h/84g1qh1n547_j5r1qmqrv09r0000gp/T/xcrun_db-47fZZROk' (errno=Permission denied)

cheers Chris

Attachments (1)

main.log (168.5 KB) - added by cjones051073 (Chris Jones) 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by cjones051073 (Chris Jones)

Attachment: main.log added

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

Owner: changed from macports-tickets@… to mww@…

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

It sounds like there's something wrong with your temporary directory. Ordinarily it should be permitted to create files there. Try restarting your computer; that should re-create any temporary directories.

comment:3 Changed 10 years ago by cjones051073 (Chris Jones)

Thanks for the pointer.

Restarting did not help though, and nothing was wrong with my temporary directory per se.

/var/folders/0h and /var/folders/0h/84g1qh1n547_j5r1qmqrv09r0000gp where both owned by macports, where as /var/folders/0h/84g1qh1n547_j5r1qmqrv09r0000gp/T was owned by root, and consequently macports was trying and failing to create an entry in it ...

not sure how that situation arose, but manually removing /var/folders/0h seems to have done the trick...

Chris

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

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