Opened 10 years ago

Closed 10 years ago

#42360 closed defect (duplicate)

GitX github clone fails

Reported by: gullevek (Clemens Schwaighofer) Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: GitX

Description (last modified by ci42)

I have the program already installed. When I want to an upgrade on the package I get the following error:

--->  Fetching archive for GitX
--->  Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://packages.macports.org/GitX
--->  Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/GitX
--->  Attempting to fetch GitX-0.7.1_2+finder_integration.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/GitX
--->  Computing dependencies for GitX
--->  Fetching distfiles for GitX
Error: org.macports.fetch for port GitX returned: Git clone failed
Please see the log file for port GitX for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_GitX/GitX/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

And the main log shows the following error:

version:1
:msg:archivefetch --->  Computing dependencies for GitX:info:archivefetch .:debug:archivefetch Searching for dependency: git-core
:debug:archivefetch Found Dependency: receipt exists for git-core
:msg:archivefetch
:debug:main Executing org.macports.main (GitX)
:debug:fetch fetch phase started at Tue Feb  4 15:38:13 JST 2014
:notice:fetch --->  Fetching distfiles for GitX
:debug:fetch Executing proc-pre-org.macports.fetch-fetch-0
:debug:fetch Executing org.macports.fetch (GitX)
:debug:fetch Executing: /usr/bin/git clone -q https://github.com/pieter/gitx.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_GitX/GitX/work/gitx-0.7.1 2>&1
:info:fetch fatal: unable to access 'https://github.com/pieter/gitx.git/': Unknown SSL protocol error in connection to github.com:-67674
:info:fetch Command failed: /usr/bin/git clone -q https://github.com/pieter/gitx.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_GitX/GitX/work/gitx-0.7.1 2>&1
:info:fetch Exit code: 128
:error:fetch org.macports.fetch for port GitX returned: Git clone failed
:debug:fetch Error code: NONE
:debug:fetch Backtrace: Git clone failed
    while executing
"gitfetch"
    (procedure "portfetch::fetch_main" line 14)
    invoked from within
"$procedure $targetname"
:info:fetch Warning: targets not executed for GitX: org.macports.destroot org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build
:notice:fetch Please see the log file for port GitX for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_GitX/GitX/main.log

If I manually clone it with the same command as in the log file it works.

$ /usr/bin/git clone -v https://github.com/pieter/gitx.git gitx
Cloning into 'gitx'...
POST git-upload-pack (gzip 1357 to 707 bytes)
remote: Reusing existing pack: 4617, done.
remote: Total 4617 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (4617/4617), 5.28 MiB | 308.00 KiB/s, done.
Resolving deltas: 100% (2934/2934), done.
Checking connectivity... done

Change History (2)

comment:1 Changed 10 years ago by ci42

Description: modified (diff)
Owner: changed from macports-tickets@… to cal@…
Port: GitX added

In the future please don't forget to use WikiFormatting, fill in the port field and Cc the port maintainer.

comment:2 Changed 10 years ago by neverpanic (Clemens Lang)

Resolution: duplicate
Status: newclosed

Duplicate of #42063.

Note: See TracTickets for help on using tickets.