Re: [gentoo-user] insufficient emerge -t output

2006-04-14 Thread Mantas Povilaitis
On 4/13/06, Neil Bothwick [EMAIL PROTECTED] 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



[gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Patrick Börjesson
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.


pgprbns0kJ8gB.pgp
Description: PGP signature


Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
On 4/13/06, Patrick Börjesson [EMAIL PROTECTED] 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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Martins Steinbergs
On Thursday 13 April 2006 15:48, Mantas Povilaitis wrote:
 On 4/13/06, Patrick Börjesson [EMAIL PROTECTED] 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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
On 4/13/06, Martins Steinbergs [EMAIL PROTECTED] 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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Richard Fish
On 4/12/06, Mantas Povilaitis [EMAIL PROTECTED] 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



Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Neil Bothwick
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...


signature.asc
Description: PGP signature