Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137479 - [java-experimental] Velocity app missing when emerging dev-java/jboss-module-varia-4.0.2
Summary: [java-experimental] Velocity app missing when emerging dev-java/jboss-module-...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2006-06-21 05:03 UTC by Uwe Klosa
Modified: 2021-06-15 19:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Klosa 2006-06-21 05:03:25 UTC
Here comes the first error messages which leads to compiling errors later:

>>> Emerging (3 of 7) dev-java/jboss-module-varia-4.0.2 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking jboss-module-varia-4.0.2-gentoo.tar.bz2 ;-)
>>> checking jboss-tools-4.0.2-gentoo-r1.tar.bz2 ;-)
>>> checking jboss-thirdparty-4.0.2-gentoo.tar.bz2 ;-)
>>> checking jboss-4.0.2-gentoo-r2.data ;-)
 * Using: sun-jdk-1.5
>>> Unpacking source...
>>> Unpacking jboss-module-varia-4.0.2-gentoo.tar.bz2 to /var/tmp/portage/jboss-module-varia-4.0.2/work
>>> Unpacking jboss-tools-4.0.2-gentoo-r1.tar.bz2 to /var/tmp/portage/jboss-module-varia-4.0.2/work
>>> Unpacking jboss-thirdparty-4.0.2-gentoo.tar.bz2 to /var/tmp/portage/jboss-module-varia-4.0.2/work
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/tools/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-bcel/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-commons/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-jaxme/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-log4j/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-slide/client/lib
 * Fixing jars in /var/tmp/portage/jboss-module-varia-4.0.2/work/jboss-4.0.2-src/thirdparty/apache-velocity/lib
!!! ERROR: Package velocity-1 was not found!

GENTOO_VM=sun-jdk-1.5  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.5.0.07"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"


I have dev-java/velocity-1.4-r3 on my system. But i do not know if this is related to this error. The seems to be missing some jar file in some downloaded library.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-21 11:27:22 UTC
Looks like it thinks velocity is slotted, but it's not. You can try editing dev-java/jboss-module-varia ebuild, and changing the line in COMMON_DEPEND:

=dev-java/velocity-1*

to

dev-java/velocity

then run ebuild /path/to/ebuild/ digest
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2006-06-21 13:35:24 UTC
Actually, the java-pkg_jar-from velocity-1 should be changed to java-pkg_jar-from velocity.

At some point, I think I had a slotted version of velocity in the overlay.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-21 13:59:59 UTC
(In reply to comment #2)
> Actually, the java-pkg_jar-from velocity-1 should be changed to
> java-pkg_jar-from velocity.

True but where is such line? The jboss eclass is too much bash madness for me to see through :D So I guessed it was the dependencies...
But guess I was wrong, oh I see it's in the distfile - jboss-4.0.2-gentoo-r2.data ... crazy :)

> At some point, I think I had a slotted version of velocity in the overlay.
> 

Looks so :)
Comment 4 Marco Scardovi (scardracs) 2021-06-15 19:22:07 UTC
Bug is 13 years old and the java-overlay (https://overlays.gentoo.org/svn/proj/java/java-experimental) has been closed since long time. Feel free to reopen it if you think it may still be useful.