* [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo?
@ 2002-01-18 17:16 mikepolniak
2002-01-19 15:44 ` Daniel Robbins
0 siblings, 1 reply; 3+ messages in thread
From: mikepolniak @ 2002-01-18 17:16 UTC (permalink / raw
To: gentoo-dev
With my USE=<no gnome> while building gentoo i do not have any gnome installed.
I also made sure to not emerge anything with gnome -dependencies.
Today an emerge --pretend --world update now wants to add gnome-base/ORBit
and gnome-libs:
...................... done!
[ebuild U] sys-apps/portage-1.8.5-r4 to /
[ebuild U] sys-apps/shadow-4.0.1-r1 to /
[ebuild U] sys-libs/gdbm-1.8.0-r4 to /
[ebuild U] sys-apps/devfsd-1.3.21 to /
[ebuild U] app-admin/sudo-1.6.5_p1 to /
[ebuild N ] media-libs/libungif-4.1.0 to /
[ebuild U] media-libs/imlib-1.9.11-r1 to /
[ebuild N ] dev-db/edb-1.0.2-r1 to /
[ebuild U] media-libs/freetype-1.3.1-r3 to /
[ebuild N ] media-libs/imlib2-1.0.4-r1 to /
[ebuild N ] x11-libs/libast-0.4-r1 to /
[ebuild U] x11-terms/eterm-0.9.1-r2 to /
[ebuild U] media-sound/xmms-1.2.6-r1 to /
[ebuild U] sys-kernel/linux-sources-2.4.18_pre4 to /
[ebuild U] x11-wm/fluxbox-0.1.6 to /
[ebuild N ] gnome-base/ORBit-0.5.12-r1 to / <----where does it find this
[ebuild N ] media-libs/audiofile-0.2.2 to /
[ebuild N ] media-sound/esound-0.2.23 to /
[ebuild N ] gnome-base/gnome-libs-1.4.1.2-r3 to / <----where does it find this
I checked all the ebuilds in the above list and could not find any gnome depends
so i ran #emerge --pretend for each pkg in the list (except the 2 gnome)
and _no_ gnome is needed to build all the above individually.
So i can still keep gnome out by doing all the emerges individually, but the question is
where does the emerge --world update find the gnome dependency?
I would like to let to do world updates with one emerge.
--
Save bandwidth and time - Get Mailfilter - The Anti-Spam Utility
http://mailfilter.sourceforge.net/index.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo?
2002-01-18 17:16 [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo? mikepolniak
@ 2002-01-19 15:44 ` Daniel Robbins
2002-01-19 17:39 ` mikepolniak
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Robbins @ 2002-01-19 15:44 UTC (permalink / raw
To: gentoo-dev
On Fri, 2002-01-18 at 10:16, mikepolniak wrote:
> With my USE=<no gnome> while building gentoo i do not have any gnome installed.
> I also made sure to not emerge anything with gnome -dependencies.
>
> Today an emerge --pretend --world update now wants to add gnome-base/ORBit
> and gnome-libs:
[snip]
> [ebuild U] x11-wm/fluxbox-0.1.6 to /
> [ebuild N ] gnome-base/ORBit-0.5.12-r1 to / <----where does it find this
> [ebuild N ] media-libs/audiofile-0.2.2 to /
> [ebuild N ] media-sound/esound-0.2.23 to /
> [ebuild N ] gnome-base/gnome-libs-1.4.1.2-r3 to / <----where does it find this
I'm guessing that you *do* have a /var/db/pkg/gnome-base/gnome-libs*
entry, possibly an old one. Look and see. You can also do a:
cd /var/db/pkg
grep -r gnome-base/gnome-libs *
...to see what packaage caused it to be installed.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
Chief Architect/President http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo?
2002-01-19 15:44 ` Daniel Robbins
@ 2002-01-19 17:39 ` mikepolniak
0 siblings, 0 replies; 3+ messages in thread
From: mikepolniak @ 2002-01-19 17:39 UTC (permalink / raw
To: gentoo-dev
On 19 Jan 2002 08:44:36 -0700
Daniel Robbins <drobbins@gentoo.org> wrote:
> On Fri, 2002-01-18 at 10:16, mikepolniak wrote:
> > With my USE=<no gnome> while building gentoo i do not have any gnome installed.
> > I also made sure to not emerge anything with gnome -dependencies.
> >
> > Today an emerge --pretend --world update now wants to add gnome-base/ORBit
> > and gnome-libs:
>
> [snip]
>
> > [ebuild U] x11-wm/fluxbox-0.1.6 to /
> > [ebuild N ] gnome-base/ORBit-0.5.12-r1 to / <----where does it find this
> > [ebuild N ] media-libs/audiofile-0.2.2 to /
> > [ebuild N ] media-sound/esound-0.2.23 to /
> > [ebuild N ] gnome-base/gnome-libs-1.4.1.2-r3 to / <----where does it find this
>
> I'm guessing that you *do* have a /var/db/pkg/gnome-base/gnome-libs*
> entry, possibly an old one. Look and see. You can also do a:
>
> cd /var/db/pkg
> grep -r gnome-base/gnome-libs *
>
> ...to see what packaage caused it to be installed.
Well grep -r gnome-base/gnome-libs * shows nothing in /var/db/pkg.
If i grep -r gnome/base * then xmms and xchat show:
RDEPEND:gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 )
ebuild: gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1
but if gnome is not present in USE= ... then i assume gnome should
not be a dependency.
Which is the case if i emerge all the ebuilds in the list individually,
because then there are _no_ gnome dependencies.
However, when building gqview which has a dependency on gdk-pixbuf
i did remove a Depend >=gnome-base/gnome-libs-1.4.1.2-r1 from
the ebuild of gdk-pixbuf so that i could have gqview without gnome
(neither gqview or gdk-pixbuf needs gnome)
So then in my /var/db/pkg/media-libs/gdk-pixbuf i have:
DEPEND=">=x11-libs/gtk+-1.2.10-r4
>=gnome-base/gnome-libs-1.4.1.2-r1" <-----i removed this
And my /var/db/pkg/media-gfx/gqview has the unchanged
DEPEND="virtual/glibc
media-libs/libpng
>=media-libs/gdk-pixbuf-0.11.0-r1
>=x11-libs/gtk+-1.2.10-r4
nls? ( sys-devel/gettext )"
But again this means that a gnome depends is _not_ in my /var/db/pkg
although it is in my original /usr/portage/media-libs/gdk-pixbuf.
Could this be causing --world update to find a gnome depends?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-01-19 17:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-18 17:16 [gentoo-dev] where does world update find gnome dependencies with no gnome installed in my gentoo? mikepolniak
2002-01-19 15:44 ` Daniel Robbins
2002-01-19 17:39 ` mikepolniak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox