First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29508
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Markus Nigbur (RETIRED) <pYrania@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brandy Westcott (RETIRED) <brandy@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29508 depends on: Show dependency tree
Show dependency graph
Bug 29508 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-24 06:20 0000
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 From Markus Nigbur (RETIRED) 2003-09-24 13:44:41 0000 -------
Thanks Brandy. Fixed in unstable.

------- Comment #2 From Markus Nigbur (RETIRED) 2003-11-16 15:19:59 0000 -------
test

------- Comment #3 From Markus Nigbur (RETIRED) 2003-11-17 13:48:11 0000 -------
didn't work. :(

bumped to stable.

First Last Prev Next    No search results available      Search page      Enter new bug