Opened 16 years ago

Last modified 14 years ago

#16612 closed defect

git-svn broken after upgrading to git 1.6.0.2 ... Errno architecture (darwin-2level-9.4.0) does not match executable architecture (darwin-thread-multi-2level-9.0) — at Version 4

Reported by: bretthoerner@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: git git-core git-svn perl Cc:
Port: git-core

Description (last modified by blb@…)

$ git svn
Errno architecture (darwin-2level-9.4.0) does not match executable architecture (darwin-thread-multi-2level-9.0) at /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm line 11.
Compilation failed in require at /System/Library/Perl/5.8.8/File/Temp.pm line 138.
BEGIN failed--compilation aborted at /System/Library/Perl/5.8.8/File/Temp.pm line 138.
Compilation failed in require at /opt/local/libexec/git-core/git-svn line 3089.
BEGIN failed--compilation aborted at /opt/local/libexec/git-core/git-svn line 3089.

Change History (4)

comment:1 Changed 16 years ago by bretthoerner@…

Here's the output with proper formatting,

$ git svn
Errno architecture (darwin-2level-9.4.0) does not match executable architecture (darwin-thread-multi-2level-9.0) at /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm line 11.
Compilation failed in require at /System/Library/Perl/5.8.8/File/Temp.pm line 138.
BEGIN failed--compilation aborted at /System/Library/Perl/5.8.8/File/Temp.pm line 138.
Compilation failed in require at /opt/local/libexec/git-core/git-svn line 3089.
BEGIN failed--compilation aborted at /opt/local/libexec/git-core/git-svn line 3089.

comment:2 Changed 16 years ago by bretthoerner@…

I temporarily fixed the problem by moving /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm out of my Perl path, but it should be noted that I have made no previous changes to anything under /opt/local so this is definitely something funky in MacPorts.

comment:3 Changed 16 years ago by raimue (Rainer Müller)

Can't reproduce here:

$ git --version
git version 1.6.0.2
$ git svn
git-svn - bidirectional operations between a single Subversion tree and git
Usage: git svn <command> [options] [arguments]
...

comment:4 Changed 16 years ago by blb@…

Description: modified (diff)
Note: See TracTickets for help on using tickets.