Opened 12 years ago

Closed 11 years ago

#36177 closed defect (duplicate)

wxWidgets: SDK directory MacOSX10.6.sdk not found

Reported by: sebastian.scherer@… Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: sebastian.scherer@…, willy.wolff.0@…, anddam (Andrea D'Amore)
Port: wxWidgets

Description (last modified by ryandesign (Ryan Carsten Schmidt))

bash-3.2$ sudo port install filezilla
--->  Computing dependencies for FileZilla
--->  Dependencies to be installed: wxWidgets
--->  Configuring wxWidgets
Error: org.macports.configure for port wxWidgets returned: configure failure: command execution failed
Error: Failed to install wxWidgets
Please see the log file for port wxWidgets for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_wxWidgets/wxWidgets/main.log
Error: The following dependencies were not installed: wxWidgets
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port filezilla failed

Attachments (2)

log.txt (18.4 KB) - added by sebastian.scherer@… 12 years ago.
log file
config.log (55.2 KB) - added by sebastian.scherer@… 12 years ago.

Download all attachments as: .zip

Change History (10)

Changed 12 years ago by sebastian.scherer@…

Attachment: log.txt added

log file

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to jwa@…
Port: wxWidgets added
Summary: Not able to install wxWidgetwxWidgets:

Please remember to use WikiFormatting when writing in Trac. Also, fill in the Port field and Cc that port's maintainer.

The log you attached says:

Skipping completed

This means this was not a clean attempt. So please run:

sudo port clean wxWidgets

and then try again and attach the new main.log if it fails again.

The incomplete log also says:

:info:configure checking for SDK directory /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk... configure: error: not found
:info:configure See `config.log' for more details.

If the new log says the same thing, then please attach the config.log as well, and tell us whether that path actually exists, and tell us your Xcode version.

I expect that you have Xcode 4.4 or greater, which no longer includes the 10.6 SDK. See also #36156. If so, try the wxwidgets-devel port instead.

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: wxWidgets:wxWidgets: SDK directory MacOSX10.6.sdk not found

Changed 12 years ago by sebastian.scherer@…

Attachment: config.log added

comment:3 Changed 12 years ago by sebastian.scherer@…

Cleaning did not solve the issue. The log says the same. Thus I added the config.log file to the ticket.

Yes, you are right: The sdk-10.6 is missing in my Xcode-4.4.1 as shown below:

ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
MacOSX10.7.sdk	MacOSX10.8.sdk

Installing wxwidgets-devel worked.

comment:4 Changed 12 years ago by sebastian.scherer@…

Cc: sebastian.scherer@… added

Cc Me!

comment:5 Changed 12 years ago by willy.wolff.0@…

Cc: willy.wolff.0@… added

Cc Me!

comment:6 Changed 12 years ago by anddam (Andrea D'Amore)

Cc: and.damore@… added

Cc Me!

comment:7 Changed 12 years ago by anddam (Andrea D'Amore)

According to comment:3 the reporter issue is fixed, still the ticket is valid: lion's buildbot cannot find SDK, I'm not sure what Xcode version is it using.

Notice that as of r98112 (see #36156) now wxWidgets breaks on Xcode 4.4.x .

comment:8 Changed 11 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.