Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837323 - 9e24d0143450628f334cdb62e579efafd1bfd2ba breaks ebuild digest by adding a b
Summary: 9e24d0143450628f334cdb62e579efafd1bfd2ba breaks ebuild digest by adding a b
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-09 00:58 UTC by Joe Kappus
Modified: 2022-04-09 04:32 UTC (History)
2 users (show)

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


Attachments
emerge --info (emergeinfo,7.55 KB, text/plain)
2022-04-09 00:58 UTC, Joe Kappus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Kappus 2022-04-09 00:58:18 UTC
Created attachment 769508 [details]
emerge --info

For example (does this on all packages with stuff in files directory):

ebuild w3m-0.5.3_p20220216.ebuild digest
>>> Creating Manifest for /usr/portage/www-client/w3m
!!! File b'/var/cache/distfiles/w3m-0.5.3_p20220216.tar.gz' doesn't exist, can't update Manifest

The commit prior to https://github.com/gentoo/portage/commit/9e24d0143450628f334cdb62e579efafd1bfd2ba is not affected.
Comment 1 Larry the Git Cow gentoo-dev 2022-04-09 04:32:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=b4ca7c5802aafab54ca163c8e59ac3d2222e3084

commit b4ca7c5802aafab54ca163c8e59ac3d2222e3084
Author:     Kenneth Raplee <kenrap@kennethraplee.com>
AuthorDate: 2022-04-09 01:42:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-09 04:32:12 +0000

    manifest: fix thick manifest generation
    
    Closes: https://bugs.gentoo.org/837326
    Closes: https://bugs.gentoo.org/837323
    Signed-off-by: Kenneth Raplee <kenrap@kennethraplee.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 lib/portage/manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)