Opened 18 months ago
Closed 18 months ago
#67418 closed defect (fixed)
qt58-qtbase: 10.9 build fails: 'Xcode not set up properly. You may need to confirm the license agreement'
Reported by: | mascguy (Christopher Nielsen) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | qt58-qtbase |
Description
Just noticed this issue locally, on my 10.9 VM. And it appears to be occurring on the 10.9 buildbot as well:
:info:configure Xcode not set up properly. You may need to confirm the license :info:configure agreement by running /usr/bin/xcodebuild without arguments.
However, Xcode is setup correctly, so this is a false error. Haven't dug into it yet, but hopefully (?) there's an easy fix.
Attachments (1)
Change History (3)
Changed 18 months ago by mascguy (Christopher Nielsen)
Attachment: | qt58-qtbase-buildbot-log-10.9.log added |
---|
comment:1 Changed 18 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
comment:2 Changed 18 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The configure scripts runs
/usr/bin/xcrun -find xcodebuild
to ensure that the license for Xcode has been accepted.However, it seems to be that
env DEVLOPER_DIR=/Library/Developer/CommandLineTols /usr/bin/xcrun -find xcodebuild
always fails for on older systems.