Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29508 - USE="-X" emerge pdv fails due to incorrect line in ebuild.
Summary: USE="-X" emerge pdv fails due to incorrect line in ebuild.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Nigbur (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 06:20 UTC by Brandy Westcott (RETIRED)
Modified: 2003-11-17 13:48 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 Brandy Westcott (RETIRED) gentoo-dev 2003-09-24 06:20:42 UTC
Without X in our USE flags, pdv will not be installed: 
 
	>>> Install pdv-1.5.1 into /var/tmp/portage/pdv-1.5.1/image/ 
	    category app-arch 
 
	!!! ERROR: app-arch/pdv-1.5.1 failed. 
	!!! Function src_install, Line 25, Exitcode 1 
	!!! (no error message) 
 
This is due to the following line present in the ebuild: 
 
	use X && dobin X11/xmpdvmkpkg || die 
 
It's better to use something like: 
 
	if [ `use X` ] ; then 
		dobin X11/xmpdvmkpkg || die 
	fi
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-09-24 13:44:41 UTC
Thanks Brandy. Fixed in unstable.
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2003-11-16 15:19:59 UTC
test
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-11-17 13:48:11 UTC
didn't work. :(

bumped to stable.