Summary: | >portage-2.1.10.49: manifest + files with "@" in names - generate incorrect Manifest for files in ${FILESDIR} | ||
---|---|---|---|
Product: | Portage Development | Reporter: | megabaks <megagreener> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | 2.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | example tree |
Created attachment 308067 [details]
example tree
*** This bug has been marked as a duplicate of bug 411127 *** |
'ebuild some.ebuild manifest' generate Manifest without files with "@" in name examples: ================ porage-2.1.10.49: cat stuff/sys-apps/systemd-units/Manifest | awk '{print $2}' | grep \@ services-desktop/gdm@.service services-desktop/kdm@.service services-desktop/openvpn@.service services-desktop/slim@.service services-server/vsftpd@.service sshd@.service ================ >porage-2.1.10.49: cat stuff/sys-apps/systemd-units/Manifest | awk '{print $2}' | grep \@ sshd@.service ================ example tree attached ~x86 //sorry my bad english Reproducible: Always