Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27588 - xalan-2.4.1-r2 does not compile (dependency problem ?)
Summary: xalan-2.4.1-r2 does not compile (dependency problem ?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Adrian Almenar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-30 04:33 UTC by Kristian Müllenholz
Modified: 2003-10-03 18:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xalan ebuild patch (xalan-2.4.1-r2.patch,327 bytes, patch)
2003-09-02 18:02 UTC, Rob Armstrong
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Müllenholz 2003-08-30 04:33:49 UTC
"emerge xalan" results in the following output : 
>>> emerge (1 of 1) dev-java/xalan-2.4.1-r2 to / 
[...] 
Buildfile: build.xml 
 
prepare: 
     [echo] Project:Xalan-Java version:2_4_1 build.xml $Revision: 1.180 $ 
    [mkdir] Created dir: /var/tmp/portage/xalan-2.4.1-r2/work/xalan-j_2_4_1/build 
    [mkdir] Created dir: /var/tmp/portage/xalan-2.4.1-r2/work/xalan-j_2_4_1/build/classes 
 
compile: 
     [echo] compile entire source tree and copy .properties and .res files to build tree. 
    [javac] Compiling 437 source files to 
/var/tmp/portage/xalan-2.4.1-r2/work/xalan-j_2_4_1/build/classes 
    [javac] 
/var/tmp/portage/xalan-2.4.1-r2/work/xalan-j_2_4_1/src/org/apache/xml/dtm/ref/DTMManagerDefault.java:394: 
cannot resolve symbol 
    [javac] symbol  : class IncrementalSAXSource_Xerces 
    [javac] location: package ref 
    [javac]               
coParser=org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces.createIncrementalSAXSource(); 
    [javac]                                              ^ 
    [javac] Note: Some input files use or override a deprecated API. 
    [javac] Note: Recompile with -deprecation for details. 
    [javac] 1 error 
 
BUILD FAILED 
file:/var/tmp/portage/xalan-2.4.1-r2/work/xalan-j_2_4_1/build.xml:243: Compile failed; see the 
compiler error output for details.
Comment 1 Rob Armstrong 2003-09-02 18:02:16 UTC
Created attachment 16979 [details, diff]
xalan ebuild patch

This is a patch that will cause the xalan-2.4.1-r2.ebuild to work.  This makes
it consistent with the Apache docs:
http://xml.apache.org/xalan-j/readme.html#jar
Comment 2 Adrian Almenar 2003-09-09 21:00:35 UTC
Can you try with xalan 2.5 ?? 
Comment 3 Adrian Almenar 2003-10-03 18:14:53 UTC
Fixed in CVS