[MacPorts] #45704: defect: git-flow install fails on Yosemite on git clone

MacPorts noreply at macports.org
Fri Oct 31 11:22:03 PDT 2014


#45704: defect: git-flow install fails on Yosemite on git clone
------------------------------+------------------------------
  Reporter:  george.cooper@…  |      Owner:  jason-macports@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.3.2
Resolution:                   |   Keywords:
      Port:  git-flow         |
------------------------------+------------------------------
Changes (by cal@…):

 * owner:  macports-tickets@… => jason-macports@…
 * keywords:  git-flow =>


Old description:

> 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.

New description:

 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.

--

Comment:

 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).

-- 
Ticket URL: <https://trac.macports.org/ticket/45704#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list