Gentoo Archives: gentoo-dev

From: mbutcher <mbutcher@××××××××××.tv>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emerge --world update
Date: Fri, 15 Mar 2002 12:52:30
Message-Id: 20020315162007.CCE5F17231@www.aleph-null.tv
In Reply to: Re: [gentoo-dev] emerge --world update by Ric Messier
1 Hmmm... that is interesting. Maybe karltk will be able to help.
2
3 Some time back he sent a message about java-config that contained this little
4 snippet. Maybe it will help.
5
6 ---
7 On Tuesday 29 January 2002 09:22 am, karltk wrote:
8 -snip-
9 > Still not resolved properly is:
10 > * emerge rsync ; emerge --world update will try to install both the JRE
11 > and JDK, even though the JDK supercedes the JRE if installed. Workaround:
12 > Always make certain /etc/make.profile/virtuals uses the
13 > <yourfavourite>-jdk to resolve the jre before doing emerge update. This
14 > should only affect people with the JDK installed.
15 >
16 > Keep the bug reports coming ;)
17 >
18 > Karl T
19
20 --
21
22 Looking at mine, I have blackdown as my virtual/jdk even though I have both
23 Sun's and Blackdown's JDK installed. If it is the same in your case, then
24 virtual dependancies will report (if I understand this correctly) that you
25 don't have the JDK dependancy satisfied. Just change the package name in
26 /etc/make.profile/virtuals to dev-java/sun-jdk
27
28 Matt
29
30 On Friday 15 March 2002 10:57 am, you wrote:
31 > Nope. Just checked. I removed java-config. I then did an emerge
32 > --pretend --world update and I get the following:
33 >
34 > [ebuild U] app-shells/sash-3.4-r5 to /
35 > [ebuild U] sys-apps/sh-utils-2.0.11-r2 to /
36 > [ebuild U] sys-devel/spython-2.0-r9 to /
37 > [ebuild U] x11-base/xfree-4.2.0-r8 to /
38 > [ebuild N ] dev-java/java-config-0.1.3 to /
39 > [ebuild N ] dev-java/blackdown-jre-1.3.1-r4 to /
40 > [ebuild U] app-games/dopewars-1.5.4 to /
41 > [ebuild N ] dev-java/blackdown-jdk-1.3.1-r2 to /
42 > [ebuild U] gnome-base/gnome-mime-data-1.0.1-r1 to /
43 > [ebuild U] x11-libs/gtk+-1.2.10-r6 to /
44 > [ebuild U] gnome-base/eel-1.0.2-r1 to /
45 > [ebuild U] gnome-base/gnome-core-1.4.0.6-r2 to /
46 > [ebuild U] gnome-extra/medusa-0.5.1-r3 to /
47 > [ebuild U] app-admin/syslog-ng-1.4.12-r8 to /
48 >
49 > You will notice that it wants to install blackdown and java-config as
50 > new packages. This seems broken. If I remove them, they shouldn't be in
51 > the list to be updated (or re-installed). Is this a bug or am I missing
52 > something? If it's a bug, I'll submit it.
53 >
54 > Thanks,
55 > Ric
56 >
57 > On Fri, 2002-03-15 at 12:00, mbutcher wrote:
58 > > Did you install the Sun JDK from dev-java/sun-jdk, or by hand? Perhaps
59 > > you are updating a package that needs Java and it doesn't see the Sun
60 > > JDK.
61 > >
62 > > On Friday 15 March 2002 06:23 am, you wrote:
63 > > > Hi,
64 > > > Important question. Where is the information for a --world
65 > > > update gathered. I had initially emerge'd dev-lang/jdk which installed
66 > > > the blackdown Java. As I have an irrational preference for Sun's JDK, I
67 > > > unmerged blackdown and installed Sun's java. However, now when I do a
68 > > > --world update, I see it trying to install blackdown again. I removed
69 > > > the blackdown directory (that an unmerge apparently didn't) in both
70 > > > /opt and /var/db/pkg/dev-java. Is there a database somewhere that I'm
71 > > > not seeing where I can remove blackdown (and others I've unmerged) so I
72 > > > don't unwittingly restore packages I've yanked?
73 > > >
74 > > > Thanks,
75 > > > Ric
76 > > >
77 > > >
78 > > > _______________________________________________
79 > > > gentoo-dev mailing list
80 > > > gentoo-dev@g.o
81 > > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
82 > >
83 > > _______________________________________________
84 > > gentoo-dev mailing list
85 > > gentoo-dev@g.o
86 > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
87 >
88 > _______________________________________________
89 > gentoo-dev mailing list
90 > gentoo-dev@g.o
91 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] emerge --world update mbutcher <mbutcher@××××××××××.tv>