* [gentoo-user] insufficient emerge -t output
@ 2006-04-13 6:28 Mantas Povilaitis
2006-04-13 11:46 ` Patrick Börjesson
2006-04-13 16:16 ` Richard Fish
0 siblings, 2 replies; 9+ messages in thread
From: Mantas Povilaitis @ 2006-04-13 6:28 UTC (permalink / raw
To: gentoo-user
hi everyone,
when I do emerge -uDp world, my (kde only) system wants to pull in a
lot of gnome packages. When I add -t to see what wants them, it
doesn't show:
room17 mantas # emerge -uDpvt world
These are the packages that would be merged, in reverse order:
Calculating world dependencies... done!
[ebuild N ] x11-themes/gnome-themes-2.12.3 USE="-accessibility
-debug" 2,513 kB
[ebuild N ] x11-themes/gtk-engines-2.6.7 USE="-accessibility
-debug" 468 kB
[ebuild N ] x11-themes/gnome-icon-theme-2.12.1 USE="-debug" 3,040 kB
[ebuild N ] x11-themes/hicolor-icon-theme-0.8 30 kB
[ebuild N ] gnome-extra/evolution-data-server-1.4.2.1
USE="kerberos ldap ssl -debug -doc -ipv6 -krb4 -nntp" 13,900 kB
[ebuild N ] gnome-base/libgnomeui-2.12.0 USE="jpeg -debug -doc
-static" 1,788 kB
[ebuild N ] gnome-base/gnome-keyring-0.4.6 USE="-debug" 370 kB
[ebuild N ] gnome-base/libbonoboui-2.10.1-r1 USE="X -debug
-doc -static" 863 kB
[ebuild N ] gnome-base/libgnomecanvas-2.12.0 USE="X -debug
-doc -static" 576 kB
[ebuild N ] dev-libs/nss-3.9.2-r2 4,623 kB
[ebuild N ] dev-libs/nspr-4.6.1-r2 USE="-ipv6" 1,301 kB
[ebuild N ] gnome-base/libgnome-2.12.0.1 USE="-debug -doc -esd
-static" 932 kB
[ebuild N ] gnome-base/gnome-vfs-2.12.2 USE="hal samba ssl
-debug -doc -gnutls -howl -ipv6" 1,521 kB
[ebuild N ] gnome-base/gnome-mime-data-2.4.2 USE="-debug" 829 kB
[ebuild N ] gnome-base/libbonobo-2.10.1 USE="-debug -doc
-static" 1,326 kB
[ebuild N ] gnome-base/libglade-2.5.1 USE="-debug -doc" 310 kB
[ebuild N ] net-libs/libsoup-2.2.7 USE="ssl -debug -doc -static" 430 kB
[ebuild N ] net-libs/gnutls-1.2.10 USE="crypt -doc -zlib" 2,673 kB
[ebuild N ] app-crypt/opencdk-0.5.5 USE="-doc" 322 kB
[ebuild N ] dev-libs/libtasn1-0.2.18 USE="-doc" 882 kB
[ebuild N ] dev-libs/lzo-1.08-r1 416 kB
Total size of downloads: 39,125 kB
If I understand how to read the tree correctly, gnome is pulled in as
x11-themes/gnome-icon-theme dependency and gtk-engines as a dependency
of x11-themes/gnome-themes. But this tree doesn't show what wants
gnome themes and gnome-icon-theme.
So my question is how to find out why my system wants gnome themes and
gnome-icon-theme.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 6:28 [gentoo-user] insufficient emerge -t output Mantas Povilaitis
@ 2006-04-13 11:46 ` Patrick Börjesson
2006-04-13 12:48 ` Mantas Povilaitis
2006-04-13 16:16 ` Richard Fish
1 sibling, 1 reply; 9+ messages in thread
From: Patrick Börjesson @ 2006-04-13 11:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
On 2006-04-13 06:28, Mantas Povilaitis uttered these thoughts:
> when I do emerge -uDp world, my (kde only) system wants to pull in a
> lot of gnome packages. When I add -t to see what wants them, it
> doesn't show:
>
> room17 mantas # emerge -uDpvt world
[snip]
> If I understand how to read the tree correctly, gnome is pulled in as
> x11-themes/gnome-icon-theme dependency and gtk-engines as a dependency
> of x11-themes/gnome-themes. But this tree doesn't show what wants
> gnome themes and gnome-icon-theme.
I would think the only time a package is shown as a top level "object"
in the tree output from emerge is when it's included in the world-file.
> So my question is how to find out why my system wants gnome themes and
> gnome-icon-theme.
You're sure you haven't installed x11-themes/gnome-themes explicitly
before? Send output of:
grep gnome /var/lib/portage/world
Regards,
Patrick Börjesson
--
() The ASCII Ribbon Campaign - against HTML Email
/\ and proprietary formats.
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 11:46 ` Patrick Börjesson
@ 2006-04-13 12:48 ` Mantas Povilaitis
2006-04-13 12:59 ` Martins Steinbergs
2006-04-13 13:01 ` Mantas Povilaitis
0 siblings, 2 replies; 9+ messages in thread
From: Mantas Povilaitis @ 2006-04-13 12:48 UTC (permalink / raw
To: gentoo-user
On 4/13/06, Patrick Börjesson <psycho@rift.ath.cx> wrote:
> You're sure you haven't installed x11-themes/gnome-themes explicitly
> before? Send output of:
>
> grep gnome /var/lib/portage/world
there is no gnome in my world-file:
room17 mantas # grep gnome /var/lib/portage/world
room17 mantas #
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 12:48 ` Mantas Povilaitis
@ 2006-04-13 12:59 ` Martins Steinbergs
2006-04-13 13:45 ` Mantas Povilaitis
2006-04-13 13:01 ` Mantas Povilaitis
1 sibling, 1 reply; 9+ messages in thread
From: Martins Steinbergs @ 2006-04-13 12:59 UTC (permalink / raw
To: gentoo-user
On Thursday 13 April 2006 15:48, Mantas Povilaitis wrote:
> On 4/13/06, Patrick Börjesson <psycho@rift.ath.cx> wrote:
> > You're sure you haven't installed x11-themes/gnome-themes explicitly
> > before? Send output of:
> >
> > grep gnome /var/lib/portage/world
>
> there is no gnome in my world-file:
>
> room17 mantas # grep gnome /var/lib/portage/world
> room17 mantas #
epiphany?
mozilla?
try utilaze 'equery depends gnome-themes' etc
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 12:48 ` Mantas Povilaitis
2006-04-13 12:59 ` Martins Steinbergs
@ 2006-04-13 13:01 ` Mantas Povilaitis
1 sibling, 0 replies; 9+ messages in thread
From: Mantas Povilaitis @ 2006-04-13 13:01 UTC (permalink / raw
To: gentoo-user
I found out there are 3 gnomish apps in mys system:
room17 mantas # eix -IS gnome
* dev-libs/atk
Available versions: 1.6.1 1.9.1 1.10.1 ~1.10.2 1.10.3 [M]1.11.3
Installed: 1.10.3
Homepage: http://developer.gnome.org/projects/gap/
Description: GTK+ & Gnome Accessibility Toolkit
* gnome-base/gconf
Available versions: 1.0.8-r3 1.0.8-r5 1.0.9 2.10.1-r1 2.12.1
~2.12.1-r1 [M]2.14.0
Installed: 2.12.1
Homepage: http://www.gnome.org/
Description: Gnome Configuration System and Daemon
Found 2 matches
room17 mantas # eix -IC gnome
* gnome-base/gconf
Available versions: 1.0.8-r3 1.0.8-r5 1.0.9 2.10.1-r1 2.12.1
~2.12.1-r1 [M]2.14.0
Installed: 2.12.1
Homepage: http://www.gnome.org/
Description: Gnome Configuration System and Daemon
* gnome-base/orbit
Available versions: 0.5.17 0.5.17-r1 2.12.2 2.12.3 2.12.4 2.12.5 [M]2.14.0
Installed: 2.12.5
Homepage: http://www.gnome.org/
Description: ORBit2 is a high-performance CORBA ORB
Found 2 matches
but if one of them has those gnome packages as dependencies, why it
didn't want to pull them, when I emerged it?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 12:59 ` Martins Steinbergs
@ 2006-04-13 13:45 ` Mantas Povilaitis
0 siblings, 0 replies; 9+ messages in thread
From: Mantas Povilaitis @ 2006-04-13 13:45 UTC (permalink / raw
To: gentoo-user
On 4/13/06, Martins Steinbergs <mar@ml.lv> wrote:
> try utilaze 'equery depends gnome-themes' etc
ok, I did that with all packages from my "update" list, and the only
ones having something depending on them were
room17 mantas # equery depends net-libs/gnutls
[ Searching for packages depending on net-libs/gnutls... ]
net-misc/curl-7.15.1-r1
net-print/cups-1.1.23-r7
but
room17 mantas # equery u curl
- - gnutls : Adds support for net-libs/gnutls
room17 mantas # equery u cups
- - gnutls : Adds support for net-libs/gnutls
so it isn't curl or cups
room17 mantas # equery depends gnome-base/libglade
[ Searching for packages depending on gnome-base/libglade... ]
app-text/poppler-bindings-0.5.0
room17 mantas # equery u poppler-bindings
- - gtk : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
so it isn't poppler-bindings
room17 mantas # equery depends gnome-vfs
[ Searching for packages depending on gnome-vfs... ]
www-client/mozilla-firefox-1.0.7-r4
but
room17 mantas # equery u mozilla-firefox
- - gnome : Adds GNOME support
so it isn't firefox
any more ideas? someone?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 6:28 [gentoo-user] insufficient emerge -t output Mantas Povilaitis
2006-04-13 11:46 ` Patrick Börjesson
@ 2006-04-13 16:16 ` Richard Fish
2006-04-13 16:45 ` Neil Bothwick
1 sibling, 1 reply; 9+ messages in thread
From: Richard Fish @ 2006-04-13 16:16 UTC (permalink / raw
To: gentoo-user
On 4/12/06, Mantas Povilaitis <mpovilaitis@gmail.com> wrote:
> [ebuild N ] gnome-extra/evolution-data-server-1.4.2.1
> USE="kerberos ldap ssl -debug -doc -ipv6 -krb4 -nntp" 13,900 kB
Do you have evolution installed? If so, that depends on lots of gnome stuff.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 16:16 ` Richard Fish
@ 2006-04-13 16:45 ` Neil Bothwick
2006-04-14 6:22 ` Mantas Povilaitis
0 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2006-04-13 16:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 442 bytes --]
On Thu, 13 Apr 2006 09:16:10 -0700, Richard Fish wrote:
> > [ebuild N ] gnome-extra/evolution-data-server-1.4.2.1
> > USE="kerberos ldap ssl -debug -doc -ipv6 -krb4 -nntp" 13,900 kB
>
> Do you have evolution installed? If so, that depends on lots of gnome
> stuff.
The eds USE flag brings in evolution-data-server, and a ton of GNOME deps.
--
Neil Bothwick
Used Iraqi rifles for sale: Dropped once, never fired...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] insufficient emerge -t output
2006-04-13 16:45 ` Neil Bothwick
@ 2006-04-14 6:22 ` Mantas Povilaitis
0 siblings, 0 replies; 9+ messages in thread
From: Mantas Povilaitis @ 2006-04-14 6:22 UTC (permalink / raw
To: gentoo-user
On 4/13/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 13 Apr 2006 09:16:10 -0700, Richard Fish wrote:
>
> > > [ebuild N ] gnome-extra/evolution-data-server-1.4.2.1
> > > USE="kerberos ldap ssl -debug -doc -ipv6 -krb4 -nntp" 13,900 kB
> >
> > Do you have evolution installed? If so, that depends on lots of gnome
> > stuff.
no, I don't have evoliution installed.
> The eds USE flag brings in evolution-data-server, and a ton of GNOME deps.
thank you, I added -eds to make.conf, and update list became clear.
openoffice was compiled with -eds, but default probably somehow
changed few days ago.
But shouldn't portage had noticed this change only then recompiling
openoffice or doing --newuse, not when I do --update world? I thought
use flags are only considered during compile.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-04-14 6:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 6:28 [gentoo-user] insufficient emerge -t output Mantas Povilaitis
2006-04-13 11:46 ` Patrick Börjesson
2006-04-13 12:48 ` Mantas Povilaitis
2006-04-13 12:59 ` Martins Steinbergs
2006-04-13 13:45 ` Mantas Povilaitis
2006-04-13 13:01 ` Mantas Povilaitis
2006-04-13 16:16 ` Richard Fish
2006-04-13 16:45 ` Neil Bothwick
2006-04-14 6:22 ` Mantas Povilaitis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox