Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411119 - >portage-2.1.10.49: manifest + files with "@" in names - generate incorrect Manifest for files in ${FILESDIR}
Summary: >portage-2.1.10.49: manifest + files with "@" in names - generate incorrect M...
Status: RESOLVED DUPLICATE of bug 411127
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-07 08:16 UTC by megabaks
Modified: 2012-04-07 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
example tree (sys-apps.tar.gz,8.64 KB, application/x-gzip)
2012-04-07 08:18 UTC, megabaks
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***