Opened 12 years ago
Closed 12 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)
Change History (10)
Changed 12 years ago by sebastian.scherer@…
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 wxWidget → wxWidgets: |
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: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 12 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
log file