Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93466 Details for
Bug 122989
findutils-4.3.0 fails the access.exp test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
skip find.gnu/access test unless FEATURES=userpriv
fixtest.patch (text/plain), 740 bytes, created by
Andrew Ross (RETIRED)
on 2006-08-04 20:07:15 UTC
(
hide
)
Description:
skip find.gnu/access test unless FEATURES=userpriv
Filename:
MIME Type:
Creator:
Andrew Ross (RETIRED)
Created:
2006-08-04 20:07:15 UTC
Size:
740 bytes
patch
obsolete
>--- findutils-4.3.0.ebuild Sat Aug 05 11:44:52 2006 +1000 >+++ findutils-4.3.0.ebuild Sat Aug 05 13:07:11 2006 +1000 >@@ -55,6 +55,18 @@ src_compile() { > emake libexecdir=/usr/lib/find AR="$(tc-getAR)" || die "make failed" > } > >+src_test() { >+ echo ">>> Test phase [check]: ${CATEGORY}/${PF}" >+ if ! hasq userpriv ${FEATURES} ; then >+ einfo "Disabling test \"find.gnu/access\", as it requires FEATURES=userpriv" >+ >+ (sed -i 's~^find.gnu/access.\(xo\|exp\) \\$~\\~' find/testsuite/Makefile \ >+ && rm -f find/testsuite/find.gnu/access.{xo,exp} ) \ >+ || die "failed to disable test \"find.gnu/access\"" >+ fi >+ make check || die "make check failed" >+} >+ > src_install() { > make DESTDIR="${D}" libexecdir="${D}/usr/lib/find" install || die >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122989
: 93466