Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873067 - gui-libs/vte-common-0.70.0 fetches file(s) that do not match recorded size
Summary: gui-libs/vte-common-0.70.0 fetches file(s) that do not match recorded size
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-26 15:26 UTC by Agostino Sarubbo
Modified: 2022-09-26 16:01 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,2.95 KB, text/plain)
2022-09-26 15:26 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-09-26 15:26:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-libs/vte-common-0.70.0 fetches file(s) that do not match recorded size.
Discovered on: amd64 (internal ref: ci)

NOTE:
While the resolution of this bug may be trivial I'd like to suggest to pay attention at WHY and if it is the case of a tarball fraudulently replaced (hacked mirror).
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-26 15:26:17 UTC
CC'ing also the author of the commit (3520c896622945dc7372c17e6655643317ca5b92)
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-26 15:26:18 UTC
Created attachment 814252 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-09-26 15:26:19 UTC
Error(s) that match a know pattern:


 * Fetch failed for 'gui-libs/vte-common-0.70.0', Log file:
!!! Reason: Filesize does not match recorded size
Comment 4 Matt Turner gentoo-dev 2022-09-26 15:58:05 UTC
>>> Downloading 'https://gitlab.gnome.org/GNOME/vte-0.70.0/-/archive/0.70.0/vte-0.70.0.tar.bz2'
--2022-09-26 11:57:35--  https://gitlab.gnome.org/GNOME/vte-0.70.0/-/archive/0.70.0/vte-0.70.0.tar.bz2
Resolving gitlab.gnome.org (gitlab.gnome.org)... 8.43.85.27, 2620:52:3:1:5054:ff:fe8f:413d
Connecting to gitlab.gnome.org (gitlab.gnome.org)|8.43.85.27|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://gitlab.gnome.org/users/sign_in [following]
--2022-09-26 11:57:36--  https://gitlab.gnome.org/users/sign_in
Reusing existing connection to gitlab.gnome.org:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/var/cache/distfiles/vte-0.70.0.tar.bz2.__download__’


Looks like it's requiring users to login?
Comment 5 Larry the Git Cow gentoo-dev 2022-09-26 16:00:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7881d42cc9b11d1c005ee77bf63c02ac9b435c2

commit d7881d42cc9b11d1c005ee77bf63c02ac9b435c2
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-09-26 15:59:56 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-09-26 16:00:15 +0000

    gui-libs/vte-common: Fix SRC_URI
    
    Closes: https://bugs.gentoo.org/873067
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 gui-libs/vte-common/vte-common-0.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Matt Turner gentoo-dev 2022-09-26 16:01:05 UTC
Ah, we had the SRC_URI wrong and didn't notice because the same distfile is needed by {x11,gui}-libs/vte so we already had it downloaded.