Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254047 - gentoolkit-0.2.4.2 and greater need findutils >=4.2.14-1 to work properly
Summary: gentoolkit-0.2.4.2 and greater need findutils >=4.2.14-1 to work properly
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 10:31 UTC by Javier Tarifa
Modified: 2009-05-05 03:18 UTC (History)
0 users

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


Attachments
gentoolkit-0.2.4.2-r1.ebuild_combined.patch (gentoolkit-0.2.4.2-r1.ebuild_combined.patch,1.15 KB, patch)
2009-01-24 17:09 UTC, michael@smith-li.com
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Tarifa 2009-01-07 10:31:50 UTC
revdep-rebuild uses the -L option of find, which was introduced in version 4.2.14-1. If an earlier version is being used, the find command fails and revdep-rebuild is not capable of finding to which package a file belongs:

Reproducible: Always

Steps to Reproduce:
1. Have a version of fileutils older thant 4.2.14-1 installed
2. Use revdep-rebuild on a library that need to be rebuilt
3. See how it will not get rebuilt

Actual Results:  
An error message appears and revdep-rebuild is not able to identify the package a file belongs to, and the package that needs to be rebuilt is not.
find: invalid predicate `-L /var/db/pkg -name CONTENTS -print0'
 *  !!! /usr/bin/xgettext not owned by any package is broken !!!
 *   /usr/bin/xgettext -> (none)


Expected Results:  
The packages that need rebuiliding are rebuilt.
Comment 1 michael@smith-li.com 2009-01-24 17:09:38 UTC
Created attachment 179567 [details, diff]
gentoolkit-0.2.4.2-r1.ebuild_combined.patch

Includes fixes for bug 254427, bug 254255, and bug 254047 (this bug)
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2009-05-05 03:18:37 UTC
Hey Javier,

sorry we never got to it.
I'll close the bug since we have no version prior 4.4.0 anymore, thanks for reporting!