Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411125

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: CoreAssignee: 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

Description megabaks 2012-04-07 08:21:22 UTC
'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
Comment 1 megabaks 2012-04-07 08:21:47 UTC
Created attachment 308067 [details]
example tree
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-04-07 08:33:42 UTC

*** This bug has been marked as a duplicate of bug 411127 ***