Opened 11 years ago
Closed 11 years ago
#39683 closed defect (fixed)
texlive-bin @2013_0 build failure
Reported by: | g5pw (Aljaž Srebrnič) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | texlive-bin |
Description
Building texlive-bin fails on Mountain Lion, Macports 2.2 (2.1.99), Xcode 4.6.3 Build version 4H1503. See attached logfile. The first error reported is:
:info:build In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:123:0, :info:build from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12, :info:build from xetexdir/XeTeXFontMgr_Mac.mm:36: :info:build /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:69:24: error: expected unqualified-id before '^' token :info:build @property (copy) void (^terminationHandler)(NSTask *) NS_AVAILABLE(10_7, NA); :info:build ^
Attachments (2)
Change History (6)
Changed 11 years ago by g5pw (Aljaž Srebrnič)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | dports@… removed |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
Summary: | texlive-bin @2013_0 build failure → texlive-bin @2013_0 build failure with macports-gcc-4.8 |
comment:2 Changed 11 years ago by g5pw (Aljaž Srebrnič)
Uh-oh: wrong log. This was actually a test to see if gcc-4.8 compiles it. It fails with clang, too. I'll rebuild and post the logs.
comment:3 Changed 11 years ago by g5pw (Aljaž Srebrnič)
Summary: | texlive-bin @2013_0 build failure with macports-gcc-4.8 → texlive-bin @2013_0 build failure |
---|
comment:4 Changed 11 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You’re compiling with
macports-gcc-4.8
. I doubt GCC’s support for C blocks is very good. Or existent.