First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 88253
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: cathodeboy@yahoo.com
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 88253 depends on: Show dependency tree
Bug 88253 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-04-07 05:14 0000
emerge -uD to upgrade dev-java/xalan-2.6.0-r2 fails because
dev-java/jakarta-regexp-1.3 is not flagged as a dependency in portage?

Reproducible: Always
Steps to Reproduce:
1. without jakarta-regexp-1.3 installed, emerge -uD xalan-2.6.0


Actual Results:  
ebuild fails

Expected Results:  
install of jakarta-regexp-1.3 as it is apparently a dependency

emerge jakarta-regexp beforehand is a workaround

------- Comment #1 From Thomas Matthijs (RETIRED) 2005-04-07 06:37:58 0000 -------
works for me, can you provide the output

------- Comment #2 From cathodeboy@yahoo.com 2005-04-07 09:59:09 0000 -------
from the url above:

>>> emerge (1 of 12) dev-java/xalan-2.6.0-r2 to / 
>>> md5 src_uri ;) xalan-j_2_6_0-src.tar.gz 
Calculating dependencies >>> Unpacking source... 
>>> Unpacking xalan-j_2_6_0-src.tar.gz to /var/tmp/portage/xalan-2.6.0-r2/work 
tar: A lone zero block at 36857 
Could not find package jakarta-regexp-1.3 
>>> Source unpacked. 
Buildfile: build.xml 

prepare: 
[echo] Project:Xalan-Java version:2_6_0 build.xml $Revision: 1.206 $ 
[mkdir] Created dir: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build 
[mkdir] Created dir: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 

xml.compile: 
[echo] Compiling DTM implementation and utilities 
[javac] Compiling 186 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[javac] Note: Some input files use or override a deprecated API. 
[javac] Note: Recompile with -deprecation for details. 
[copy] Copying 7 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 

xalan-interpretive.compile: 
[echo] Compiling Xalan interpretive classes 
[javac] Compiling 387 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[javac] Note: Some input files use or override a deprecated API. 
[javac] Note: Recompile with -deprecation for details. 
[copy] Copying 2 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/org/apache/xalan/res 

xsltc.prepare: 
[echo] Compiling XSLTC utilities 
[javac] Compiling 2 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 

xsltc.java_cup: 

xsltc.jlex: 

xsltc.compile: 
[echo] Compiling remaining XSLTC classes 
[javac] Compiling 297 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[javac] Note: Some input files use or override a deprecated API. 
[javac] Note: Recompile with -deprecation for details. 

xsltc.copy-licenses: 
[echo] Copying license files for XSLTC support jars 
[copy] Copying 8 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 

xsltc.copy-deps-jars: 
[echo] Copying XSLTC support jars 

xsltc.copy-deps-jar: 
[copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[unjar] Expanding: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/BCEL.jar into /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[delete] Deleting: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/BCEL.jar 

xsltc.copy-deps-jar: 
[copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[unjar] Expanding: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/runtime.jar into /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes 
[delete] Deleting: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/runtime.jar 

xsltc.copy-deps-jar: 

BUILD FAILED 
/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:471: The following error occurred while executing this line: 
/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:434: Warning: Could not find file /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/bin/regexp.jar to copy. 

Total time: 15 seconds 

!!! ERROR: dev-java/xalan-2.6.0-r2 failed. 
!!! Function src_compile, Line 48, Exitcode 1 
!!! build failed 
!!! If you need support, post the topmost build error, NOT this status message. 
...done! 
>>> emerge (1 of 1) dev-java/xalan-2.6.0-r2 to / 
>>> md5 src_uri ;) xalan-j_2_6_0-src.tar.gz

------- Comment #3 From Martin OConnor 2005-04-07 10:04:55 0000 -------
>>> emerge (1 of 6) dev-java/xalan-2.6.0-r2 to /
>>> md5 src_uri ;-) xalan-j_2_6_0-src.tar.gz
>>> md5 src_uri ;-) xalan-2.6.0-docs.tar.bz2
>>> Unpacking source...
>>> Unpacking xalan-j_2_6_0-src.tar.gz to /var/tmp/portage/xalan-2.6.0-r2/work
tar: A lone zero block at 36857
>>> Unpacking xalan-2.6.0-docs.tar.bz2 to /var/tmp/portage/xalan-2.6.0-r2/work
Could not find package jakarta-regexp-1.3
>>> Source unpacked.
.
.
.
xsltc.copy-deps-jar:

BUILD FAILED
/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:471: The following error occurred while executing this line:
/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:434: Warning: Could not find file /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/bin/regexp.jar to copy.

------- Comment #4 From Jan Brinkmann (RETIRED) 2005-04-07 10:10:05 0000 -------
the problem is that you proberbly had dev-java/regexp on your system. i guess
that's the reason why jakarta-regexp wasn't merged again. ebuild is now fixed,
thanks for reporting.

------- Comment #5 From Henri 2005-04-07 15:26:00 0000 -------
I had installed jakarta-regexp,
but it needed to be reemerged to get this problem solved.

------- Comment #6 From Jan Brinkmann (RETIRED) 2005-04-08 10:26:03 0000 -------
*** Bug 88375 has been marked as a duplicate of this bug. ***

------- Comment #7 From Jan Brinkmann (RETIRED) 2005-04-09 04:47:52 0000 -------
*** Bug 88456 has been marked as a duplicate of this bug. ***

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