[gentoo-user] Firefox: (no picture)

2006-05-07 Thread Wes Gray
Usually when I click on a video in Firefox I get a black screen that says
(no picture).  Any idea what I need to emerge to get videos working?

Thanks!
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] tcprobe: no support for DVD reading

2006-03-04 Thread Wes Gray
Any idea why my tcprobe isn't supporting dvd reading?  I have libdvdread
installed:

# tcprobe -H 10 -i /dev/dvd
(dvd_reader.c) no support for DVD reading configured - exit.
(iodump.c) unable to open directory /dev/dvd

# emerge -p libdvdread

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

Calculating dependencies ...done!
[ebuild   R   ] media-libs/libdvdread-0.9.4-r1
#

Do I need to do something special to the transcode compile options?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: tcprobe: no support for DVD reading

2006-03-04 Thread Wes Gray
On Sat, Mar 04, 2006 at 02:09:51PM -0500, Peter wrote:
 
 1) Try as root. Some programs like cdrecord-ProDVD simply won't work on
 some devices unless you're root or sudo root.
 
 2) Make sure /dev/dvd actually points to your device.

Doing it as root gives me the same error message.  gmplayer /dev/dvd works
fine to play a DVD, so I think it's OK.  Here is where it points:

% ls -la /dev/dvd
lrwxrwxrwx  1 root root 3 Mar  3 14:27 /dev/dvd - hdd
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB, udev, and SCSI emulation

2006-03-03 Thread Wes Gray
On Fri, Mar 03, 2006 at 09:48:24AM +0100, Dirk Heinrichs wrote:
 What kind of camera is this? Some can be used via USB mass storage support, 
 other's can only be accessed via gphoto2.

It's a Canon A75.  Yeah, you're right, I don't think it is mass storage.
It had worked without me doing anything so I guess I just assumed it was
a mass storage device.  So my question now is, why did gphoto2 quit
detecting my camera.  Maybe it was the switch to udev?

Thanks for the info.

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



Re: [gentoo-user] How to get notified of new mail in custom mail folders

2006-03-03 Thread Wes Gray
On Fri, Mar 03, 2006 at 02:36:37PM +0530, Masood Ahmed wrote:
 Hi,
   I have a email system comprising of fetchmail, to fetchmail mail
 from pop servers. Procmail, to filter the incoming mail and mutt to read
 it.
   Now what i want to know is, is there some way so that i can make
 bash display You've a new mail everytime i log in? I dont store my email
 in default place (/var/mail) but in my home directory. Kindly please help.

You want to set MAILPATH in .bashrc. man bash and search for MAILPATH.

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



[gentoo-user] USB, udev, and SCSI emulation

2006-03-02 Thread Wes Gray
I've been researching getting my camera to work and I have a few questions.
I'm running udev and kernel 2.6.15.1.

1) For USB mass storage to work do I still need SCSI emulation or does udev
remove that requirement?

2) If so do I still need to pass the kernel parameter hdc=ide-scsi?

3) Should SCSI emulation be automatic with udev, or might I need to write
a rule for it?

4) If SCSI emulation is working will I alway see a line in dmesg about a
new SCSI device?  Most howto's seem to suggest this but I want to
be sure.

5) Any other things I ought to be looking at?

Thanks!
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Extra IDE card, drives out of order

2006-03-01 Thread Wes Gray
I added an extra IDE controller card so I could get a 5th drive.  It's a
Silicon Image chipset (CONFIG_BLK_DEV_SIIMAGE).  When I boot into the kernel
with the module included the kernel sees the IDE channels on the new card as
the first ones and the existing IDE channels on my motherboard as the
additional ones.  So to the new kernel it sees:

/dev/hda (newly added drive)
/dev/hdb (no drive)
/dev/hdc (no drive)
/dev/hdd (no drive)
/dev/hde (my old /dev/hda)
/dev/hdf (my old /dev/hdb)
/dev/hdg (my old /dev/hdc)
/dev/hdh (my old /dev/hdd)

The kernel tries to boot off the first drive on the new controller card
instead of my boot drive, which is odd because the kernel that is running is
read off of my old /dev/hda which the new kernel sees as /dev/hde.  So the
BIOS and Grub see them in the correct order.  Hope that makes sense.  Perhaps
I could fix the problem by moving all of my drives to the new IDE card, not
sure and that's not my preferred solution.  My kernel is vanilla 2.6.15.1.

Thanks for any help.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Extra IDE card, drives out of order

2006-03-01 Thread Wes Gray
On Wed, Mar 01, 2006 at 04:22:41PM -0300, Daniel da Veiga wrote:
 Are you using udev? If so, you can use rules to define what you need.
 Check:
 http://www.gentoo.org/doc/en/udev-guide.xml and
 http://reactivated.net/writing_udev_rules.html

I don't think that will work.  The rules would reside in /etc on my boot drive,
and the kernel would never see them because it isn't seeing the boot drive
as the boot drive, it sees it as /dev/hde.  I think the change has to be
something in the kernel.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Extra IDE card, drives out of order

2006-03-01 Thread Wes Gray
On Wed, Mar 01, 2006 at 07:49:33PM +, Peter Ruskin wrote:
 Remove the new card and drives then rebuild your kernel.  What 
 you're looking for is IDE chipset support/bugfixes - boot offboard 
 first (make sure this is not set).

I didn't have that set.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /dev/dsp missing?

2006-03-01 Thread Wes Gray
Something I did caused sound to quit working.  On starting KDE I get an
error about /dev/dsp missing.  It might have been caused by me setting
RC_DEVICE_TARBALL to no in /etc/conf.d/rc, but I set it back to yes
and it didn't help.  Thanks in advance for the help.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /dev/dsp missing?

2006-03-01 Thread Wes Gray
On Wed, Mar 01, 2006 at 11:22:12PM -0600, Michael Sullivan wrote:
 Is /etc/init.d/alsasound running?  My /dev/dsp goes away when I stop
 alsasound, and it comes back when I restart it...

That was it!  I added it to the default runlevel and problem solved.
I wonder why it was working fine until recently?

THanks!
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Need help connecting a camera

2006-02-28 Thread Wes Gray
My camera used to come up fine and at some point it broke and I can't figure
out what changed, though no doubt it is related to a kernel upgrade.  It might
have been the switch to udev.  I've been though the howto's and I seem to
have all the correct modules (compiled in, not loaded if that matters).
Dmesg says:

usb 4-2: new full speed USB device using uhci_hcd and address 5

but that is all, nothing about scsi emulation.  Could that be related?
One of the howtos mentioned it, but I think that was related to 2.4 kernels.
Mounting (which used to work) now says:

# mount /dev/sda1 /mnt/camera
mount: /dev/sda1 is not a valid block device

lsusb says:

# lsusb
Bus 005 Device 001: ID :
Bus 004 Device 005: ID 04a9:30b5 Canon, Inc. PowerShot A75
Bus 004 Device 001: ID :
Bus 003 Device 001: ID :
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :

I'm stumped about how to approach this problem.  Appreciate any ideas. Thanks!
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Odd portage permission problems

2005-10-24 Thread Wes Gray
Started getting this problem when I try to emerge sync:

receiving file list ...
129008 files to consider
metadata/
recv_generator: mkdir /usr/portage/x11-apps/xdriinfo/files failed: Permissio
n denied
stat /usr/portage/x11-apps/xdriinfo/files failed: Permission denied
metadata/timestamp.chk
  32 100%0.00kB/s0:00:00
mkstemp /usr/portage/x11-apps/xdriinfo/.xdriinfo-0.99.1.ebuild.PTUe9h failed
: Input/output error
 431 100%0.00kB/s0:00:00
readlink /usr/portage/x11-apps/xdriinfo/Manifest failed: Permission denied
readlink /usr/portage/x11-apps/xdriinfo/files failed: Permission denied
readlink /usr/portage/x11-apps/xdriinfo/xdriinfo-0.99.0_pre20050908.ebuild f
ailed: Permission denied
readlink /usr/portage/x11-apps/xdriinfo/ChangeLog failed: Permission denied
readlink /usr/portage/x11-apps/xdriinfo/metadata.xml failed: Permission deni
ed
readlink /usr/portage/x11-misc/driconf/files/digest-driconf-0.2.7 failed: Pe
rmission denied
readlink /usr/portage/sys-boot/sgibootcd/files/digest-sgibootcd-0.12 failed:
 Permission denied
readlink /usr/portage/sys-boot/sgibootcd/sgibootcd-0.12.ebuild failed: Permi
ssion denied
recv_generator: mkdir /usr/portage/x11-apps/xdriinfo/files failed: Permissio
n denied
stat /usr/portage/x11-apps/xdriinfo/files failed: Permission denied
...

Emerge sync ends up failing.  It's weird, like my directory permissions are
broken:

# cd /usr/portage/x11-apps/xdriinfo/
# ls
ChangeLog  Manifest  files  metadata.xml  xdriinfo-0.99.0_pre20050908.ebuild
# ls -la
ls: Manifest: Permission denied
ls: files: Permission denied
ls: xdriinfo-0.99.0_pre20050908.ebuild: Permission denied
ls: ChangeLog: Permission denied
ls: metadata.xml: Permission denied
total 2
drwxr-xr-x   3 root root  216 Oct 19 18:36 .
drwxr-xr-x  95 root root 2448 Oct 23 08:06 ..
# ls files
ls: files: Permission denied
# chmod 777 files
chmod: cannot access `files': Permission denied
#

What do you make of this?  Do I need to run fsck?

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



Re: [gentoo-user] help

2005-10-06 Thread Wes Gray
On Thu, Oct 06, 2005 at 12:57:09PM +0200, Benno Schulenberg wrote:

Here is the rest of the requested info:

 What does 'emerge -Dup world' say (after a  sync)?

# emerge -Dup world

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

Calculating world dependencies ...done!
[blocks B ] media-libs/giflib (is blocking media-libs/libungif-4.1.3)
[blocks B ] media-libs/libquicktime (is blocking media-libs/openquicktime-1.
0-r1)
[ebuild U ] sys-apps/texinfo-4.8-r1 [4.8]
[ebuild U ] sys-devel/binutils-config-1.8-r5 [1.8-r3]
[ebuild U ] sys-libs/glibc-2.3.5-r2 [2.3.5-r1]
[ebuild U ] sys-apps/shadow-4.0.7-r4 [4.0.7-r3]
[ebuild U ] sys-apps/util-linux-2.12r [2.12q-r3]
[ebuild U ] sys-apps/utempter-0.5.5.6 [0.5.5.5-r1]
[ebuild U ] x11-terms/xterm-204 [196]
[ebuild U ] dev-libs/libIDL-0.8.6 [0.8.5]
[ebuild U ] gnome-base/orbit-2.12.3 [2.12.2]
[ebuild U ] gnome-base/libbonobo-2.10.1 [2.10.0]
[ebuild U ] media-sound/esound-0.2.36-r1 [0.2.34]
[ebuild U ] gnome-base/gnome-vfs-2.10.1-r2 [2.10.1-r1]
[ebuild U ] gnome-base/libbonoboui-2.10.1 [2.10.0]
[ebuild U ] x11-themes/gtk-engines-2.6.5 [2.6.4-r2]
[ebuild U ] app-text/gtkspell-2.0.11 [2.0.4-r1]
[ebuild  N] media-libs/giflib-4.1.3
[ebuild U ] app-text/docbook-sgml-dtd-4.1-r3 [4.1-r1]
[ebuild U ] app-text/docbook-sgml-dtd-4.0-r3 [4.0-r1]
[ebuild U ] app-text/docbook-sgml-dtd-3.0-r3 [3.0-r1]
[ebuild U ] app-text/docbook-sgml-dtd-3.1-r3 [3.1-r1]
[ebuild U ] app-text/docbook-xml-simple-dtd-4.1.2.4-r2 [4.1.2.4]
[ebuild  NS   ] app-text/docbook-xml-simple-dtd-1.0-r1
[ebuild U ] media-libs/a52dec-0.7.4-r5 [0.7.4-r4]
[ebuild U ] www-client/links-2.1_pre18 [2.1_pre17-r1]
[ebuild  NS   ] app-text/docbook-xml-dtd-4.4
[ebuild U ] app-text/docbook-sgml-utils-0.6.14 [0.6.11-r2]
[ebuild U ] app-text/docbook-xml-dtd-4.1.2-r5 [4.1.2-r4]
[ebuild U ] dev-perl/Compress-Zlib-1.35 [1.33]
[ebuild U ] perl-core/digest-base-1.10 [1.05]
[ebuild U ] dev-perl/Digest-SHA1-2.10 [2.07]
[ebuild U ] dev-perl/Net-DNS-0.49 [0.48]
[ebuild U ] perl-core/DB_File-1.811-r1 [1.811]
[ebuild U ] app-text/enscript-1.6.3-r3 [1.6.3-r1]
[ebuild  NS   ] sys-apps/i2c-2.9.1
[ebuild  NS   ] sys-apps/lm_sensors-2.9.1-r1
[ebuild U ] gnome-extra/gcalctool-5.5.42-r2 [5.5.42-r1]
[ebuild U ] sys-libs/db-1.85-r2 [1.85-r1]
[ebuild U ] gnome-base/gnome-print-0.37 [0.35-r3]
[ebuild U ] kde-base/kdebase-pam-6 [4]
[ebuild U ] gnome-base/gconf-1.0.9 [1.0.8-r3]
[ebuild  N] gnome-base/gnome-common-2.8.0
[ebuild U ] gnome-base/gnome-vfs-1.0.5-r4 [1.0.5-r2]
[ebuild U ] gnome-extra/guppi-0.40.3-r2 [0.40.3-r1]
[ebuild U ] dev-lang/swig-1.3.21 [1.3.10-r2]
[ebuild U ] dev-libs/g-wrap-1.3.4-r1 [1.3.4]
[ebuild U ] app-arch/sharutils-4.2.1-r11 [4.2.1-r10]
[ebuild U ] sci-libs/fftw-3.0.1-r2 [3.0.1]
[ebuild U ] x11-libs/gtkglext-1.0.6-r2 [1.0.5]
[ebuild U ] dev-perl/libintl-perl-1.11 [1.10]
[ebuild U ] media-libs/freetype-1.3.1-r4 [1.3.1-r3]
[ebuild  N] games-util/loki_setupdb-20050109
[ebuild  N] dev-util/xdelta-1.1.3
[ebuild  N] games-util/loki_patch-20050324
[ebuild  NS   ] x11-libs/wxGTK-2.6.1
[ebuild U ] games-emulation/xmame-0.100 [0.97]
[ebuild U ] gnome-base/gdm-2.8.0.3 [2.8.0.1-r1]
[ebuild U ] media-gfx/xv-3.10a-r11 [3.10a-r3]
[ebuild U ] net-im/centericq-4.21.0 [4.20.0-r3]
[ebuild U ] sys-libs/db-3.2.9-r10 [3.2.9-r7]
[ebuild U ] x11-themes/gnome-backgrounds-2.10.2 [2.10.1]
[ebuild U ] gnome-base/gnome-2.10.2 [2.10-r1]
[ebuild U ] dev-perl/Filter-1.30 [1.29]
[ebuild U ] app-emulation/wine-20050725-r1 [20050524]
#

Oddly I tried unmerging giflib and it unmerged ok, but I still get the blocker.

 What says 'eix -e python'?

# eix -e python 
* dev-lang/python 
 Available versions:  2.1.3-r1 2.2.3-r6 2.3.4-r1 2.3.5 ~2.3.5-r1 2.3.5-r2 ~
2.4-r3 ~2.4.1 ~2.4.1-r1 ~2.4.2
 Installed:   2.2.3-r6 2.3.5-r2
 Homepage:http://www.python.org/
 Description: Python is an interpreted, interactive, object-orienta
ted programming language.


Found 1 matches
# 

 Does revdep-rebuild now run without problems?

yes, just reran it.

 What says 'emerge -p --depclean'?

# emerge -p --depclean

*** WARNING *** : DEPCLEAN CAN  SERIOUSLY  IMPAIR YOUR SYSTEM. USE CAUTION.
*** WARNING *** : (Cancel: CONTROL-C) -- ALWAYS VERIFY ALL PACKAGES IN THE
*** WARNING *** : CANDIDATE LIST FOR  SANITY  BEFORE  ALLOWING DEPCLEAN TO
*** WARNING *** : UNMERGE ANY PACKAGES.
*** WARNING *** :
*** WARNING *** : USE FLAGS MAY HAVE AN EXTREME EFFECT ON THE OUTPUT.
*** WARNING *** : SOME LIBRARIES MAY BE USED BY PACKAGES BUT ARE NOT
*** WARNING *** : CONSIDERED TO BE A DEPEND DUE TO USE FLAG SETTINGS.
*** WARNING *** : emerge --update --deep --newuse world TO VERIFY
*** WARNING *** : SANITY IN THIS REGARD.
*** WARNING *** :
*** WARNING *** : Packages  in the list  that are  desired  may be added
*** WARNING 

Re: [gentoo-user] help

2005-10-06 Thread Wes Gray
On Thu, Oct 06, 2005 at 10:17:20PM +0200, Benno Schulenberg wrote:
 Delete all the other kde files from /etc/env.d/, keeping only the 
 3.4 one.  The older ones are not needed any more since you've 
 uninstalled those versions, no?  This may solve some of your 
 problems by removing that KDEDIR env var.

That solved everything!  I didn't have to emerge or anything.  You
are wonderful!  I'm still going to go through and do the other things
you suggest here to get my system cleaned up.  Thank you so much for
the help.

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



[gentoo-user] help

2005-10-05 Thread Wes Gray
My 3-year old gentoo system has decided to be a big headache.  My
troubles started when I upgraded to kde 3.4.  The kde taskbar apps
wouldn't start.  I tried unmerging kde-base and emerging kdebase-meta
to see if it was related to the kde split, but that didn't help.  I got
the idea that the problem was some old kde packages, so I tried unmerging
everything on my system which was kde related, including some old packages
which are no longer in portage, then I reemerged everything.  THis was
a big mistake as afterwards kde was even more broken, and kde apps like
k3b now don't even work.  I've given up on kde and moved to enlightenment,
but it will be really hard to deal without any kde apps.  Lots of people have
given me advice, but everything I try just seems to make things worse.  It
seems like there is something about old versions of kde that won't go away,
which I don't understand at all.  It seems like if you reemerge something it
should move to the newest versions.  I really could use some help because
I have no idea what to do next.

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



Re: [gentoo-user] help

2005-10-05 Thread Wes Gray
On Wed, Oct 05, 2005 at 08:46:55PM -0700, Ted Ozolins wrote:
 At the login screen, what have your chosen as the session type. Perhaps
 its still selecting your old KDE. Check that and select KDE-3.4 and see
 what happens.

Yes, of course I am selecting 3.4.  That is the only choice.  I've tried
the obvious stuff, trust me.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] equery not working

2005-10-04 Thread Wes Gray
On Mon, Oct 03, 2005 at 09:50:03PM -0500, Paul Varner wrote:
 equery works fine for me here.  Two questions, which version of
 gentoolkit do you have installed? What does ls
 -ld /var/db/pkg/kde-base/kde* show?

Here is the info requested:

# emerge -p gentoolkit

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

Calculating dependencies ...done!
[ebuild   R   ] app-portage/gentoolkit-0.2.0
#
# ls -ld /var/db/pkg/kde-base/kde*

drwxr-xr-x  2 root root 912 Sep 28 14:24 /var/db/pkg/kde-base/kde-env-3-r4
drwxr-xr-x  2 root root 912 Sep 26 21:56 /var/db/pkg/kde-base/kde-meta-3.4.1
drwxr-xr-x  2 root root 608 Jul  3  2004 /var/db/pkg/kde-base/kdeaccessibility-3
.2.2
drwxr-xr-x  2 root root 920 Dec 30  2004 /var/db/pkg/kde-base/kdeaccessibility-3
.3.2
drwxr-xr-x  2 root root 928 Sep 26 21:00 /var/db/pkg/kde-base/kdeaddons-docs-kon
q-plugins-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 20:51 /var/db/pkg/kde-base/kdeaddons-kfile-pl
ugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:33 /var/db/pkg/kde-base/kdeaddons-meta-3.4
.1
drwxr-xr-x  2 root root 928 Sep 26 11:47 /var/db/pkg/kde-base/kdeadmin-kfile-plu
gins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 11:48 /var/db/pkg/kde-base/kdeadmin-meta-3.4.
1
drwxr-xr-x  2 root root 928 Sep 26 21:39 /var/db/pkg/kde-base/kdeartwork-emotico
ns-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:54 /var/db/pkg/kde-base/kdeartwork-icewm-t
hemes-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:43 /var/db/pkg/kde-base/kdeartwork-iconthe
mes-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:50 /var/db/pkg/kde-base/kdeartwork-kscreen
saver-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:38 /var/db/pkg/kde-base/kdeartwork-kwin-st
yles-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:41 /var/db/pkg/kde-base/kdeartwork-kworldc
lock-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:55 /var/db/pkg/kde-base/kdeartwork-meta-3.
4.1
drwxr-xr-x  2 root root 920 Sep 26 21:55 /var/db/pkg/kde-base/kdeartwork-sounds-
3.4.1
drwxr-xr-x  2 root root 920 Sep 26 21:52 /var/db/pkg/kde-base/kdeartwork-styles-
3.4.1
drwxr-xr-x  2 root root 928 Sep 26 21:35 /var/db/pkg/kde-base/kdeartwork-wallpap
ers-3.4.1
drwxr-xr-x  2 root root 920 Sep 28 23:25 /var/db/pkg/kde-base/kdebase-data-3.4.1
drwxr-xr-x  2 root root 928 Sep 29 00:41 /var/db/pkg/kde-base/kdebase-kioslaves-
3.4.1-r1
drwxr-xr-x  2 root root 920 Sep 29 01:50 /var/db/pkg/kde-base/kdebase-meta-3.4.1
drwxr-xr-x  2 root root 912 Jun 24 12:20 /var/db/pkg/kde-base/kdebase-pam-4
drwxr-xr-x  2 root root 920 Sep 29 01:31 /var/db/pkg/kde-base/kdebase-startkde-3
.4.1
drwxr-xr-x  2 root root 920 Sep 29 00:03 /var/db/pkg/kde-base/kdebugdialog-3.4.1
drwxr-xr-x  2 root root 920 Sep 25 22:09 /var/db/pkg/kde-base/kdeedu-applnk-3.4.
1
drwxr-xr-x  2 root root 912 Sep 25 23:20 /var/db/pkg/kde-base/kdeedu-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 10:13 /var/db/pkg/kde-base/kdegames-meta-3.4.
1
drwxr-xr-x  2 root root 928 Sep 26 19:12 /var/db/pkg/kde-base/kdegraphics-kfile-
plugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 20:25 /var/db/pkg/kde-base/kdegraphics-meta-3
.4.1
drwxr-xr-x  2 root root 576 Jan 20  2004 /var/db/pkg/kde-base/kdelibs-3.1.5
drwxr-xr-x  2 root root 600 Jul 29  2004 /var/db/pkg/kde-base/kdelibs-3.2.3
drwxr-xr-x  2 root root 912 Jun 22 21:08 /var/db/pkg/kde-base/kdelibs-3.3.2-r9
drwxr-xr-x  2 root root 912 Jul  5 00:26 /var/db/pkg/kde-base/kdelibs-3.4.1-r1
drwxr-xr-x  2 root root 920 Sep 26 10:40 /var/db/pkg/kde-base/kdemultimedia-arts
-3.4.1
drwxr-xr-x  2 root root 936 Sep 26 11:09 /var/db/pkg/kde-base/kdemultimedia-kapp
finder-data-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 10:20 /var/db/pkg/kde-base/kdemultimedia-kfil
e-plugins-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 10:18 /var/db/pkg/kde-base/kdemultimedia-kios
laves-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 11:35 /var/db/pkg/kde-base/kdemultimedia-meta
-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 08:40 /var/db/pkg/kde-base/kdenetwork-filesha
ring-3.4.1
drwxr-xr-x  2 root root 928 Sep 26 08:50 /var/db/pkg/kde-base/kdenetwork-kfile-p
lugins-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 08:58 /var/db/pkg/kde-base/kdenetwork-meta-3.
4.1
drwxr-xr-x  2 root root 912 Sep 29 00:29 /var/db/pkg/kde-base/kdepasswd-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 00:47 /var/db/pkg/kde-base/kdepim-kioslaves-3
.4.1
drwxr-xr-x  2 root root 920 Sep 26 00:24 /var/db/pkg/kde-base/kdepim-kresources-
3.4.1
drwxr-xr-x  2 root root 912 Sep 26 06:56 /var/db/pkg/kde-base/kdepim-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 01:21 /var/db/pkg/kde-base/kdepim-wizards-3.4
.1
drwxr-xr-x  2 root root 912 Sep 29 01:21 /var/db/pkg/kde-base/kdeprint-3.4.1
drwxr-xr-x  2 root root 576 Nov 28  2003 /var/db/pkg/kde-base/kdesdk-3.1.4
drwxr-xr-x  2 root root 912 Sep 29 00:57 /var/db/pkg/kde-base/kdesktop-3.4.1
drwxr-xr-x  2 root root 912 Sep 28 23:22 /var/db/pkg/kde-base/kdesu-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 12:02 /var/db/pkg/kde-base/kdetoys-meta-3.4.1
drwxr-xr-x  2 root root 920 Sep 26 07:35 /var/db/pkg/kde-base/kdeutils-meta-3.4.
1
drwxr-xr-x  2 root root 920 Sep 26 

[gentoo-user] KDE libraries

2005-10-03 Thread Wes Gray
I've been struggling for the last week with an upgrade to KDE 3.4 which
didn't go well.  Lots of things aren't working, mostly kicker applets.
Just now I was poking around and got some error messages which were
helpful.  I'm including an example, but basically it looks like my
3.4 KDE programs are for some reason looking for shared libraries in
my /usr/kde/3.1 directory.  How does KDE know where to look for libraries?
Here is an example of an error message I'm getting (running 3.4):

The specified library taskbar could not be found
The diagnostics is:
/usr/kde/3.1/lib/kde3/kcm_taskbar.so: cannot open shared object file: NO such
file or directory

Possible reason:
   . An error occurred during your last KDE upgrade leaving an orphaned con
 module
   . You have old third party modules lying around
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] equery not working

2005-10-03 Thread Wes Gray
Why doesn't equery actually show me all the installed packages?  I
know I have lots of versions of kde installed, but equery doesn't show them:

# equery l -i kde
[ Searching for package 'kde' in all categories among: ]
 * installed packages
[I--] [  ] kde-base/kde-env-3-r4 (0)
[I--] [  ] kde-base/kde-meta-3.4.1 (3.4)
# ls /usr/kde
3  3.1  3.2  3.3  3.4
#

Is there a utility which shows all the installed packages?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] revdep-rebuild fails

2005-09-29 Thread Wes Gray
On Wed, Sep 28, 2005 at 11:35:00PM -0400, Willie Wong wrote:
 python 2.2, otherwise, you should be able to just run
 /usr/sbin/python-updater to rebuild all python packages for the 2.3

python-updater is also failing:

# /usr/sbin/python-updater
 * Logging disabled due to permissions
 * Starting Python Updater from 2.2 to 2.3 :
 * Searching for packages with files in /usr/lib/python2.2 /usr/lib32/python2.2 
/usr/lib64/python2.2 ..
   Adding to list: dev-python/gnome-python-1.99.16
   Adding to list: dev-python/pyorbit-1.99.6
 * Calculating Upgrade Package List ..
 * Re-ordering packages to merge ..
 * Preparing to merge these packages in this order:
   dev-python/pyorbit-1.99.6
   dev-python/gnome-python-1.99.16
 * Starting to merge (1/2) dev-python/pyorbit-1.99.6 ..
Calculating dependencies
emerge: there are no ebuilds to satisfy =dev-python/pyorbit-1.99.6.

 * Failed merging dev-python/pyorbit-1.99.6 (1/2)!
 * Starting to merge (2/2) dev-python/gnome-python-1.99.16 ..
Calculating dependencies
emerge: there are no ebuilds to satisfy =dev-python/gnome-python-1.99.16.

 * Failed merging dev-python/gnome-python-1.99.16 (2/2)!

 * 
 * * Packages that still need to be manually emerged :*
 * 

 *  Failed Packaged:
 *  
 *  These packages have failed and need to be re-emerged again.
 *  Alternatively, try re-running this script again to see if it
 *  can be fixed.

 *  emerge -p  \=dev-python/pyorbit-1.99.6 \=dev-python/gnome-python-1.99.16

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



Re: [gentoo-user] revdep-rebuild fails

2005-09-29 Thread Wes Gray
On Thu, Sep 29, 2005 at 01:21:37PM -0700, Zac Medico wrote:
 With revdep-rebuild it tries to remerge the same version that you have 
 installed.  If your version is no longer in the portage tree, then there are 
 no ebuilds to satisfy your old version.  You should update to versions that 
 currently exist in the portage tree.

I don't follow why python was out of date though.  I had emerged it recently.
I finally had to upgrade it to the older 2.2 version to get revdep-rebuild
to work which makes no sense to me.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] revdep-rebuild fails

2005-09-28 Thread Wes Gray
.
.
All prepared. Starting rebuild...
emerge --oneshot --nodeps  =app-arch/rpm-4.2 =app-pda/pilot-link-0.11.8 =app-te
xt/openjade-1.3.2-r1 =app-text/uudeview-0.5.20 =dev-lang/lua-5.0.2 =dev-lang/py
thon-2.2.3-r5 =dev-libs/libcdio-0.73 =dev-python/gnome-python-1.99.16 =gnome-ba
se/gnome-vfs-1.0.5-r2 =kde-base/kdelibs-3.1.5 =kde-base/kdelibs-3.2.3 =net-libs
/gnutls-1.2.3 =x11-misc/xplanet-1.1.1
.
1.0.5-r2 =kde-base/kdelibs-3.1.5 =kde-base/kdelibs-3.2.3 =net-libs/gnutls-1.2.3
=x11-misc/xplanet-1.1.1Calculating dependencies -
emerge: there are no ebuilds to satisfy =dev-lang/python-2.2.3-r5.
.
.

Why is it trying to access an old version of python?  I removed the
/root/.revdep-rebuild*.?_* files, so that's not it.

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



Re: [gentoo-user] revdep-rebuild fails

2005-09-28 Thread Wes Gray
On Wed, Sep 28, 2005 at 07:25:44PM -0400, Willie Wong wrote:
 On Wed, Sep 28, 2005 at 03:55:47PM -0700, Wes Gray wrote:
  emerge: there are no ebuilds to satisfy =dev-lang/python-2.2.3-r5.
  .
  .
  
  Why is it trying to access an old version of python?  I removed the
  /root/.revdep-rebuild*.?_* files, so that's not it.
  
 Not an old version, but the current version as installed on your
 machine. You probably have not updated python for a while. 
 
 If you want to keep using the 2.2.3 branch of python, go ahead and do 
   emerge --oneshot =dev-lang/python-2.2.3-r6
 if you run revdev-rebuild afterwards, it shouldn't rebuild python. 
 
 If you don't insist on using 2.2.x of python, you can just 
   emerge --oneshot --update python

I have a newer version of python already.  The one revdep-rebuild is
trying to access doesn't even exist in portage.  For example, I tried
your suggestion:

# emerge --oneshot --update python
Calculating dependencies ...done!
 Auto-cleaning packages ...

 No outdated packages were found on your system.

# emerge -p python

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

Calculating dependencies ...done!
[ebuild   R   ] dev-lang/python-2.3.5-r2

I'm at 2.3.5-r2, so I trying to figure out why revdep-rebuild is referencing
2.2.3-r5.  That is my question.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE split ebuilds broken

2005-09-23 Thread Wes Gray
When I first upgraded to 3.4 I was unaware of the new split ebuilds,
so I just emerged normally getting (I assume) the old monolithic
ebuilds.  When I finally got around to trying to use 3.4 (which was
a few months later) KDE came up with the taskbar not able to start,
and as such I couldn't see any minimized tasks.  In researching I
discovered the new split ebuilds, read the KDE split ebuilds howto,
and decided to see if using the split ebuilds would solve my problem.
So I unmerged kdebase and then emerged kdebase-meta.  After doing that
not only does taskbar not work, but the pager and the clock won't run
and give me similar error messages when I start kde.  The howto says
that I should be OK having kdebase using split ebuilds and others KDE
parts using th old monolithic way.  Is this working for anyone?  Anyone
else run into similar problems or have ideas about what the heck is
going wrong?  I tried removing all my old ~/.kde dirs but that didn't
fix it.  Appreciate any pointers.

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