Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305377 - perl-cleaner-2_pre091219 generates invalid -MERGING- atom
Summary: perl-cleaner-2_pre091219 generates invalid -MERGING- atom
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 10:37 UTC by Helmut Jarausch
Modified: 2010-02-20 06:36 UTC (History)
1 user (show)

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 Helmut Jarausch 2010-02-16 10:37:27 UTC
perl-cleaner --allmodules gives
!!! 'dev-lang/-MERGING-perl:0' is not a valid package atom.


Reproducible: Always
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2010-02-16 12:14:36 UTC
I can add something like the following to perl-cleaner

-    for content in $(find ${PKG_DBDIR} -name CONTENTS ) ; do
+    for content in $(find ${PKG_DBDIR} -path "*/-MERGING-*" -prune -o -name CONTENTS -print ) ; do


Is there a way that portage fixes the -MERGING-* directories?
Comment 2 Zac Medico gentoo-dev 2010-02-16 16:02:36 UTC
I'm planning to add an emaint command to clean them up.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-02-20 06:36:42 UTC
There's also bug #192778 and bug #217345.

app-admin/perl-cleaner-2.0 ignores -MERGING-* directories, so this bug can be closed.