Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930339 - sys-apps/pkgcore: pkgcore.cache.flat_hash.md5_cache is broken on rsync checkouts
Summary: sys-apps/pkgcore: pkgcore.cache.flat_hash.md5_cache is broken on rsync checkouts
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PkgCore (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PkgCore project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-20 16:16 UTC by Anna Vyalkova
Modified: 2024-04-20 16:16 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 Anna Vyalkova 2024-04-20 16:16:57 UTC
Inside an rsync checkout, every directory has a Manifest.gz file. Pkgcore tries to read it with UTF-8 codecs and gets:

> UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

Manifest files should be skipped.