Opened 12 years ago
Last modified 10 years ago
#36869 new defect
iTunesMatchHelper: Lion buildbot fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | iTunesMatchHelper |
Description
The Lion buildbot fails to build iTunesMatchHelper:
https://build.macports.org/builders/buildports-lion-x86_64/builds/5603/steps/compile/logs/stdio
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from phw@… to macports-tickets@… |
---|
Note: See
TracTickets for help on using
tickets.
The error we see in the log is:
So we see this code is using array-style subscripting, which is a new feature that was added in Apple clang 4.0 / open-source clang 3.1. The Lion buildbot is currently running Xcode 4.3.1, whose clang is not that new.