Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310327 - dev-java/gluegen-20080421 fails to compile on ~amd64
Summary: dev-java/gluegen-20080421 fails to compile on ~amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 08:02 UTC by Thomas Capricelli
Modified: 2010-03-28 10:09 UTC (History)
1 user (show)

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


Attachments
it is result of "svn diff > gluegen-20080421fix.patch" on java-overlay (gluegen-20080421fix.patch,4.59 KB, patch)
2010-03-20 21:31 UTC, Maxim Sorokin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2010-03-20 08:02:42 UTC
Here is what it says. This seems different than #303409 to me so i'm filling another bug:


 * CPV:  dev-java/gluegen-20080421
 * REPO: java-overlay
 * USE:  amd64 elibc_glibc kernel_linux multilib userland_GNU
 * Using: icedtea6-bin
rm: cannot remove `make/lib/cdc_fp.jar': No such file or directory
rm: cannot remove `make/lib/.jar': No such file or directory
Adding gentoo.classpath to make/build.xml
Rewriting make/build.xml
 * Using following ANT_TASKS: ant-antlr
     [echo] Loaded /var/tmp/portage/gluegen.properties.
     [echo] antlr.jar=/usr/share/antlr/lib/antlr.jar

BUILD FAILED
/var/tmp/portage/dev-java/gluegen-20080421/work/gluegen-20080421/make/build.xml:313: The following error occurred while executing this line:
/var/tmp/portage/dev-java/gluegen-20080421/work/gluegen-20080421/make/build.xml:61: Reference antlr.classpath not found.

Total time: 0 seconds
 * ERROR: dev-java/gluegen-20080421 failed:
 *   eant failed
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_compile
 *   environment, line 4411:  Called eant '-Dantlr.jar=/usr/share/antlr/lib/antlr.jar' '-Dgentoo.classpath=/usr/share/ant-core/lib/ant-launcher.jar:/usr/share/ant-core/lib/ant.jar:/usr/share/ant-core/lib/ant-bootstrap.jar:/opt/icedtea6-bin-1.7.1/lib/tools.jar' 'all'
 *   environment, line  944:  Called die
 * The specific snippet of code:
 *       ant ${antflags} "${@}" || die "eant failed"
 * 
 * If you need support, post the output of 'emerge --info =dev-java/gluegen-20080421',
 * the complete build log and the output of 'emerge -pqv =dev-java/gluegen-20080421'.
 * This ebuild is from an overlay named 'java-overlay': '/var/lib/layman/java-overlay/'
!!! When you file a bug report, please include the following information:
GENTOO_VM=icedtea6-bin  CLASSPATH="" JAVA_HOME="/opt/icedtea6-bin-1.7.1"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"
and of course, the output of emerge --info
 * The complete build log is located at '/var/tmp/portage/dev-java/gluegen-20080421/temp/build.log'.                                                                                                                   
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/gluegen-20080421/temp/environment'.                                                                                                            
 * S: '/var/tmp/portage/dev-java/gluegen-20080421/work/gluegen-20080421'      

Reproducible: Always




emerge --info start:

Portage 2.2_rc67 (default/linux/amd64/10.0/desktop, gcc-4.4.2, glibc-2.11-r1, 2.6.33 x86_64)                                                                                                                           
=================================================================                                                                                                                                                      
System uname: Linux-2.6.33-x86_64-AMD_Athlon-tm-_II_X4_620_Processor-with-gentoo-2.0.1                                                                                                                                 
Timestamp of tree: Sat, 20 Mar 2010 06:45:01 +0000                                                                                                                                                                     
distcc 3.1 x86_64-pc-linux-gnu [disabled]                                                                                                                                                                              
ccache version 2.4 [disabled]
app-shells/bash:     4.1_p2
dev-java/java-config: 2.1.10
dev-lang/python:     2.6.4-r1, 3.1.1-r1
dev-python/pycrypto: 2.1.0
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.8.1
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.0-r1
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.13, 2.65
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1
sys-devel/gcc:       4.3.4, 4.4.2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.33
ABI="amd64"
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
Comment 1 Maxim Sorokin 2010-03-20 21:31:19 UTC
Created attachment 224437 [details, diff]
it is result of "svn diff > gluegen-20080421fix.patch" on java-overlay

I patched build.xml and add pathing command to ebuild.
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2010-03-28 10:09:45 UTC
fixed