Opened 15 years ago
Closed 14 years ago
#21723 closed defect (duplicate)
iTerm doesn't build on MacBook(3,1) running Leopard 10.5.8
Reported by: | rhyan.ranger@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | deesto (John S. De Stefano Jr.) | |
Port: | iTerm |
Description (last modified by blb@…)
Error: Target org.macports.build returned: shell command "cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6" && xcodebuild -project "iTerm.xcodeproj" -target "iTerm" -configuration Deployment build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.5 ARCHS=i386 SDKROOT= " returned error 1
It would appear as though it is calling a large number of files from the Carbon framework, and the builder is returning them with a warning about them being "deprecated". Is this an incompatibility with my system, or is there something I should be running before installing?
Attachments (1)
Change History (7)
comment:1 follow-up: 3 Changed 15 years ago by blb@…
Description: | modified (diff) |
---|---|
Port: | iTerm added |
Summary: | Doesn't build on MacBook(3,1) running Leopard 10.5.8 → iTerm doesn't build on MacBook(3,1) running Leopard 10.5.8 |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to waqar@… |
---|
comment:3 Changed 15 years ago by rhyan.ranger@…
Replying to blb@…:
Without debug output, it's hard to say what's happening, though it could be a dup of #20377.
-- Yeah, I looked at that ticket and it seems to be quite similar, especially with the growl extension, but the failure seems to be with something else. Was that ticket ever fixed? I'm new to macports and I can't tell if it was resolved.
Changed 15 years ago by deesto (John S. De Stefano Jr.)
Attachment: | iterm-port-install-error.txt added |
---|
iterm port installation debug output
comment:4 Changed 15 years ago by deesto (John S. De Stefano Jr.)
This seems to be a problem still with the latest version of MacPorts and OS X 10.6.2. Output of 'sudo port -d install iterm' attached, with perhaps a key section being: {{{=== BUILD NATIVE TARGET iTerm OF PROJECT iTerm WITH CONFIGURATION Deployment === Check dependencies Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'iTerm.plist'. [WARN]Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'iTerm.plist'. Ld build/Deployment/iTerm.app/Contents/MacOS/iTerm normal x86_64
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6 setenv MACOSX_DEPLOYMENT_TARGET 10.6 /Developer/usr/bin/gcc-4.2 -arch x86_64 -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/Deployment -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/Deployment -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/Development -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/Development -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6 -filelist /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/iTerm.build/Deployment/iTerm.build/Objects-normal/x86_64/iTerm.LinkFileList -mmacosx-version-min=10.6 -framework Foundation -framework AppKit -framework iTerm -framework Growl -framework Sparkle -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_iTerm/work/RC_0_9_6/build/Deployment/iTerm.app/Contents/MacOS/iTerm
ld: framework not found iTerm collect2: ld returned 1 exit status Command /Developer/usr/bin/gcc-4.2 failed with exit code 1 Command /Developer/usr/bin/gcc-4.2 failed with exit code 1 BUILD FAILED }}}
comment:6 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Assuming it's a dupe in the absence of further info.
Without debug output, it's hard to say what's happening, though it could be a dup of #20377.