Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131401 - dev-java/ant-owanttask + java 5.0 -> fails
Summary: dev-java/ant-owanttask + java 5.0 -> fails
Status: RESOLVED DUPLICATE of bug 79206
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 20:34 UTC by Christian Gmeiner
Modified: 2006-04-27 00:11 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 Christian Gmeiner 2006-04-26 20:34:44 UTC
Portage 2.1_pre9-r4 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-suspend2-r4 i686)
=================================================================
System uname: 2.6.16-suspend2-r4 i686 Intel(R) Pentium(R) M processor 1.70GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 S3TC X aalib acpi alsa amarok amrr asf asm audiofile automount avahi avi berkdb bitmap-fonts bittorrent bluetooth bootsplash caps cddb cdparanoia cdr cdrom cpulimit crypt css cups cvs cvsgraph dbus dga dhcp dio disk-cache dri dvd encode epson ethereal exif fam fat fbsplash fftw flac font-server fontconfig foomaticdb gdbm gif gimp gimpprint glut glx gmp gpm gtk2 gzip hal icq id3 idn ieee1394 imap imlib input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics iproute2 jabber jack java jikes john jpeg kcal kde kdeenablefinal kernel_linux lame latex lcms libg++ libwww linuxthreads-tls lm_sensors logrotate lowmem lua lzo lzw mad madwifi md5sum mem-cache memcache mikmod mime mimencode mmap mmx mng mod motif mozilla mp3 mp4 mp4live mpeg mpeg2 musepack musicbrainz mysql nat ncurses netjack nfs nls nptl nptlonly nsplugin ntfs nvram ogg oggvorbis openexr opengl openssh openssl pcre pdf perl png pnp pppd python qt quicktime rar readline real reflection reiserfs samba scanner screen sdl session sftp sharedmem shorten slang spell spl sse sse-filters sse2 ssl stencil-buffer subversion sysfs tcpd theora threads tiff timidity transcode truetype truetype-fonts type1 type1-fonts udev unicode usb userland_GNU utf8 vfat video_cards_fglrx video_cards_radeon visualization vorbis wifi win32codecs wma wmf xcomposite xine xinerama xml xml2 xorg xosd xv xvid zeroconf zlib elibc_glibc"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Compile error:
Buildfile: build.xml

compile:
    [mkdir] Created dir: /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/output/build
    [javac] Compiling 8 source files to /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/output/build
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:88: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]                     for(Enumeration enum = v.elements(); enum.hasMoreElements();) {
    [javac]                                         ^
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:88: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]                     for(Enumeration enum = v.elements(); enum.hasMoreElements();) {
    [javac]                                                              ^
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:89: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]                             File current = new File((File) enum.nextElement(),
    [javac]                                                                ^
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:106: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]             for(Enumeration enum = v.elements(); enum.hasMoreElements();) {
    [javac]                                 ^
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:106: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]             for(Enumeration enum = v.elements(); enum.hasMoreElements();) {
    [javac]                                                      ^
    [javac] /var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/src/org/objectweb/util/ant/JavadocMultipleLink.java:107: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    [javac] (try -source 1.4 or lower to use 'enum' as an identifier)
    [javac]                     new File((File) enum.nextElement(),
    [javac]                                         ^
    [javac] 6 errors

BUILD FAILED
/var/tmp/portage/ant-owanttask-1.1-r1/work/owanttask-1.1/build.xml:8: Compile failed; see the compiler error output for details.

Total time: 3 seconds

!!! ERROR: dev-java/ant-owanttask-1.1-r1 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  ant-owanttask-1.1-r1.ebuild, line 20:   Called die
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-27 00:11:21 UTC

*** This bug has been marked as a duplicate of 79206 ***