[MacPorts] #16612: 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)
#16612: 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) ---------------------------------------+------------------------------------ Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: git git-core git-svn perl | Port: git-core ---------------------------------------+------------------------------------ $ 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. -- Ticket URL: <http://trac.macports.org/ticket/16612> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by bretthoerner@gmail.com): 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. }}} -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by bretthoerner@gmail.com): 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. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by raimue@macports.org): 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] ... }}} -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Description changed by blb@macports.org: Old description:
$ 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.
New description: {{{ $ 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. }}} -- -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by blb@macports.org): {{{ Compilation failed in require at /System/Library/Perl/5.8.8/File/Temp.pm line 138. }}} Looks like some perl stuff is being brought in from the system-installed perl, not MacPorts' perl. What's your PATH? -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by bretthoerner@gmail.com): {{{ PATH=/opt/local/sbin:/opt/local/bin:/opt/local/lib/postgresql83/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin }}} No PERL5LIB or anything set. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Changes (by blb@macports.org): * cc: maccheck@gmail.com (added) * owner: macports-tickets@lists.macosforge.org => bryan@larsen.st Comment: One interesting thing is that {{{/opt/local/libexec/git-core/git-svn}}} has a system perl shebang line: {{{ #!/usr/bin/perl use lib (split(/:/, $ENV{GITPERLLIB} || "/opt/local/lib/perl5/site_perl")); }}} Then it brings in MacPorts' perl stuff...that can't be right. Though, like raimue@, it works fine for me. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by bretthoerner@gmail.com): I opened this on git-core because it's the only place I've had a problem. It's possible that something else I've installed has taken over a system default? Like I said, I removed the Errno.pm file from the MacPorts directory and everything works fine. {{{ port installed 'p5-*' The following ports are currently installed: p5-bsd-resource @1.28_0 (active) p5-compress-raw-zlib @2.015_0 (active) p5-compress-zlib @2.015_0 (active) p5-danga-socket @1.59_0 (active) p5-error @0.17015_0 (active) p5-html-parser @3.56_0 (active) p5-html-tagset @3.20_0 (active) p5-inline @0.44_2 (active) p5-io-aio @3.07_0 (active) p5-io-compress-base @2.015_0 (active) p5-io-compress-zlib @2.015_0 (active) p5-io-kqueue @0.32_0 (active) p5-libwww-perl @5.814_0 (active) p5-locale-gettext @1.05_0 (active) p5-net-netmask @1.9015_0 (active) p5-parse-recdescent @1.94_1 (active) p5-svn-simple @0.27_0 (active) p5-sys-syscall @0.22_0 (active) p5-term-readkey @2.30_0 (active) p5-time-hires @1.9715_0 (active) p5-uri @1.35_1 (active) }}} -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by blb@macports.org): As an experiment, try putting the Errno.pm back (so things should be as MacPorts originally installed), then edit {{{/opt/local/libexec/git-core /git-svn}}} so the shebang line which looks like {{{ #!/usr/bin/perl }}} instead reads {{{ #!/opt/local/bin/perl }}} See what happens. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by maccheck@gmail.com): Sorry, that was my fault when I removed the {{{PERL_PATH}}} environment variable in the Portfile. The Makefile in git-core defaults to {{{/usr/bin/perl}}} if that environment variable isn't set. I'm attaching an updated Portfile to that bug. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by Damien.Pollet@gmail.com): Not sure if this is actually related… I get this when attempting an svn+ssh clone on a G5: {{{ Network connection closed unexpectedly: Connection closed unexpectedly at /opt/local/libexec/git-core/git-svn line 1400 }}} It works nicely on a MacBook. Both machines have {{{git-core @1.6.0.2_0+bash_completion+doc+svn}}} -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: bryan@larsen.st Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Comment(by alakazam@melix.net): Hi, I too have encountered this bug. I have not yet tested the attached patch, but if it does fix the issue, I think it would be nice to have it checked it ! Thanks ! -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: blb@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Changes (by blb@macports.org): * owner: bryan@larsen.st => blb@macports.org * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) -------------------------------------+-------------------------------------- Reporter: bretthoerner@gmail.com | Owner: blb@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: git git-core git-svn perl Port: git-core | -------------------------------------+-------------------------------------- Changes (by blb@macports.org): * status: assigned => closed * resolution: => fixed Comment: Patch applied (though I quoted the paths for safety) in r40841. -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16612: 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) --------------------------------------+------------------------------------- Reporter: bretthoerner@… | Owner: blb@… Type: defect | Status: closed Priority: Normal | Component: ports Version: 1.6.0 | Resolution: fixed Keywords: git git-core git-svn perl | Port: git-core --------------------------------------+------------------------------------- Comment(by icerain031@…): [http://www.promgowndress.com/ homecoming dresses] homecoming dresses [http://www.1stpromdress.com/ prom dress] prom dresses [http://www.lovelypromdress.com/ prom dresses] and wedding dress [http://www.fashionbridalgown.com/ wedding dresses] bridal gown [http://www.fashionweddingdress.com/ discount wedding dresses] quinceanera dress [http://www.prettyquinceanera.com/ quinceanera dresses] sweet dress [http://www.prettyquinceaneradress.com/ sweet 16 dresses] [http://www.quinceaneragowns.org/ quinceanera gowns] and [http://www.vivedresses.com/ prom dresses],[http://www.dresses-gowns.com/ wedding dresses] [http://www.myweddinggowndress.com/ wedding dresses] wedding dress [http://www.weddingdresscity.com/ wedding dresses] for wedding pary [http://www.bestplussizedresses.com/ maternity wedding dresses],bridesmaid dress [http://www.buybridesmaiddresses.com/ bridesmaid dress] bridesmaid [http://www.buybridesmaiddress.com/ bridesmaid dresses] dress [http://www.vivedress.com/ prom dresses] gowns [http://www.promdressbuy.com/ prom gowns dresses] and oil paintings [http://www.oilpaintings-art.com/ oil painting] oil painting [http://www.oilpaintings4u.com/ oil paintings] [http://www.getartgallery.com/ oil paintings] [http://www.prettyweddingdress.com/ wedding dresses] wedding dresses and prom dress [http://www.promdressmarket.com/ prom dresses] prom [http://www.promdressfactory.com/ prom dresses] -- Ticket URL: <http://trac.macports.org/ticket/16612#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts