Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935005 - crossdev A file is not listed in the Manifest
Summary: crossdev A file is not listed in the Manifest
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Crossdev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-27 09:41 UTC by Dawn Xu
Modified: 2024-06-29 07:01 UTC (History)
1 user (show)

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 Dawn Xu 2024-06-27 09:41:02 UTC
I don't know what happened, just at one day's daily rolling, the emerge warned me that a lot of packages has file not listed in manifest.

and when I tried to clean the cross-emerge and rebuild the cross-toolcain, I received an error like this:
Calculating dependencies  . ... done!

Dependency resolution took 9.68 s (backtrack: 0/20).


>>> Verifying ebuild manifests
!!! A file is not listed in the Manifest: '/var/db/repos/cross-riscv64-milkv-linux-musl/cross-riscv64-milkv-linux-musl/binutils/binutils-2.32-r2.ebuild'
Comment 1 Mike Gilbert gentoo-dev 2024-06-29 02:27:29 UTC
You are probably missing the thin-manifests setting in metadata/layout.conf for that overlay.
Comment 2 Dawn Xu 2024-06-29 07:01:30 UTC
(In reply to Mike Gilbert from comment #1)
> You are probably missing the thin-manifests setting in metadata/layout.conf
> for that overlay.

Yes, but crossdev's document doesn't mention this, and this worked fine previously, so does portage change the manifest rules yet?