Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291504 - app-arch/pigz-2.1.5 FEATURES=test needs to depend on app-arch/ncompress
Summary: app-arch/pigz-2.1.5 FEATURES=test needs to depend on app-arch/ncompress
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-01 23:37 UTC by Raimonds Cicans
Modified: 2009-11-02 17:58 UTC (History)
0 users

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


Attachments
Failing build.log (build.log,3.12 KB, text/plain)
2009-11-01 23:37 UTC, Raimonds Cicans
Details
Fix to ebuild (pigz-2.1.5.ebuild.patch,374 bytes, patch)
2009-11-01 23:40 UTC, Raimonds Cicans
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raimonds Cicans 2009-11-01 23:37:02 UTC
Version 2.1.5 introduced simple test phase witch depends on 'compress' command.

If there is no compress command on system then test phase fails.
Comment 1 Raimonds Cicans 2009-11-01 23:37:43 UTC
Created attachment 208992 [details]
Failing build.log
Comment 2 Raimonds Cicans 2009-11-01 23:40:28 UTC
Created attachment 208994 [details, diff]
Fix to ebuild

Added 'test' USE flag and conditional dependency on app-arch/ncompress
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2009-11-02 17:58:17 UTC
Fixed in portage, thanks for the patch!

+  02 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -pigz-2.1.4.ebuild,
+  -files/pigz-2.1.4-respect-flags.patch, pigz-2.1.5.ebuild:
+  Adding DEPEND on app-arch/ncompress when FEATURES=test , patch thanks to
+  Raimonds Cicans <ray@apollo.lv> bug 291504