Opened 9 years ago

Closed 9 years ago

#46367 closed defect (fixed)

p5.16-macosx-file: build failure on OSX 10.8.5

Reported by: barnstorming92@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: p5-macosx-file

Description (last modified by mf2k (Frank Schima))

Tried too build PsyncX only too fail because of p5.16-macosx-file

Supplying main.log's

:msg:main 
:msg:main --->  Dependencies to be installed: p5.16-macosx-file
:debug:main Starting logging for p5.16-macosx-file
:error:build The following dependencies were not installed: p5.16-macosx-file
:notice:build To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
:error:build Processing of port PsyncX failed
:msg:build --->  Scanning binaries for linking errors

Attachments (2)

main.log (12.4 KB) - added by barnstorming92@… 9 years ago.
main.2.log (12.6 KB) - added by barnstorming92@… 9 years ago.

Download all attachments as: .zip

Change History (6)

Changed 9 years ago by barnstorming92@…

Attachment: main.log added

Changed 9 years ago by barnstorming92@…

Attachment: main.2.log added

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: p5-macosx-file added; p5.16-macosx-file removed
Summary: build Processing of port PsyncX failed on OSX 10.8.5p5.16-macosx-file: build failure on OSX 10.8.5

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Cc: barnstorming92@… removed

In the future, please use WikiFormatting. As reporter, you do not need to Cc yourself.

comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)

I can reproduce on Yosemite.

:info:build /usr/bin/clang -c  -I../ -I/Developer/Headers/FlatCarbon -pipe -Os -fno-common -DPERL_DARWIN -I/opt/local/include -fno-strict-aliasing -fstack-protector -I/opt/local/include -arch i386 -O3   -DVERSION=\"0.70\" -DXS_VERSION=\"0.70\"  "-I/opt/local/lib/perl5/5.16.3/darwin-thread-multi-2level/CORE"   Catalog.c
:info:build In file included from Catalog.xs:16:
:info:build ../common/util.c:10:10: fatal error: 'Files.h' file not found
:info:build #include <Files.h>
:info:build          ^
:info:build 1 error generated.

comment:4 Changed 9 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: newclosed

The build assumes that /Developer/Headers/FlatCarbon exists, which has been a bad assumption since Xcode 4 was released. It should be using the CoreServices framework header instead of the Carbon headers.

r130542 fixes this for me. Please wait a half hour, do a selfupdate, clean p5.16-macosx-file, and try installing again.

Note: See TracTickets for help on using tickets.