Opened 13 years ago
Closed 7 years ago
#32911 closed defect (fixed)
growl could not be installed on Mac OSX 10.7.3
Reported by: | tsingyoung@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager), anddam (Andrea D'Amore) | |
Port: | growl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The error message is as bellows:
---> Building growl Error: Target org.macports.build returned: shell command failed (see log for details) Log for growl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_Growl/growl/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Please see log file as well, any help would be appreciated.
Attachments (1)
Change History (8)
Changed 13 years ago by tsingyoung@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | growl added |
I'm hardly surprised. Growl has been in need of being updated for some time. See other tickets.
comment:2 Changed 12 years ago by shenzhuxi@…
Lion 10.7.2 /10.7.3/ 10.7.4
Xcode 4.3.2
MacPorts 2.1.1 Growl @1.1.6 (aqua)
error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
comment:3 Changed 12 years ago by pjobson@…
Mountain Lion 10.8.0
Xcode 4.4.1
MacPorts 2.1.2
Growl @1.1.6, Revision 1 (aqua)
error: There is no SDK with the name or path '/Developer/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.4u.sdk'
error: There is no SDK with the name or path '/Developer/SDKs/MacOSX10.4u.sdk'
You can trick it into installing by symlinking the 10.4 sdk to newer ones, not sure if this causes instability.
As root:
cd /Developer/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ ln -s MacOSX10.7.sdk/ MacOSX10.4u.sdk cd /Developer/SDKs/ ln -s MacOSX10.5.sdk/ MacOSX10.4u.sdk
If you don't have those SDK paths, you may try symlinking others... Again, this may cause things to break. I successfully installed Growl 1.1.6 with this method, as of this post the $3.99 one in the App store is version 1.4, haven't read the change log, not sure what the difference is.
comment:4 Changed 12 years ago by pjobson@…
Per my reply above, probably better to just use Growl Fork and just turn off check for updates.
comment:7 Changed 7 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
error log file