Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138097 - java-config has invalid dependency on ~dev-java/java-config-wrapper
Summary: java-config has invalid dependency on ~dev-java/java-config-wrapper
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: QAbaddep
Depends on:
Blocks:
 
Reported: 2006-06-26 12:25 UTC by Henri
Modified: 2006-06-27 04:27 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 Henri 2006-06-26 12:25:05 UTC
portage-2.1-r1, masked packages prevent updating

~ # emerge world -u
Calculating world dependencies /
!!! All ebuilds that could satisfy "~dev-java/java-config-wrapper" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/java-config-wrapper-0.9 (masked by: package.mask, ~amd64 keyword)
# Joshua Nichols<nichoj@gentoo.org> (24 Jun 2006)
# Masked for testing changes to Java


For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "dev-java/java-config-2.0.24" [ebuild])

!!! Problem resolving dependencies for dev-java/sun-jdk
!!! Depgraph creation failed.







emerge --info
Portage 2.1-r1 (default-linux/amd64/2005.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.10 x86_64)
=================================================================
System uname: 2.6.10 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 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-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -w"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -w"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
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"
SYNC="rsync://trumpetti.atm.tut.fi/gentoo-portage"
USE="3dnowex X amd64 apache2 avi berkdb bzip2 cjk cli crypt dri eds emacs emboss encode foomaticdb fortran gif graphviz gstreamer gtk gtk2 imagemagick imlib ipv6 isdnlog ithreads java jpeg junit libwww lzw lzw-tiff memlimit mhash mp3 mpeg mysql ncurses nls nptl nptlonly pam pcre pdflib perl php png pppd python quicktime readline reflection sdl session spell spl ssl tcpd tetex threads tiff truetype truetype-fonts type1-fonts unicode xml2 xorg xpm zlib elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 12:30:22 UTC
Not portage...
Comment 2 Henri 2006-06-26 12:36:28 UTC
Ok, anyway the worst thing is that 
~ # emerge world -upv
gives the exact same result.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-26 12:42:17 UTC
Not a bug. You most probably get this because you unmasked =sun-jdk-1.5* (and seems also java-config). Either unmask the whole migration stuff (you can find the full list in /etc/portage/profiles/package.mask) and follow [1] or remove java-config and sun-jdk entries from your package.unmask. You can change it to =dev-java/sun-jdk-1.5.0.06-r2 if you want to stay with 1.5 and the old system, but if you run ~arch, you will get migrated within few days anyway.

[1] http://www.gentoo.org/proj/en/java/java-upgrade.xml
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-06-26 15:34:20 UTC
(In reply to comment #3)

Yeah, the original problem is not a bug, need to unmask deps of p.masked packages as well. However, the dependency is broken.
Comment 5 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-26 15:45:41 UTC
OK so to make it clear, I take it you refer to the "~dev-java/java-config-wrapper"  (the tilda shouldn't be there?), and that DEPEND doesn't contain RDEPEND completely, which is not cause of the reported problem because portage resolves it anyway, but technically it's a bug. I overlooked that, sorry.
Comment 6 Josh Nichols (RETIRED) gentoo-dev 2006-06-26 16:30:22 UTC
Fixed the invalid atom. Are there any other issues here?
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-06-27 04:27:39 UTC
(In reply to comment #6)
> Fixed the invalid atom. Are there any other issues here?

Not that I'd know of, can be closed. Thanks.