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

Bug 411119

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 - Ebuild SupportAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: example tree

Description megabaks 2012-04-07 08:16:55 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:18:01 UTC
Created attachment 308065 [details]
example tree
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2012-04-07 14:59:05 UTC

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