Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471890 - sys-freebsd/virtio-kmod should DEPEND on app-arch/cpio
Summary: sys-freebsd/virtio-kmod should DEPEND on app-arch/cpio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All FreeBSD
: Normal normal
Assignee: Richard Yao (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 09:34 UTC by Henning Schild
Modified: 2013-07-14 12:46 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 Henning Schild 2013-05-31 09:34:38 UTC
sys-freebsd/virtio-kmod uses cpio in src_unpack but does not depend on it
if cpio is not already installed merging it will fail



Reproducible: Always

Steps to Reproduce:
1. emerge -C app-arch/cpio
2. emerge sys-freebsd/virtio-kmod

Actual Results:  
src_unpack will fail because cpio is not installed

Expected Results:  
the ebuild should pull in cpio or not use it

--- /usr/portage/sys-freebsd/virtio-kmod/virtio-kmod-0.228301-r1.ebuild	2012-06-14 17:45:32.000000000 +0200
+++ virtio-kmod-0.228301-r1.ebuild	2013-05-31 11:26:53.000000000 +0200
@@ -15,7 +15,8 @@
 IUSE="custom-cflags +debug"
 LICENSE="BSD-2"
 
-DEPEND=">=sys-freebsd/freebsd-sources-8.2"
+DEPEND=">=sys-freebsd/freebsd-sources-8.2
+	app-arch/cpio"
 RDEPEND=""
 
 QA_TEXTRELS="*"
Comment 1 Richard Yao (RETIRED) gentoo-dev 2013-07-14 12:46:28 UTC
Fixed in tree. Thanks for the report.