#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)

qt58-qtbase-buildbot-log-10.9.log (48.9 KB) - added by mascguy (Christopher Nielsen) 12 months ago.

Download all attachments as: .zip

Change History (3)

Changed 12 months ago by mascguy (Christopher Nielsen)

comment:1 Changed 12 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

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.

comment:2 Changed 12 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

In f89cf91017a784a6a14072f0f6b0c804cd4aa0b0/macports-ports (master):

qt58-qtbase: fix build on older systems

Fixes #67418

Note: See TracTickets for help on using tickets.