First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 102085
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dominik Diesch <dominik@dominik.homeunix.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 102085 depends on: Show dependency tree
Bug 102085 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: 2005-08-11 01:39 0000
The source packaging phase fails because the single file  
src/java/Overview.html catched by src/java/* is not a valid input to the 
java-pkg_dosrc function. 

Reproducible: Always
Steps to Reproduce:
1.USE="source" emerge commons-logging 
Actual Results:  
. 
. 
compile: 
 
BUILD SUCCESSFUL 
Total time: 2 seconds 
>>> Test phase [not enabled]: dev-java/commons-logging-1.0.4-r2 
 
>>> Install commons-logging-1.0.4-r2 
into /var/tmp/portage/commons-logging-1.0.4-r2/image/ category dev-java 
 
zip error: Nothing to do! 
(/var/tmp/portage/commons-logging-1.0.4-r2/temp/commons-logging-src.zip) 
 
!!! ERROR: dev-java/commons-logging-1.0.4-r2 failed. 
!!! Function java-pkg_dosrc, Line 355, Exitcode 12 
!!! zip failed 
!!! If you need support, post the topmost build error, NOT this status 
message. 
 

Expected Results:  
zip not complaining about nothing to do  

The problem lies in the second to last line of the ebuild  
(dev-java/commons-logging-1.0.4-r1.ebuild):  
  
use source && java-pkg_dosrc src/java/*  
  
Replacing the asterisk by an explicit org gives the desired result 
  
use source && java-pkg_dosrc src/java/org

------- Comment #1 From Petteri Räty 2005-08-11 10:10:48 0000 -------
Thanks for reporting. Please emerge sync after  an hour or so and test. 

------- Comment #2 From Jakub Moc (RETIRED) 2005-08-12 12:55:49 0000 -------
*** Bug 102282 has been marked as a duplicate of this bug. ***

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