Opened 10 years ago

Last modified 10 years ago

#45704 closed defect

defect: git-flow install fails on Yosemite on git clone — at Version 1

Reported by: george.cooper@… Owned by: jason-macports@…
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc:
Port: git-flow

Description (last modified by neverpanic (Clemens Lang))

running sudo port install git-flow gives me:

--->  Computing dependencies for git-flow
--->  Fetching archive for git-flow
--->  Attempting to fetch git-flow-0.4.1_2.darwin_14.noarch.tbz2 from http://packages.macports.org/git-flow
--->  Attempting to fetch git-flow-0.4.1_2.darwin_14.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/git-flow
--->  Attempting to fetch git-flow-0.4.1_2.darwin_14.noarch.tbz2 from http://lil.fr.packages.macports.org/git-flow
--->  Fetching distfiles for git-flow
Error: org.macports.fetch for port git-flow returned: Git clone failed
Please see the log file for port git-flow for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_git-flow/git-flow/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port git-flow failed

Log output:

:notice:fetch --->  Fetching distfiles for git-flow
:debug:fetch Executing org.macports.fetch (git-flow)
:debug:fetch Executing: /usr/bin/git clone -q https://github.com/nvie/gitflow.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_git-flow/git-flow/work/gitflow-0.4.1 2>&1
:info:fetch fatal: unable to access 'https://github.com/nvie/gitflow.git/': Unknown SSL protocol error in connection to github.com:-67674
:info:fetch Command failed: /usr/bin/git clone -q https://github.com/nvie/gitflow.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_git-flow/git-flow/work/gitflow-0.4.1 2>&1
:info:fetch Exit code: 128
:error:fetch org.macports.fetch for port git-flow 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
"portfetch::fetch_main org.macports.fetch"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:fetch Warning: targets not executed for git-flow: org.macports.activate org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:fetch Please see the log file for port git-flow for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_git-flow/git-flow/main.log

If I attempt to clone the repo directly it's fine, so I don't believe this is a git or network configuration issue on my end.

Change History (1)

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

Description: modified (diff)
Keywords: git-flow removed
Owner: changed from macports-tickets@… to jason-macports@…

When reporting bugs against ports, please Cc the maintainer, if any.

The problem is:

Unknown SSL protocol error in connection to github.com:-67674

This is a duplicate of #42063, where we were never able to figure out what's wrong. You can try the suggested steps there, and you can also try opening a bug report with Apple about this. It might also be something like OpenSSL's http://rt.openssl.org/Ticket/Display.html?id=2771 (user/pw guest/guest).

Note: See TracTickets for help on using tickets.