First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 148410
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Miroslav Šulc <fordfrog@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch patch for jakarta-jstl-1.1.2-r1.ebuild patch Miroslav Šulc 2006-09-20 12:45 0000 504 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 148410 depends on: Show dependency tree
Bug 148410 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: 2006-09-20 12:20 0000
The build fails apparently because the library doesn't override method from
sun-jdk-1.6. The ebuild should be limited to build with jdk version lower than
1.6.

library-build:
    [javac] Compiling 236 source files to
/var/tmp/portage/jakarta-jstl-1.1.2-r1/work/jakarta-taglibs-standard-1.1.2-src/build/standard/standard/classes
    [javac]
/var/tmp/portage/jakarta-jstl-1.1.2-r1/work/jakarta-taglibs-standard-1.1.2-src/standard/src/org/apache/taglibs/standard/tag/common/sql/DataSourceWrapper.java:35:
org.apache.taglibs.standard.tag.common.sql.DataSourceWrapper is not abstract
and does not override abstract method
createQueryObject(java.lang.Class,javax.sql.DataSource) in javax.sql.DataSource
    [javac] public class DataSourceWrapper implements DataSource {
    [javac]        ^
    [javac] Note:
/var/tmp/portage/jakarta-jstl-1.1.2-r1/work/jakarta-taglibs-standard-1.1.2-src/standard/src/org/apache/taglibs/standard/extra/spath/SPathFilter.java
uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

BUILD FAILED
/var/tmp/portage/jakarta-jstl-1.1.2-r1/work/jakarta-taglibs-standard-1.1.2-src/standard/build.xml:171:
Compile failed; see the compiler error output for details.

Total time: 5 seconds

!!! ERROR: dev-java/jakarta-jstl-1.1.2-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  jakarta-jstl-1.1.2-r1.ebuild, line 44:   Called eant 'build'
  java-utils-2.eclass, line 1320:   Called die

!!! eant failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.0_beta99"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"

------- Comment #1 From Miroslav Šulc 2006-09-20 12:45:58 0000 -------
Created an attachment (id=97573) [edit]
patch for jakarta-jstl-1.1.2-r1.ebuild

patch for jakarta-jstl-1.1.2-r1.ebuild

------- Comment #2 From Josh Nichols (RETIRED) 2006-09-26 21:14:27 0000 -------
Fixed in CVS. Thanks for reporting!

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