Re: [gentoo-user] Why is portage trying to pull in xorg when I don't use it...

2006-03-29 Thread Bo Andresen
On Thursday 30 March 2006 00:09, Daevid Vincent wrote:
 I have a VMWare that I use for LAMP development. I have never put Xorg on
 it, nor do I ever want X windows on it. Recently, when I do an 'emerge
 -Davut world', I see this:
 -
 vmware ~ # emerge -Davtu world

 These are the packages that I would merge, in reverse order:

 Calculating world dependencies
 !!! Packages for the following atoms are either all
 !!! masked or don't exist:
 sys-apps/fileutils sys-apps/textutils sys-apps/sh-utils

Seems you have fileutils, textutils and sh-utils in your world file though 
they are not part of portage. Are you using them? If you don't then perhaps 
unmerge them..

That is, however, uncorrelated to the problem below.

 ...done!
 [ebuild U ] net-fs/samba-3.0.21b [3.0.14a-r2] +acl -async -automount
 -cups -doc -examples -kerberos -ldap -ldapsam -libclamav +mysql -oav +pam
 -postgres +python -quotas +readline (-selinux) -swat -syslog -winbind -xml
 +xml2 17,143 kB
 [ebuild U ] www-client/links-2.1_pre20 [2.1_pre19] -X -directfb -fbcon
 +gpm -javascript +jpeg -livecd +png +sdl +ssl -svga +tiff -unicode 3,768 kB
 [ebuild  N]  media-libs/libsdl-1.2.8-r1  -X -aalib -alsa -arts -dga
 -directfb -esd -fbcon -ggi -libcaca -nas -noaudio -noflagstrip -nojoystick
 -novideo +opengl +oss -pic -svga -xinerama +xv 2,541 kB
   ^^^
When opengl is requested links depends on virtual/opengl which is provided by 
x11-base/xorg-x11 given that the opengl use flag is enabled for that too...

So just add -opengl to your use flags.

 [ebuild  N]   media-libs/audiofile-0.2.6-r1  365 kB
 [ebuild  N] x11-terms/xterm-207  -Xaw3d -doc -toolbar +truetype
 -unicode 727 kB
 [nomerge  ]  sys-apps/utempter-0.5.5.6
 [ebuild  N]   x11-base/xorg-x11-6.8.2-r6  -3dfx -3dnow +bitmap-fonts
 -cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers -ipv6
 -minimal -mmx -nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts
 +type1-fonts (-uclibc) -xprint +xv 44,705 kB

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge going weird

2005-12-31 Thread Kevin O'Gorman
Synopsis: I do have java 1.5 unmasked. I need it for the classes I teach.
So why doesn't db use java 1.5?

On 12/31/05, Holly Bostick [EMAIL PROTECTED] wrote:
Jason Stubbs schreef: On Saturday 31 December 2005 21:57, Holly Bostick wrote: If you look atthe output
[nomerge]
sys-libs/db-4.2.52_p2-r1-bootstrap +doc +java -nocxx +tcltk the reason db is calling for java is because you have the java USE flag set for db.
 Do you really need db to use Java? If not, disable the flag (# echo'sys-libs/db -java'/etc/portage/package.use); problem solved. All the way up until the next package which depends on java. Only the
first package that is came across is listed as the parent. sys-libs/db doesn't call for any specific version of java. The complaint is that sun-jdk-1.5 is installed but emerge is wanting to install 
sun-jdk-1.4. This indicates that sun-jdk-1.5 is likely masked.Well that's all true, Jason, but my point was that this is an *option*,not a hard dependency, and many times people have USE flags enabled for
things they don't even need (or need for the specific program).So Kevin certainly could unmask sun-jdk 1.5 --and if it's installed, thenhow did that happen without it being unmasked? Sun-jdk-1.5 ishard-masked! The original post does not say that any version of the jdk
is actually installed: Anyway, my latest emerge world failed because of sun-jdk-1.4.2.10 (!!!).The current one is 1.5 something.Meaning (to me) that Kevin is referring to the current *available*
*version* of sun-jdk, not to any version he might have installed (and myimpression is that he does not in fact have any version of sun-jdkinstalled), and he's just concerned that an out-of-date version will
be installed rather than the latest.But if he doesn't need java support in the db at all, then disabling theUSE flag entirely (globally or for this package alone), then java won'tbe called by the emerge of db, which saves having to unmask a package
that Kevin may have concerns about installing in the first place if heruns stable, or even unstable-- sun-jdk-1.5 *is* hard-masked, after all,and one should rightfully think twice and then think again about
installing a hard-masked package-- and secondly does not install bloatonto the system (if he doesn't need java support in db, then he has noreason to install it, or spend the extra compile time installing db java
support).I've often solved similar issues on my own system by the simpleexpedient of disabling the USE flag that was calling the dependency thatwas giving me a problem. Helps keep the system clean.

This has been pretty informative. Perhaps I'm getting closer to understanding this.

Fact: I do have Java 1.5 unmasked. I teach java, and need to be
using the current version. I have the java USE flag on generally,
so there will probably be a number of packages that will call for
it. On the other hand, I don't have a specific need for it in
'db' which I never use explicitly -- I use gdbm or one of the SQL
products for what database stuff I do personally.

The question now seems to be: why doesn't db use Java 1.5?
Watching the emerge go by, it seemed to be doing just that -- the
filenames were all 1.5.
However, it's not just db. When I disable java in db using
package.use, the problem just switches to another dependency path:

[nomerge ] x11-terms/xterm-204 +Xaw3d -toolbar +truetype -unicode
[nomerge ] x11-libs/Xaw3d-1.5-r1
[nomerge ]
x11-base/xorg-x11-6.8.2-r6 -3dfx -3dnow +bitmap-fonts -cjk -debug
-dlloader -dmx +doc -font-server -insecure-drivers +ipv6 -minimal +mmx
+nls -nocxx +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts
(-uclibc) -xprint +xv
[nomerge
]
sys-apps/util-linux-2.12r-r1 +crypt +nls -old-crypt +pam +perl
(-selinux) -static
[nomerge
]
sys-apps/pam-login-3.17 -livecd +nls (-selinux)
[nomerge
]
sys-apps/shadow-4.0.7-r4 +nls -nousuid +pam (-selinux) -skey
[nomerge
]
sys-apps/portage-2.0.53 -build (-selinux)
[nomerge
]
app-misc/pax-utils-0.1.4 +caps
[nomerge
]
sys-libs/libcap-1.10-r5 -nocxx +python -static
[nomerge
]
dev-lang/swig-1.3.21 +X +doc +guile +java +perl -php +python
+ruby +tcltk
[ebuild NSF
]
dev-java/sun-jdk-1.4.2.10 +X +alsa -browserplugin +doc -examples
-jce +mozilla +nsplugin 35,592 kB

Of course, since Java is slotted, I should probably just go ahead and
re-emerge that older version. I was not clear when I
said that emerge failed, because there is the option to download the
file from Sun. It still seems weird, though, that these packages
are not satisfying their dependency with the Java that I have.

Sigh.
-- Kevin O'Gorman, PhD


[gentoo-user] hplip upgrade wants qt in spite of USE flags

2008-01-02 Thread Chris Bare
I'm trying to run my normal upgrade on a gnome-only system. It looks like the
2.7 version of hplip wants qt even though I have the following in my make.conf
USE:

-kde -qt -qt3 -qt4

Here is the emerge tree output:

oberon tmp # emerge -puDtv hplip

These are the packages that would be merged, in reverse order:

[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[nomerge  ]  sys-kernel/gentoo-sources-2.6.23-r3  
USE=-build -symlink 
[nomerge  ]   sys-libs/ncurses-5.6-r2 [5.6-r1] USE=gpm 
unicode -bootstrap -build -debug -doc -minimal -nocxx -profile% -trace 
[ebuild U ]sys-libs/gpm-1.20.1-r6 [1.20.1-r5] 
USE=(-selinux) 561 kB 
[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[nomerge  ]  net-print/foomatic-filters-3.0.20060720  
USE=cups [?]
[nomerge  ]   virtual/ghostscript-0  [?]
[nomerge  ]app-text/ghostscript-esp-8.15.3  USE=X cups 
gtk xml -cjk -threads [?]
[nomerge  ] x11-libs/gtk+-2.12.1-r2  USE=X cups jpeg 
tiff xinerama -debug -doc -vim-syntax 
[nomerge  ]  x11-libs/pango-1.18.3  USE=-debug -doc 
[nomerge  ]   x11-libs/cairo-1.4.12  USE=X glitz 
opengl svg -debug -directfb -doc -xcb 
[nomerge  ]media-libs/glitz-0.5.6  [?]
[nomerge  ] media-libs/mesa-6.5.2-r1  USE=motif 
nptl -debug -doc -hardened -xcb VIDEO_CARDS=-i810 -mach64 -mga -none -r128 
-radeon -s3virge -savage -sis (-sunffb) -tdfx -trident -via [?]
[nomerge  ]  x11-libs/openmotif-2.2.3-r9  [?]
[nomerge  ]   x11-libs/motif-config-0.9-r1  
[ebuild U ]app-shells/bash-3.2_p17-r1 [3.2_p17] 
USE=nls -afs -bashlogger -plugins% -vanilla 2,522 kB 
[ebuild U ] sys-libs/ncurses-5.6-r2 [5.6-r1] 
USE=gpm unicode -bootstrap -build -debug -doc -minimal -nocxx -profile% 
-trace 2,353 kB 
[ebuild U ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
14,104 kB 
[nomerge  ] sys-kernel/gentoo-sources-2.6.23-r3  
USE=-build -symlink 
[nomerge  ]  sys-fs/udev-115-r1  USE=(-selinux) 
[ebuild U ]   sys-apps/baselayout-1.12.10-r5 [1.12.9-r2] 
USE=unicode -bootstrap -build -static 214 kB 
[nomerge  ] net-print/hplip-2.7.10 [1.7.4a-r2] USE=X -doc% 
-fax -minimal% -parport -ppds -scanner -snmp (-cups%*) (-foomaticdb%) (-qt3%) 
[ebuild  N]  dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 786 kB 
[ebuild  N]   x11-libs/qscintilla-1.7.1  USE=-doc 1,036 
kB 
[ebuild  N]x11-libs/qt-3.3.8-r4  USE=cups gif ipv6 
mysql opengl xinerama -debug -doc -examples -firebird -immqt -immqt-bc -nas 
-nis -odbc -postgres -sqlite 16,986 kB 
[nomerge  ] x11-libs/openmotif-2.2.3-r9  [?]
[ebuild U ]  x11-libs/libXaw-1.0.4 [1.0.3] USE=-debug 
-xprint 506 kB 
[nomerge  ] dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 
[ebuild  N]  dev-python/sip-4.7.1  USE=-debug 432 kB 
[nomerge  ] net-print/foomatic-filters-3.0.20060720  
USE=cups [?]
[nomerge  ]  net-print/cups-1.2.12-r4  USE=X dbus jpeg nls 
pam png ssl tiff -ldap -php -ppds -samba -slp 
[nomerge  ]   x11-misc/xdg-utils-1.0.2  USE=-doc 
[ebuild U ]x11-apps/xprop-1.0.3 [1.0.2] USE=-debug 
105 kB 
[nomerge  ] x11-libs/libXaw-1.0.4 [1.0.3] USE=-debug 
-xprint 
[ebuild U ]  x11-libs/libXpm-3.5.7 [3.5.6] USE=-debug 350 
kB 
[nomerge  ] dev-python/PyQt-3.17.3  USE=-debug -doc 
-examples 
[nomerge  ]  x11-libs/qt-3.3.8-r4  USE=cups gif ipv6 mysql 
opengl xinerama -debug -doc -examples -firebird -immqt -immqt-bc -nas -nis 
-odbc -postgres -sqlite 
[ebuild U ]   x11-libs/libXcursor-1.1.9 [1.1.8] 
USE=-debug 230 kB 
[ebuild U ]   x11-libs/libSM-1.0.3 [1.0.2] USE=ipv6 
-debug 219 kB 
[ebuild U ]x11-libs/libICE-1.0.4 [1.0.3] USE=ipv6 
-debug 247 kB 
[ebuild U ]   x11-libs/libXi-1.1.3 [1.1.2] USE=-debug 243 
kB 
[ebuild U ]   media-libs/freetype-2.3.5-r2 [2.3.4-r2] 
USE=X -bindist -debug -doc -utils% (-zlib%*) 1,250 kB 
[ebuild U ]x11-libs/libX11-1.1.3 [1.1.2-r1] USE=ipv6 
-debug -xcb 1,492 kB 
[ebuild U ] x11-proto/inputproto-1.4.2.1

[gentoo-user] Gateway tring to emerge xorg, donĀ“t know why

2006-02-14 Thread Allan Spagnol Comar
Hi Gentoo-List, I am having a bit of a problem with my gentoo box
running as a gateway/proxy.

I am trying to update it and I my box without my concern want to
emerge xorg ( snip )
emerge -pvDu world returns:
[blocks B ] app-text/xpdf-3.01-r4 (is blocking app-text/poppler-0.5.0-r4)
[ebuild U ] sys-devel/gnuconfig-20051223 [20051113] 0 kB
[ebuild  N] virtual/libintl-0  0 kB
[ebuild U ] sys-apps/sed-4.1.4-r1 [4.1.4] -bootstrap -build +nls
-static 0 kB
[ebuild U ] sys-apps/man-pages-2.22 [2.18] +nls 0 kB
[ebuild U ] sys-libs/cracklib-2.8.5 [2.8.3-r1] +nls +python 0 kB
[ebuild U ] sys-devel/libperl-5.8.7 [5.8.6-r1] +berkdb -debug
+gdbm -ithreads 0 kB
[ebuild U ] dev-lang/perl-5.8.7-r3 [5.8.6-r8] +berkdb -build
-debug -doc +gdbm -ithreads -minimal -perlsuid 0 kB
[ebuild U ] dev-libs/openssl-0.9.7i [0.9.7e-r2] -bindist -emacs
-test +zlib 0 kB
[ebuild U ] app-editors/nano-1.3.9 [1.3.7] -build -debug -justify
-minimal +ncurses +nls -slang +spell -unicode 0 kB
[ebuild U ] app-misc/pax-utils-0.1.9 [0.1.4] -caps 0 kB
[ebuild U ] dev-libs/libol-0.3.17 [0.3.16] 0 kB
[ebuild U ] app-admin/syslog-ng-1.6.9 [1.6.8-r1] -hardened
(-selinux) -static +tcpd 0 kB
[ebuild  N] perl-core/Test-Simple-0.62  -minimal 0 kB
[ebuild  N] virtual/perl-Test-Simple-0.62  0 kB
[ebuild U ] dev-perl/Locale-gettext-1.05 [1.03] -minimal 0 kB
[ebuild U ] sys-apps/coreutils-5.2.1-r7 [5.2.1-r6] -acl -build
+nls (-selinux) -static 0 kB
[ebuild U ] sys-apps/sysvinit-2.86-r3 [2.86] -bootstrap -build
-ibm (-selinux) -static 0 kB
[ebuild U ] sys-apps/baselayout-1.11.14-r3 [1.11.13-r1] -bootstrap
-build -static -unicode 0 kB
[ebuild U ] sys-fs/udev-079-r1 [070-r1] (-selinux) 0 kB
[ebuild  NS   ] sys-kernel/gentoo-sources-2.6.15-r1  -build -doc
-symlink (-ultra1) 0 kB
[ebuild U ] dev-util/pkgconfig-0.20 [0.17.2-r1] -hardened 0 kB
[ebuild U ] net-misc/openssh-4.2_p1-r1 [4.2_p1] -X509 -chroot -hpn
+ipv6 -kerberos -ldap -libedit +pam (-selinux) -sftplogging -skey
-smartcard -static +tcpd 0 kB
[ebuild U ] sys-devel/libtool-1.5.22 [1.5.20] 0 kB
[ebuild U ] dev-perl/TermReadKey-2.30 [2.21] -minimal 0 kB
[ebuild  N] media-libs/freetype-2.1.9-r1  -bindist -doc +zlib 0 kB
[ebuild  N] media-libs/fontconfig-2.2.3  0 kB
[ebuild  N] media-fonts/gnu-gs-fonts-std-8.11  0 kB
[ebuild  N] x11-libs/cairo-1.0.2  -X -doc -glitz -png 0 kB
[ebuild  NS   ] dev-libs/glib-2.8.5  -debug -doc -hardened 0 kB
[ebuild U ] app-crypt/hashalot-0.3-r2 [0.3-r1] 0 kB
[ebuild U ] sys-apps/util-linux-2.12r-r2 [2.12r-r1] +crypt +nls
-old-crypt +pam +perl (-selinux) -static 0 kB
[ebuild  N] x11-base/opengl-update-2.2.1  0 kB
[ebuild  N] x11-apps/ttmkfdir-3.0.9-r3  0 kB
[ebuild  N] x11-base/xorg-x11-6.8.2-r6  -3dfx -3dnow +bitmap-fonts
-cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers +ipv6
-minimal -mmx +nls -nocxx +opengl +pam -sdk -sse -static
+truetype-fonts +type1-fonts (-uclibc) -xprint +xv 0 kB
[ebuild  N] virtual/x11-6.8  0 kB
[ebuild  N] app-arch/rpm2targz-9.0-r3  0 kB
[ebuild  N] sys-apps/utempter-0.5.5.6  0 kB
[ebuild  N] x11-terms/xterm-207  -Xaw3d -doc -toolbar +truetype
-unicode 0 kB
[ebuild  N] dev-libs/atk-1.10.3  -debug -doc -static 0 kB
[ebuild  N] x11-libs/pango-1.10.2  -debug -doc 0 kB
[ebuild  N] dev-perl/XML-Parser-2.34  -minimal 0 kB
[ebuild  N] dev-util/intltool-0.34.1  0 kB
[ebuild U ] dev-libs/libxml2-2.6.23 [2.6.22] -debug -doc +ipv6
+python +readline 0 kB
[ebuild  N] x11-misc/shared-mime-info-0.16  0 kB
[ebuild  N] x11-libs/gtk+-2.8.8  -debug -doc +jpeg +tiff 0 kB
[ebuild  N] app-text/ghostscript-esp-7.07.1-r8  -X -cjk +cups
-emacs +gtk 2 kB
[ebuild  N] app-text/poppler-0.5.0-r4  -cairo +jpeg +zlib 0 kB
[ebuild U ] net-print/cups-1.1.23-r7 [1.1.23-r4] -gnutls +nls +pam
+samba -slp +ssl 0 kB
[ebuild  N] virtual/perl-Digest-MD5-2.33  0 kB
[ebuild  N] virtual/perl-MIME-Base64-3.05  0 kB
[ebuild U ] perl-core/digest-base-1.13 [1.10] -minimal 0 kB
[ebuild  N] virtual/perl-digest-base-1.13  0 kB
[ebuild  N] virtual/perl-libnet-1.19  0 kB
[ebuild U ] dev-perl/Net-SNMP-5.2.0 [5.0.0] -minimal 0 kB
[ebuild U ] app-admin/logrotate-3.7.1-r2 [3.7.1-r1] (-selinux) 0 kB
[ebuild U ] app-vim/gentoo-syntax-20051221 [20050618] -ignore-glep31 0 kB
[ebuild U ] sys-process/psmisc-21.9 [21.6] +ipv6 +nls (-selinux) 0 kB
[ebuild  N] dev-util/dialog-1.0.20050206  -unicode 0 kB
[ebuild U ] app-portage/gentoolkit-0.2.1 [0.2.0-r3] 0 kB

and my world file has:
app-portage/esearch
sys-fs/reiserfsprogs
www-client/lynx
sys-kernel/linux-headers
net-firewall/iptables
dev-libs/openssl
app-editors/vim
net-dns/bind-tools
sys-process/vixie-cron
net-analyzer/nagios-nrpe
sys-boot/grub
sys-apps/slocate
sys-apps/lm_sensors
net-fs/samba
net-analyzer/net-snmp
sys-libs/glibc
app-admin/syslog-ng
app-editors/nano
net-analyzer/trafshow
net-analyzer/iptraf
sys-kernel/gentoo

Re: [gentoo-user] root password gremlin

2005-11-20 Thread Holly Bostick
 Homepage:http://www.kernel.org/pub/linux/libs/pam/
 Description: Based on the multilib eclass


 equery hasuse pam
[ Searching for USE flag pam in all categories among: ]
 * installed packages
[I--] [  ] app-admin/sudo-1.6.8_p9-r2 (0)
[I--] [  ] app-misc/mc-4.6.0-r14 (0)
[I--] [  ] app-misc/screen-4.0.2-r4 (0)
[I--] [  ] dev-libs/cyrus-sasl-2.1.20 (2)
[I--] [  ] dev-util/cvs-1.12.12-r2 (0)
[I--] [  ] gnome-base/gdm-2.8.0.5 (0)
[I--] [  ] net-fs/samba-3.0.20b (0)
[I--] [  ] net-mail/mailbase-1 (0)
[I--] [  ] net-misc/openssh-4.2_p1 (0)
[I--] [  ] net-print/cups-1.1.23-r1 (0)
[I--] [  ] net-proxy/dante-1.1.18 (0)
[I--] [  ] sys-apps/shadow-4.0.7-r4 (0)
[I--] [  ] sys-apps/util-linux-2.12r (0)
[I--] [  ] sys-process/fcron-3.0.0 (0)
[I--] [  ] x11-base/xorg-x11-6.8.99.15-r4 (0)

 emerge -pv app-admin/sudo mc cyrus-sasl gdm samba mailbase cups dante
shadow util-linux fcron xorg-x11

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-admin/sudo-1.6.8_p9-r2  +ldap +offensive -pam
(-selinux) -skey 0 kB
[ebuild   R   ] app-misc/mc-4.6.0-r14  +7zip -X +gpm +ncurses +nls -pam
-samba +slang +unicode 0 kB
[ebuild   R   ] dev-libs/cyrus-sasl-2.1.20  -authdaemond -berkdb +gdbm
+java -kerberos +ldap -mysql -pam -postgres +ssl -static 1,733 kB
[ebuild   R   ] gnome-base/gdm-2.8.0.5  -debug -ipv6 -pam (-selinux)
+tcpd -xinerama 0 kB
[ebuild   R   ] net-fs/samba-3.0.20b  -acl +async +automount +cups -doc
-examples -kerberos +ldap -ldapsam +libclamav -mysql +oav -pam -postgres
+python -quotas +readline (-selinux) -swat -syslog -winbind +xml +xml2 16 kB
[ebuild   R   ] net-mail/mailbase-1  -pam 0 kB
[ebuild   R   ] net-print/cups-1.1.23-r1  +nls -pam +samba -slp +ssl
8,501 kB
[ebuild   R   ] net-proxy/dante-1.1.18  -debug -pam (-selinux) +tcpd 0 kB
[ebuild   R   ] sys-apps/shadow-4.0.7-r4  +nls -nousuid -pam (-selinux)
-skey 0 kB
[ebuild   R   ] sys-apps/util-linux-2.12r  +crypt +nls -old-crypt -pam
+perl (-selinux) -static 0 kB
[ebuild   R   ] sys-process/fcron-3.0.0  -debug +doc -pam (-selinux) 0 kB
[ebuild   R   ] x11-base/xorg-x11-6.8.99.15-r4  -3dfx +bitmap-fonts -cjk
-debug -doc +font-server +insecure-drivers -ipv6 -minimal +nls -nocxx
+opengl -pam -sdk -static +truetype-fonts +type1-fonts (-uclibc) +xprint
+xv 0 kB

Total size of downloads: 10,251 kB

As you see, all the relevant programs that *can* use PAM (which is
*optional*) do *not* do so on my system. I do not need PAM
authentication, and I do not use PAM authentication. As far as I know,
my system runs fine (or at least has no PAM-related issues).

What more is there to say?

Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] browser advice

2006-11-30 Thread Jorge Almeida

On Wed, 29 Nov 2006, Dale wrote:



Try Seamonkey then.  I have not had such a problem with it.


Right now, I more inclined to Konqueror and/or Opera, but who knows.

But, speaking of Seamonkey: although I'm not thinking of using Epiphany
(due to the Gnome dependencies), I issued emerge -pv epiphany, and this
is what I got. Anyone knows why epiphany has seamonkey as dependency?

Calculating dependencies... done!
[blocks B ] www-client/mozilla (is blocking www-client/seamonkey-1.0.6)
[ebuild  N] dev-python/pyrex-0.9.4.1  177 kB
[ebuild  N] sys-apps/dbus-0.62-r1  USE=X gtk python -debug -doc -mono -qt3 -qt4 
(-selinux) 1,696 kB
[ebuild  NS   ] gnome-base/orbit-2.14.0  USE=ssl -debug -doc -static 687 kB
[ebuild  N] gnome-base/libbonobo-2.14.0  USE=-debug -doc 1,354 kB
[ebuild  N] gnome-base/gconf-2.14.0  USE=-debug -doc 1,851 kB
[ebuild  N] gnome-base/gnome-mime-data-2.4.2  USE=-debug 829 kB
[ebuild  N] net-misc/neon-0.26.1-r1  USE=nls ssl zlib -expat -socks5 763 
kB
[ebuild  N] gnome-base/gnome-vfs-2.14.2-r1  USE=ssl -avahi -debug -doc -gnutls 
-hal -ipv6 -samba 1,773 kB
[ebuild  N] gnome-base/libgnome-2.14.1  USE=-debug -doc -esd -static 971 
kB
[ebuild  N] gnome-base/gnome-keyring-0.4.9  USE=-debug 386 kB
[ebuild  N] gnome-base/libbonoboui-2.14.0  USE=X -debug -doc 872 kB
[ebuild  N] gnome-base/libgnomeui-2.14.1  USE=jpeg -debug -doc 1,847 kB
[ebuild  N] dev-python/pyorbit-2.14.0  USE=-debug 269 kB
[ebuild  N] dev-python/pyopengl-2.0.0.44  0 kB
[ebuild  N] dev-python/pycairo-1.2.2  USE=-numeric 471 kB
[ebuild  N] dev-python/numeric-23.7  0 kB
[ebuild  N] dev-python/pygtk-2.8.6  USE=opengl -doc 739 kB
[ebuild  N] dev-python/gnome-python-2.12.4  USE=-debug -doc -gtkhtml 368 
kB
[ebuild  N] app-text/gnome-doc-utils-0.6.1  USE=-debug 375 kB
[ebuild  N] gnome-base/gnome-desktop-2.14.2  USE=-debug -doc 1,159 kB
[ebuild  N] www-client/seamonkey-1.0.6  USE=crypt java -debug -gnome -ipv6 
-ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznopango 
-moznoroaming -postgres -xinerama -xprint 35,076 kB
[ebuild  N] app-text/iso-codes-0.49  3,612 kB
[ebuild  N] www-client/epiphany-2.14.2.1-r1  USE=python -debug -doc 
-firefox 3,515 kB

--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] browser advice

2006-11-30 Thread Jorge Almeida

On Thu, 30 Nov 2006, Dale wrote:



Use the -t option to see what it is that is pulling it in.  I have never

Here it goes. Doesn't help. (I was just curious, anyway.)
[blocks B ] www-client/mozilla (is blocking 
www-client/seamonkey-1.0.6)
[ebuild  N] www-client/epiphany-2.14.2.1-r1  USE=python -debug -doc 
-firefox 3,515 kB
[ebuild  N]  app-text/iso-codes-0.49  3,612 kB
[ebuild  N]  www-client/seamonkey-1.0.6  USE=crypt java -debug -gnome 
-ipv6 -ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznopango 
-moznoroaming -postgres -xinerama -xprint 35,076 kB
[ebuild  N]  gnome-base/gnome-desktop-2.14.2  USE=-debug -doc 
1,159 kB
[ebuild  N]   app-text/gnome-doc-utils-0.6.1  USE=-debug 375 kB
[ebuild  N]  dev-python/gnome-python-2.12.4  USE=-debug -doc 
-gtkhtml 368 kB
[ebuild  N]   dev-python/pygtk-2.8.6  USE=opengl -doc 739 kB
[ebuild  N]dev-python/numeric-23.7  0 kB
[ebuild  N]dev-python/pycairo-1.2.2  USE=-numeric 471 kB
[ebuild  N]dev-python/pyopengl-2.0.0.44  0 kB
[ebuild  N]   dev-python/pyorbit-2.14.0  USE=-debug 269 kB
[ebuild  N]   gnome-base/libgnomeui-2.14.1  USE=jpeg -debug -doc 
1,847 kB
[ebuild  N]gnome-base/libbonoboui-2.14.0  USE=X -debug -doc 
872 kB
[ebuild  N]gnome-base/gnome-keyring-0.4.9  USE=-debug 386 kB
[ebuild  N]gnome-base/libgnome-2.14.1  USE=-debug -doc -esd 
-static 971 kB
[ebuild  N] gnome-base/gnome-vfs-2.14.2-r1  USE=ssl -avahi -debug 
-doc -gnutls -hal -ipv6 -samba 1,773 kB
[ebuild  N]  net-misc/neon-0.26.1-r1  USE=nls ssl zlib -expat 
-socks5 763 kB
[ebuild  N]  gnome-base/gnome-mime-data-2.4.2  USE=-debug 829 
kB
[ebuild  N]  gnome-base/gconf-2.14.0  USE=-debug -doc 1,851 kB
[ebuild  N] gnome-base/libbonobo-2.14.0  USE=-debug -doc 
1,354 kB
[ebuild  NS   ]  gnome-base/orbit-2.14.0  USE=ssl -debug -doc 
-static 687 kB
[ebuild  N]  sys-apps/dbus-0.62-r1  USE=X gtk python -debug -doc -mono 
-qt3 -qt4 (-selinux) 1,696 kB
[ebuild  N]   dev-python/pyrex-0.9.4.1  177 kB


used epiphany before.  What's it look like?

Have no idea, I didn't tried either. Being something from Gnome, I
suspect it's not very customizable, but I may be completely wrong.


I think your problem is more about what server you are hooking up to
when you go to google than what browser you are using.  Google has

But it happens _only_ in FF...

servers all over the world and it may just be that you are getting
different ones for some reason.  Have you tried http://www.google.com/en

I tried it. It gets redirected. Google knows best!

by any chance?  Maybe try this:  66.102.7.99, 66.102.7.104, or
66.102.7.147 .  Those are the IPs I get for google when I go to it.
Maybe that will help.


Cheers.
--
Jorge
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update installed packages, but not install new ones

2005-10-11 Thread Nikodemus Karlsson
tisdag 11 oktober 2005 19.35 skrev Douglas James Dunn:
 Can you paste a emerge -uDpvt world please?

Here we go...
jupiter ~ # emerge -uDpvt world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[blocks B ] mail-client/pine-4.64-r1 (is blocking 
net-mail/uw-mailutils-2004g)
[ebuild UD] x11-misc/xosview-1.8.2 [1.8.2-r1] 0 kB
[nomerge  ] sys-apps/mkinitrd-3.5.7-r2  (-selinux)
[ebuild U ]  dev-libs/dietlibc-0.28 [0.25] -debug 547 kB
[nomerge  ] media-plugins/gst-plugins-alsa-0.8.10
[nomerge  ]   media-libs/gst-plugins-0.8.10  +alsa -debug -esd +oss
[nomerge  ]gnome-base/gconf-2.10.1-r1  -debug -doc -static
[ebuild U ] gnome-base/orbit-2.12.3 [2.12.2] -debug -doc +ssl -static 
662 kB
[ebuild U ]  dev-libs/libIDL-0.8.6 [0.8.5] -debug -static 342 kB
[nomerge  ]  kde-base/kdeartwork-3.4.1  +arts -debug -kdeenablefinal 
+opengl -xinerama -xscreensaver
[nomerge  ]   kde-base/kdebase-3.4.1-r1  +arts +cups -debug -hal -ieee1394 
-java -kdeenablefinal -ldap -lm_sensors -logitech-mouse +opengl +pam -samba 
+ssl -xinerama
[ebuild U ]sys-apps/eject-2.0.13-r2 [2.0.13-r1] +nls 0 kB
[nomerge  ] mail-filter/qmail-scanner-1.25-r1  -spamassassin
[ebuild U ]  net-mail/tnef-1.3.3 [1.3.2] 1,601 kB
[nomerge  ] net-print/foomatic-3.0.2
[ebuild U ]  net-print/foomatic-db-20050606 [20041220] +cups -ppds 525 kB
[ebuild UD] app-crypt/pinentry-0.7.2 [0.7.2-r1] -gtk -gtk2 +ncurses +qt 0 
kB
[nomerge  ] app-office/lyx-1.3.5-r2  -cjk +cups -debug +nls +qt
[nomerge  ]  app-text/sgmltools-lite-3.0.3-r7  +tetex
[ebuild U ]   app-text/docbook-sgml-dtd-3.1-r3 [3.1-r2] 0 kB
[ebuild U ]   app-text/docbook-dsssl-stylesheets-1.79 [1.77-r2] 271 kB
[nomerge  ]  dev-tex/chktex-1.6.2  -debug
[nomerge  ]   dev-tex/latex2html-2002.2.1_pre20041025  +gif +png
[ebuild U ]media-libs/netpbm-10.28 [10.20] +jpeg +png -svga +tiff 
+zlib 2,270 kB
[nomerge  ] kde-base/kde-i18n-3.4.1  +arts -debug -kdeenablefinal 
-xinerama
[nomerge  ]  kde-base/kdelibs-3.4.1-r1  +alsa +arts +cups -debug -doc 
-jpeg2k -kdeenablefinal -kerberos -openexr +spell +ssl +tiff -xinerama 
-zeroconf
[nomerge  ]   kde-base/arts-3.4.1-r2  +alsa +arts -artswrappersuid -debug 
-esd -hardened -jack -kdeenablefinal +mp3 +vorbis -xinerama
[ebuild U ]kde-base/kde-env-3-r4 [3-r3] 0 kB
[nomerge  ] dev-perl/DBD-mysql-2.9003
[ebuild U ]  x11-libs/qt-3.3.4-r8 [3.3.4-r3] +cups -debug -doc -examples 
-firebird +gif -immqt -immqt-bc -ipv6* +mysql -nas -odbc +opengl -postgres 
-sqlite -xinerama 0 kB
[ebuild U ] mail-client/pine-4.64-r1 [4.63-r3] -debug -kerberos 
-largeterminal -ldap +pam -passfile +ssl 3,202 kB
[ebuild  N]  net-mail/uw-mailutils-2004g  2,194 kB
[nomerge  ] sys-apps/man-pages-2.07  +nls
[nomerge  ]  sys-apps/man-1.6-r1  +nls
[nomerge  ]   sys-apps/groff-1.19.1-r2  +X
[ebuild U ]sys-apps/texinfo-4.8-r2 [4.8-r1] -build +nls -static 0 kB
[nomerge  ] x11-terms/xterm-204  -Xaw3d -toolbar +truetype -unicode
[nomerge  ]  sys-apps/utempter-0.5.5.6
[nomerge  ]   app-arch/rpm2targz-9.0-r3
[nomerge  ]sys-apps/file-4.13  -build +python
[nomerge  ]x11-libs/openmotif-2.2.3-r3
[nomerge  ] x11-base/xorg-x11-6.8.2-r4  -3dfx -3dnow +bitmap-fonts 
-cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers -ipv6 -minimal 
-mmx +nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts +type1-fonts 
(-uclibc) -xprint +xv
[nomerge  ]  sys-apps/util-linux-2.12r  +crypt +nls -old-crypt 
+pam +perl (-selinux) -static
[nomerge  ]   sys-apps/pam-login-3.17  -livecd +nls (-selinux)
[nomerge  ]sys-apps/shadow-4.0.7-r4  +nls -nousuid +pam 
(-selinux) -skey
[nomerge  ] sys-apps/portage-2.0.51.22-r3  -build (-selinux)
[nomerge  ]  dev-python/python-fchksum-1.7.1
[ebuild  NS   ]   dev-lang/python-2.4.1-r1  +X +berkdb -bootstrap 
-build -doc +gdbm -ipv6 +ncurses -nocxx +readline +ssl -tcltk -ucs2 7,663 kB
[nomerge  ] app-admin/perl-cleaner-1.01
[nomerge  ]sys-devel/autoconf-2.59-r6  +emacs
[nomerge  ] sys-devel/m4-1.4.3  +nls
[nomerge  ]  sys-devel/gettext-0.14.4  -doc +emacs +nls
[nomerge  ]   sys-libs/glibc-2.3.5-r2  -build -erandom 
-glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls (-multilib) +nls 
-nptl -nptlonly -pic -profile (-selinux) -userlocales
[nomerge  ]sys-devel/gcc-3.3.6  (-altivec) -bootstrap 
-boundschecking -build +fortran -gcj -gtk -hardened -ip28 (-multilib) 
-multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc -static -vanilla
[nomerge  ] sys-devel/binutils-2.15.92.0.2-r10  -multislot 
-multitarget +nls -test
[ebuild U ]  sys-devel/binutils-config-1.8-r5 [1.8-r2] 0 kB

Total size of downloads: 19,280 kB
-- 
gentoo-user@gentoo.org mailing

[gentoo-user] custom-cxxflags not supported but on anyway

2009-02-16 Thread Dale
Hi,

I'm in the process of installing KDE 4 and noticed something new to me. 
I generally check my USE flags and make sure I am getting what I want
and not getting what I don't.  I noticed this tho:

 [ebuild   R   ] x11-libs/qt-core-4.4.2  USE=qt3support ssl
 -custom-cxxflags% -debug -doc -glib -pch 0 kB
 [ebuild   R   ] x11-libs/qt-test-4.4.2  USE=-custom-cxxflags% -debug
 -pch 0 kB
 [ebuild   R   ] x11-libs/qt-script-4.4.2  USE=-custom-cxxflags%
 -debug -pch 0 kB
 [ebuild  NS   ] app-crypt/qca-2.0.0-r2 [1.0-r3] USE=-debug -doc
 -examples 0 kB
 [ebuild   R   ] x11-libs/qt-sql-4.4.2  USE=qt3support sqlite
 -custom-cxxflags% -debug -firebird -mysql -odbc -pch -postgres 0 kB
 [ebuild  N] net-libs/libvncserver-0.9.1  USE=jpeg zlib -no24bpp
 -nobackchannel 0 kB
 [ebuild  N] media-libs/xvid-1.1.3  USE=(-altivec) -examples 0 kB
 [ebuild  N] media-libs/libmodplug-0.8.4-r2  0 kB
 [ebuild  N] sys-libs/libieee1284-0.2.8  USE=-doc 0 kB
 [ebuild  N] dev-libs/libpthread-stubs-0.1  USE=-debug 0 kB
 [ebuild   R   ] x11-libs/qt-dbus-4.4.2  USE=-custom-cxxflags% -debug
 -pch 0 kB
 [ebuild   R   ] x11-libs/qt-gui-4.4.2-r1  USE=accessibility cups dbus
 qt3support tiff -custom-cxxflags% -debug -glib -mng -nas -nis -pch
 -xinerama INPUT_DEVICES=-wacom 0 kB
 [ebuild   R   ] x11-libs/qt-qt3support-4.4.2  USE=accessibility
 -custom-cxxflags% -debug -pch 0 kB
 [ebuild   R   ] x11-libs/qt-svg-4.4.2  USE=-custom-cxxflags% -debug
 -pch 0 kB
 [ebuild   R   ] x11-libs/qt-webkit-4.4.2  USE=-custom-cxxflags%
 -debug -pch 0 kB
 [ebuild   R   ] x11-libs/qt-opengl-4.4.2  USE=qt3support
 -custom-cxxflags% -debug -pch 0 kB

This is just a few that are clumped together.  There are quite a few
others as well.  After checking I find out this:

 r...@smoker / # euse -i custom-cxxflags
 global use flags (searching: custom-cxxflags)
 
 [-] custom-cxxflags - Build with user-specified CXXFLAGS (unsupported)

 local use flags (searching: custom-cxxflags)
 
 no matching entries found
 r...@smoker / #

I notice it says unsupported.  So I thought maybe I added this at some
point but didn't remember it.  Here is my related make.conf info:

 r...@smoker / # cat /etc/make.conf | grep USE=
 USE=-a52 acl acpi alsa amd arts artswrappersuid automount -bluetooth
 -branding bzip2 cddb cdr chroot crypt curl dbus -doc -dts dvd dvdr
 dvdread esd exif fdftk -fftw -firefox  -gcj gif gimp gkrellm -gnome
 gphoto2 gtk hal hbci htmlhandbook ipv6 java javascript jbig jpeg
 jpeg2k justify kde kdeprefix libwww logrotate loop-aes mmx mplayer mp3
 -musepack -mysql -nls nsplugin ofx offensive opengl -oss parport pdf
 ppds qt3  qt3support qt4 realmedia seamonkey sqlite sse syslog tcl
 -theora tiff tk truetype usb -v4l webkit win32codecs wma wmf wmp X xml
 xprint yahoo -xulrunner zeroconf 3dnow 
 r...@smoker / # cat /etc/make.conf | grep FLAG
 CFLAGS=-march=athlon-xp -O2 -pipe -fomit-frame-pointer
 CXXFLAGS=${CFLAGS}
 r...@smoker / #

I try to keep my USE line in alphabetical order but I just don't see
that flag in there.  I know KDE 4 is not stable but some of the packages
are being recompiled because of the USE flag being changed.  This is my
profile info:

 r...@smoker / # eselect profile list
 Available profile symlink targets:
   [1]   hardened/x86/2.6
   [2]   selinux/2007.0/x86
   [3]   selinux/2007.0/x86/hardened
   [4]   default/linux/x86/2008.0
   [5]   default/linux/x86/2008.0/desktop *
   [6]   default/linux/x86/2008.0/developer
   [7]   default/linux/x86/2008.0/server
   [8]   hardened/linux/x86
 r...@smoker / # 


I also checked the profile USE but don't see the change in there
either.  So, why is this enabled but not supported?  Is this safe to
have enabled?  Does it even matter anyway?  What is making it even
change to begin with? 

Thanks.

Dale

:-)  :-) 

P. S.  I bet this will be simple too.  o_O



Re: [gentoo-user] My USB camera no longer works.

2009-04-15 Thread Dale
Mark Knecht wrote:
 On Wed, Apr 15, 2009 at 2:59 PM, Dale rdalek1...@gmail.com wrote:
 SNIP
   
 Thanks.  I'm not sure if this is part of the xorg-server update and I
 missed downgrading something or if it is something else.  I know I
 downloaded pics just before all that mess happened tho.  Mine is ptp as
 well.  I think most all Canons are.

 Look forward to hearing whether yours works or not.  Also, my printer
 don't work either.  Anything USB is dead.

 Dale

 :-)  :-)
 

 If you downgraded the xorg-server then I'd ask if were you using hald
 before the upgrade and if not did you try shutting it off?

 - Mark


   

I was using hald, dbus and even ivman before the upgrade.  I have tried
reemerging xorg-server with and without hal and it makes no difference. 
I think the problem is BEFORE even hal comes into the picture.  lsusb
doesn't report anything being connected either and I think it would even
if a GUI was not running.  I don't think this is related to xorg-server
or KDE and friends.  It acts like a kernel problem but I'm booting the
same old kernel that I have had for quite a while now.  I can't upgrade
because the new kernel doesn't like my IDE chipset and gcc doesn't like
it much either.  I get compile errors that according to google are being
fixed.  Those two appear to be related.

It seems like my Linux is going belly up here lately.  First xorg, then
my camera and now my printer is dead too.  Add in that I can't upgrade
my kernel because of some other issues.  Jeez, make me think.

Dale

:-)  :-) 

P. S.  This may help.  If you need more, just let me know.   I'll
downgrade something if needed.  Heck, I'll downgrade a lot of things if
needed.  lol  I'm just not going to install windoze.  :-@

r...@smoker / # emerge -vp hal dbus xorg-server libgphoto2

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/hal-0.5.11-r8  USE=X acpi crypt -apm -debug
-dell -disk-partition -doc -laptop (-selinux) 0 kB
[ebuild   R   ] sys-apps/dbus-1.2.3-r1  USE=X -debug -doc (-selinux) 0 kB
[ebuild   R   ] x11-base/xorg-server-1.3.0.0-r6  USE=dri ipv6 nptl sdl
xorg xprint -3dfx -debug -dmx -kdrive -minimal INPUT_DEVICES=evdev
keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc
-dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick
-magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa
-synaptics -tek4957 -ur98 -vmmouse -void -wacom VIDEO_CARDS=nv nvidia
-apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128
-i740 (-impact) -imstt -intel -mach64 -mga -neomagic (-newport) -nsc
-r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis
-sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo)
(-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware
-voodoo 0 kB
[ebuild   R   ] media-libs/libgphoto2-2.4.3  USE=exif hal -bonjour -doc
-nls CAMERAS=canon ptp2 -adc65 -agfa_cl20 -aox -barbie -casio_qv
-clicksmart310 -digigr8 -digita -dimagev -dimera3500 -directory
-enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam -jd11 -jl2005a
-kodak_dc120 -kodak_dc210 -kodak_dc240 -kodak_dc3200 -kodak_ez200
-konica -konica_qm150 -largan -lg_gsm -mars -mustek -panasonic_coolshot
-panasonic_dc1000 -panasonic_dc1580 -panasonic_l859 -pccam300 -pccam600
-polaroid_pdc320 -polaroid_pdc640 -polaroid_pdc700 -ricoh -ricoh_g3
-samsung -sierra -sipix_blink -sipix_blink2 -sipix_web2 -smal -sonix
-sony_dscf1 -sony_dscf55 -soundvision -spca50x -sq905 -stv0674 -stv0680
-sx330z -template -topfield -toshiba_pdrm11 0 kB

Total: 4 packages (4 reinstalls), Size of downloads: 0 kB
r...@smoker / #   



[gentoo-user] Re: php blocking

2006-01-26 Thread james
 -nocommonslogging -nocommonsnet -nojdepend -nojsch
 -nojython -nolog4j -nooro -noregexp -norhino -noxalan -noxerces
[ebuild U ]   dev-java/xalan-2.7.0-r1 [2.6.0-r2] +doc -jikes -source 
6,117 kB
[ebuild U ]dev-java/xerces-2.7.1 [2.6.2-r2] +doc -examples -jikes
-source 1,648 kB
[ebuild  N] dev-java/xml-commons-external-1.3.02  +doc -source
 1,031 kB
[nomerge  ] app-office/dia-0.94-r3  -debug -gnome +png +python 
-static
 +zlib
[ebuild U ]  dev-python/pygtk-2.8.2 [2.6.1] +doc +opengl 1,321 kB
[ebuild  N]   dev-python/pycairo-1.0.2  -gtk -numeric -svg 458 kB
[nomerge  ] net-analyzer/jffnms-0.8.2  +mysql +postgres +snmp [1]
[ebuild  N]  dev-php/PEAR-PEAR-1.4.6-r1  317 kB
[ebuild  N]   dev-lang/php-5.0.5-r5  -adabas -apache +apache2 -bcmath
+berkdb -birdstep +bzip2 -calendar -cdb -cgi -cjk +cli +crypt +ctype +curl
-curlwrappers -db2 -dba -dbase -dbmaker -debug -discard-path +doc -empress
-empress-bcs -esoob +exif -fdftk -filepro -firebird -flatfile
-force-cgi-redirect -frontbase -ftp +gd -gd-external +gdbm +gmp 
-hardenedphp
-hyperwave-api -iconv -imap -informix -inifile -interbase -iodbc +ipv6
-java-external -kerberos -ldap -libedit -mcve -memlimit +mhash -ming
-mnogosearch -msql -mssql +mysql -mysqli +ncurses +nls -oci8
-oci8-instant-client -odbc -oracle7 -ovrimos -pcntl +pcre -pdo-external
 -pfpro
-pic -posix +postgres -qdbm +readline +recode -sapdb +sasl +session 
-sharedext
-sharedmem -simplexml +snmp -soap -sockets -solid +spell -spl -sqlite 
+ssl
-sybase -sybase-ct -sysvipc -threads -tidy +tiff -tokenizer +truetype 
-wddx
 +xml -xmlrpc -xpm -xsl -yaz -zip +zlib 4,797 kB
[ebuild  N]app-admin/php-toolkit-1.0-r2  0 kB
[ebuild  N] dev-php/php-4.4.0-r4  +X +berkdb +crypt +curl -debug +doc 
-fdftk -firebird -flash -freetds +gd -gd-external +gdbm +gmp -hardenedphp 
-imap
-informix +ipv6 +java +jpeg -kerberos -ldap -mcal -memlimit -mssql +mysql
+ncurses +nls -oci8 -odbc +pam +png +postgres +readline +snmp +spell +ssl 
+tiff
+truetype +xml2 -yaz 4,339 kB
[ebuild  N]  dev-php/mod_php-4.4.0-r9  +X +apache2 +berkdb +crypt +curl
-debug +doc -fdftk -firebird -flash -freetds +gd -gd-external +gdbm +gmp
-hardenedphp -imap -informix +ipv6 +java +jpeg -kerberos -ldap -mcal 
-memlimit
-mssql +mysql +nls -oci8 -odbc +pam +png +postgres +snmp +spell +ssl +tiff
+truetype +xml2 -yaz 0 kB
[ebuild U ]  net-www/apache-2.0.55-r1 [2.0.55] +apache2 -debug +doc 
-ldap
-mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -no-suexec
(-selinux) +ssl -static-modules -threads 50 kB
[nomerge  ] media-gfx/kst-1.1.0  +arts -debug -xinerama
[ebuild U ]  kde-base/kdelibs-3.4.3-r1 [3.4.3] +alsa +arts +cups 
-debug 
+doc -jpeg2k -kdeenablefinal -kerberos -openexr +spell +ssl +tiff 
-xinerama
-zeroconf
0 kB
[nomerge  ] media-plugins/alsa-jack-1.0.10_rc1
[nomerge  ]  media-sound/jack-audio-connection-kit-0.99.0-r1  +alsa
(-altivec) -caps -debug +doc -jack-tmpfs +oss -portaudio
[ebuild U ]   dev-libs/glib-2.8.5 [2.8.4] -debug +doc -hardened 
2,532 kB
[nomerge  ] dev-perl/DBD-mysql-2.9007
[nomerge  ]  dev-perl/DBI-1.48
[nomerge  ]   dev-perl/PlRPC-0.2018
[nomerge  ]perl-core/Storable-2.15
[nomerge  ]app-text/jadetex-3.13-r1
[ebuild U ] app-text/tetex-2.0.2-r8 [2.0.2-r5] +X +doc 
85,040 kB
[nomerge  ]   app-text/xmlto-0.0.18
[nomerge  ]app-text/docbook-xml-dtd-4.2-r1
[nomerge  ] app-text/docbook-xsl-stylesheets-1.68.1-r1
[ebuild U ]  dev-libs/libxml2-2.6.23 [2.6.22] -debug +doc 
+ipv6
+python +readline 3,338 kB
[ebuild U ]   sys-fs/udev-079-r1 [079] (-selinux) 0 kB
[ebuild U ]sys-apps/baselayout-1.11.14-r3 [1.11.14-r2]
-bootstrap -build -static -unicode 0 kB
[ebuild U ] sys-apps/coreutils-5.2.1-r7 [5.2.1-r6] +acl 
-build
+nls (-selinux) -static 65 kB
[nomerge  ] x11-terms/xterm-207  -Xaw3d +doc -toolbar +truetype 
-unicode
[nomerge  ]  sys-apps/utempter-0.5.5.6
[nomerge  ]   app-arch/rpm2targz-9.0-r3
[nomerge  ]sys-apps/file-4.13  -build +python
[nomerge  ]   dev-lang/tk-8.4.9  -threads
[nomerge  ]x11-base/xorg-x11-6.8.2-r6  -3dfx +3dnow
+bitmap-fonts -cjk -debug -dlloader -dmx +doc -font-server -insecure
-drivers
+ipv6 -minimal +mmx +nls -nocxx +opengl +pam -sdk +sse -static +truetype
-fonts
+type1-fonts (-uclibc) +xprint +xv
[ebuild U ] sys-apps/util-linux-2.12r-r2 [2.12r-r1] +crypt 
+nls
-old-crypt +pam +perl (-selinux) -static 1,338 kB
[nomerge  ]  sys-apps/pam-login-3.17  -livecd +nls 
(-selinux)
[nomerge  ]   sys-apps/shadow-4.0.7-r4  +nls -nousuid +pam
(-selinux) -skey
[ebuild U ]sys-apps/portage-2.0.54 [2.0.53] -build +doc
(-selinux) 229 kB
[nomerge  ]   sys-libs/pam-0.78-r3  +berkdb -nis -pam_chroot
-pam_console -pam_timestamp -pwdb (-selinux)
[ebuild U

[gentoo-user] Why is portage trying to pull in xorg when I don't use it...

2006-03-29 Thread Daevid Vincent
I have a VMWare that I use for LAMP development. I have never put Xorg on
it, nor do I ever want X windows on it. Recently, when I do an 'emerge
-Davut world', I see this:
-
vmware ~ # emerge -Davtu world

These are the packages that I would merge, in reverse order:

Calculating world dependencies   
!!! Packages for the following atoms are either all
!!! masked or don't exist:
sys-apps/fileutils sys-apps/textutils sys-apps/sh-utils
 
...done!
[ebuild U ] net-fs/samba-3.0.21b [3.0.14a-r2] +acl -async -automount
-cups -doc -examples -kerberos -ldap -ldapsam -libclamav +mysql -oav +pam
-postgres +python -quotas +readline (-selinux) -swat -syslog -winbind -xml
+xml2 17,143 kB 
[ebuild U ] www-client/links-2.1_pre20 [2.1_pre19] -X -directfb -fbcon
+gpm -javascript +jpeg -livecd +png +sdl +ssl -svga +tiff -unicode 3,768 kB 
[ebuild  N]  media-libs/libsdl-1.2.8-r1  -X -aalib -alsa -arts -dga
-directfb -esd -fbcon -ggi -libcaca -nas -noaudio -noflagstrip -nojoystick
-novideo +opengl +oss -pic -svga -xinerama +xv 2,541 kB 
[ebuild  N]   media-libs/audiofile-0.2.6-r1  365 kB 
[ebuild  N] x11-terms/xterm-207  -Xaw3d -doc -toolbar +truetype -unicode
727 kB 
[nomerge  ]  sys-apps/utempter-0.5.5.6  
[ebuild  N]   x11-base/xorg-x11-6.8.2-r6  -3dfx -3dnow +bitmap-fonts
-cjk -debug -dlloader -dmx -doc -font-server -insecure-drivers -ipv6
-minimal -mmx -nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts
+type1-fonts (-uclibc) -xprint +xv 44,705 kB 
[ebuild  N]media-libs/fontconfig-2.2.3  732 kB 
[ebuild  N]x11-base/opengl-update-3.0.0  0 kB 
[ebuild  N] app-admin/eselect-opengl-1.0.3  41 kB 
[ebuild  N]x11-apps/ttmkfdir-3.0.9-r3  19 kB 
[nomerge  ] sys-libs/libcap-1.10-r5  -nocxx +python -static 
[nomerge  ]  dev-lang/swig-1.3.21  -X* -doc -guile -java +perl +php
+python +ruby* -tcltk 
[ebuild U ]   dev-lang/php-5.1.2 [5.1.1] -adabas -apache +apache2
-bcmath -berkdb -birdstep +bzip2 -calendar -cdb +cgi -cjk +cli +crypt +ctype
-curl -curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress
-empress-bcs -esoob -exif -fastbuild -fdftk -filepro -firebird -flatfile
-force-cgi-redirect -frontbase -ftp +gd -gd-external +gdbm -gmp -hardenedphp
-hash -hyperwave-api -iconv -imap -informix -inifile -interbase -iodbc -ipv6
-java-external -kerberos -ldap -libedit -mcve -memlimit +mhash -ming -msql
-mssql +mysql -mysqli +ncurses -nls -oci8 -oci8-instant-client -odbc -pcntl
+pcre -pdo -pdo-external -pic -posix -postgres -qdbm +readline -recode
-reflection -sapdb -sasl +session -sharedext -sharedmem +simplexml -snmp
+soap -sockets -solid +spell -spl +sqlite +ssl -sybase -sybase-ct -sysvipc
-threads -tidy -tokenizer +truetype -vm-goto -vm-switch -wddx +xml
-xmlreader -xmlrpc -xmlwriter -xpm +xsl -yaz -zip +zlib 6,178 kB 
[ebuild U ]media-libs/libpng-1.2.8-r1 [1.2.8] -doc 375 kB 
[nomerge  ] sys-apps/most-4.9.5  
[ebuild U ]  sys-libs/slang-1.4.9-r2 [1.4.9-r1] -cjk -unicode 628 kB 

Total size of downloads: 77,229 kB

Do you want me to merge these packages? [Yes/No] 
-

What is trying to bring in all those NEW x11 packages? How can I prevent
this annoyance? 

And what am I supposed to do with this information:

!!! Packages for the following atoms are either all
!!! masked or don't exist:
sys-apps/fileutils sys-apps/textutils sys-apps/sh-utils

Am I supposed to remove those packages? 
Ignore this message?
'esearch'ing for them turns up nothing.


You had me at EHLO --E.Webb (10.04.05) 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] browser advice

2006-11-30 Thread Dale
Jorge Almeida wrote:
 On Wed, 29 Nov 2006, Dale wrote:


 Try Seamonkey then.  I have not had such a problem with it.

 Right now, I more inclined to Konqueror and/or Opera, but who knows.

 But, speaking of Seamonkey: although I'm not thinking of using Epiphany
 (due to the Gnome dependencies), I issued emerge -pv epiphany, and this
 is what I got. Anyone knows why epiphany has seamonkey as dependency?

 Calculating dependencies... done!
 [blocks B ] www-client/mozilla (is blocking
 www-client/seamonkey-1.0.6)
 [ebuild  N] dev-python/pyrex-0.9.4.1  177 kB
 [ebuild  N] sys-apps/dbus-0.62-r1  USE=X gtk python -debug -doc
 -mono -qt3 -qt4 (-selinux) 1,696 kB
 [ebuild  NS   ] gnome-base/orbit-2.14.0  USE=ssl -debug -doc -static
 687 kB
 [ebuild  N] gnome-base/libbonobo-2.14.0  USE=-debug -doc 1,354 kB
 [ebuild  N] gnome-base/gconf-2.14.0  USE=-debug -doc 1,851 kB
 [ebuild  N] gnome-base/gnome-mime-data-2.4.2  USE=-debug 829 kB
 [ebuild  N] net-misc/neon-0.26.1-r1  USE=nls ssl zlib -expat
 -socks5 763 kB
 [ebuild  N] gnome-base/gnome-vfs-2.14.2-r1  USE=ssl -avahi -debug
 -doc -gnutls -hal -ipv6 -samba 1,773 kB
 [ebuild  N] gnome-base/libgnome-2.14.1  USE=-debug -doc -esd
 -static 971 kB
 [ebuild  N] gnome-base/gnome-keyring-0.4.9  USE=-debug 386 kB
 [ebuild  N] gnome-base/libbonoboui-2.14.0  USE=X -debug -doc 872 kB
 [ebuild  N] gnome-base/libgnomeui-2.14.1  USE=jpeg -debug -doc
 1,847 kB
 [ebuild  N] dev-python/pyorbit-2.14.0  USE=-debug 269 kB
 [ebuild  N] dev-python/pyopengl-2.0.0.44  0 kB
 [ebuild  N] dev-python/pycairo-1.2.2  USE=-numeric 471 kB
 [ebuild  N] dev-python/numeric-23.7  0 kB
 [ebuild  N] dev-python/pygtk-2.8.6  USE=opengl -doc 739 kB
 [ebuild  N] dev-python/gnome-python-2.12.4  USE=-debug -doc
 -gtkhtml 368 kB
 [ebuild  N] app-text/gnome-doc-utils-0.6.1  USE=-debug 375 kB
 [ebuild  N] gnome-base/gnome-desktop-2.14.2  USE=-debug -doc
 1,159 kB
 [ebuild  N] www-client/seamonkey-1.0.6  USE=crypt java -debug
 -gnome -ipv6 -ldap -mozcalendar -mozdevelop -moznocompose -moznoirc
 -moznomail -moznopango -moznoroaming -postgres -xinerama -xprint
 35,076 kB
 [ebuild  N] app-text/iso-codes-0.49  3,612 kB
 [ebuild  N] www-client/epiphany-2.14.2.1-r1  USE=python -debug
 -doc -firefox 3,515 kB


Use the -t option to see what it is that is pulling it in.  I have never
used epiphany before.  What's it look like? 

I think your problem is more about what server you are hooking up to
when you go to google than what browser you are using.  Google has
servers all over the world and it may just be that you are getting
different ones for some reason.  Have you tried http://www.google.com/en
by any chance?  Maybe try this:  66.102.7.99, 66.102.7.104, or
66.102.7.147 .  Those are the IPs I get for google when I go to it. 
Maybe that will help.

This is strange but image what would happen if I wanted a google in
Russian or something.  That may be hard for me to get here. 

Hope some part of this will help.

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE4.0?

2008-01-24 Thread maxim wexler
 
 Ah, you may have to get a later version of KDE 3.5
 before going any
 farther.  I had 3.5.8 on mine and had no blocks with
 it.  Want my
 package.keywords and package.unmask files.

Ok, I copied over your files. Ran #update-eix and
#eix-sync. Then #emerge autounmask and ran

#autounmask kde-base/kde-meta-4.0.0 

which completed w/o error.

$eix kde picks up the new version:

...
* kde-base/kde
 Available versions:  3.5.5:3.5 3.5.6:3.5
3.5.7:3.5 3.5.8:3.5 [M]4.0.0:kde-4
 Installed:   3.5.2
 Homepage:http://www.kde.org/
 Description: KDE - merge this to pull in
all non-developer kde-base/* packages
...

So far so good. But:

localhost heathen # emerge -pv kde

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] kde-base/arts-3.5.8 [3.5.2-r1]
USE=alsa esd* mp3 vorbis -artswrappersuid -debug*
-jack -kdeenablefinal -nas -xinerama
(-kdehiddenvisibility%) 949 kB
[ebuild  N] dev-libs/libgpg-error-1.6  USE=-nls
374 kB
[ebuild U ] dev-libs/libxslt-1.1.22 [1.1.15]
USE=python -crypt -debug* (-static%) 2,718 kB
[ebuild U ] app-text/ghostscript-esp-8.15.3
[7.07.1-r8] USE=X cups gtk xml%* -cjk -threads%
(-emacs%) 8,580 kB
[ebuild  N] dev-libs/pth-2.0.7-r1  USE=-debug
638 kB
[ebuild U ] media-libs/freetype-2.3.5-r2
[2.1.10-r3] USE=X%* -bindist -debug% -doc -utils%
(-zlib%*) 1,250 kB
[ebuild  N] net-misc/mDNSResponder-107.6-r5 
USE=-debug -doc -java 1,408 kB
[ebuild U ] media-libs/libmng-1.0.9-r1 [1.0.8-r1]
USE=-lcms% 542 kB
[ebuild  N] dev-libs/dbus-glib-0.73  USE=-debug
-doc (-selinux) 630 kB
[ebuild U ] sys-apps/pciutils-2.2.8 [2.2.0-r1]
USE=zlib%* -network-cron% 228 kB
[ebuild  N] sys-apps/dmidecode-2.9  48 kB
[ebuild U ] dev-util/intltool-0.35.5 [0.34.1] 132
kB
[ebuild  N] x11-apps/xprop-1.0.3  USE=-debug 105
kB
[ebuild  N] x11-apps/xmessage-1.0.2  USE=-debug
-xprint 93 kB
[ebuild  N] x11-apps/xsetroot-1.0.2  USE=-debug
87 kB
[ebuild U ] sys-apps/eject-2.1.5-r1 [2.1.0-r1]
USE=-nls 121 kB
[ebuild  N] x11-libs/libXfontcache-1.0.4 
USE=-debug 210 kB
[ebuild  N] www-misc/htdig-3.2.0_beta6-r3 
USE=ssl 3,033 kB
[ebuild  N] dev-db/sqlite-3.5.3  USE=threadsafe
-debug -doc -soundex -tcl 2,024 kB
[ebuild  N] net-misc/netkit-talk-0.17-r4 
USE=ipv6 37 kB
[ebuild U ] x11-libs/qt-3.3.8-r4 [3.3.4-r8]
USE=cups gif ipv6 opengl -debug* -doc -examples
-firebird -immqt -immqt-bc -mysql -nas -nis% -odbc
-postgres -sqlite -xinerama 16,986 kB
[ebuild  N] dev-libs/libgcrypt-1.4.0-r1 
USE=-bindist -idea -nls 943 kB
[ebuild  N] virtual/ghostscript-0  0 kB
[ebuild  N] dev-libs/libassuan-1.0.4  291 kB
[ebuild  N] x11-apps/xset-1.0.3  USE=-debug 101
kB
[ebuild  N] app-pda/libopensync-0.22  USE=python
-debug -doc 479 kB
[ebuild U ] kde-base/kdelibs-3.5.8-r3 [3.5.2-r6]
USE=alsa arts cups fam%* -acl -avahi% -bindist%
-branding% -debug* -doc -jpeg2k -kdeenablefinal
-kdehiddenvisibility -kerberos -legacyssl -lua%
-openexr -spell -tiff -utempter% -xinerama (-ssl%*)
(-zeroconf%) 15,221 kB
[ebuild  N] app-crypt/pinentry-0.7.4-r1  USE=gtk
ncurses qt3 -caps 407 kB
[ebuild  N] dev-libs/libksba-1.0.2-r1  514 kB
[ebuild  N] dev-libs/dbus-qt3-old-0.70 
USE=-debug 216 kB
[ebuild U ] kde-base/kdemultimedia-3.5.8-r1
[3.5.2-r2] USE=alsa arts encode mp3 vorbis -akode
-audiofile -debug* -flac -gstreamer -kdeenablefinal
-theora -xine -xinerama (-kdehiddenvisibility%)
(-musicbrainz%) 6,169 kB
[ebuild  N] app-crypt/gnupg-2.0.7  USE=ldap
-bzip2 -doc -nls -openct -pcsc-lite (-selinux)
-smartcard 3,526 kB
[ebuild  N] kde-base/kdeedu-3.5.8  USE=arts
-debug -kdeenablefinal -kig-scripting -solver
-xinerama 29,452 kB
[ebuild U ] kde-base/kdetoys-3.5.8 [3.5.2]
USE=arts -debug* -kdeenablefinal -kdehiddenvisibility
-xinerama 3,193 kB
[ebuild U ] kde-base/kdewebdev-3.5.8-r1 [3.5.2]
USE=arts -debug* -doc -kdeenablefinal
-kdehiddenvisibility -tidy -xinerama 5,914 kB
[ebuild  N] app-crypt/gpgme-1.1.6  939 kB
[ebuild  N] sys-apps/hal-0.5.9.1-r3  USE=-acpi
-crypt -debug -dell -disk-partition -doc -pcmcia
(-selinux) 1,564 kB
[ebuild  N] app-misc/hal-info-20070618  117 kB
[ebuild U ] kde-base/kdebase-3.5.8-r6 [3.5.2-r2]
USE=arts cups hal* ieee1394 ldap* opengl pam
-branding% -debug* -java -joystick% -kdeenablefinal
-kdehiddenvisibility -lm_sensors -logitech-mouse
-openexr -samba -xcomposite -xinerama -xscreensaver
(-ssl%*) (-zeroconf%) 23,671 kB
[ebuild U ] kde-base/kdepim-3.5.8 [3.5.2-r2]
USE=arts -debug* -gnokii -kdeenablefinal -pda
-xinerama (-crypt%) (-kdehiddenvisibility%) 13,908 kB
[ebuild U ] kde-base/kdegames-3.5.8 [3.5.2]
USE=arts -debug* -kdeenablefinal -kdehiddenvisibility
-xinerama 10,527 kB
[ebuild U ] kde-base/kdenetwork-3.5.8 [3.5.2]
USE=arts ssl -debug* -jingle% -kdeenablefinal
-kdehiddenvisibility -rdesktop -sametime -slp -wifi
-xinerama (-xmms%*) 9,119 kB
[ebuild U ] kde-base/kdeartwork-3.5.8 [3.5.2]
USE

[gentoo-user] It's baaaaack...! (Python 2.4.1)

2005-05-31 Thread Holly Bostick
Hi all,

I seem to have painted myself into a corner, and hope that someone can
see a way out before I repeat my previous mistakes.

The short version is that, after my previous thread about removing an
extra version of Python (2.4.1 when I already had 2.3.5 installed),
Portage now wants to re-emerge Python 2.4.1, and I can't seem to prevent
it.

At this time, I do not want to emerge Python 2.4.1 to a new slot, as it
breaks Pysol seemingly unrepairably (java-config also broke, but was
repaired by a re-emerge, Pysol was not repaired by a re-emerge). Yes, I
know Pysol is not important per se, but I don't want to break a
package I use, and the breakage indicates that other things that I value
more highly might get broken (I just don't know what they are).

The long version of what I was trying to do and the current situation:

This all started because I wanted a reliable system for automounting
removeable media (CD/DVD). I love supermount, but I'm trying to live in
the present. Submount works, but is not reliable (stops working after
some period of time, dismounts automatically but doesn't mount
automatically), and my previous experience with hal/dbus/ivman is not good.

However, there is a new version of ivman which sounds really good, but
it's only available from the gentopia overlay. Fine. Installing that
upgraded hal, dbus, the new ivman, and installed Python 2.4.1. Except
that dbus wouldn't compile with the python USE flag set, so I removed
it, which allowed it to compile, but meant (afaics) that I no longer
needed Python 2.4.1.

So, I got rid of it, as you know from my Unmerging 'extra' Python
thread. The whole hal/dbus/ivman scheme isn't working anyway atm because
(to the best of my understanding):

1) I have not yet configured, compiled and installed a kernel with the
correct version of the inotify patch that either hal, dbus or gamin
needs (I've emerged mm-sources 2.6.12-something but have not yet
compiled it);

2) GNOME is broken atm (which hopefully I can fix when I get the kernel
upgraded and the gentopia backend working);

3) KDE doesn't like the upgraded versions of hal and dbus, and so the
media kio slaves don't work on my current setup.

#3 is the lynchpin here, as an emerge sync has just made KDE 3.4.1
available. This wants to downgrade dbus and hal, which is fine, and
wants to install Python 2.4.1, which is not.

I then removed the gentopia overlay, and ran the potential uaDtv world
again; now Portage wants to downgrade hal, dbus, ivman, and gamin (also
fine), but still wants to emerge Python 2.4.1.

Here's the relevant output:

[nomerge  ] net-www/mplayerplug-in-2.80  +gtk2
[nomerge  ]  net-libs/gecko-sdk-1.7.5  +crypt -debug +gnome +java
+ldap -moznomail -moznoxft -postgres +ssl -xinerama +xprint
[nomerge  ]   app-crypt/gnupg-1.4.1  +X +bzip2 +caps +curl -debug
+ecc +idea +ldap +nls +readline (-selinux) -smartcard +zlib
[nomerge  ]mail-mta/ssmtp-2.61  -ipv6* -mailwrapper -md5sum +ssl
[ebuild U ] net-mail/mailbase-0.00-r9 [0.00-r8] -pam 0 kB
[ebuild U ] kde-base/ksvg-3.4.1 [3.4.0] -arts* -debug
+kdeenablefinal +kdexdeltas -xinerama 0 kB
[nomerge  ] x11-misc/xscreensaver-4.20  -debug +gnome +gtk +jpeg
-kerberos -krb4 +motif +offensive +opengl -pam -xinerama
[nomerge  ]  gnome-extra/yelp-2.6.5  -debug
[nomerge  ]   gnome-base/libgnome-2.8.1  -debug -doc
[nomerge  ]gnome-base/gnome-vfs-2.8.4-r1  -debug -doc +gnutls
+hal -howl -ipv6 +samba +ssl
[ebuild UD] sys-apps/hal-0.4.8 [0.5.2] -debug -doc -livecd
-pcmcia 1,321 kB
[ebuild UD]  sys-apps/dbus-0.23.4 [0.33-r1] +X -debug +gtk +mono
-python +qt +xml2 1,258 kB
[ebuild U ] kde-base/kdeartwork-styles-3.4.1 [3.4.0] -arts* -debug
+kdeenablefinal +kdexdeltas -xinerama 0 kB
[ebuild U ]  kde-base/kdelibs-3.4.1 [3.4.0-r2] +alsa -arts* +cups
-debug -doc +jpeg2k +kdeenablefinal -kerberos -openexr +spell +ssl +tiff
-xinerama -zeroconf 16,458 kB
[ebuild UD]   app-admin/gamin-0.0.26-r6 [0.1.0-r1] -debug -doc 472 kB
[nomerge  ] sys-libs/libstdc++-v3-3.3.4  -debug +nls
[nomerge  ]   media-libs/freetype-2.1.9-r1  -bindist -debug -doc +zlib
[nomerge  ]sys-libs/glibc-2.3.5  -build -debug -erandom
-hardened (-multilib) +nls -nomalloccheck +nptl -nptlonly +pic +userlocales
[nomerge  ] sys-devel/gcc-3.4.3.20050110-r2  (-altivec)
-bootstrap -boundschecking -build -debug +fortran -gcj +gtk -hardened
-ip28 (-multilib) +multislot (-n32) (-n64) +nls -nocxx -nopie -nossp
-objc -static
[nomerge  ]  sys-devel/gcc-config-1.3.10-r2
[nomerge  ]   sys-apps/portage-2.0.51.19  -build -debug (-selinux)
[ebuild  NS   ]dev-lang/python-2.4.1  +X -berkdb -bootstrap
-build -debug -doc +gdbm -ipv6 +ncurses -nocxx +readline +ssl +tcltk
-ucs2 0 kB


I just don't see where Python 2.4.1 is coming from (since everything in
the -D tree for it was perfectly fine with Python 2.3.5), and the new
stuff that originally installed it is a) being downgraded to a version

Re: [gentoo-user] It's baaaaack...! (Python 2.4.1)

2005-05-31 Thread Edward A Mihalow Jr

Holly Bostick wrote:

Hi all,

I seem to have painted myself into a corner, and hope that someone can
see a way out before I repeat my previous mistakes.

The short version is that, after my previous thread about removing an
extra version of Python (2.4.1 when I already had 2.3.5 installed),
Portage now wants to re-emerge Python 2.4.1, and I can't seem to prevent
it.

At this time, I do not want to emerge Python 2.4.1 to a new slot, as it
breaks Pysol seemingly unrepairably (java-config also broke, but was
repaired by a re-emerge, Pysol was not repaired by a re-emerge). Yes, I
know Pysol is not important per se, but I don't want to break a
package I use, and the breakage indicates that other things that I value
more highly might get broken (I just don't know what they are).

The long version of what I was trying to do and the current situation:

This all started because I wanted a reliable system for automounting
removeable media (CD/DVD). I love supermount, but I'm trying to live in
the present. Submount works, but is not reliable (stops working after
some period of time, dismounts automatically but doesn't mount
automatically), and my previous experience with hal/dbus/ivman is not good.

However, there is a new version of ivman which sounds really good, but
it's only available from the gentopia overlay. Fine. Installing that
upgraded hal, dbus, the new ivman, and installed Python 2.4.1. Except
that dbus wouldn't compile with the python USE flag set, so I removed
it, which allowed it to compile, but meant (afaics) that I no longer
needed Python 2.4.1.

So, I got rid of it, as you know from my Unmerging 'extra' Python
thread. The whole hal/dbus/ivman scheme isn't working anyway atm because
(to the best of my understanding):

1) I have not yet configured, compiled and installed a kernel with the
correct version of the inotify patch that either hal, dbus or gamin
needs (I've emerged mm-sources 2.6.12-something but have not yet
compiled it);

2) GNOME is broken atm (which hopefully I can fix when I get the kernel
upgraded and the gentopia backend working);

3) KDE doesn't like the upgraded versions of hal and dbus, and so the
media kio slaves don't work on my current setup.

#3 is the lynchpin here, as an emerge sync has just made KDE 3.4.1
available. This wants to downgrade dbus and hal, which is fine, and
wants to install Python 2.4.1, which is not.

I then removed the gentopia overlay, and ran the potential uaDtv world
again; now Portage wants to downgrade hal, dbus, ivman, and gamin (also
fine), but still wants to emerge Python 2.4.1.

Here's the relevant output:

[nomerge  ] net-www/mplayerplug-in-2.80  +gtk2
[nomerge  ]  net-libs/gecko-sdk-1.7.5  +crypt -debug +gnome +java
+ldap -moznomail -moznoxft -postgres +ssl -xinerama +xprint
[nomerge  ]   app-crypt/gnupg-1.4.1  +X +bzip2 +caps +curl -debug
+ecc +idea +ldap +nls +readline (-selinux) -smartcard +zlib
[nomerge  ]mail-mta/ssmtp-2.61  -ipv6* -mailwrapper -md5sum +ssl
[ebuild U ] net-mail/mailbase-0.00-r9 [0.00-r8] -pam 0 kB
[ebuild U ] kde-base/ksvg-3.4.1 [3.4.0] -arts* -debug
+kdeenablefinal +kdexdeltas -xinerama 0 kB
[nomerge  ] x11-misc/xscreensaver-4.20  -debug +gnome +gtk +jpeg
-kerberos -krb4 +motif +offensive +opengl -pam -xinerama
[nomerge  ]  gnome-extra/yelp-2.6.5  -debug
[nomerge  ]   gnome-base/libgnome-2.8.1  -debug -doc
[nomerge  ]gnome-base/gnome-vfs-2.8.4-r1  -debug -doc +gnutls
+hal -howl -ipv6 +samba +ssl
[ebuild UD] sys-apps/hal-0.4.8 [0.5.2] -debug -doc -livecd
-pcmcia 1,321 kB
[ebuild UD]  sys-apps/dbus-0.23.4 [0.33-r1] +X -debug +gtk +mono
-python +qt +xml2 1,258 kB
[ebuild U ] kde-base/kdeartwork-styles-3.4.1 [3.4.0] -arts* -debug
+kdeenablefinal +kdexdeltas -xinerama 0 kB
[ebuild U ]  kde-base/kdelibs-3.4.1 [3.4.0-r2] +alsa -arts* +cups
-debug -doc +jpeg2k +kdeenablefinal -kerberos -openexr +spell +ssl +tiff
-xinerama -zeroconf 16,458 kB
[ebuild UD]   app-admin/gamin-0.0.26-r6 [0.1.0-r1] -debug -doc 472 kB
[nomerge  ] sys-libs/libstdc++-v3-3.3.4  -debug +nls
[nomerge  ]   media-libs/freetype-2.1.9-r1  -bindist -debug -doc +zlib
[nomerge  ]sys-libs/glibc-2.3.5  -build -debug -erandom
-hardened (-multilib) +nls -nomalloccheck +nptl -nptlonly +pic +userlocales
[nomerge  ] sys-devel/gcc-3.4.3.20050110-r2  (-altivec)
-bootstrap -boundschecking -build -debug +fortran -gcj +gtk -hardened
-ip28 (-multilib) +multislot (-n32) (-n64) +nls -nocxx -nopie -nossp
-objc -static
[nomerge  ]  sys-devel/gcc-config-1.3.10-r2
[nomerge  ]   sys-apps/portage-2.0.51.19  -build -debug (-selinux)
[ebuild  NS   ]dev-lang/python-2.4.1  +X -berkdb -bootstrap
-build -debug -doc +gdbm -ipv6 +ncurses -nocxx +readline +ssl +tcltk
-ucs2 0 kB


I just don't see where Python 2.4.1 is coming from (since everything in
the -D tree for it was perfectly fine with Python 2.3.5), and the new
stuff that originally installed it is a) being

Re: [gentoo-user] alsa-headers dont know what they want...

2006-10-28 Thread Meino Christian Cramer
From: Bo Ƙrsted Andresen [EMAIL PROTECTED]
Subject: Re: [gentoo-user] alsa-headers dont know what they want...
Date: Sat, 28 Oct 2006 12:31:56 +0200

 On Saturday 28 October 2006 03:37, Meino Christian Cramer wrote:
   I do an
 
 eix-sync  emerge --pretend --tree --verbose --update --deep world
 
   on a regular basis.
 
   Each time the alsa-headers are offered for update.
 
   If alsa-headers 1.0.13 are installed, alsa-headers 1.0.12 are offered
   for update.
 
   If alsa-headers 1.0.12 are installed, alsa-headers 1.0.13 are offered
   for update.
 
   Seems to be an endless story.
 
   How can I stop them ?
 
 You should know about now, that we need to see the output of the above 
 command 
 in order answer that one. Preferably show it when you have 
 alsa-headers-1.0.13 and emerge wants to downgrade. Also alsa-headers 
 don't want anything. Something else is pulling in the lower version...
 
 -- 
 Bo Andresen

Hi Bo!

 I have looked through all my logs and found the following:

Script started on Wed Oct 25 13:54:08 2006
These are the packages that would be merged, in reverse order:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[ebuild U ] x11-libs/qt-4.1.4-r2 [4.1.4] USE=cups gif jpeg opengl png zlib 
-accessibility -debug -doc -examples -firebird -mng -mysql -nas -nis -odbc 
-postgres -sqlite -xinerama 0 kB
[nomerge  ] media-sound/alsa-driver-1.0.12  USE=oss -debug -doc
[ebuild UD]  media-sound/alsa-headers-1.0.12 [1.0.13] 0 kB

Then, next time:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] media-plugins/gst-plugins-alsa-0.10.4
[nomerge  ]  media-libs/alsa-lib-1.0.13  USE=-debug -doc
[ebuild U ]   media-sound/alsa-headers-1.0.13 [1.0.12] 0 kB

Then, next time:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] media-sound/alsa-driver-1.0.12  USE=oss -debug -doc
[ebuild UD]  media-sound/alsa-headers-1.0.12 [1.0.13] 0 kB

Then next time:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[ebuild U ] app-misc/screen-4.0.3 [4.0.2-r5] USE=pam -debug -multiuser 
-nethack (-selinux) 820 kB
[ebuild U ] sys-apps/net-tools-1.60-r12 [1.60-r11] USE=nls -static 102 kB
[nomerge  ] media-plugins/gst-plugins-alsa-0.10.4
[nomerge  ]  media-libs/alsa-lib-1.0.13  USE=-debug -doc
[ebuild U ]   media-sound/alsa-headers-1.0.13 [1.0.12] 0 kB

Then next time:

These are the packages that would be merged, in reverse order:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] media-sound/alsa-driver-1.0.12  USE=oss -debug -doc
[ebuild UD]  media-sound/alsa-headers-1.0.12 [1.0.13] 0 kB

Then next time:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] dev-dotnet/gtk-sharp-2.8.0  USE=-doc
[ebuild U ]  dev-lang/mono-1.1.13.8.1 [1.1.13.6] USE=X nptl 17,342 kB
[ebuild U ] app-arch/unrar-3.6.8 [3.6.7] 122 kB
[nomerge  ] media-plugins/gst-plugins-alsa-0.10.4
[nomerge  ]  media-libs/alsa-lib-1.0.13  USE=-debug -doc
[ebuild U ]   media-sound/alsa-headers-1.0.13 [1.0.12] 0 kB
[nomerge  ]  media-libs/gst-plugins-base-0.10.8  USE=X alsa esd oss xv 
-debug
[nomerge  ]   dev-libs/glib-2.10.3  USE=-debug -doc -hardened
[nomerge  ]sys-libs/glibc-2.4-r3  USE=nls nptl nptlonly -build 
-glibc-compat20 -glibc-omitfp -hardened (-multilib) -profile (-selinux)
[ebuild U ] sys-libs/timezone-data-2006n [2006g] 336 kB

Then next time:

These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] dev-util/gtk-doc-1.6-r1  USE=-debug -doc -emacs
[nomerge  ]  app-text/openjade-1.3.2-r1
[ebuild U ]   app-text/opensp-1.5.2-r1 [1.5.1] USE=nls -doc% 1,485 kB
[ebuild U ] media-sound/alsa-driver-1.0.13 [1.0.12] USE=oss -debug -doc 0 
kB
[nomerge  ] x11-terms/xterm-218  USE=truetype -Xaw3d -paste64 -toolbar 
-unicode
[nomerge  ]  sys-libs/libutempter-1.1.4.1
[nomerge  ]   app-arch/rpm2targz-9.0-r3
[nomerge  ]x11-apps/xinit-1.0.2-r6  USE=-debug -minimal
[nomerge  ] x11-apps/xsm-1.0.1  USE=-debug -xprint
[ebuild U ]  net-misc/netkit-rsh-0.17-r7 [0.17-r6] USE=pam 0 kB

(last was included for the sake of completeness)



Each time I submitted the command:

eix-sync  emerge --pretend --tree --verbose --update --deep world

and, after checking the the output the command:

emerge -1 --verbose --update --deep world

(yes, I know, there are more efficient ways to do that tasks...)


Sorry for my german English which generates thing like ...headers
wants... and such. My English is far from perfect.

Kind regards,
mcc



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Trouble with portage

2009-01-10 Thread econti

Hi all,
to-day I am having some trouble to update my system.
Well, 'emerge --sync' and I received a message telling me a new version 
of portage is available and I should update it immediately. But, before 
upgrading it I ran 'emerge -NDpvu world'. Here is the output:


localhost ~ # emerge -NDpvu world

These are the packages that would be merged, in order:

Calculating world dependencies |
!!! The following installed packages are masked:
- app-admin/gnome-system-tools-2.14.0 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Gilles Dartiguelongue e...@gentoo.org (12 Apr 2008)
# Masking gnome-system-tools because it is broken,
# to help fix it, see bug #214265

- app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
- media-video/realplayer-11.0.0.4028-r1 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Steve Dibb bean...@gentoo.org (5 Nov 2008)
# Mask realplayer, real codecs for security, upstream issues, bug 245662
# http://forums.gentoo.org/viewtopic-t-713051.html


!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
app-admin/gnome-system-tools media-video/realplayer

... done!

[ebuild U ] sys-apps/portage-2.1.6.4 [2.1.4.5] USE=-build -doc 
-epydoc

(-selinux) LINGUAS=-pl 0 kB
*** Portage will stop merging at this point and reload itself,
then resume the merge.
[ebuild U ] dev-libs/expat-2.0.1-r1 [2.0.1] 0 kB
[ebuild U ] dev-libs/eventlog-0.2.9 [0.2.7] 323 kB
[ebuild U ] app-shells/bash-3.2_p39 [3.2_p33] USE=nls -afs 
-bashlogger

-examples% -plugins -vanilla 19 kB
[ebuild UD] app-editors/nano-2.0.9 [2.1.7] USE=ncurses nls 
unicode -debug

-justify -minimal -slang -spell 1,371 kB
[ebuild U ] sys-devel/autoconf-2.63 [2.61-r2] USE=-emacs 1,527 kB
[ebuild U ] dev-libs/check-0.9.5-r1 [0.9.5] 0 kB
[ebuild U ] x11-libs/qt-3.3.8b-r1 [3.3.8-r4] USE=cups ipv6 opengl 
-debug
-doc -examples (-firebird) -immqt -immqt-bc -mysql -nas -nis -odbc 
-postgres

-sqlite -xinerama (-gif%) 16,909 kB
[ebuild UD] www-client/mozilla-firefox-2.0.0.19 [3.0.5] USE=ipv6 
-bindist

-debug% -filepicker% -gnome -iceweasel -java -mozdevelop -moznopango%
-restrict-javascript -xforms% -xinerama% -xprint% (-custom-optimization%)
(-dbus%) (-startup-notification%) (-xulrunner%*) LINGUAS=it -af -ar 
-be -bg
-ca -cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr 
-fy -fy_NL
-ga -ga_IE -gu -gu_IN -he -hu -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO 
-nl -nn
-nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr 
-uk -zh
-zh_CN -zh_TW (-bn%) (-bn_IN%) (-cy%) (-eo%) (-et%) (-gl%) (-hi%) 
(-hi_IN%)
(-id%) (-is%) (-kn%) (-lv%) (-mr%) (-oc%) (-si%) (-sq%) (-sr%) (-te%) 
(-th%)

25,401 kB
[ebuild  N] gnome-extra/yelp-2.22.1-r2  USE=-beagle -debug -lzma
-xulrunner 0 kB
[ebuild U ] app-admin/gamin-0.1.10 [0.1.9-r1] USE=(-debug%) 
(-python%*) 0

kB
[ebuild  N] dev-libs/libgamin-0.1.10  USE=python -debug 639 kB
[ebuild  N] app-admin/gam-server-0.1.10  USE=-debug 0 kB
[blocks B ] app-admin/gamin-0.1.10 (is blocking
app-admin/gam-server-0.1.10, dev-libs/libgamin-0.1.10)

Total: 13 packages (8 upgrades, 2 downgrades, 3 new, 1 block), Size of
downloads: 46,185 kB

As you can see the first package to upgrade is portage. Then 'emerge 
portage' and after 'emerge -NDpvu world' and here the new output:


localhost ~ # emerge -NDpvu world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] dev-libs/expat-2.0.1-r1 [2.0.1] 0 kB
[ebuild U ] dev-libs/eventlog-0.2.9 [0.2.7] 323 kB
[ebuild U ] app-shells/bash-3.2_p39 [3.2_p33] USE=nls -afs 
-bashlogger -examples% -plugins -vanilla 19 kB

[ebuild U ] sys-libs/e2fsprogs-libs-1.41.3-r1 [1.41.3] USE=nls 0 kB
[ebuild U ] app-editors/nano-2.1.7-r1 [2.1.7] USE=ncurses nls 
unicode -debug -justify -minimal -slang -spell 0 kB

[ebuild U ] sys-devel/autoconf-2.63 [2.61-r2] USE=-emacs 1,527 kB
[ebuild U ] app-portage/gentoolkit-0.2.4.2-r1 [0.2.4.2] 0 kB
[ebuild U ] dev-libs/check-0.9.5-r1 [0.9.5] 0 kB
[ebuild U ] x11-libs/qt-3.3.8b-r1 [3.3.8-r4] USE=cups ipv6 opengl 
-debug -doc -examples (-firebird) -immqt -immqt-bc -mysql -nas -nis 
-odbc -postgres -sqlite -xinerama (-gif%) 16,909 kB
[ebuild UD] www-client/mozilla-firefox-2.0.0.19 [3.0.5] USE=ipv6 
-bindist -debug% -filepicker% -gnome -iceweasel -java -mozdevelop 
-moznopango% -restrict-javascript -xforms% -xinerama% -xprint% 
(-custom-optimization%) (-dbus%) (-startup-notification%) 
(-xulrunner%*) LINGUAS=it -af -ar -be -bg -ca -cs -da -de -el -en 
-en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu 
-gu_IN -he -hu -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO 
-pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh 
-zh_CN -zh_TW (-bn%) (-bn_IN%) (-cy%) (-eo%) (-et%) (-gl%) (-hi%) 
(-hi_IN%) (-id%) (-is%) (-kn%) (-lv%) (-mr%) (-oc%) (-si%) (-sq%) 
(-sr%) (-te%) (-th%) 25,401 kB
[ebuild  N

Re: [gentoo-user] Trouble with portage

2009-01-10 Thread AllenJB

You have several issues here.

First of all, a tip: If a portage upgrade is available, do emerge 
portage first. New versions of portage often have new or improved 
features - in this case portage 2.1.6 includes, among other things, the 
ability to automatically handle most blockers.


The blocker says that gamin  1.10 is blocking the gamin-server 1.10 
package. This looks to me like gamin has been split into multiple parts 
or renamed. portage 2.1.6 should handle this block automatically.


On to your next issue where 2 versions of firefox are being pulled in. 
First of all you need to remove the package.mask entry you added, since 
it masked out all versions of firefox above 2.0.0 - that includes both 
firefox 2 and firefox 3 - not particularly useful.


The correct resolution here is not obvious. You need to edit your 
/etc/make.conf and set -firefox xulrunner. This is because a core 
piece of the mozilla framework, on which firefox is built, called 
xulrunner has been split out from the firefox package. This will help to 
avoid issues in the future and allow for faster upgrades. This change 
should get all applications using firefox 3 instead of firefox 2.


AllenJB

econti wrote:

Hi all,
to-day I am having some trouble to update my system.
Well, 'emerge --sync' and I received a message telling me a new version 
of portage is available and I should update it immediately. But, before 
upgrading it I ran 'emerge -NDpvu world'. Here is the output:



localhost ~ # emerge -NDpvu world



These are the packages that would be merged, in order:



Calculating world dependencies |
!!! The following installed packages are masked:
- app-admin/gnome-system-tools-2.14.0 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Gilles Dartiguelongue e...@gentoo.org (12 Apr 2008)
# Masking gnome-system-tools because it is broken,
# to help fix it, see bug #214265



- app-admin/system-tools-backends-1.4.2-r1 (masked by: package.mask)
- media-video/realplayer-11.0.0.4028-r1 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Steve Dibb bean...@gentoo.org (5 Nov 2008)
# Mask realplayer, real codecs for security, upstream issues, bug 245662
# http://forums.gentoo.org/viewtopic-t-713051.html




!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
app-admin/gnome-system-tools media-video/realplayer



... done!



[ebuild U ] sys-apps/portage-2.1.6.4 [2.1.4.5] USE=-build -doc -epydoc
(-selinux) LINGUAS=-pl 0 kB
*** Portage will stop merging at this point and reload itself,
   then resume the merge.
[ebuild U ] dev-libs/expat-2.0.1-r1 [2.0.1] 0 kB
[ebuild U ] dev-libs/eventlog-0.2.9 [0.2.7] 323 kB
[ebuild U ] app-shells/bash-3.2_p39 [3.2_p33] USE=nls -afs -bashlogger
-examples% -plugins -vanilla 19 kB
[ebuild UD] app-editors/nano-2.0.9 [2.1.7] USE=ncurses nls unicode 

-debug

-justify -minimal -slang -spell 1,371 kB
[ebuild U ] sys-devel/autoconf-2.63 [2.61-r2] USE=-emacs 1,527 kB
[ebuild U ] dev-libs/check-0.9.5-r1 [0.9.5] 0 kB
[ebuild U ] x11-libs/qt-3.3.8b-r1 [3.3.8-r4] USE=cups ipv6 opengl 

-debug
-doc -examples (-firebird) -immqt -immqt-bc -mysql -nas -nis -odbc 

-postgres

-sqlite -xinerama (-gif%) 16,909 kB
[ebuild UD] www-client/mozilla-firefox-2.0.0.19 [3.0.5] USE=ipv6 

-bindist

-debug% -filepicker% -gnome -iceweasel -java -mozdevelop -moznopango%
-restrict-javascript -xforms% -xinerama% -xprint% (-custom-optimization%)
(-dbus%) (-startup-notification%) (-xulrunner%*) LINGUAS=it -af -ar 

-be -bg
-ca -cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy 

-fy_NL
-ga -ga_IE -gu -gu_IN -he -hu -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl 

-nn
-nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr 

-uk -zh

-zh_CN -zh_TW (-bn%) (-bn_IN%) (-cy%) (-eo%) (-et%) (-gl%) (-hi%) (-hi_IN%)
(-id%) (-is%) (-kn%) (-lv%) (-mr%) (-oc%) (-si%) (-sq%) (-sr%) (-te%) 

(-th%)

25,401 kB
[ebuild  N] gnome-extra/yelp-2.22.1-r2  USE=-beagle -debug -lzma
-xulrunner 0 kB
[ebuild U ] app-admin/gamin-0.1.10 [0.1.9-r1] USE=(-debug%) 

(-python%*) 0

kB
[ebuild  N] dev-libs/libgamin-0.1.10  USE=python -debug 639 kB
[ebuild  N] app-admin/gam-server-0.1.10  USE=-debug 0 kB
[blocks B ] app-admin/gamin-0.1.10 (is blocking
app-admin/gam-server-0.1.10, dev-libs/libgamin-0.1.10)



Total: 13 packages (8 upgrades, 2 downgrades, 3 new, 1 block), Size of
downloads: 46,185 kB


As you can see the first package to upgrade is portage. Then 'emerge 
portage' and after 'emerge -NDpvu world' and here the new output:



localhost ~ # emerge -NDpvu world



These are the packages that would be merged, in order:



Calculating dependencies... done!
[ebuild U ] dev-libs/expat-2.0.1-r1 [2.0.1] 0 kB
[ebuild U ] dev-libs/eventlog-0.2.9 [0.2.7] 323 kB
[ebuild U ] app-shells/bash-3.2_p39 [3.2_p33] USE=nls -afs 

-bashlogger -examples% -plugins -vanilla 19 kB

[ebuild U ] sys-libs/e2fsprogs-libs-1.41.3-r1 [1.41.3

Re: [gentoo-user] Packages I like are blocking a package I don't want? (kdebase)

2006-04-10 Thread Daniel
[ebuild  N]  
dev-lang/ruby-1.8.4-r1  -cjk -doc -examples -socks5 -tcltk -threads 4,211 kB
[ebuild  N]   dev-ruby/ruby-config-0.3.1  0 kB
[ebuild  N]  media-libs/libmp4v2-1.4.1  4,678 kB
[ebuild  N] media-plugins/gst-plugins-x-0.10.4  1,072 kB
[ebuild  N] media-plugins/gst-plugins-xvideo-0.10.4-r1  0 kB
[ebuild  NS   ] media-plugins/gst-plugins-alsa-0.10.4  0 kB
[ebuild  N]  media-libs/gst-plugins-base-0.10.4-r1  +X 
+alsa -debug -esd -oss +xv 0 kB
[ebuild U ]   dev-libs/liboil-0.3.8 [0.3.6] 814 kB
[ebuild  NS   ]   media-libs/gstreamer-0.10.4  1,482 kB
[ebuild U ] sys-apps/kbd-1.12-r6 [1.12-r5] +nls 867 kB
[ebuild U ] sys-apps/hdparm-6.3 [5.9] 43 kB
[ebuild U ] media-video/lsdvd-0.16 [0.15] 98 kB
[ebuild U ] app-arch/tar-1.15.1-r1 [1.15.1] -build +bzip2 +nls -static 
1,573 kB
[ebuild U ] sys-apps/busybox-1.1.0 
[1.00-r4] -debug -floppyboot -make-symlinks -netboot -savedconfig -static 
1,375 kB
[nomerge  ] 
kde-base/kdebase-kioslaves-3.5.2  -arts -debug* -hal -kdeenablefinal -ldap 
-openexr 
+samba* -xinerama
[ebuild U ]  net-fs/samba-3.0.22 [3.0.21b] 
+acl -async -automount -cups -doc -examples -kerberos -ldap -ldapsam -libclamav 
+mysql +oav +pam -postgres +python -quotas +readline 
(-selinux) -swat -syslog -winbind +xml +xml2 17,131 kB
[nomerge  ] kde-base/quanta-3.5.2  -arts -debug* -doc -kdeenablefinal 
+tidy -xinerama
[ebuild U ]  kde-base/kdelibs-3.5.2-r2 [3.5.2] +acl 
+alsa -arts -cups -debug* -doc +jpeg2k -kdeenablefinal -kerberos -openexr 
+spell +ssl +tiff -xinerama -zeroconf 0 kB
[nomerge  ]   app-text/ghostscript-esp-7.07.1-r8  +X -cjk -cups -emacs 
+gtk
[nomerge  ]x11-libs/gtk+-2.8.12  -debug* -doc +jpeg +tiff -xinerama
[ebuild U ] x11-libs/cairo-1.0.4 [1.0.2] +X -doc -glitz +png 1,441 kB
[nomerge  ] x11-terms/xterm-207  -Xaw3d -doc -toolbar +truetype +unicode
[nomerge  ]  sys-apps/utempter-0.5.5.6
[nomerge  ]   app-arch/rpm2targz-9.0-r3
[nomerge  ]sys-apps/which-2.16
[nomerge  ] x11-base/xorg-x11-6.8.2-r6  -3dfx 
+3dnow -bitmap-fonts -cjk -debug* -dlloader -dmx -doc -font-server 
-insecure-drivers 
+ipv6 -minimal +mmx +nls -nocxx +opengl +pam +sdk +sse -static 
+truetype-fonts +type1-fonts (-uclibc) -xprint +xv
[nomerge  ]  sys-kernel/gentoo-sources-2.6.15-r1  -build -doc 
+symlink (-ultra1)
[nomerge  ]   sys-fs/udev-087  (-selinux)
[ebuild U ]sys-apps/baselayout-1.11.14-r7 
[1.11.14-r6] -bootstrap -build -static +unicode 0 kB
[ebuild U ] sys-apps/man-pages-2.28 [2.20] +nls 1,733 kB
[nomerge  ] sys-libs/libstdc++-v3-3.3.4  -build (-multilib) +nls -nptl
[nomerge  ]   sys-devel/gcc-3.4.5-r1  
(-altivec) -bootstrap -boundschecking -build -doc -fortran -gcj 
+gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64) 
+nls -nocxx -nopie -nossp -objc -vanilla
[nomerge  ]sys-devel/binutils-2.16.1  -multislot -multitarget 
+nls -test -vanilla
[ebuild U ] sys-devel/binutils-config-1.8-r7 [1.8-r6] 0 kB


-- 
Fools in a country delay the independence of its people
  - Jomo Kenyatta
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome emerge gives blocked packages

2007-12-06 Thread Thufir
I haven't put much time into this, unfortunately, but am getting blocked 
packages when emerging gnome.  Just kinda throwing this out there, I'll 
hopefully be able to do some research later today and add to this post:


arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuN gnome
Calculating dependencies -

Exiting on signal 2
arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuNv gnome rc-update add dbus default /etc/init.d/
dbus start rc-update add hald default/etc/init.d/hald start

These are the packages that would be merged, in order:

Calculating dependencies \

!!! '/etc/init.d/dbus' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuNv gnome

These are the packages that would be merged, in order:

Calculating dependencies... done!

[ebuild U ] sys-devel/gnuconfig-20070118 [20060702] 40 kB
[ebuild U ] media-libs/libogg-1.1.3 [1.1.2] 395 kB
[ebuild U ] dev-libs/nspr-4.6.7 [4.6.5-r1] USE=ipv6 -debug 1,274 kB
[ebuild U ] app-misc/pax-utils-0.1.16 [0.1.15] USE=-caps 64 kB
[ebuild U ] dev-libs/gmp-4.2.1-r1 [4.2.1] USE=doc* -nocxx 2,660 kB
[ebuild U ] app-arch/bzip2-1.0.4-r1 [1.0.3-r6] USE=-static (-build
%) 822 kB
[ebuild U ] sys-libs/libutempter-1.1.5 [1.1.4.1] 15 kB
[ebuild  N] dev-util/unifdef-1.20  65 kB
[ebuild U ] sys-apps/debianutils-2.25 [2.17.4] USE=-static 133 kB
[ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17] 232 kB
[ebuild U ] sys-libs/timezone-data-2007g [2007c] USE=nls 344 kB
[ebuild U ] app-text/libpaper-1.1.21 [1.1.20] 343 kB
[ebuild U ] dev-libs/libmcrypt-2.5.8 [2.5.7] 1,304 kB
[ebuild U ] media-sound/alsa-headers-1.0.14 [1.0.14_rc1] 2,540 kB
[ebuild U ] dev-util/cmake-2.4.6-r1 [2.4.3] USE=-emacs% -vim-syntax
% 2,544 kB
[ebuild U ] app-arch/zip-2.32 [2.31-r1] USE=crypt 789 kB
[ebuild U ] net-dns/bind-tools-9.4.1_p1 [9.3.4] USE=ipv6 -idn 6,193 
kB
[ebuild U ] net-analyzer/traceroute-2.0.9-r1 [1.4_p12-r5] USE=-
static 58 kB
[ebuild U ] sys-kernel/linux-headers-2.6.22-r2 [2.6.17-r2] USE=(-
gcc64%) 4,599 kB
[ebuild U ] media-libs/libvorbis-1.2.0 [1.1.2] USE=doc%* (-aotuv%) 
1,186 kB
[ebuild U ] dev-libs/nss-3.11.7 [3.11.5] USE=-utils% 3,644 kB
[ebuild  N F  ] dev-java/java-sdk-docs-1.5.0-r1  45,109 kB
[ebuild U ] dev-libs/mpfr-2.3.0_p3 [2.2.0_p16] 853 kB
[ebuild  N] media-libs/amrnb-7.0.0.0  519 kB
[ebuild  N] media-libs/amrwb-7.0.0.2  468 kB
[ebuild   R   ] sys-libs/zlib-1.2.3-r1  USE=(-build%) 416 kB
[ebuild U ] media-libs/libpng-1.2.22 [1.2.18] USE=(-doc%) 601 kB
[ebuild U ] sys-libs/ncurses-5.6-r1 [5.5-r3] USE=doc* gpm unicode -
bootstrap -build -debug -minimal -nocxx -trace 2,353 kB
[ebuild U ] app-shells/bash-3.2_p17 [3.1_p17] USE=nls -afs -
bashlogger -vanilla 2,522 kB
[ebuild U ] sys-process/procps-3.2.7 [3.2.6] USE=(-n32) 276 kB
[ebuild U ] sys-apps/portage-2.1.3.19 [2.1.2.9] USE=doc* -build -
epydoc (-selinux) LINGUAS=-pl 387 kB
*** Portage will stop merging at this point and reload itself,
then resume the merge.
[ebuild U ] sys-apps/ed-0.8 [0.5] 67 kB
[ebuild  N] app-portage/portage-manpages-20070122  22 kB
[ebuild U ] sys-apps/man-1.6e-r3 [1.6d] USE=nls 247 kB
[ebuild U ] sys-apps/man-pages-2.66 [2.42] USE=nls 1,809 kB
[ebuild U ] dev-libs/expat-2.0.1 [1.95.8] USE=(-test%) 436 kB
[ebuild U ] sys-devel/gettext-0.16.1-r1 [0.16.1] USE=doc* nls -emacs 
-nocxx 8,340 kB
[ebuild U ] sys-devel/m4-1.4.10 [1.4.7] USE=nls -examples% 722 kB
[ebuild U ] dev-libs/libgpg-error-1.5 [1.0-r1] USE=nls 364 kB
[ebuild U ] app-editors/nano-2.0.6 [2.0.2] USE=ncurses nls spell 
unicode -debug -justify -minimal -slang 1,285 kB
[ebuild U ] sys-apps/findutils-4.3.8-r1 [4.3.2-r1] USE=nls (-
selinux) -static 1,766 kB
[ebuild U ] sys-apps/diffutils-2.8.7-r2 [2.8.7-r1] USE=nls -static 
1,038 kB
[ebuild U ] dev-util/dialog-1.1.20070930 [1.1.20070604] USE=nls%* 
unicode -examples 362 kB
[ebuild U ] sys-devel/flex-2.5.33-r3 [2.5.33-r1] USE=nls -static 
680 kB
[ebuild U ] dev-libs/libcdio-0.78.2 [0.77] USE=nls -cddb -minimal -
nocxx 1,977 kB
[ebuild U ] sys-devel/bison-2.3 [2.2] USE=nls -static 1,055 kB
[ebuild U ] sys-devel/binutils-config-1.9-r4 [1.9-r3] 0 kB
[ebuild UD] virtual/editor-0 [2.0.2] USE=(-debug%) (-justify%) (-
minimal%) (-ncurses%*) (-nls%*) (-slang%) (-spell%*) (-unicode%*) 0 kB
[ebuild U ] sys-devel/binutils-2.18-r1 [2.16.1-r3] USE=nls -
multislot -multitarget -test -vanilla 14,629 kB
[ebuild U ] sys-libs/readline-5.2_p7 [5.1_p4] 2,008 kB
[ebuild  N] sys-devel/bc-1.06-r6  USE=readline -static 273 kB
[ebuild U ] sys-libs/com_err-1.40.2 [1.39] USE=nls 3,873 kB
[ebuild U ] sys-libs/ss-1.40.2 [1.39] USE=nls 0 kB
[ebuild U ] sys-fs/e2fsprogs-1.40.2 [1.39] USE=nls

Re: [gentoo-user] locale issue to clean up

2008-12-07 Thread Dale
Mark Knecht wrote:
 Dale,
Thanks. My list seems considerable too small (and possibly
 incorrect)  vs yours. I suspect it should be identical. California,
 only speak English.

 CFLAGS=-march=k8 -O2 -pipe
 CHOST=x86_64-pc-linux-gnu
 CXXFLAGS=${CFLAGS}
 MAKEOPTS=-j2
 FEATURES=parallel-fetch distclean ccache
 SYNC=rsync://rsync.gentoo.org/gentoo-portage
 USE=realmedia quicktime dri radeon mmx mmxext sse sse2 3dnow 3dnowext
 gnome kde -esd -arts ladspa nptl nptlonly audiofile gimp gimpprint
 ppds usb alsa cdr dvd dvdr dvdread jack jack-tmpfs fluidsynth tcltk
 sndfile v4l v4l2 mysql flac xscreensaver -samba i8x0 mythtv apache2
 -lirc mjpeg xvid xine cjk unicode vorbis ogg truetype java -eds -dts
 a52
 ACCEPT_KEYWORDS=amd64
 ALSA_CARDS=hdsp9652 hdsp
 VIDEO_CARDS=radeon vesa
 LINGUAS=en en_US
 PORTAGE_NICENESS=19
 EMERGE_DEFAULT_OPTS=--with-bdeps y
 source /usr/portage/local/layman/make.conf

 Looking above I don't have LANG or LC_ALL entries and the LINGUAS is
 suspect. If I was to convert them to your settings do I then need to
 rebuild any apps that use them?

 I tried puting the emerge -epv world results into a file and greping
 the file. Does this list look about right? It does contain portage and
 k3b which are my most common offenders so I think I'm probably on the
 right track.

 Thanks!

 -Mark


 lightning ~ # emerge -epv world EMERGE.WORLD
 lightning ~ # cat EMERGE.WORLD | grep LINGUAS
 [ebuild   R   ] sys-apps/portage-2.2_rc16  USE=-build -doc -epydoc
 (-selinux) LINGUAS=-pl 0 kB [0]
 [ebuild   R   ] sys-apps/man-pages-3.14  USE=nls LINGUAS=-cs -da
 -de -es -fr -it -ja -nl -pl -ro -ru -zh_CN 0 kB [0]
 [ebuild   R   ] net-misc/neon-0.28.3  USE=nls ssl zlib -doc -expat
 -gnutls -kerberos -pkcs11 -socks5 LINGUAS=-cs -de -fr -ja -nn -pl
 -ru -tr -zh_CN 0 kB [0]
 [ebuild   R   ] app-portage/esearch-0.7.1  LINGUAS=-it 0 kB [?=0]
 [ebuild   R   ] app-text/xpdf-3.02-r1  USE=-nodrm LINGUAS=-ar -el
 -he -ja -ko -la -ru -th -tr -zh_CN -zh_TW 0 kB [0]
 [ebuild   R   ] www-client/mozilla-firefox-bin-2.0.0.18
 USE=-restrict-javascript LINGUAS=en en_US -af -ar -be -bg -ca -cs
 -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE
 -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn
 -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr
 -uk -zh -zh_CN -zh_TW 0 kB [0]
 [ebuild   R   ] www-client/mozilla-firefox-2.0.0.18  USE=gnome java
 -bindist -debug -filepicker -iceweasel -ipv6 -mozdevelop -moznopango
 -restrict-javascript -xforms -xinerama -xprint LINGUAS=en en_US -af
 -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr
 -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk
 -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru
 -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW 0 kB [0]
 [ebuild   R   ] net-www/mplayerplug-in-3.50  USE=firefox (multilib)
 nls quicktime realmedia -divx -gmedia -gtk -seamonkey -wmp -xulrunner
 LINGUAS=en_US -cs -da -de -es -fr -hu -it -ja -ko -nb -nl -pl -pt_BR
 -ru -se -sk -tr -wa -zh_CN 0 kB [0]
 [ebuild   R   ] net-print/cups-1.3.8-r2  USE=X acl dbus java jpeg
 ldap pam perl png ppds python samba ssl tiff -avahi -gnutls -kerberos
 -php -slp -static -xinetd -zeroconf LINGUAS=en -de -es -et -fr -he
 -id -it -ja -pl -sv -zh_TW 0 kB [0]
 [ebuild   R   ] app-office/openoffice-bin-3.0.0  USE=gnome java kde
 LINGUAS=en -af -ar -as_IN -be_BY -bg -br -bs -ca -cs -da -de -dz -el
 -en_GB -en_ZA -es -et -fi -fr -ga -gu -he -hi_IN -hr -hu -it -ja -ka
 -km -ko -lt -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN
 -pl -pt -pt_BR -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -te_IN -tg
 -th -ti_ER -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu 0 kB [0]
 [ebuild   R   ] app-cdr/k3b-1.0.4  USE=alsa dvdr dvdread encode
 ffmpeg flac hal mp3 sndfile vorbis -arts -css -debug -emovix -musepack
 -musicbrainz -vcd -xinerama LINGUAS=-af -ar -bg -br -bs -ca -cs -cy
 -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -it
 -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se
 -sk -sr [EMAIL PROTECTED] -sv -ta -tr -uk -uz -zh_CN -zh_TW 0 kB [0]
 lightning ~ # cat EMERGE.WORLD | grep LANG
 lightning ~ # cat EMERGE.WORLD | grep LC
 lightning ~ #


   
I'm not sure if the -N feature will catch those changes or not.  It may
even depend on the version of portage you are using too.  The newer
versions of portage has a lot of added features but even it may not
catch those.  You may try emerge -vNDp world and see if it sees which
ones needs to be emerged for them to take effect.  That may cure the
other problems as well. 

Regarding the other email you sent:

[EMAIL PROTECTED] / # locale
LANG=
LC_CTYPE=en_US
LC_NUMERIC=en_US
LC_TIME=en_US
LC_COLLATE=en_US
LC_MONETARY=en_US
LC_MESSAGES=en_US
LC_PAPER=en_US
LC_NAME=en_US
LC_ADDRESS=en_US
LC_TELEPHONE=en_US
LC_MEASUREMENT=en_US
LC_IDENTIFICATION=en_US
LC_ALL=en_US
[EMAIL PROTECTED] / #

and

[EMAIL PROTECTED] / # cat /etc/env.d

Re: [gentoo-user] KDE 3.5.3 Media Manager DCOP Error

2006-06-28 Thread Teresa and Dale
Teresa and Dale wrote:

Well, I added qt and now dbus won't compile.  Did a search and trying a
fix now.  In case someone else is reading this: 

http://bugs.gentoo.org/show_bug.cgi?id=65504

Trying to fix one thing and find something else broke too, I guess it's
broke.  :-\

Dale

:-)  :-)
  


OK,  the fix did not do well.  I remerged kdelibs according to someone
else and dbus still gives me this:

 checking DBUS_GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
 checking for gtk+-2.0 = 2.4 gthread-2.0... yes
 checking DBUS_GTK_THREADS_CFLAGS... -pthread -I/usr/include/gtk-2.0
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
 -I/usr/lib/glib-2.0/include
 checking DBUS_GTK_THREADS_LIBS... -pthread -lgtk-x11-2.0 -lgdk-x11-2.0
 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0
 checking for qglobal.h... found
 checking if we want to link to Qt debugging libraries... release
 checking for QtCore = 4.1.3 QtXml = 4.1.3... configure: error: Qt
 integration explicitly required, and Qt libraries not found

 !!! Please attach the following file when filing a report to
 bugs.gentoo.org:
 !!! /var/tmp/portage/dbus-0.62/work/dbus-0.62/config.log

 !!! ERROR: sys-apps/dbus-0.62 failed.
 Call stack:
   ebuild.sh, line 1539:   Called dyn_compile
   ebuild.sh, line 939:   Called src_compile
   dbus-0.62.ebuild, line 69:   Called econf '--with-x' '--enable-gtk'
 '--enable-python' '--disable-mono' '--enable-dnotify' '--disable-gcj'
 '--disable-selinux' '--disable-verbose-mode' '--disable-checks'
 '--disable-asserts' '--enable-glib' '--with-xml=libxml'
 '--with-system-pid-file=/var/run/dbus.pid'
 '--with-system-socket=/var/run/dbus/system_bus_socket'
 '--with-session-socket-dir=/tmp' '--with-dbus-user=messagebus'
 '--localstatedir=/var' '--enable-doxygen-docs' '--disable-xml-docs'
 '--enable-qt3=/usr/qt/3' '--with-qt3-moc=/usr/qt/3/bin/moc'
 '--enable-qt' '-with-qt-moc=/usr/bin/moc'
   ebuild.sh, line 541:   Called die

 !!! econf failed
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.

 [EMAIL PROTECTED] / #  


qt info for you:

 [EMAIL PROTECTED] / # emerge -vp qt

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild   R   ] x11-libs/qt-4.1.2  USE=cups doc gif jpeg opengl png
 postgres zlib -accessibility -debug -examples -firebird -mng -mysql
 -nas -nis -odbc -sqlite -xinerama 0 kB

 Total size of downloads: 0 kB
 [EMAIL PROTECTED] / #   


and this to, just in case:

 [EMAIL PROTECTED] / # emerge --info
 Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
 2.6.16-gentoo-r7 i686)
 =
 System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) XP 2500+
 Gentoo Base System version 1.6.15
 ccache version 2.3 [enabled]
 dev-lang/python: 2.3.4-r1, 2.4.2
 dev-python/pycrypto: 2.0.1-r5
 dev-util/ccache: 2.3
 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-r5
 ACCEPT_KEYWORDS=x86
 AUTOCLEAN=yes
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer
 -momit-leaf-frame-pointer -fno-ident -pipe
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
 /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
 /usr/share/config /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/revdep-rebuild
 /etc/terminfo
 CXXFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer
 -momit-leaf-frame-pointer -fno-ident -pipe
 DISTDIR=/usr/portage/distfiles
 FEATURES=autoconfig buildpkg ccache distlocks metadata-transfer
 parallel-fetch sandbox sfperms strict
 GENTOO_MIRRORS=http://gentoo.osuosl.org/
 http://distro.ibiblio.org/pub/linux/distributions/gentoo/
 http://gentoo.seren.com/gentoo http://gentoo.chem.wisc.edu/gentoo/
 http://cudlug.cudenver.edu/gentoo/ http://gentoo.mirrors.pair.com/
 http://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net 
 LDFLAGS=-Wl,-z,now
 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://rsync.gentoo.org/gentoo-portage
 USE=x86 3dnow X acl acpi alsa amd apache2 apm

[gentoo-user] Circular dependencies when USE=gnome and emerging world

2008-04-16 Thread Michael Schmarck
Hello.

I'm installing a new machine and use 2008.0_beta1 i686 stage3. I
use the 2008.0/desktop profile.

When I do emerge -DuvatN world, I get an error to the effect,
that there are circular dependencies. Please see below. 

I'd like to know, if anyone else ran into this problem and how it
got solved. At the end of the message, you'll also find emerge --info.

Thanks a lot!

winnb000488 etc # USE=gnome emerge -DuvptN world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[nomerge  ] gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]  gnome-base/libgnome-2.22.0  USE=-debug -doc -esd 
[nomerge  ]   gnome-base/gnome-vfs-2.22.0  USE=acl avahi -debug doc fam 
gnutls hal -ipv6 -kerberos samba ssl 
[nomerge  ]gnome-base/gnome-mount-0.6  USE=-debug gnome 
[nomerge  ] gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[ebuild  N]  gnome-base/libbonoboui-2.22.0  USE=X -debug -doc 
[ebuild  N]   gnome-base/libgnome-2.22.0  USE=-debug -doc -esd 
[ebuild  N]gnome-base/gnome-vfs-2.22.0  USE=acl avahi -debug doc 
fam gnutls hal -ipv6 -kerberos samba ssl 
[ebuild  N] net-dns/avahi-0.6.22-r1  USE=autoipd bookmarks dbus 
doc gdbm gtk -howl-compat -ipv6 mdnsresponder-compat -mono python qt3 qt4 
-test 
[ebuild  N]  app-doc/doxygen-1.5.5  USE=-debug -doc -nodot qt3 
-tetex 
[ebuild  N]   media-gfx/graphviz-2.18  USE=doc -examples gnome gtk 
-java jpeg nls perl png python -ruby -tcl -tk 
[ebuild  N]gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[ebuild  N]  dev-python/twisted-web-0.7.0  
[ebuild  N]   dev-python/twisted-2.5.0  USE=crypt gtk -serial 
[ebuild  N]dev-python/pyopenssl-0.7  USE=doc 
[ebuild  N] dev-tex/latex2html-2002.2.1_pre20041025-r1  
USE=gif png 
[ebuild  N]  x11-libs/qt-4.3.4-r1  USE=-accessibility cups dbus 
-debug -doc -examples -firebird gif -glib jpeg -mng -mysql -nas -nis -odbc 
opengl pch png -postgres qt3support -sqlite -sqlite3 ssl tiff xinerama zlib 
INPUT_DEVICES=-wacom 
[ebuild  N] net-fs/samba-3.0.28a  USE=acl -ads -async -automount 
-caps cups doc -examples fam -ipv6 ldap pam python -quotas readline (-selinux) 
-swat -syslog -winbind LINGUAS=-ja -pl 
[nomerge  ] gnome-base/gnome-mount-0.6  USE=-debug gnome 
[nomerge  ]  gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]   gnome-base/gvfs-0.2.3  USE=avahi bluetooth -cdda -debug doc 
fuse gnome -gphoto2 hal keyring -samba 
[nomerge  ]net-dns/avahi-0.6.22-r1  USE=autoipd bookmarks dbus doc 
gdbm gtk -howl-compat -ipv6 mdnsresponder-compat -mono python qt3 qt4 -test 
[nomerge  ] sys-apps/dbus-1.2.1  USE=X -debug doc (-selinux) 
[nomerge  ]  app-doc/doxygen-1.5.5  USE=-debug -doc -nodot qt3 -tetex 
[ebuild  N]   x11-libs/qt-3.3.8-r4  USE=cups -debug -doc -examples 
-firebird gif -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc opengl -postgres 
-sqlite xinerama 
[ebuild  N]   virtual/ghostscript-0  
[ebuild  N]app-text/ghostscript-gpl-8.62  USE=X -bindist -cjk cups 
-djvu gtk -jpeg2k 
[ebuild  N] net-print/cups-1.3.7-r1  USE=X acl avahi dbus -java 
jpeg -kerberos ldap nls pam perl -php png ppds python samba -slp ssl -static 
tiff zeroconf LINGUAS=de -en -es -et -fr -he -it -ja -pl -sv -zh_TW 
[ebuild  N] dev-python/dbus-python-0.82.4  USE=-test 
[ebuild  N]gnome-base/gnome-keyring-2.22.1  USE=-debug doc hal pam 
-test 
[ebuild  N] sys-apps/dbus-1.2.1  USE=X -debug doc (-selinux) 
[nomerge  ] gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]  gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[nomerge  ]   x11-libs/gtk+-2.12.9-r2  USE=X cups -debug -doc jpeg tiff 
-vim-syntax xinerama 
[nomerge  ]x11-base/xorg-server-1.4.0.90-r3  USE=-3dfx -debug -dmx dri 
hal -ipv6 -kdrive -minimal (-nptl) sdl xorg -xprint INPUT_DEVICES=-acecad 
-aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics 
-evdev -fpit -hyperpen -jamstudio -joystick keyboard -magellan -microtouch 
mouse -mutouch -palmax -penmount -spaceorb -summa synaptics -tek4957 -ur98 
-vmmouse -void -wacom VIDEO_CARDS=-amd -apm -ark -chips -cirrus -cyrix -dummy 
-epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga 
-neomagic (-newport) -nsc nv nvidia -r128 -radeon -rendition -s3 -s3virge 
-savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) 
(-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa 
vga -via -vmware -voodoo -xgi 
[ebuild  N] x11-apps/xinit-1.0.8-r2  USE=-debug hal -minimal pam 
[ebuild  N]  sys-auth/consolekit-0.2.3  USE=-debug pam 
[ebuild  N] sys-apps/hal-0.5.10  USE=acpi -apm crypt -debug dell 
-disk-partition -doc laptop (-selinux

Re: [gentoo-user] locale issue to clean up

2008-12-07 Thread Mark Knecht
On Sun, Dec 7, 2008 at 1:55 PM, Dale [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
 My Gentoo desktop has had a locale problem for longer than I can
 remember. I haven't been able to solve it on my own, but it didn't
 seem too important. More a frustration. I switched my profile to the
 2008.0 desktop a few days ago. Everything seems to be working but I'm
 getting more of these locale-ish messages now so I'd like to figure
 out what I've done wrong.

 Here's one typical message I might see when running emerge --depclean:

 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = en_US,
   LANG = (unset)
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).

 The line about falling back to the standard locale C is pretty
 standard. I also see this in k3b every time I start the program. As I
 do a lot of audio work I'd really like to make sure the CDs I burn on
 this machine will be acceptable to folks/friends/customers. Here's
 what I see in k3b:

 SNIP
 System locale charset is ANSI_X3.4-1968
 Your system's locale charset (i.e. the charset used to encode
 filenames) is set to ANSI_X3.4-1968. It is highly unlikely that this
 has been done intentionally. Most likely the locale is not set at all.
 An invalid setting will result in problems when creating data
 projects.
 Solution: To properly set the locale charset make sure the LC_*
 environment variables are set. Normally the distribution setup tools
 take care of this.
 SNIP

I don't have a clue what's wrong and the Gentoo pages about locale
 setup seem to make some assumptions about my understanding of what
 this does and how it does it that I'm not living up to so I really
 don't know what to provide. I'll start with this and we'll see how it
 goes. It seems that possibly I'm supposed to hand edit
 /etc/env.d/02locale but in my longish history of running Gentoo (as a
 user type) I don't believe I've ever had to edit that so I'm thinking
 I must have messed up some other config file somewhere?

 Thanks in advance,
 Mark

 lightning ~ # cat /etc/locale.gen
 en_US ISO-8859-1
 en_US.UTF-8 UTF-8
 lightning ~ #

 lightning ~ # locale
 LANG=en_US
 LC_CTYPE=en_US
 LC_NUMERIC=en_US
 LC_TIME=en_US
 LC_COLLATE=en_US
 LC_MONETARY=en_US
 LC_MESSAGES=en_US
 LC_PAPER=en_US
 LC_NAME=en_US
 LC_ADDRESS=en_US
 LC_TELEPHONE=en_US
 LC_MEASUREMENT=en_US
 LC_IDENTIFICATION=en_US
 LC_ALL=
 lightning ~ #

 lightning ~ # cat /etc/env.d/02locale
 LANG=en_US
 lightning ~ #




 Check in your /etc/make.conf file and see if you have !some! of this:

 INPUT_DEVICES=keyboard mouse
 VIDEO_CARDS=nvidia
 LINGUAS=en
 LANG=en_US
 LC_ALL=en_US.utf8
 SANE_BACKENDS=hp
 NUT_DRIVERS=cyberpower
 ALSA_CARDS=emu10k1
 CAMERAS=canon
 LCD_DEVICES=
 APACHE2_MODULES=

 Keep in mind, your settings may vary from mine but some may need to be
 just like mine.  Also, if you do a emerge -pv package-name, it will
 show what options are on and also what is available to use if nothing is
 set.  Not all packages will use those settings so don't be concerned if
 it doesn't show them on those.

 Hope that helps.

 Dale

 :-)  :-)

Dale,
   Thanks. My list seems considerable too small (and possibly
incorrect)  vs yours. I suspect it should be identical. California,
only speak English.

CFLAGS=-march=k8 -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CXXFLAGS=${CFLAGS}
MAKEOPTS=-j2
FEATURES=parallel-fetch distclean ccache
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=realmedia quicktime dri radeon mmx mmxext sse sse2 3dnow 3dnowext
gnome kde -esd -arts ladspa nptl nptlonly audiofile gimp gimpprint
ppds usb alsa cdr dvd dvdr dvdread jack jack-tmpfs fluidsynth tcltk
sndfile v4l v4l2 mysql flac xscreensaver -samba i8x0 mythtv apache2
-lirc mjpeg xvid xine cjk unicode vorbis ogg truetype java -eds -dts
a52
ACCEPT_KEYWORDS=amd64
ALSA_CARDS=hdsp9652 hdsp
VIDEO_CARDS=radeon vesa
LINGUAS=en en_US
PORTAGE_NICENESS=19
EMERGE_DEFAULT_OPTS=--with-bdeps y
source /usr/portage/local/layman/make.conf

Looking above I don't have LANG or LC_ALL entries and the LINGUAS is
suspect. If I was to convert them to your settings do I then need to
rebuild any apps that use them?

I tried puting the emerge -epv world results into a file and greping
the file. Does this list look about right? It does contain portage and
k3b which are my most common offenders so I think I'm probably on the
right track.

Thanks!

-Mark


lightning ~ # emerge -epv world EMERGE.WORLD
lightning ~ # cat EMERGE.WORLD | grep LINGUAS
[ebuild   R   ] sys-apps/portage-2.2_rc16  USE=-build -doc -epydoc
(-selinux) LINGUAS=-pl 0 kB [0]
[ebuild   R   ] sys-apps/man-pages-3.14  USE=nls LINGUAS=-cs -da
-de -es -fr -it -ja -nl -pl -ro -ru -zh_CN 0 kB [0]
[ebuild   R   ] net-misc/neon-0.28.3  USE=nls ssl zlib -doc -expat
-gnutls -kerberos -pkcs11 -socks5 LINGUAS=-cs -de -fr -ja -nn -pl
-ru -tr -zh_CN 0 kB [0]
[ebuild   R   ] app-portage/esearch-0.7.1

[gentoo-user] Xorg and KDE on Gentoo going crazy with my laptop display.

2006-12-26 Thread Erik
I have a laptop (Dell INSPIRON | 8600) with a LCD. It has worked before, 
but since a few months it is going haywire. There are some really 
strange interactions between the power cable and the display. It could 
be caused by Linux, udev, acpid, xorg, KDE or something else. I have no 
Idea. I just want the display to be off after 1 minute of inactivity and 
when the lid is closed and then stay off until I touch the keyboard or 
pointing device. But that seems to be really difficult to achieve in 
Gentoo. For example if the display is off and I connect or disconnect 
the power cable, (only) the backlight of the display is turned on. This 
behaviour is completely useless and will obviously make the laptop shut 
down sooner in the case of a power outage. The backlight must never be 
on when the display itself is off. Sometimes when the display should 
have been off, it even dares to show some kind of idle animation. It is 
a strange looking X at random position and size, on black background. I 
have certainly never configured it to do that. Why is it shown? How do I 
remove it? Sometimes the display just stays on forever as if it has 
completely forgotten that it should shut off after 1 minute. I always 
have kcontrol-Peripherals-Display-Power Control open, because 
changing a setting, changing it back and pressing Apply fixes the 
problem, but only for a little while. I really need to put an end to all 
this craziness now!


System information
==

Package settings:
[ebuild   R   ] sys-kernel/gentoo-sources-2.6.18-r5  USE=-build 
-symlink (-ultra1) 0 kB

[ebuild   R   ] sys-fs/udev-103  USE=(-selinux) 0 kB
[ebuild   R   ] sys-power/acpid-1.0.4-r3  USE=doc -logrotate 0 kB
[ebuild   R   ] x11-base/xorg-server-1.1.1-r3  USE=dri ipv6 nptl sdl 
xorg -3dfx -aiglx -debug -dmx -kdrive -minimal -xprint 
INPUT_DEVICES=keyboard mouse -acecad -aiptek -calcomp -citron 
-digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen 
-jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount 
-spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom 
VIDEO_CARDS=radeon -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev 
-fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic 
(-newport) -nsc -nv -nvidia -r128 -rendition -s3 -s3virge -savage 
-siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) 
(-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga 
-via -vmware -voodoo 0 kB
[ebuild   R   ] kde-base/kdelibs-3.5.5-r7  USE=acl alsa arts cups doc 
fam jpeg2k kdeenablefinal kdehiddenvisibility kerberos openexr spell ssl 
tiff xinerama zeroconf -avahi -debug -legacyssl -lua -utempter 
LINGUAS=-he 0 kB
[ebuild   R   ] kde-base/kcontrol-3.5.5  USE=arts kdeenablefinal 
kdehiddenvisibility opengl ssl xinerama -debug -ieee1394 
-logitech-mouse 0 kB


/usr/src/linux points to linux-2.6.17-gentoo-r8. acpid is in 
runlevel default.


Log output after disconnecting the power cable:
Oct  4 22:08:20 localhost logger: ACPI group ac_adapter / action 
ac_adapter is

not defined
Oct  4 22:08:20 localhost logger: ACPI group battery / action battery is not
defined
Oct  4 22:08:20 localhost logger: ACPI group processor / action processor is
not defined
Oct  4 22:08:23 localhost logger: ACPI group battery / action battery is not
defined
Oct  4 22:08:23 localhost logger: ACPI group battery / action battery is not
defined

Log output after connecting the power cable:
Oct  4 22:08:36 localhost logger: ACPI group processor / action processor is
not defined
Oct  4 22:08:36 localhost logger: ACPI group ac_adapter / action 
ac_adapter is

not defined
Oct  4 22:08:36 localhost logger: ACPI group battery / action battery is not
defined
Oct  4 22:08:40 localhost logger: ACPI group battery / action battery is not
defined
Oct  4 22:08:40 localhost logger: ACPI group battery / action battery is not
defined

When I press the lid button I get the following in /var/log/acpid:
[Tue Dec 19 01:20:53 2006] received event button/lid LID 0080 000e
[Tue Dec 19 01:20:53 2006] notifying client 6176[0:0]
[Tue Dec 19 01:20:53 2006] executing action /etc/acpi/default.sh button/lid
LID 0080 000e
[Tue Dec 19 01:20:53 2006] BEGIN HANDLER MESSAGES
[Tue Dec 19 01:20:53 2006] END HANDLER MESSAGES
[Tue Dec 19 01:20:53 2006] action exited with status 0
[Tue Dec 19 01:20:53 2006] executing action /etc/acpi/actions/lm_lid.sh
button/lid LID 0080 000e
[Tue Dec 19 01:20:53 2006] BEGIN HANDLER MESSAGES
Laptop mode disabled, not active [unchanged].
[Tue Dec 19 01:20:54 2006] END HANDLER MESSAGES
[Tue Dec 19 01:20:54 2006] action exited with status 0
[Tue Dec 19 01:20:54 2006] completed event button/lid LID 0080 
000e


When I release it again I get this:
[Tue Dec 19 01:20:56 2006] received event button/lid LID 0080 000f
[Tue Dec 19 01:20:56 2006] notifying client 6176[0:0]
[Tue Dec 19 01:20:56 2006] executing action /etc/acpi/default.sh button/lid
LID

[gentoo-user] confusing blocker in gnome update

2008-08-11 Thread Allan Gottlieb
-plugins-ugly-0.10.8 [0.10.6] USE=-debug 0 
kB 
[ebuild U ]  gnome-base/gnome-session-2.22.3 [2.20.3] USE=branding ipv6 
tcpd -debug (-esd%*) 756 kB 
[ebuild  N]   gnome-base/gnome-settings-daemon-2.22.2.1  USE=alsa esd 
gstreamer -debug 1,113 kB 
[ebuild U ]  gnome-base/gnome-control-center-2.22.2.1 [2.20.3] USE=eds esd 
hal -debug (-alsa%*) 2,061 kB 
[ebuild U ]   gnome-base/gnome-panel-2.22.2 [2.20.3] USE=eds -debug -doc 
-networkmanager% 3,179 kB 
[ebuild  N]dev-libs/libgweather-2.22.3  USE=-debug 6,123 kB 
[ebuild U ]  gnome-base/gnome-applets-2.22.3 [2.20.1] USE=acpi gnome 
gstreamer hal ipv6 -apm -debug -doc -test 7,333 kB 
[ebuild  N]  dev-libs/totem-pl-parser-2.22.3  USE=hal -doc 812 kB 
[ebuild U ]  media-video/totem-2.22.2-r1 [2.20.3] USE=bluetooth gnome 
python -debug -galago -lirc -nautilus% -nsplugin -nvtv -seamonkey -tracker% 
-xulrunner (-a52%) (-dvd%*) (-ffmpeg%) (-flac%) (-hal%*) (-mad%*) (-mpeg%*) 
(-ogg%*) (-theora%) (-vorbis%*) (-xv%*) 2,348 kB 
[ebuild U ]  gnome-extra/gnome-games-2.22.2.1 [2.20.3] USE=X artworkextra 
guile opengl -debug 16,035 kB 
[ebuild U ]  gnome-extra/gnome-power-manager-2.22.1 [2.20.2] USE=X -debug 
-doc -test 2,933 kB 
[ebuild U ]  media-sound/sound-juicer-2.22.0 [2.20.1-r1] USE=-debug -test 
(-flac%) (-ogg%*) 1,708 kB 
[ebuild U ]  gnome-extra/fast-user-switch-applet-2.22.0 [2.20.0-r1] 
USE=-debug 746 kB 
[ebuild U ]  gnome-extra/gnome-media-2.22.0 [2.20.1] USE=esd ipv6 -debug 
-gnomecd% (-mad%*) (-ogg%*) (-vorbis%*) 2,186 kB 
[ebuild U ]  gnome-extra/deskbar-applet-2.22.3 [2.20.3] USE=eds spell 
-debug 800 kB 
[ebuild U ]   dev-python/gnome-python-desktop-2.22.0 [2.20.0] USE=X eds%* 
-debug -doc 559 kB 
[nomerge  ] gnome-base/gnome-control-center-2.22.2.1 [2.20.3] USE=eds esd 
hal -debug (-alsa%*) 
[ebuild U ]  media-plugins/gst-plugins-meta-0.10-r2 [0.10] USE=X alsa 
dvd%* esd mad%* mpeg%* ogg%* vorbis%* xv -a52% -dvb% -ffmpeg% -flac% -mythtv% 
-oss -theora% 0 kB 
[nomerge  ] gnome-base/gnome-2.22.2 [2.20.3] USE=cdr cups dvdr esd ldap 
-accessibility -mono 
[ebuild U ]  app-admin/sabayon-2.22.0 [2.20.1-r1] USE=-debug 657 kB 
[ebuild U ]  app-text/evince-2.22.2-r1 [2.20.2] USE=dbus gnome tiff -debug 
-djvu -doc -dvi -gnome-keyring% -t1lib 1,592 kB 
[ebuild U ]  gnome-base/gnome-volume-manager-2.22.5 [2.17.0-r1] 
USE=-automount% -debug (-crypt%*) (-doc%) 396 kB 
[ebuild U ]  gnome-extra/gnome-system-monitor-2.22.3 [2.20.2] USE=-debug 
(-pcre%*) 1,877 kB 
[ebuild U ]  gnome-extra/nautilus-cd-burner-2.22.1 [2.20.0] USE=cdr dvdr 
-debug 719 kB 
[ebuild U ]  gnome-base/gdm-2.20.7 [2.20.3] USE=branding ipv6 pam tcpd 
-accessibility -afs -debug -dmx -gnome-keyring% -remote (-selinux) -xinerama 
3,889 kB 
[ebuild U ]  x11-misc/alacarte-0.11.5 [0.11.4] USE=-debug 200 kB 
[ebuild U ]  gnome-extra/evolution-webcal-2.21.92 [2.12.0] USE=-debug 195 
kB 
[ebuild U ]  gnome-extra/gnome-screensaver-2.22.2 [2.20.0-r3] 
USE=libnotify opengl pam -debug -doc -xinerama 1,995 kB 
[ebuild U ]  net-im/ekiga-2.0.12 [2.0.11] USE=dbus gnome sdl -avahi -debug 
-doc 5,967 kB 
[ebuild U ]  net-misc/vino-2.22.2 [2.20.1] USE=crypt ipv6%* jpeg libnotify 
zlib -avahi -debug -gnome-keyring -gnutls 647 kB 
[ebuild U ]  app-editors/gedit-2.22.3 [2.20.4-r1] USE=python spell -debug 
-doc -xattr 3,794 kB 
[ebuild U ]  gnome-extra/bug-buddy-2.22.0 [2.20.1] USE=eds -debug 1,052 
kB 
[ebuild U ]  x11-terms/gnome-terminal-2.22.3 [2.18.4] USE=-debug 1,761 kB 
[ebuild  N]  app-crypt/seahorse-2.22.3  USE=dbus ldap libnotify -applet 
-avahi -debug -epiphany -gedit -gnome-keyring -nautilus -xulrunner 2,072 kB 
[ebuild U ]  app-arch/file-roller-2.22.4 [2.20.3] USE=-debug -nautilus% 
(-gnome%*) 1,251 kB 
[ebuild U ]  mail-client/evolution-2.22.2-r2 [2.12.3-r2] USE=crypt dbus 
hal ipv6 kerberos ldap spell ssl -debug -krb4 -mono -networkmanager -nntp -pda 
-profile (-doc%) 30,264 kB 
[ebuild U ]  media-gfx/eog-2.22.2 [2.20.4] USE=dbus jpeg python -debug 
-lcms 1,855 kB 
[ebuild U ]  www-client/epiphany-2.22.3 [2.20.3] USE=python spell -avahi% 
-debug -doc -networkmanager -xulrunner 5,585 kB 
[ebuild U ]  gnome-extra/gconf-editor-2.22.0 [2.20.0] USE=-debug 854 kB 
[ebuild U ]  gnome-extra/yelp-2.22.1-r1 [2.20.0] USE=-beagle -debug -lzma% 
-xulrunner 973 kB 
[ebuild U ]   www-client/mozilla-firefox-2.0.0.16 [2.0.0.15] USE=gnome 
ipv6 -bindist -debug -filepicker -iceweasel -java -mozdevelop -moznopango 
-restrict-javascript -xforms -xinerama -xprint LINGUAS=-af -ar -be -bg -ca 
-cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga 
-ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn 
-nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh 
-zh_CN -zh_TW 39,293 kB 
[ebuild U ]  gnome-extra/gtkhtml-3.18.2 [3.16.3] USE=-debug -static 1,284 
kB 
[ebuild U ]  gnome-base/libgnomekbd

Re: [gentoo-user] confusing blocker in gnome update

2008-08-11 Thread Joshua D Doll
/gst-plugins-ugly-0.10.8 [0.10.6] USE=-debug 0 kB 
[ebuild U ]  gnome-base/gnome-session-2.22.3 [2.20.3] USE=branding ipv6 tcpd -debug (-esd%*) 756 kB 
[ebuild  N]   gnome-base/gnome-settings-daemon-2.22.2.1  USE=alsa esd gstreamer -debug 1,113 kB 
[ebuild U ]  gnome-base/gnome-control-center-2.22.2.1 [2.20.3] USE=eds esd hal -debug (-alsa%*) 2,061 kB 
[ebuild U ]   gnome-base/gnome-panel-2.22.2 [2.20.3] USE=eds -debug -doc -networkmanager% 3,179 kB 
[ebuild  N]dev-libs/libgweather-2.22.3  USE=-debug 6,123 kB 
[ebuild U ]  gnome-base/gnome-applets-2.22.3 [2.20.1] USE=acpi gnome gstreamer hal ipv6 -apm -debug -doc -test 7,333 kB 
[ebuild  N]  dev-libs/totem-pl-parser-2.22.3  USE=hal -doc 812 kB 
[ebuild U ]  media-video/totem-2.22.2-r1 [2.20.3] USE=bluetooth gnome python -debug -galago -lirc -nautilus% -nsplugin -nvtv -seamonkey -tracker% -xulrunner (-a52%) (-dvd%*) (-ffmpeg%) (-flac%) (-hal%*) (-mad%*) (-mpeg%*) (-ogg%*) (-theora%) (-vorbis%*) (-xv%*) 2,348 kB 
[ebuild U ]  gnome-extra/gnome-games-2.22.2.1 [2.20.3] USE=X artworkextra guile opengl -debug 16,035 kB 
[ebuild U ]  gnome-extra/gnome-power-manager-2.22.1 [2.20.2] USE=X -debug -doc -test 2,933 kB 
[ebuild U ]  media-sound/sound-juicer-2.22.0 [2.20.1-r1] USE=-debug -test (-flac%) (-ogg%*) 1,708 kB 
[ebuild U ]  gnome-extra/fast-user-switch-applet-2.22.0 [2.20.0-r1] USE=-debug 746 kB 
[ebuild U ]  gnome-extra/gnome-media-2.22.0 [2.20.1] USE=esd ipv6 -debug -gnomecd% (-mad%*) (-ogg%*) (-vorbis%*) 2,186 kB 
[ebuild U ]  gnome-extra/deskbar-applet-2.22.3 [2.20.3] USE=eds spell -debug 800 kB 
[ebuild U ]   dev-python/gnome-python-desktop-2.22.0 [2.20.0] USE=X eds%* -debug -doc 559 kB 
[nomerge  ] gnome-base/gnome-control-center-2.22.2.1 [2.20.3] USE=eds esd hal -debug (-alsa%*) 
[ebuild U ]  media-plugins/gst-plugins-meta-0.10-r2 [0.10] USE=X alsa dvd%* esd mad%* mpeg%* ogg%* vorbis%* xv -a52% -dvb% -ffmpeg% -flac% -mythtv% -oss -theora% 0 kB 
[nomerge  ] gnome-base/gnome-2.22.2 [2.20.3] USE=cdr cups dvdr esd ldap -accessibility -mono 
[ebuild U ]  app-admin/sabayon-2.22.0 [2.20.1-r1] USE=-debug 657 kB 
[ebuild U ]  app-text/evince-2.22.2-r1 [2.20.2] USE=dbus gnome tiff -debug -djvu -doc -dvi -gnome-keyring% -t1lib 1,592 kB 
[ebuild U ]  gnome-base/gnome-volume-manager-2.22.5 [2.17.0-r1] USE=-automount% -debug (-crypt%*) (-doc%) 396 kB 
[ebuild U ]  gnome-extra/gnome-system-monitor-2.22.3 [2.20.2] USE=-debug (-pcre%*) 1,877 kB 
[ebuild U ]  gnome-extra/nautilus-cd-burner-2.22.1 [2.20.0] USE=cdr dvdr -debug 719 kB 
[ebuild U ]  gnome-base/gdm-2.20.7 [2.20.3] USE=branding ipv6 pam tcpd -accessibility -afs -debug -dmx -gnome-keyring% -remote (-selinux) -xinerama 3,889 kB 
[ebuild U ]  x11-misc/alacarte-0.11.5 [0.11.4] USE=-debug 200 kB 
[ebuild U ]  gnome-extra/evolution-webcal-2.21.92 [2.12.0] USE=-debug 195 kB 
[ebuild U ]  gnome-extra/gnome-screensaver-2.22.2 [2.20.0-r3] USE=libnotify opengl pam -debug -doc -xinerama 1,995 kB 
[ebuild U ]  net-im/ekiga-2.0.12 [2.0.11] USE=dbus gnome sdl -avahi -debug -doc 5,967 kB 
[ebuild U ]  net-misc/vino-2.22.2 [2.20.1] USE=crypt ipv6%* jpeg libnotify zlib -avahi -debug -gnome-keyring -gnutls 647 kB 
[ebuild U ]  app-editors/gedit-2.22.3 [2.20.4-r1] USE=python spell -debug -doc -xattr 3,794 kB 
[ebuild U ]  gnome-extra/bug-buddy-2.22.0 [2.20.1] USE=eds -debug 1,052 kB 
[ebuild U ]  x11-terms/gnome-terminal-2.22.3 [2.18.4] USE=-debug 1,761 kB 
[ebuild  N]  app-crypt/seahorse-2.22.3  USE=dbus ldap libnotify -applet -avahi -debug -epiphany -gedit -gnome-keyring -nautilus -xulrunner 2,072 kB 
[ebuild U ]  app-arch/file-roller-2.22.4 [2.20.3] USE=-debug -nautilus% (-gnome%*) 1,251 kB 
[ebuild U ]  mail-client/evolution-2.22.2-r2 [2.12.3-r2] USE=crypt dbus hal ipv6 kerberos ldap spell ssl -debug -krb4 -mono -networkmanager -nntp -pda -profile (-doc%) 30,264 kB 
[ebuild U ]  media-gfx/eog-2.22.2 [2.20.4] USE=dbus jpeg python -debug -lcms 1,855 kB 
[ebuild U ]  www-client/epiphany-2.22.3 [2.20.3] USE=python spell -avahi% -debug -doc -networkmanager -xulrunner 5,585 kB 
[ebuild U ]  gnome-extra/gconf-editor-2.22.0 [2.20.0] USE=-debug 854 kB 
[ebuild U ]  gnome-extra/yelp-2.22.1-r1 [2.20.0] USE=-beagle -debug -lzma% -xulrunner 973 kB 
[ebuild U ]   www-client/mozilla-firefox-2.0.0.16 [2.0.0.15] USE=gnome ipv6 -bindist -debug -filepicker -iceweasel -java -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint LINGUAS=-af -ar -be -bg -ca -cs -da -de -el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW 39,293 kB 
[ebuild U ]  gnome-extra/gtkhtml-3.18.2 [3.16.3] USE=-debug -static 1,284 kB 
[ebuild U ]  gnome-base/libgnomekbd-2.22.0 [2.20.0-r1] USE=-debug 397 kB