Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 29309
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Heinrich Wendel (RETIRED) <lanius@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 29309 depends on: Show dependency tree
Bug 29309 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2003-09-21 21:39 0000
The lcms-1.11 ebuild contains a redundant block of code that seemsto be 
a throwback to the old lcms-1.09 ebuild where there was no configure 
script and the tiff and jpeg utils had to be explicitely built: 
 
 
	src_install() { 
		..... 
		( use tiff && use jpeg ) && ( \ 
		make \ 
			DESTDIR=${D} \ 
			utils || die 
		) 
		..... 
	} 
 
 
In fact the configure-genreated Makefile in lcms-1.11 doesn't contain 
the target utils and when emerging the following error is encountered: 
 
 
	make: *** No rule to make target `utils'.  Stop. 
 
	!!! ERROR: media-libs/lcms-1.11 failed. 
	!!! Function src_install, Line 38, Exitcode 2 
	!!! (no error message) 
 
 
(Since the die statement is nested within parentheses the compile 
doesn't stop; apart from this annoying error message, nothing untoward 
happens.)  
 
It also might be worthwhile making tiff and jpeg optional dependencies 
of lcms since they don't need to be installed if we don't want the tiff 
and jpeg utils.

------- Comment #1 From Heinrich Wendel (RETIRED) 2003-09-22 07:11:51 0000 -------
thx, fixed :) 

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug