Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895910 - dev-python/aesara-2.8.12 failed to fetch
Summary: dev-python/aesara-2.8.12 failed to fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-22 17:37 UTC by Leonid Kopylov
Modified: 2023-02-23 17:55 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,7.79 KB, text/plain)
2023-02-22 17:37 UTC, Leonid Kopylov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Kopylov 2023-02-22 17:37:22 UTC
# emerge =dev-python/aesara-2.8.12 -pvq
[ebuild     U ] dev-python/aesara-2.8.12 [2.8.10] USE="-test (-doc%*)" PYTHON_TARGETS="python3_10 -python3_9 -python3_11%"

!!! Fetched file: aesara-rel-2.8.12.gh.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      4582575
!!! Expected: 4582559
Comment 1 Leonid Kopylov 2023-02-22 17:37:45 UTC
Created attachment 853936 [details]
build.log
Comment 2 Jonas Stein gentoo-dev 2023-02-22 21:05:29 UTC
confirmed with 
GENTOO_MIRRORS="" ebuild aesara-2.8.12.ebuild clean fetch

aesara-2.8.11.ebuild still works
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-23 05:54:52 UTC
Since I'm remanifesting it for the second time, I'm going to shout at upstream.
Comment 4 Larry the Git Cow gentoo-dev 2023-02-23 06:19:49 UTC
The bug has been closed via the following commit(s):

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

commit 8770b600d562351b84fb652aeb32a94b5fbcffc0
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-02-23 05:54:56 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-02-23 06:18:15 +0000

    dev-python/aesara: Remanifest again, sigh
    
    Upstream has fixed ".git_archival.txt".  It does not affect installed
    files.
    
    Closes: https://bugs.gentoo.org/895910
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/aesara/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-02-23 17:55:50 UTC
My mistake.  This isn't aesara's upstream fault but how git behaves given the configuration documented in setuptools_scm.  The hash changes because the release tag no longer corresponds to the main branch.