Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138015 - java-config-wrapper version error
Summary: java-config-wrapper version error
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:
: 138024 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-25 23:28 UTC by hpestilence
Modified: 2006-06-26 04:35 UTC (History)
1 user (show)

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 hpestilence 2006-06-25 23:28:54 UTC
Just wanted to let you guys know that for the java-config-wrapper-0.8-r2 ebuild the distfile on the gentoo mirrors is listed as java-config-wrapper-0.9.tar.bz2. I tried renaming it to java-config-wrapper-0.8.tar.bz2 but the file size didn't match the digest.

emerge --info:
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.17-ck1 i686)
=================================================================
System uname: 2.6.17-ck1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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/gcc-config: 1.3.13-r2
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=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.cites.uiuc.edu/pub/gentoo/"
LC_ALL="en_US.utf8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac acl alsa apache2 apm arts asf avi bash-completion berkdb bitmap-fonts cdr cjk cli crypt cups dbus dri dts dvd dvdr dvdread emboss encode fam flac foomaticdb fortran gdbm gif gpm gstreamer gtk2 hal imagemagick imlib ipv6 isdnlog java jpeg kde libg++ libwww live lm_sensors logrotate mad mbox mikmod mmx mmxext motif mp3 mpeg ncurses nls nptl nptlonly nsplugin nvidia offensive ogg opengl oss pam pcre pdflib perl pic png pppd python qt quicktime readline real reflection sdl session spell spl sse ssl subversion tcpd theora threads tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis win32codecs xcomposite xine xml xorg xv xvid zlib elibc_glibc kernel_linux linguas_en userland_GNU video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Thomas S. Howard 2006-06-26 00:32:01 UTC
Well, as a workaround, change the ebuild so the URI line is:

SRC_URI="mirror://gentoo/java-config-wrapper-0.9.tar.bz2"

and the line "cd ${S}" is:

cd ${WORKDIR}/java-config-wrapper-0.9

Then, change the patch so the header reads like this:

diff -ru java-config-wrapper-0.9-orig/src/shell/java-1.5-fixer java-config-wrapper-0.9/src/shell/java-1.5-fixer
--- java-config-wrapper-0.9-orig/src/shell/java-1.5-fixer       2006-04-21 13:42:49.000000000 -0400
+++ java-config-wrapper-0.9/src/shell/java-1.5-fixer    2006-04-21 13:43:11.000000000 -0400

There's no point in making a patch for this, as it'll likely be fixed soon, but this'll allow you to emerge that package.
Comment 2 Thomas S. Howard 2006-06-26 00:46:02 UTC
Oh, sorry, forgot something.  You need to put the line

"cd ${WORKDIR}/java-config-wrapper-0.9"

into the src_install section of the ebuild.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 03:06:00 UTC
*** Bug 138024 has been marked as a duplicate of this bug. ***
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2006-06-26 04:35:17 UTC
I just fixed this in CVS. Give it a few hours to propogate to the rsync mirrors. Sorry for the inconvienence.