Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164315 - dev-java/asm-3.0 won't compile
Summary: dev-java/asm-3.0 won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-28 21:19 UTC by davide.angelocola
Modified: 2007-01-28 21:42 UTC (History)
0 users

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


Attachments
build log (build.log,2.05 KB, text/plain)
2007-01-28 21:20 UTC, davide.angelocola
Details
java env (extra.log,121 bytes, text/plain)
2007-01-28 21:21 UTC, davide.angelocola
Details
emerge --info (emerge-info.log,2.98 KB, text/plain)
2007-01-28 21:21 UTC, davide.angelocola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davide.angelocola 2007-01-28 21:19:07 UTC
# emerge -va asm
 
These are the packages that would be merged, in order:
 
Calculating dependencies... done!
[ebuild  NS   ] dev-java/asm-3.0  USE="doc -source" 0 kB
 
Total: 1 package (1 in new slot), Size of downloads: 0 kB
 
Would you like to merge these packages? [Yes/No]
 
>>> Emerging (1 of 1) dev-java/asm-3.0 to /
 * asm-3.0.tar.gz MD5 ;-) ...                                             [ ok ]
 * asm-3.0.tar.gz RMD160 ;-) ...                                          [ ok ]
 * asm-3.0.tar.gz SHA1 ;-) ...                                            [ ok ]
 * asm-3.0.tar.gz SHA256 ;-) ...                                          [ ok ]
 * asm-3.0.tar.gz size ;-) ...                                            [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking asm-3.0.tar.gz ;-) ...                                        [ ok ]
 * Using: sun-jdk-1.6
>>> Unpacking source...
>>> Unpacking asm-3.0.tar.gz to /var/tmp/portage/dev-java/asm-3.0/work
>>> Source unpacked.
Rewriting source attributes
Using Sax to rewrite the build.xml files
Rewriting ./examples/annotations/build.xml
Rewriting ./examples/common/build.xml
Rewriting ./test/build.xml
Rewriting ./build.xml
Rewriting target attributes
Using Sax to rewrite the build.xml files
Rewriting ./examples/annotations/build.xml
Rewriting ./examples/common/build.xml
Rewriting ./test/build.xml
Rewriting ./build.xml
>>> Compiling source in /var/tmp/portage/dev-java/asm-3.0/work/asm-3.0 ...
 * Using following ANT_TASKS:
Buildfile: build.xml
 
dist.init:
    [mkdir] Created dir: /var/tmp/portage/dev-java/asm-3.0/work/asm-3.0/output/dist
    [mkdir] Created dir: /var/tmp/portage/dev-java/asm-3.0/work/asm-3.0/output/dist/doc
    [mkdir] Created dir: /var/tmp/portage/dev-java/asm-3.0/work/asm-3.0/output/dist/doc/javadoc
    [mkdir] Created dir: /var/tmp/portage/dev-java/asm-3.0/work/asm-3.0/output/dist/lib
 
dist.version:
 
properties:
 
check:
 
init:
 
BUILD FAILED
/var/tmp/portage/dev-java/asm-3.0/work/asm-3.0/build.xml:74: taskdef class org.objectweb.util.ant.MultipleAnt cannot be found
 
Total time: 1 second
!!! ERROR: dev-java/asm-3.0 failed.
Call stack:
  ebuild.sh, line 1611:   Called dyn_compile
  ebuild.sh, line 968:   Called qa_call 'src_compile'
  environment, line 4532:   Called src_compile
  ebuild.sh, line 1301:   Called java-pkg-2_src_compile
  java-pkg-2.eclass, line 82:   Called eant 'jar' 'jdoc' '-f' 'build.xml' '-Dobjectweb.ant.tasks.path=foobar'
  java-utils-2.eclass, line 1614:   Called die
Comment 1 davide.angelocola 2007-01-28 21:20:27 UTC
Created attachment 108415 [details]
build log
Comment 2 davide.angelocola 2007-01-28 21:21:21 UTC
Created attachment 108416 [details]
java env
Comment 3 davide.angelocola 2007-01-28 21:21:48 UTC
Created attachment 108417 [details]
emerge --info
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2007-01-28 21:42:44 UTC
A problem in java-pkg-2.eclass. Fixed now. Thanks for reporting.