Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377879 - libtool.eclass probably needs gfind from sys-apps/findutils
Summary: libtool.eclass probably needs gfind from sys-apps/findutils
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All FreeBSD
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-05 12:51 UTC by Dmitri Bogomolov
Modified: 2011-08-05 13:23 UTC (History)
0 users

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 Dmitri Bogomolov 2011-08-05 12:51:03 UTC
There is a `find -printf' in libtool.eclass:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?revision=1.93&view=markup (line 176)

find (sys-freebsd/freebsd-ubin) have no -printf action, but gfind (sys-apps/findutils) have.

Reproducible: Always
Comment 1 Dmitri Bogomolov 2011-08-05 13:13:55 UTC
Excuse me, can't reproduce after installing sys-apps/findutils, though don't see how find becomes to gfind.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-08-05 13:23:45 UTC
(In reply to comment #1)
> Excuse me, can't reproduce after installing sys-apps/findutils, though don't
> see how find becomes to gfind.

$ grep gfind $(portageq portdir)/profiles/default/bsd/fbsd/profile.bashrc
type -P gfind > /dev/null && alias find=gfind