Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 430276 - git-2.eclass does not handle connection resets properly
Summary: git-2.eclass does not handle connection resets properly
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 06:14 UTC by Patrick Lauer
Modified: 2016-08-06 08:26 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 Patrick Lauer gentoo-dev 2012-08-07 06:14:44 UTC
>>> Emerging (1 of 1) x11-libs/qt-core-5.9999 from qt
>>> Unpacking source...
Cloning into bare repository '/usr/portage/distfiles/egit-src/qtbase'...
remote: Counting objects: 152011, done.
remote: Compressing objects: 100% (41116/41116), done.
fatal: The remote end hung up unexpectedly.08 MiB | 1 KiB/s    
fatal: early EOF
fatal: index-pack failed
Cloning into bare repository '/usr/portage/distfiles/egit-src/qtbase'...

At this point you have an incomplete checkout and things will fail in funny ways a while later.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-08-07 07:37:34 UTC
(In reply to comment #0)
> >>> Emerging (1 of 1) x11-libs/qt-core-5.9999 from qt
> >>> Unpacking source...
> Cloning into bare repository '/usr/portage/distfiles/egit-src/qtbase'...
> remote: Counting objects: 152011, done.
> remote: Compressing objects: 100% (41116/41116), done.
> fatal: The remote end hung up unexpectedly.08 MiB | 1 KiB/s    
> fatal: early EOF
> fatal: index-pack failed
> Cloning into bare repository '/usr/portage/distfiles/egit-src/qtbase'...
> 
> At this point you have an incomplete checkout and things will fail in funny
> ways a while later.

Do you mean it should remove the clone at that point?
Comment 2 Pacho Ramos gentoo-dev 2016-08-06 08:26:12 UTC
Use git-r3.eclass instead