Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498002 - app-portage/layman-2.0.0* dev-vcs/git-1.8.5.2: does not work anymore with git repositories
Summary: app-portage/layman-2.0.0* dev-vcs/git-1.8.5.2: does not work anymore with git...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 14:46 UTC by Juergen Rose
Modified: 2014-01-14 10:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2014-01-13 14:46:21 UTC
root@orca:/root(7)# layman -l

 * science [Git       ](git://git.overlays.gentoo.org/proj/sci.git              )
 * sunrise [Git       ](git://git.overlays.gentoo.org/proj/sunrise-reviewed.git )
 * voyageur[Subversion](https://cafarelli.fr/svn/voyageur-overlay               )
 * x11     [Git       ](git://git.overlays.gentoo.org/proj/x11                  )


root@orca:/root(8)# layman -S

 * Fetching remote list,...
 * Remote list already up to date: http://www.gentoo.org/proj/en/overlays/repositories.xml
 * Last-modified: Sat, 28 Dec 2013 21:10:03 GMT
 * Fetch Ok

 * Syncing selected overlays,...
 * Running Git... # ( cd /var/lib/layman/science  && /usr/bin/git pull )
fatal: unable to connect to git.overlays.gentoo.org:
git.overlays.gentoo.org[0: 94.100.119.163]: errno=Connection timed out

 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/sunrise  && /usr/bin/git pull )
fatal: unable to connect to git.overlays.gentoo.org:
git.overlays.gentoo.org[0: 94.100.119.163]: errno=Connection timed out

 * Failure result returned from Git
 * Running Subversion... # /usr/bin/svn up /var/lib/layman/voyageur
Updating '/var/lib/layman/voyageur':
At revision 763.
 * Running Git... # ( cd /var/lib/layman/x11  && /usr/bin/git pull )
fatal: unable to connect to git.overlays.gentoo.org:
git.overlays.gentoo.org[0: 94.100.119.163]: errno=Connection timed out

 * Failure result returned from Git
 * 
 * Succeeded:
 * ------
 * Successfully synchronized overlay "voyageur".
 * 
 * 
 * Errors:
 * ------
 * Failed to sync overlay "science".
 * Error was: Syncing overlay "science" returned status 1!
 * db.sync()
 * Failed to sync overlay "sunrise".
 * Error was: Syncing overlay "sunrise" returned status 1!
 * db.sync()
 * Failed to sync overlay "x11".
 * Error was: Syncing overlay "x11" returned status 1!
 * db.sync()
 * 

 * CLI: Errors occurred processing action sync_all
 * 
 * Errors:
 * ------
 * Failed to sync overlay "science".
 * Error was: Syncing overlay "science" returned status 1!
 * db.sync()
 * Failed to sync overlay "sunrise".
 * Error was: Syncing overlay "sunrise" returned status 1!
 * db.sync()
 * Failed to sync overlay "x11".
 * Error was: Syncing overlay "x11" returned status 1!
 * db.sync()
 * 
root@orca:/root(9)# genlop -t layman | tail

     Fri Dec 21 20:57:13 2012 >>> app-portage/layman-2.0.0
       merge time: 8 seconds.

     Thu Jun 20 09:41:45 2013 >>> app-portage/layman-2.0.0
       merge time: 16 seconds.

     Mon Jul 29 16:06:08 2013 >>> app-portage/layman-2.0.0
       merge time: 16 seconds.

root@orca:/root(10)# genlop -t git | tail

     Mon Dec 16 19:10:04 2013 >>> dev-vcs/git-1.8.5.1
       merge time: 2 minutes and 42 seconds.

     Thu Dec 19 16:50:22 2013 >>> dev-vcs/git-1.8.5.2
       merge time: 2 minutes and 41 seconds.

     Mon Jan  6 16:27:01 2014 >>> dev-vcs/git-1.8.5.2
       merge time: 2 minutes and 57 seconds.



And the same behaviour on an other system with layman-2.0.0-r2:

root@leopard:/usr/local/portage/media-gfx(69)# layman -l

 * ago           [Git    ] (git://git.overlays.gentoo.org/dev/ago.git          )
 * dlan          [Git    ] (git://github.com/dlanx/dlan-overlay.git            )
 * sage-on-gentoo[Git    ] (git://github.com/cschwan/sage-on-gentoo.git        )
 * science       [Git    ] (http://git.overlays.gentoo.org/gitroot/proj/sci.git)
 * sunrise       [Git    ] (http://git.o.g.o/gitroot/proj/sunrise-reviewed.git )
 * x11           [Git    ] (git://git.overlays.gentoo.org/proj/x11             )
Comment 1 Juergen Rose 2014-01-13 14:48:41 UTC
(continuing...)

root@leopard:/usr/local/portage/media-gfx(70)# layman -S

 * Fetching remote list,...
 * Remote list already up to date: http://www.gentoo.org/proj/en/overlays/repositories.xml
 * Last-modified: Sat, 28 Dec 2013 21:10:03 GMT
 * Fetch Ok

 * Syncing selected overlays,...
 * Running Git... # ( cd /var/lib/layman/ago  && /usr/bin/git pull )
fatal: unable to connect to git.overlays.gentoo.org:
git.overlays.gentoo.org[0: 94.100.119.163]: errno=Connection timed out

 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/dlan  && /usr/bin/git pull )
Already up-to-date.
 * Running Git... # ( cd /var/lib/layman/sage-on-gentoo  && /usr/bin/git pull )
Already up-to-date.
 * Running Git... # ( cd /var/lib/layman/science  && /usr/bin/git pull )
fatal: unable to access 'http://git.overlays.gentoo.org/gitroot/proj/sci.git/': The requested URL returned error: 504
 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/sunrise  && /usr/bin/git pull )
fatal: unable to access 'http://git.overlays.gentoo.org/gitroot/proj/sunrise-reviewed.git/': The requested URL returned error: 504
 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/x11  && /usr/bin/git pull )
fatal: unable to connect to git.overlays.gentoo.org:
git.overlays.gentoo.org[0: 94.100.119.163]: errno=Connection timed out

 * Failure result returned from Git
 * 
 * Succeeded:
 * ------
 * Successfully synchronized overlay "dlan".
 * Successfully synchronized overlay "sage-on-gentoo".
 * 
 * 
 * Errors:
 * ------
 * Failed to sync overlay "ago".
 * Error was: Syncing overlay "ago" returned status 1!
 * db.sync()
 * Failed to sync overlay "science".
 * Error was: Syncing overlay "science" returned status 1!
 * db.sync()
 * Failed to sync overlay "sunrise".
 * Error was: Syncing overlay "sunrise" returned status 1!
 * db.sync()
 * Failed to sync overlay "x11".
 * Error was: Syncing overlay "x11" returned status 1!
 * db.sync()
 * 

 * CLI: Errors occurred processing action sync_all
 * 
 * Errors:
 * ------
 * Failed to sync overlay "ago".
 * Error was: Syncing overlay "ago" returned status 1!
 * db.sync()
 * Failed to sync overlay "science".
 * Error was: Syncing overlay "science" returned status 1!
 * db.sync()
 * Failed to sync overlay "sunrise".
 * Error was: Syncing overlay "sunrise" returned status 1!
 * db.sync()
 * Failed to sync overlay "x11".
 * Error was: Syncing overlay "x11" returned status 1!
 * db.sync()
 * 

root@leopard:/usr/local/portage/media-gfx(71)# genlop -t layman | tail

     Tue Jul 30 12:00:07 2013 >>> app-portage/layman-2.0.0
       merge time: 12 seconds.

     Mon Oct 28 10:09:02 2013 >>> app-portage/layman-2.0.0
       merge time: 15 seconds.

     Wed Jan  8 04:44:01 2014 >>> app-portage/layman-2.0.0-r2
       merge time: 14 seconds.

root@leopard:/usr/local/portage/media-gfx(72)# genlop -t git | tail

     Thu Dec  5 19:28:44 2013 >>> dev-vcs/git-1.8.5.1
       merge time: 2 minutes and 22 seconds.

     Thu Dec 19 04:36:20 2013 >>> dev-vcs/git-1.8.5.2
       merge time: 2 minutes and 19 seconds.

     Mon Jan  6 05:08:29 2014 >>> dev-vcs/git-1.8.5.2
       merge time: 2 minutes and 11 seconds.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2014-01-13 14:49:14 UTC
Can you please verify with some overlay that is not hosted on git.overlays.gentoo.org? That host currently is down...
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2014-01-14 10:00:52 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #2)
> Can you please verify with some overlay that is not hosted on
> git.overlays.gentoo.org? That host currently is down...

See comment #1 - the gitub ovelays sync fine...