Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 192424 Details for
Bug 257714
safecopy-1.0.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
safecopy-1.3.ebuild proposal, bugfixed thanks to help from #gentoo-sunrise
safecopy-1.3.ebuild (text/plain), 2.27 KB, created by
Corvus Corax
on 2009-05-25 16:30:57 UTC
(
hide
)
Description:
safecopy-1.3.ebuild proposal, bugfixed thanks to help from #gentoo-sunrise
Filename:
MIME Type:
Creator:
Corvus Corax
Created:
2009-05-25 16:30:57 UTC
Size:
2.27 KB
patch
obsolete
>inherit eutils > >DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files." >HOMEPAGE="http://safecopy.sourceforge.net" >SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-amd64.patch >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc README || die "copying documentation failed" >} > > >src_test() { > einfo "Test phase:" > if hasq sandbox $FEATURES; then > ewarn 'Warning: FEATURES enables "sandbox". >The gentoo sandbox is known to be incompatible with the safecopy black box test suite.' > fi; > cd test/libsafecopydebug; > einfo "Compiling safecopy test suite..." > CFLAGS="$CFLAGS -fPIC"; > if ! { econf && emake; }; then > cd ../..; > if hasq test $FEATURES; then > die 'Safecopy test suite wrapper library did not compile. >Test suite is not available. >Please run emerge with FEATURES="-test".' > else > eerror 'Safecopy test suite wrapper library did not compile. >Test suite is not available. >Please run emerge with FEATURES="-test".' > fi; > else > cd ..; > einfo "Running safecopy self test..." > if ! ./test.sh; then > cd ..; > if hasq sandbox $FEATURES; then > if hasq test $FEATURES; then > die 'Safecopy blackbox self test failed. See above output for details. >Error: Both "test" and "sandbox" are enabled in FEATURES. >The gentoo sandbox is known to be incompatible with the safecopy black box test suite, >since both wrap the same system calls vie LD_PRELOAD. >Please run emerge with FEATURES="-test" or FEATURES="-sandbox" but not both.' > else > eerror 'Safecopy blackbox self test failed. See above output for details. >Error: Both "test" and "sandbox" are enabled in FEATURES. >The gentoo sandbox is known to be incompatible with the safecopy black box test suite, >since both wrap the same system calls vie LD_PRELOAD. >Please run emerge with FEATURES="-test" or FEATURES="-sandbox" but not both.' > fi; > else > if hasq test $FEATURES; then > die 'Safecopy blackbox self test failed. See above output for details.' > else > eerror 'Safecopy blackbox self test failed. See above output for details.' > fi; > fi; > else > cd ..; > einfo "Self-test run succeeded."; > fi; > fi; >}
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 Raw
Actions:
View
Attachments on
bug 257714
:
180995
|
188263
|
192414
|
192416
|
192424
|
192487
|
192488