Opened 13 years ago

Closed 12 years ago

#30132 closed defect (fixed)

Iterm2 svn checkout fails

Reported by: watsodw Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), calvin@…
Port: iTerm2

Description

Installation of iTerm2 fails with svn checkout failure.

Attachments (2)

iterm_config.log (20.5 KB) - added by watsodw 13 years ago.
main.log (424.2 KB) - added by calvin@… 12 years ago.
iterm2 main.log

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by watsodw

Attachment: iterm_config.log added

comment:1 Changed 13 years ago by singingwolfboy@…

Looks like the relevant URL is http://iterm2.googlecode.com/svn/tags/v1_0_0, and I just successfully ran svn ls http://iterm2.googlecode.com/svn/tags/v1_0_0 on my machine. Can you run it on yours, and see if you get a file listing? If not, the problem is with your computer's connection to the iterm2 SVN repo.

comment:2 Changed 13 years ago by watsodw

I ran svn ls http://iterm2.googlecode.com/svn/tags/v1_0_0 and got a listing, then tried a svn checkout and got the error. I then replaced http with https and checkout worked.

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; singingwolfboy@… removed
Owner: changed from macports-tickets@… to singingwolfboy@…

Is there a proxy server involved in your network setup which might be interfering with normal Subversion checkouts?

comment:4 in reply to:  2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Replying to david.w.watson@…:

I then replaced http with https and checkout worked.

Modified port to fetch from https in r85068.

comment:5 Changed 12 years ago by calvin@…

Resolution: fixed
Status: closedreopened

Build fails for xcode 4.2, lion.

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_iTerm2/iterm2/work/v1_0_0/build/iTerm.build/Deployment/iTerm.build/Script-93BD20450FE16DD50059656D.sh: line 2: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_iTerm2/iterm2/work/v1_0_0/updateVersion.py: Undefined error: 0


** BUILD FAILED **


The following build commands failed:
	PhaseScriptExecution "Update SVN Revision" build/iTerm.build/Deployment/iTerm.build/Script-93BD20450FE16DD50059656D.sh
(1 failure)
shell command "cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_iTerm2/iterm2/work/v1_0_0" && /usr/bin/xcodebuild -project "iTerm.xcodeproj" -target "iTerm" -configuration Deployment build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.7 ARCHS=x86_64 SDKROOT="" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 " returned error 65
Error: Target org.macports.build returned: shell command failed (see log for details)
Warning: the following items did not execute (for iterm2): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Log for iterm2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_iTerm2/iterm2/main.log
Error: Status 1 encountered during processing.

Changed 12 years ago by calvin@…

Attachment: main.log added

iterm2 main.log

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

Cc: calvin@… added
Resolution: fixed
Status: reopenedclosed

Calvin, remember to use WikiFormatting and to preview before submitting so you can verify your formatting is correct; and Cc yourself on tickets you want to receive responses to (except tickets you filed, where you automatically receive responses).

But more importantly, don't re-open unrelated tickets to report new issues. This ticket is about a Subversion fetch failure with this port, which was resolved. You are now reporting a build failure, which is a different problem and should therefore be a different ticket.

Note: See TracTickets for help on using tickets.