Re: [gentoo-user] network trouble (solved)

2007-06-17 Thread Florian Philipp
Am Sonntag 17 Juni 2007 00:24 schrieb Thierry de Coulon:
 On Saturday 16 June 2007 22:55, Xavier Parizet wrote:
  Coud you provide us the output of dmesg according forcedeth module (dmesg
 
  |grep forcedeth), route -n, ifconfig ethX and /etc/conf.d/net ...

 I could, but this is no more necessary

 On Saturday 16 June 2007 23:20, Uwe Thiem wrote:
  A guess from what I have read on another list: You have a conflict
  because both drivers (modules) are loaded, the RLT one and forcedeth. If
  you remove the RLT module, does is work?
 
  Uwe

 Your guess was wrong, Uwe, but it did help me get on the right track.
 There is no RTL driver for that chip but... looking another time at the
 output of lsmod and getting the ansers to Xavier's demands I realized that
 I the system said that eth0 did not exists - but gave it an IP anyway. SO I
 wondered who could be stealing my eth0 and sure enough, it was eth1394!

 So although I did configure the ethernet card as eth0 during install, after
 reboot the firewire port took eth0 and the nforce card became eth1...

 So now I have put a (useless) config for eth0 in /etc/conf.d/net (perhaps I
 could remove it, but I don't know) and tranfered my settings on eth1, and I
 got my network back.

 Thanks you both for your help! Now is time to start emerge kde and go to
 bed!

You could 

rc-update del net.eth0 

as root to save some boot time.


pgpsjGeUXlymL.pgp
Description: PGP signature


[gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Thierry de Coulon
Hello,

I'm in the process of emerging kde-meta. However, the process is stopped by 
the kopete ebuild that says I should reemerge x11-libs/qt-3* with USE=opengl.

Now emerge --pretend does not return anything that looks like qt-3, neither 
does emerge --search.

In any case, what I would like is to simply say forget about kopete, as I 
don't need or use that thing.

Is there a way top do thsi?

Thierry

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Florian Philipp
Am Sonntag 17 Juni 2007 10:40 schrieb Thierry de Coulon:
 Hello,

 I'm in the process of emerging kde-meta. However, the process is stopped by
 the kopete ebuild that says I should reemerge x11-libs/qt-3* with
 USE=opengl.

 Now emerge --pretend does not return anything that looks like qt-3, neither
 does emerge --search.

 In any case, what I would like is to simply say forget about kopete, as I
 don't need or use that thing.

 Is there a way top do thsi?

 Thierry

You should not search for qt-3 but simply qt.

If you want to specify a certain version you need to write equation marks in 
front fo the package name. In your case you have to write

emerge -pv =x11-libs/qt-3*

The best way to activate USE=opengl for just one package would be to create a 
file called package.use in /etc/portage and write the package and the 
useflag(s).

Anyway, just become root and then type in this command

echo =x11-libs/qt-3* opengl  /etc/portage/package.use


pgpclaj9Brhza.pgp
Description: PGP signature


Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread kristian
Do following:
1) in /etc/portage/package.use add this:
x11-libs/qt-3* opengl

2) emerge -av =x11-libs/qt-3.3.8-r2

-Kristian Poul Herkild

PS. You can find qt-3* with eix by doing this: eix qt

-Original Message-
From: Thierry de Coulon [EMAIL PROTECTED]
Date: Sun, 17 Jun 2007 10:40:26 +0200
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] emerging blockes by non-existing (?) ebuild

Hello,

I'm in the process of emerging kde-meta. However, the process is stopped by 
the kopete ebuild that says I should reemerge x11-libs/qt-3* with USE=opengl.

Now emerge --pretend does not return anything that looks like qt-3, neither 
does emerge --search.

In any case, what I would like is to simply say forget about kopete, as I 
don't need or use that thing.

Is there a way top do thsi?

Thierry

-- 
[EMAIL PROTECTED] mailing list




-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] etc-proposals 1.3 (etc-update alternative) released, testers and ebuild maintainer wanted

2007-06-17 Thread Björn Michaelsen
Hello list,

etc-proposals 1.3 has been released and is looking for testers and a
gentoo dev pulling it into portage (also a dev on the team who
actually _likes_ and uses Qt would be nice). Its in the sunrise overlay
right now.

For gentoo-users, etc-proposals is a gentoo configuration file updater,
that, unlike etc-update and dispatch-conf, provides a shell with
tabcompletion, a Gtk2 and a Qt4 frontend and allows updating of
selected fileparts while providing a lot of automatization.

etc-proposals is a an tool that is easy to use and works in all
enviroments (readline, Gtk2, Qt4 frontends are available).

You will find more info about etc-proposals and its features here:
http://etc-proposals.berlios.de/

Any feedback welcome!

Have Fun,

Björn Michaelsen
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Peter Alfredsen
On Sunday 17 June 2007, [EMAIL PROTECTED] wrote:
 Do following:
 1) in /etc/portage/package.use add this:
 x11-libs/qt-3* opengl

=x11-libs/qt-3*  opengl

Is more likely to succeed, I think.

/PA
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerging blockes by non-existing (?) ebuild

2007-06-17 Thread Thierry de Coulon
On Sunday 17 June 2007 11:39, Peter Alfredsen wrote:
 On Sunday 17 June 2007, [EMAIL PROTECTED] wrote:
  Do following:
  1) in /etc/portage/package.use add this:
  x11-libs/qt-3* opengl

 =x11-libs/qt-3*  opengl

 Is more likely to succeed, I think.

 /PA

Thanks to all!

I had added the use flag (in make.conf because I do want opengl), what I had 
missed was the = in front of the package name. Too long since I last 
installed gentoo, I guess.

Thanks for the quick help.

Thierry

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge kdesktop fails

2007-06-17 Thread dexter

I've already posted to gentoo forums, but it didn't do me any good.

I'm trying to install gentoo on my desktop computer, and emerge kdesktop 
fails on compiling qt.

Build log from qt compilation is as follows


/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/bin/moc 
mainwindow.h -o .moc/release-shared-mt/moc_mainwindow.cpp

make[3]: *** [qmake_image_collection.cpp] Illegal instruction
make[3]: *** Deleting file `qmake_image_collection.cpp'
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory 
`/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designer/designer'

make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory 
`/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designer'

make[1]: *** [sub-designer] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools'

make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.3.8-r2 failed.
Call stack:
 ebuild.sh, line 1615:   Called dyn_compile
 ebuild.sh, line 972:   Called qa_call 'src_compile'
 ebuild.sh, line 44:   Called src_compile
 qt-3.3.8-r2.ebuild, line 215:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call 
stack if relevant.
!!! A complete build log is located at 
'/var/tmp/portage/x11-libs/qt-3.3.8-r2/temp/build.log'.



I was advised to upgrade to newest gcc - I did, and I also have the 
latest binutils avaluable in the portage. None of those thing helped. 
I'm quite stuck - I've installed gentoo on several other machines, but 
never had such a problem.

Please advise

Regards
Krzysztof.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] SELinux change from 2005.1 to 2006.1 policy update fails

2007-06-17 Thread Konstantinos Agouros
Hi,

I tried upgrading from the 2005.1 to the 2006.1 profile. Updating
selinux-base-policy-20070329 fails with the following message:

 Setting SELinux security labels
/etc/selinux/targeted/contexts/files/file_contexts: No such file or directory

!!! ERROR: sec-policy/selinux-base-policy-20070329 failed.
Call stack:
  misc-functions.sh, line 570:   Called preinst_selinux_labels
  misc-functions.sh, line 492:   Called die

!!! Failed to set SELinux security labels.
!!! If you need support, post the topmost build error, and the call stack if 
relevant.

Is there some manual stuff I need to do before this upgrade works?

/etc/make.profile points to /usr/portage/profiles/selinux/x86/2006.1

Regards,

Konstantin

-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: [EMAIL PROTECTED]
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge kdesktop fails

2007-06-17 Thread Vladimir Rusinov

On 6/17/07, dexter [EMAIL PROTECTED] wrote:


I was advised to upgrade to newest gcc - I did, and I also have the
latest binutils avaluable in the portage. None of those thing helped.
I'm quite stuck - I've installed gentoo on several other machines, but
never had such a problem.
Please advise



May be overtuned CFLAGS?

Please, show emerge --info

--
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/


[gentoo-user] KDE 3.5.7 : slow shutdown

2007-06-17 Thread Philip Webb
KDE 3.5.7 is significantly slower than 3.5.6 to shutdown (15 sec, was 5 sec).
I use 'startx' from a raw console to start it
 'logout' from the KDE menu to close it (then shutdown from the console).
There are various apps running on desktops, but that hasn't changed.
Has anyone else encountered this ?  Does anyone have helpful suggestions ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge kdesktop fails

2007-06-17 Thread Florian Philipp
Am Sonntag 17 Juni 2007 12:36 schrieb dexter:
 I've already posted to gentoo forums, but it didn't do me any good.

 I'm trying to install gentoo on my desktop computer, and emerge kdesktop
 fails on compiling qt.
 Build log from qt compilation is as follows


 /var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/bin/moc
 mainwindow.h -o .moc/release-shared-mt/moc_mainwindow.cpp
 make[3]: *** [qmake_image_collection.cpp] Illegal instruction
 make[3]: *** Deleting file `qmake_image_collection.cpp'
 make[3]: *** Waiting for unfinished jobs
 make[3]: Leaving directory
 `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designe
r/designer' make[2]: *** [sub-designer] Error 2
 make[2]: Leaving directory
 `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools/designe
r' make[1]: *** [sub-designer] Error 2
 make[1]: Leaving directory
 `/var/tmp/portage/x11-libs/qt-3.3.8-r2/work/qt-x11-free-3.3.8/tools'
 make: *** [sub-tools] Error 2

 !!! ERROR: x11-libs/qt-3.3.8-r2 failed.
 Call stack:
   ebuild.sh, line 1615:   Called dyn_compile
   ebuild.sh, line 972:   Called qa_call 'src_compile'
   ebuild.sh, line 44:   Called src_compile
   qt-3.3.8-r2.ebuild, line 215:   Called die

 !!! (no error message)
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.
 !!! A complete build log is located at
 '/var/tmp/portage/x11-libs/qt-3.3.8-r2/temp/build.log'.


 I was advised to upgrade to newest gcc - I did, and I also have the
 latest binutils avaluable in the portage. None of those thing helped.
 I'm quite stuck - I've installed gentoo on several other machines, but
 never had such a problem.
 Please advise

 Regards
 Krzysztof.

I've got the same problem while preparing two gentoo installations in two 
chroots. Only qt-3* (not qt-4* !), Celestia and Kspread do not compile. No 
special cflags. Deactivating useflags did not help. 
In one chroot I could partially solve the problem by reducing the number of 
make jobs to one ( MAKEOPTS=-j1 )


pgp6N9KINk04D.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.5.7 : slow shutdown

2007-06-17 Thread Kent Fredric

On 6/18/07, Philip Webb [EMAIL PROTECTED] wrote:

KDE 3.5.7 is significantly slower than 3.5.6 to shutdown (15 sec, was 5 sec).
I use 'startx' from a raw console to start it
 'logout' from the KDE menu to close it (then shutdown from the console).
There are various apps running on desktops, but that hasn't changed.
Has anyone else encountered this ?  Does anyone have helpful suggestions ?


prelinking[1] could be of help, but thats usually used to make kde
_Start_ faster.
It could just be you have more programs open in the session and its
taking time for it to save those session details.

1: http://www.gentoo.org/doc/en/prelink-howto.xml
--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



[gentoo-user] skype

2007-06-17 Thread Matthew R. Lee
Well skype upgraded this morning to version 1.4.0.74 and it aint working.
When I tried running it from the command line I get the following:
/opt/skype/skype: error while loading shared libraries: libQtDBus.so.4: cannot 
open shared object file: No such file or directory
revdep-rebuild doesn't pick any thing up
Do I have to rebuild Qt? or another package?  which one provides that library.
I've tried down-grading to the previous version but that's now been 
package.masked
This is a real pain in the buttocks.  How can I phone home now? I can't afford 
the rip-off international phone charges at the moment!
Any suggestions would be greatly appreciated
Matt
-- 
%%%
Dr. Matthew R. Lee
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
Hi,

Today I tried to emerge kde-3.5.7 and I had one blocked package:
[blocks B ] =app-crypt/gnupg-2.0.1 (is blocking app-crypt/gnupg-2.0.4)

How can I list packages that depend on =app-crypt/gnupg-2.0.1 ?

thanks for any suggestions

-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgp8VUOKfdGRL.pgp
Description: PGP signature


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Jan Seeger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Try equery d package. You need to emerge gentoolkit for that.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFGdVaPMmLQdC6jvocRApGIAJ0RaIBQXOaDUNqRGkO20Ja0ImNwjwCeJ3K9
iyawObvLdHmeoDe0740qhSg=
=HpiK
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] skype

2007-06-17 Thread Dale
Matthew R. Lee wrote:
 Well skype upgraded this morning to version 1.4.0.74 and it aint working.
 When I tried running it from the command line I get the following:
 /opt/skype/skype: error while loading shared libraries: libQtDBus.so.4: 
 cannot 
 open shared object file: No such file or directory
 revdep-rebuild doesn't pick any thing up
 Do I have to rebuild Qt? or another package?  which one provides that library.
 I've tried down-grading to the previous version but that's now been 
 package.masked
 This is a real pain in the buttocks.  How can I phone home now? I can't 
 afford 
 the rip-off international phone charges at the moment!
 Any suggestions would be greatly appreciated
 Matt
   

I never used Skype, never even seen it run before.  I did read on this
list that it needs version 3 of qt.  If you don't have that installed,
may be worth a try.  I have this installed on mine.  x11-libs/qt-3.3.8-r2

I hope that helps.  Long distance phone calls do suck.  I can't imagine
international calls.

Dale

:-)  :-)  :-)
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge kdesktop fails

2007-06-17 Thread dexter

This is from emerge --info

Portage 2.1.2.7 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3, 
2.6.20-gentoo-r8 i686)

=
System uname: 2.6.20-gentoo-r8 i686 AMD Athlon(tm) XP 2900+
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 15 Jun 2007 07:50:01 +
dev-java/java-config: 1.3.7, 2.0.32
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.61
sys-devel/automake:  1.6.3, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/terminfo

CXXFLAGS=-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo;

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 
--filter=H_**/files/digest-*

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=3dnow X a52 aac acl acpi alsa apache2 arts berkdb bitmap-fonts 
bluetooth bzip2 cdr clamav cli cracklib crypt ctype cups curl dbus dga 
dri dts dvd dvdr encode exif firefox flac fortran ftp gd gdbm gif 
gphoto2 gpm hal iconv ieee1394 ipv6 isdnlog java javascript jpeg jpeg2k 
kde libg++ libnotify lm_sensors mad midi mmx mozilla mp3 mpeg mudflap 
mysql ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl php 
png pppd python qt4 quicktime readline reflection samba session slang 
spl sse ssl tcpd tiff truetype-fonts type1-fonts unicode usb x.264 x86 
xine xorg xvid zlib ALSA_CARDS=emu10k1 intel8x0 
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null 
plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard 
mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk 
hd44780 lb216 lcdm001 mtxorb ncurses text USERLAND=GNU 
VIDEO_CARDS=nvidia
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, 
LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY




Vladimir Rusinov pisze:



On 6/17/07, *dexter* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


I was advised to upgrade to newest gcc - I did, and I also have the
latest binutils avaluable in the portage. None of those thing helped.
I'm quite stuck - I've installed gentoo on several other machines,
but
never had such a problem.
Please advise


May be overtuned CFLAGS?

Please, show emerge --info

--
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/ 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] skype

2007-06-17 Thread Uwe Thiem
On 17 June 2007, Matthew R. Lee wrote:
 Well skype upgraded this morning to version 1.4.0.74 and it aint working.
 When I tried running it from the command line I get the following:
 /opt/skype/skype: error while loading shared libraries: libQtDBus.so.4:
 cannot open shared object file: No such file or directory
 revdep-rebuild doesn't pick any thing up
 Do I have to rebuild Qt? or another package?  which one provides that
 library. I've tried down-grading to the previous version but that's now
 been package.masked

It seems the new version of skype depends on Qt4 while you propably have 
installed Qt3. One *can* install both versions, but it's a bit tricky to make 
Qt3-dependent packages (like KDE 3.x) compile correctly when both versions 
are present. I think there is a tutorial or just a post to the forums about 
it.

Uwe

-- 
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] skype

2007-06-17 Thread Bo Ørsted Andresen
On Sunday 17 June 2007 17:32:10 Matthew R. Lee wrote:
 Well skype upgraded this morning to version 1.4.0.74 and it aint working.
 When I tried running it from the command line I get the following:
 /opt/skype/skype: error while loading shared libraries: libQtDBus.so.4:
 cannot open shared object file: No such file or directory
 revdep-rebuild doesn't pick any thing up
 Do I have to rebuild Qt? or another package?  which one provides that
 library. I've tried down-grading to the previous version but that's now
 been package.masked
 This is a real pain in the buttocks.  How can I phone home now? I can't
 afford the rip-off international phone charges at the moment!
 Any suggestions would be greatly appreciated

Comment 11 in bug #182248 [1] contains the best ebuild for skype at the 
moment. But you need to rebuild =x11-libs/qt-4* with the accessibility and 
dbus use flags enabled. See bug #179568 [2] for further reference. Older 
versions have been package.mask due to upstream licensing issues and the fact 
that upstream made them unavailable. There's a recent thread about that in 
gentoo-dev mailing list archives.

[1] https://bugs.gentoo.org/show_bug.cgi?id=182248#c11
[2] https://bugs.gentoo.org/show_bug.cgi?id=179568

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Bo Ørsted Andresen
On Sunday 17 June 2007 17:35:44 Aleksey Kunitskiy wrote:
 Hi,

 Today I tried to emerge kde-3.5.7 and I had one blocked package:
 [blocks B ] =app-crypt/gnupg-2.0.1 (is blocking app-crypt/gnupg-2.0.4)

 How can I list packages that depend on =app-crypt/gnupg-2.0.1 ?

 thanks for any suggestions

Packages that depend on =app-crypt/gnupg-2.0.1 aren't the issue. The fact 
that you have =app-crypt/gnupg-2.0.1 installed is the issue.

# emerge --unmerge -va \=app-crypt/gnupg-2.0.1

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] skype

2007-06-17 Thread Kent Fredric

On 6/18/07, Uwe Thiem [EMAIL PROTECTED] wrote:

On 17 June 2007, Matthew R. Lee wrote:
 Well skype upgraded this morning to version 1.4.0.74 and it aint working.
 When I tried running it from the command line I get the following:
 /opt/skype/skype: error while loading shared libraries: libQtDBus.so.4:
 cannot open shared object file: No such file or directory
 revdep-rebuild doesn't pick any thing up
 Do I have to rebuild Qt? or another package?  which one provides that
 library. I've tried down-grading to the previous version but that's now
 been package.masked

It seems the new version of skype depends on Qt4 while you propably have
installed Qt3. One *can* install both versions, but it's a bit tricky to make
Qt3-dependent packages (like KDE 3.x) compile correctly when both versions
are present. I think there is a tutorial or just a post to the forums about
it.

Uwe


Installed versions:
3.3.8-r2 (cups -debug doc examples -firebird gif -immqt -immqt-bc ipv6
mysql nas -nis -odbc opengl postgres sqlite xinerama)
4.3.0 (accessibility cups dbus -debug doc examples -firebird gif glib
-input_devices_wacom jpeg mng mysql nas -nis -odbc opengl pch png
postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib)

I have both installed, I don't recall doing anything 'special' as
iirc, they use different directory systems, and by default the $QTDIR
is pointed to the 3.X last i looked.

KDE3.X compiles without a prob here.



--
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
--
[EMAIL PROTECTED] mailing list





--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge kdesktop fails

2007-06-17 Thread Kent Fredric

On 6/18/07, dexter [EMAIL PROTECTED] wrote:

This is from emerge --info

Portage 2.1.2.7 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3,
2.6.20-gentoo-r8 i686)
=
System uname: 2.6.20-gentoo-r8 i686 AMD Athlon(tm) XP 2900+
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 15 Jun 2007 07:50:01 +
dev-java/java-config: 1.3.7, 2.0.32
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.61
sys-devel/automake:  1.6.3, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
/etc/php/cli-php5/ext-active/ /etc/terminfo
CXXFLAGS=-march=athlon-xp -mtune=athlon-xp -O2 -pipe -mfpmath=sse
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
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
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=3dnow X a52 aac acl acpi alsa apache2 arts berkdb bitmap-fonts
bluetooth bzip2 cdr clamav cli cracklib crypt ctype cups curl dbus dga
dri dts dvd dvdr encode exif firefox flac fortran ftp gd gdbm gif
gphoto2 gpm hal iconv ieee1394 ipv6 isdnlog java javascript jpeg jpeg2k
kde libg++ libnotify lm_sensors mad midi mmx mozilla mp3 mpeg mudflap
mysql ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl php
png pppd python qt4 quicktime readline reflection samba session slang
spl sse ssl tcpd tiff truetype-fonts type1-fonts unicode usb x.264 x86
xine xorg xvid zlib ALSA_CARDS=emu10k1 intel8x0
ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null
plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard
mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk
hd44780 lb216 lcdm001 mtxorb ncurses text USERLAND=GNU
VIDEO_CARDS=nvidia
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY




1:  -march=cpu-type
   Generate instructions for the machine type cpu-type.  The choices
for cpu-type are the same as for -mtune.
 Moreover, specifying -march=cpu-type implies -mtune=cpu-type. [ man gcc ]

 So -march=athlon-xp implies -mtune=athlon-xp

2:  try without -mfpmath=sse. In theory, -march=athlon-xp should
intelligently turn that on. ( Im guessing here that illegal
instruction means that the assembler tried to write something that
wasn't possible, possibly because of that flag )




--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Dual boot questions

2007-06-17 Thread Mark Knecht

Hi all,
  I have a long running Windows machine that I had previously
attempted to make duel boot using the Windows boot loader mostly as an
experiment. It's not my first dual boot. I've got 4 others that use
grub and they all work fine. This machine, however, never did boot
Linux and as it wasn't a high priority I just let it go and ran
Windows on it as needed. However I now need to get it running and want
to switch it over to grub as I doubt I'll be running windows on it
very much in the future so I have a few questions.

  The first problem I ran into on this machine was that immediately
after finds my kernel and starts booting I get maybe 1 or 2 lines that
are good but then the screen becomes unreadable. The text characters
are highly garbled and there are columns of dots all over the screen.
The card is an NVidia NV18 GeForce4 MX 400.

  Is there possibly a boot line option to get the system to write
these characters cleanly?

  The second problem is that after the boot gets started I get a
kernel panic. As background the disk layout of this machine, as viewed
from within Linux booted from an install CD, looks roughly like this:

/dev/hde1 * Blocks=1-3824ID=7 HPFS/NTFS
/dev/hde2   Blocks=3825-19457 ID=5 Extended
/dev/hde5   Blocks=3825-3837   ID=83 Linux
/dev/hde6   Blocks=3838-4020   ID=83 Linux
/dev/hde7   Blocks=4021-7668   ID=83 Linux
/dev/hde8   Blocks=7669-10218 ID=7 HPFS/NTFS

  The last NTSF partition is just data.

  The Linux partitions should be boot, swap and the system, in that
order. I wanted to double check that I could load grub and stop using
the Windows boot loader by using something like these commands:

grub root (hd0,6)
grub setup (hd0)

  Also, do I need to make /dev/hde5 bootable in fdisk? I think it's
onot strictly required for grub but I might as well ask.

  The machine is going to run Gentoo for the foreseeable future and
I'd prefer to use grub long term. However I don't want to completely
mess up or get rid of the Windows install until I'm confident I've
really finished with it for good.

Thanks in advance,
Mark
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
On Sunday 17 June 2007 18:46, Bo Ørsted Andresen wrote:
 Packages that depend on =app-crypt/gnupg-2.0.1 aren't the issue. The fact
 that you have =app-crypt/gnupg-2.0.1 installed is the issue.

 # emerge --unmerge -va \=app-crypt/gnupg-2.0.1

Thanks
Now I have another problem:

!!! Digest verification failed:
!!! /usr/portage/app-pda/libopensync/libopensync-0.20.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 1245
!!! Expected: 1251

Is it my problem or problem with portage ?
How can I correct it ?


-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgpqSUOd1gnUw.pgp
Description: PGP signature


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Dale
Aleksey Kunitskiy wrote:
 On Sunday 17 June 2007 18:46, Bo Ørsted Andresen wrote:
   
 Packages that depend on =app-crypt/gnupg-2.0.1 aren't the issue. The fact
 that you have =app-crypt/gnupg-2.0.1 installed is the issue.

 # emerge --unmerge -va \=app-crypt/gnupg-2.0.1
 

 Thanks
 Now I have another problem:

 !!! Digest verification failed:
 !!! /usr/portage/app-pda/libopensync/libopensync-0.20.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 1245
 !!! Expected: 1251

 Is it my problem or problem with portage ?
 How can I correct it ?


   
I think you are going to run into one after another.  Have you added all
the packages needed to package.unmask and possibly package.keywords?  If
you have not, I can send you a copy of mine directly, off list, and you
can add it to yours.

I got mine from someone who wrote a script to get them all in a nice
tidy list.  I don't mind sharing.  :-)

Dale

:-)  :-)  :-) 


[gentoo-user] Dell XPS M1710 and Sound

2007-06-17 Thread Colleen Beamer
Hi guys,

I'm having a heck of a time getting sound to work on my Dell XPS M1710.

A while back, when I was first setting the laptop of with Gentoo, C. Lee
Davis sent me a link on how he configured his system with Alsa.  Well, I
followed that both with Alsa compiled into the kernel and using
alsa-driver.  I've googled this and didn't come up with anything that
was similar to my problem.  dmesg shows no errors.  Sound is not muted.

On my *desktop* system, Alsa works fine - different sound chipset.  The
*laptop* soundcard is an hda-intel.

On my *desktop*, KMix shows the following items for output:

Master
Master Mono
Headphone
3D-Control-Center
3D-Control-Depth
PCM
PC Speaker


On the *laptop*, Kmix shows only the following items for output:
Master
PCM
Capture Mux

On the laptop, Kmix shows only Mic as Input

If anyone can lead me by the nose, here, I would certainly appreciate it.

Regards,

Colleen



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Linux Installers for Blizzard Products

2007-06-17 Thread Marc Joliet
Am Donnerstag, den 14.06.2007, 16:16 +0300 schrieb Daniel Iliev:
 On Thu, 14 Jun 2007 08:25:29 +1200
 Kent Fredric [EMAIL PROTECTED] wrote:
 
  On 6/14/07, Daniel Iliev [EMAIL PROTECTED] wrote:
   Hi, guys
  
   I hope some of you won't find this message too much spam-alike.
   Today I accidentally found there is a petition on-line [1]. It
   represents a request to Blizzard to include Linux installers in
   their products. I thought the gamers from the list might be
   interested in signing that petition. Even I'm not a gamer (anymore)
   I signed it, because I hate it when big companies ignore the Linux
   community.
  
  
   [1] http://www.petitiononline.com/ibpfl/
  
  

Even though I only play shooters now (UT series and Doom 3 [1]) - and
with increasingly larger time frames between each session - I am glad
there is pressure for Linux support. It will very surely trigger
Linux/BSD/etc. popularity, so I voted for the petition :). I hope these
kind of petitions help stop the chicken/egg problem (no support -- no
interest -- no support -- ...)

  
  I argued I don't game any more _because_ of the lack of linux games
  that were not already bored with. HIstorically, game  dev's argument
  has been along the lines of 'if they want to game,  they'll just use
  windows, or get a console'.
  
  What they don't realize, is its possible many of us have simply lost
  interest in the gaming community simply because 'just use windows'
  isn't really viable for most of us :P

That's one of the reasons I quit gaming. The last game I bought was
Gothic 3 (because I loved the first 2), which I never did finish. Note
that I'm a mere 20, so you'd think I'd still be into gaming ;).

  
[...]
 
 I lost my interest in games mostly because I have changed. There was a
 time I wouldn't miss a new game for any reason. Now I haven't seen yet
 even how does WOW look like. As I said it has nothing to do with Linux,
 Licenses, policy etc. I just lost the thrill as the years passed by.
 

This would be the other main reason I stopped gaming. Over time I just
lost interest in it. Plus, the gaming world kind of scares me... think
http://www.somethingawful.com/d/art-of-warcraft/index.php [2].

I would also like to point out that some gaming magazines are actually
pushing for native Linux support in games. I'm specifically thinking of
the German GameStar, which had 2 special issues dedicated to Linux to
date. It was the first issue with SuSE 9.1 on DVD which first got me to
try out Linux [3]. They also prefer native Linux support over Emulation,
and even said so in an editorial explicitly criticizing that some
companies are actively working toward integration with Cedega instead
of developing a native Linux version. Sadly, following my disinterest in
gaming, I canceled my subscription.

 -- 
 Best regards,
 Daniel

-- 
Marc Joliet

[1] Hooray for the Gentoo Games Project!!!
[2] Should I warn about possibly not work safe content here? I don't
read that column often, but am quite sure it illustrates my point.
[3] Not just me. GameStar even has a relatively active Linux Forum:
http://www.gamestar.de/community/gspinboard/forumdisplay.php?s=943350a52e1eb42ab89fa9f19e20ce57f=45


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Bo Ørsted Andresen
On Sunday 17 June 2007 18:52:53 Aleksey Kunitskiy wrote:
 Now I have another problem:

 !!! Digest verification failed:
 !!! /usr/portage/app-pda/libopensync/libopensync-0.20.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 1245
 !!! Expected: 1251

 Is it my problem or problem with portage ?
 How can I correct it ?

The manifest in the tree was broken 5 hours ago (cvs is retarded!). It should 
be fixed now so if you sync in a couple of hours the fixed manifest should be 
on the rsync mirrors by that time...

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Dual boot questions

2007-06-17 Thread Mick
On Sunday 17 June 2007 17:49, Mark Knecht wrote:

The first problem I ran into on this machine was that immediately
 after finds my kernel and starts booting I get maybe 1 or 2 lines that
 are good but then the screen becomes unreadable. The text characters
 are highly garbled and there are columns of dots all over the screen.
 The card is an NVidia NV18 GeForce4 MX 400.

That sounds like a framebuffer issue.  Are you passing the correct options to 
your framebuffer on the boot line?

Is there possibly a boot line option to get the system to write
 these characters cleanly?

You need to define the correct for your monitor resolution at the boot line.

The second problem is that after the boot gets started I get a
 kernel panic. 

This is probably a badly configured kernel/hardware driver issue.

 As background the disk layout of this machine, as viewed 
 from within Linux booted from an install CD, looks roughly like this:

 /dev/hde1 * Blocks=1-3824ID=7 HPFS/NTFS
 /dev/hde2   Blocks=3825-19457 ID=5 Extended
 /dev/hde5   Blocks=3825-3837   ID=83 Linux
 /dev/hde6   Blocks=3838-4020   ID=83 Linux
 /dev/hde7   Blocks=4021-7668   ID=83 Linux
 /dev/hde8   Blocks=7669-10218 ID=7 HPFS/NTFS

The last NTSF partition is just data.

The Linux partitions should be boot, swap and the system, in that
 order. I wanted to double check that I could load grub and stop using
 the Windows boot loader by using something like these commands:

 grub root (hd0,6)

If you have your /boot on /dev/hde5, then you should point grub's root to 
(hd0,4).

The fact that your hard drive is shown as /dev/hde as opposed to /dev/hda 
makes me think that the hd0 part may also not be correct.  
Check /boot/grub/device.map to see what's pointing where and also use tab 
completion when you run grub from the command line to find out what grub is 
seeing first in terms of hard disks.

 grub setup (hd0)

This is fine only if hd0 is /dev/hde.

Also, do I need to make /dev/hde5 bootable in fdisk? I think it's
 onot strictly required for grub but I might as well ask.

No, because Linux does not need the boot flag to know which partition to boot.  
Windows on the other hand does, especially so when there is a second Windows 
OS on the disk.

The machine is going to run Gentoo for the foreseeable future and
 I'd prefer to use grub long term. However I don't want to completely
 mess up or get rid of the Windows install until I'm confident I've
 really finished with it for good.

You can set Gentoo to be your default boot OS in your grub.conf.

HTH.
-- 
Regards,
Mick


pgpF2G1wiaSPO.pgp
Description: PGP signature


Re: [gentoo-user] Dell XPS M1710 and Sound

2007-06-17 Thread Mick
On Sunday 17 June 2007 18:36, Colleen Beamer wrote:

 I'm having a heck of a time getting sound to work on my Dell XPS M1710.

 A while back, when I was first setting the laptop of with Gentoo, C. Lee
 Davis sent me a link on how he configured his system with Alsa.  Well, I
 followed that both with Alsa compiled into the kernel and using
 alsa-driver.  I've googled this and didn't come up with anything that
 was similar to my problem.  dmesg shows no errors.  Sound is not muted.

 On my *desktop* system, Alsa works fine - different sound chipset.  The
 *laptop* soundcard is an hda-intel.
[snip]
 On the *laptop*, Kmix shows only the following items for output:
 Master
 PCM
 Capture Mux

I don't have this card so I am not sure what it should show.  Assuming that 
you have compiled CONFIG_SND_HDA_INTEL in your kernel or as a module and 
perhaps CONFIG_SND_AC97_CODEC, then what does this show?

$ alsamixer -V all
-- 
Regards,
Mick


pgpzyFS1kz7Jg.pgp
Description: PGP signature


Re: [gentoo-user] Dual boot questions

2007-06-17 Thread Mark Knecht

On 6/17/07, Mick [EMAIL PROTECTED] wrote:

On Sunday 17 June 2007 17:49, Mark Knecht wrote:

The first problem I ran into on this machine was that immediately
 after finds my kernel and starts booting I get maybe 1 or 2 lines that
 are good but then the screen becomes unreadable. The text characters
 are highly garbled and there are columns of dots all over the screen.
 The card is an NVidia NV18 GeForce4 MX 400.

That sounds like a framebuffer issue.  Are you passing the correct options to
your framebuffer on the boot line?


Actually I don't believe I enabled frame buffer or didn't mean to.
I'll take a look at that. With the install CD I have to boot with
gentoo-nofb to even try to do the install. The frame buffer boot just
goes to a black graphics screen and then I never see anything.

This set of problems didn't exist on older Gentoo install disks, circa
2005. I used to have Linux on this box and had no problems with the
install. The newer install disks are causing the headaches.

SNIP


The second problem is that after the boot gets started I get a
 kernel panic.

This is probably a badly configured kernel/hardware driver issue.


Agreed. I think the kernel panic is saying it cannot find the drive
but the text is so mangled I cannot read it to make any adjustments.
SNIP


 grub root (hd0,6)

If you have your /boot on /dev/hde5, then you should point grub's root to
(hd0,4).


Ah...root (hd0,4) points to /boot, not /root. OK, thanks.



The fact that your hard drive is shown as /dev/hde as opposed to /dev/hda
makes me think that the hd0 part may also not be correct.
Check /boot/grub/device.map to see what's pointing where and also use tab
completion when you run grub from the command line to find out what grub is
seeing first in terms of hard disks.

 grub setup (hd0)

This is fine only if hd0 is /dev/hde.


The machine is an Asus MB with multiple hard drive controllers.
hda-hdd are the controllers built into the chipset. hde-hdh are
supposed to be the secondary external HD controller.

I do remember a Fedora kernel years ago switching these controllers
around at times however the Gentoo install CD mounts the existing
partitions using commands like

mount /dev/hde7 /mnt/gentoo/
mount /dev/hde5 /mnt/gentoo/boot

etc., so at least under that kernel they are definately /dev/hde.

I want to get this boot screen readability problem solved first so I
can really see what the problem is befor I make any major changes.

thanks,
Mark
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Listing packages that depend on specified package

2007-06-17 Thread Aleksey Kunitskiy
On Sunday 17 June 2007 20:50, Bo Ørsted Andresen wrote:
 The manifest in the tree was broken 5 hours ago (cvs is retarded!). It
 should be fixed now so if you sync in a couple of hours the fixed manifest
 should be on the rsync mirrors by that time...

Thanks


-- 
best regards,
Aleksey V. Kunitskiy
my public GPG/PGP key: http://www.alexey-kv.org.ua/pubkey.asc


pgpf5WUee5nCc.pgp
Description: PGP signature


[gentoo-user] Weird kmail/kontact behaviour on startup

2007-06-17 Thread ralph-gentoo
Hi all,

This is a bit of a weird behaviour:

- On KDE startup, an instance of kmail will invariably start, too.

- I close it and start kontact - which will again open two windows, one with 
the kontact screen and basket open (why basket?) and one with kmail

- I close these two again and start kontact again - this time I get my normal 
kontact with the mail open

- On at least one occasion, though not reproducible, kmail started together 
with kopete, although I had only clicked kopete? Har?

I have checked the autostart entries, and de-activated the session manager, to 
no avail. I can't even guess what might be the cause of this - it might have 
started after an emerge -uD prettymuchworld but I don't remember any 
KDE-related updates recently.

Any ideas where I could look?

Thanks,
Ralph

-- 
For contact details, please see www.ralphholz.de.


pgpw3w6qIP9uc.pgp
Description: PGP signature


[gentoo-user] Thunderbird account properties inaccessible

2007-06-17 Thread Kevin O'Gorman

In Tunderbird, when I attempt to access the properies of one of my existing
email accounts, I get an error in a popup window, complaining about some XML
thing.  I have been unable to even locate the offender.

The Thunderbird dialog says

XML Parsing Error: not well-formed
Location: chrome://messenger/content/AccountManager.xul
Line Number 1, Column 7:

anager
--^


Obviously, that's malformed, but I cannot find any file where it lives, at
least not under my home directory,
and there's no .xul in the filenames belonging to Thunderbird.

Where should I be looking?

--
Kevin O'Gorman, PhD


[gentoo-user] Dell XPS M1710 and Sound

2007-06-17 Thread John covici
on Sunday 06/17/2007 Colleen Beamer([EMAIL PROTECTED]) wrote
  Hi guys,
  
  I'm having a heck of a time getting sound to work on my Dell XPS M1710.
  
  A while back, when I was first setting the laptop of with Gentoo, C. Lee
  Davis sent me a link on how he configured his system with Alsa.  Well, I
  followed that both with Alsa compiled into the kernel and using
  alsa-driver.  I've googled this and didn't come up with anything that
  was similar to my problem.  dmesg shows no errors.  Sound is not muted.
  
  On my *desktop* system, Alsa works fine - different sound chipset.  The
  *laptop* soundcard is an hda-intel.
  
  On my *desktop*, KMix shows the following items for output:
  
  Master
  Master Mono
  Headphone
  3D-Control-Center
  3D-Control-Depth
  PCM
  PC Speaker
  
  
  On the *laptop*, Kmix shows only the following items for output:
  Master
  PCM
  Capture Mux
  
  On the laptop, Kmix shows only Mic as Input
  
  If anyone can lead me by the nose, here, I would certainly appreciate it.

I have a Dell Latitude d820 which uses snd-hda-intel (I think this is
the correct module name).  I have a few more controls that that, but
what I set by hand in /etc/asound.state was something called PlayBack
Master Switch which was false when it came iand is now true and that
brought up sound.

Hope this helps.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Thunderbird account properties inaccessible

2007-06-17 Thread Xavier Parizet

On Sun, June 17, 2007 21:22, Kevin O'Gorman wrote:
 In Tunderbird, when I attempt to access the properies of one of my
 existing
 email accounts, I get an error in a popup window, complaining about some
 XML
 thing.  I have been unable to even locate the offender.

 The Thunderbird dialog says
 XML Parsing Error: not well-formed
 Location: chrome://messenger/content/AccountManager.xul
 Line Number 1, Column 7:

 anager
 --^

 Obviously, that's malformed, but I cannot find any file where it lives, at
 least not under my home directory,
 and there's no .xul in the filenames belonging to Thunderbird.

 Where should I be looking?
Maybe yu can run find ~ -in
 --
 Kevin O'Gorman, PhD



-- 
http://www.linuxant.fr/

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dell XPS M1710 and Sound

2007-06-17 Thread Benno Schulenberg
Colleen Beamer wrote:
 The *laptop* soundcard is an hda-intel.

Ah, welcome to the madness that is called hda-intel.  There are 
several versions of that thing, and each version comes in several 
different models.  My dad's laptop has an ALC260, but whatever 
'model=' modprobe option I tried, it stayed silent.

So first find out with 'aplay -l' what codec version you have.
Then see https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2189 
and https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2725 for 
more info.  Read first the comments of pshou, he's the expert.

When you get it working, I'd be interested to know how you got 
there.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] skype

2007-06-17 Thread Hemmann, Volker Armin
On Sonntag, 17. Juni 2007, Uwe Thiem wrote:

 It seems the new version of skype depends on Qt4 while you propably have
 installed Qt3. One *can* install both versions, but it's a bit tricky to
 make Qt3-dependent packages (like KDE 3.x) compile correctly when both
 versions are present. I think there is a tutorial or just a post to the
 forums about it.

that is completly not true, absolutly wrong.

qt3 and qt4 can both be installed without ANYTHING to do for the user. There 
are no tricks, no settings, nothing.

You want to consult the documentation, especially the part about SLOTS.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] skype

2007-06-17 Thread Dale
Hemmann, Volker Armin wrote:
 On Sonntag, 17. Juni 2007, Uwe Thiem wrote:

   
 It seems the new version of skype depends on Qt4 while you propably have
 installed Qt3. One *can* install both versions, but it's a bit tricky to
 make Qt3-dependent packages (like KDE 3.x) compile correctly when both
 versions are present. I think there is a tutorial or just a post to the
 forums about it.
 

 that is completly not true, absolutly wrong.

 qt3 and qt4 can both be installed without ANYTHING to do for the user. There 
 are no tricks, no settings, nothing.

 You want to consult the documentation, especially the part about SLOTS.
   
You may also need to add these USE flags to your make.conf too.  qt3
qt4  I have both version 3 and version 4 on mine and I THINK I had to
put that in there to get it to sort out the usage by different programs.

Hope that helps too.

Dale

:-)  :-)


Re: [gentoo-user] skype

2007-06-17 Thread Bo Ørsted Andresen
On Sunday 17 June 2007 23:30:50 Dale wrote:
  that is completly not true, absolutly wrong.
 
  qt3 and qt4 can both be installed without ANYTHING to do for the user.
  There are no tricks, no settings, nothing.
 
  You want to consult the documentation, especially the part about SLOTS.

 You may also need to add these USE flags to your make.conf too.  qt3
 qt4  I have both version 3 and version 4 on mine and I THINK I had to
 put that in there to get it to sort out the usage by different programs.

Irrelevant. Those use flags are for optional dependencies only. This depency 
on qt:4 isn't optional.

-- 
Bo Andresen


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Seamonkey and saving pictures

2007-06-17 Thread Dale
Hi,

I have noticed something in the past few days that has me bum fuzzled. 
I can't figure out why Seamonkey has started taking forever to save a
picture.  I do it this way.  I find a pic, then right click and select
'save image as' and then tell it where to save it.  The image is already
downloaded so it is not trying to download over my slow dial-up.  After
I hit save, it takes sometimes 10 seconds or so and the CPU goes to
right at 100% usage.  Sometimes it takes longer than 10 seconds,
sometimes less.  Image size doesn't seem to matter either.  I can't
figure out that part either.

I have a AMD 2500+ CPU and 1Gb of ram.  My drives are UDMA enabled and
work fine with everything else.  I don't think it did this a few weeks
ago either. 

Any clues?  Anybody know if it uses a external program to save pics with
and what it is? 

Thanks for any pointers.  More info below.

Dale

:-)  :-)


 [EMAIL PROTECTED] / # emerge -pv seamonkey

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

 Calculating dependencies... done!
 [ebuild   R   ] www-client/seamonkey-1.1.2  USE=crypt ipv6 java ldap
 xprint -debug -gnome -mozdevelop -moznocompose -moznoirc -moznomail
 -moznopango -moznoroaming -postgres -xforms -xinerama 556 kB

 Total: 1 package (1 reinstall), Size of downloads: 556 kB
 [EMAIL PROTECTED] / #

 [EMAIL PROTECTED] / # emerge --info
 Portage 2.1.3_rc3 (default-linux/x86/2006.1/desktop, gcc-4.1.2,
 glibc-2.5-r3, 2.6.20-gentoo-r8 i686)
 =
 System uname: 2.6.20-gentoo-r8 i686 AMD Athlon(tm) XP 2500+
 Gentoo Base System release 1.12.9
 Timestamp of tree: Sat, 16 Jun 2007 04:20:01 +
 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port
 3632) [disabled]
 ccache version 2.4 [enabled]
 dev-java/java-config: 1.3.7, 2.0.32
 dev-lang/python: 2.4.4-r4
 dev-python/pycrypto: 2.0.1-r5
 dev-util/ccache: 2.4-r7
 sys-apps/sandbox:1.2.17
 sys-devel/autoconf:  2.13, 2.61
 sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2,
 1.10
 sys-devel/binutils:  2.16.1-r3
 sys-devel/gcc-config: 1.3.16
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.17-r2
 ACCEPT_KEYWORDS=x86
 AUTOCLEAN=yes
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-march=athlon-xp -O2 -momit-leaf-frame-pointer
 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/share/X11/xkb /usr/share/config
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
 /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c
 CXXFLAGS=-march=athlon-xp -O2 -momit-leaf-frame-pointer
 DISTDIR=/usr/portage/distfiles
 FEATURES=buildpkg ccache distlocks fixpackages metadata-transfer
 parallel-fetch sandbox sfperms strict unmerge-orphans
 GENTOO_MIRRORS=SNIP
 LDFLAGS=-Wl,-z,now
 LINGUAS=en
 MAKEOPTS=-j3
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_EXTRA_OPTS=--timeout=600
 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 --filter=H_**/files/digest-*
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
 USE=3dnow X acl acpi alsa amd arts artswrappersuid automount berkdb
 bitmap-fonts browserplugin bzip2 cairo cddb cdr chroot cli cracklib
 crypt cups dbus doc dri dvd dvdr dvdread eds emboss encode esd exif
 fam fdftk fortran gaim gcj gdbm gif gimp gimpprint gkrellm gphoto2 gpm
 gstreamer gtk hal hbci iconv ipv6 isdnlog java javascript jbig jpeg
 jpeg2k justify kde ldap libg++ logrotate mad midi mikmod mmx mp3 mpeg
 mudflap ncurses nptl nptlonly nsplugin offensive ofx ogg opengl openmp
 pam pcre pdf perl png ppds pppd python qt3 qt4 quicktime readline
 realmedia reflection scanner sdl seamonkey session spell spl sqlite
 sse ssl syslog tcl tcpd tiff tk truetype truetype-fonts type1-fonts
 udev unicode usb vorbis win32codecs wma wmf wmp x86 xml xorg xprint xv
 yahoo zlib ALSA_CARDS=emu10k1 ALSA_PCM_PLUGINS=adpcm alaw asym
 copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa
 lfloat linear meter mulaw multi null plug rate route share shm
 softvol ELIBC=glibc INPUT_DEVICES=keyboard mouse KERNEL=linux
 LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
 ncurses text LINGUAS=en USERLAND=GNU VIDEO_CARDS=nvidia
 Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
 PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY

 [EMAIL PROTECTED] / #  


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Thunderbird account properties inaccessible

2007-06-17 Thread Kevin O'Gorman

On 6/17/07, Xavier Parizet [EMAIL PROTECTED] wrote:



On Sun, June 17, 2007 21:22, Kevin O'Gorman wrote:
 In Tunderbird, when I attempt to access the properies of one of my
 existing
 email accounts, I get an error in a popup window, complaining about some
 XML
 thing.  I have been unable to even locate the offender.

 The Thunderbird dialog says
 XML Parsing Error: not well-formed
 Location: chrome://messenger/content/AccountManager.xul
 Line Number 1, Column 7:

 anager
 --^

 Obviously, that's malformed, but I cannot find any file where it lives,
at
 least not under my home directory,
 and there's no .xul in the filenames belonging to Thunderbird.

 Where should I be looking?
Maybe yu can run find ~ -in



I've tried several kinds of find (including find ... -exec grep ...) to no
avail. I'm thinking this is either something in Thunderbird itself, or in
one of the data/compressed files.


--
Kevin O'Gorman, PhD


[gentoo-user] Sun Fire X4200 - Unable to handle kernel paging request and rsync Not tainted

2007-06-17 Thread Stevica Kurcubic

Hello,

I have several Sun Fire X4200 servers and they are all running
smoothly on Gentoo except one. It constantly fail with error bellow.
At first I thought that it have a bad memory, so I run memtest and it
all passed. Then I thought it is firmware on my raid card, so I
upgraded firmware but it didn't help. I have 64 bit kernel. Anybody
have some more idea?

TNX a lot.

Jun 15 10:28:04 gentoo-monitor2 Unable to handle kernel paging request
at 00fb79ed RIP:
Jun 15 10:28:04 gentoo-monitor2 [8054d17e] __down+0x62/0x100
Jun 15 10:28:04 gentoo-monitor2 PGD 1c5b8067 PUD 295b8067 PMD 0
Jun 15 10:28:04 gentoo-monitor2 Oops: 0002 [2] SMP
Jun 15 10:28:04 gentoo-monitor2 CPU 1
Jun 15 10:28:04 gentoo-monitor2 Modules linked in:
Jun 15 10:28:04 gentoo-monitor2 Pid: 23630, comm: rsync Not tainted
2.6.20-gentoo-r8 #2
Jun 15 10:28:04 gentoo-monitor2 RIP: 0010:[8054d17e]
[8054d17e] __down+0x62/0x100
Jun 15 10:28:04 gentoo-monitor2 RSP: 0018:8100b4fa7c88  EFLAGS: 00010002
Jun 15 10:28:04 gentoo-monitor2 RAX: 810037bae888 RBX:
810037bae878 RCX: 00fb79ed
Jun 15 10:28:04 gentoo-monitor2 RDX: 8100b4fa7ca0 RSI:
81007dfca9c0 RDI: 810037bae880
Jun 15 10:28:04 gentoo-monitor2 RBP: 810037bae880 R08:
00568a3c R09: 81004d2a7cc0
Jun 15 10:28:04 gentoo-monitor2 R10: 81000882a0c0 R11:
80251c86 R12: 0296
Jun 15 10:28:04 gentoo-monitor2 R13: 8100c150e770 R14:
81007d67ee80 R15: 81007dfca9c0
Jun 15 10:28:04 gentoo-monitor2 FS:  2b754230f6d0()
GS:8100016dde40() knlGS:
Jun 15 10:28:04 gentoo-monitor2 CS:  0010 DS:  ES:  CR0:
8005003b
Jun 15 10:28:04 gentoo-monitor2 CR2: 00fb79ed CR3:
40fa4000 CR4: 06e0
Jun 15 10:28:04 gentoo-monitor2 Process rsync (pid: 23630, threadinfo
8100b4fa6000, task 8100c150e770)
Jun 15 10:28:04 gentoo-monitor2 Stack:  0001
8100c150e770 8022981a 810037bae888
Jun 15 10:28:04 gentoo-monitor2  
0296 810037bae878
Jun 15 10:28:04 gentoo-monitor2 810037bae800 
0bdeca89 8054ce78
Jun 15 10:28:04 gentoo-monitor2 Call Trace:
Jun 15 10:28:04 gentoo-monitor2 [8022981a]
default_wake_function+0x0/0xe
Jun 15 10:28:04 gentoo-monitor2 [8054ce78] __down_failed+0x35/0x3a
Jun 15 10:28:04 gentoo-monitor2 [80251c86] mempool_free_slab+0x0/0xe
Jun 15 10:28:04 gentoo-monitor2 [8033ada6] cifs_reopen_file+0x82/0x382
Jun 15 10:28:04 gentoo-monitor2 [8033b9c5]
find_writable_file+0x7a/0xd1
Jun 15 10:28:04 gentoo-monitor2 [8033ba2a]
is_size_safe_to_change+0xe/0x37
Jun 15 10:28:04 gentoo-monitor2 [803481dd] cifs_readdir+0xbe0/0x108f
Jun 15 10:28:04 gentoo-monitor2 [8027de94] filldir+0x0/0xb7
Jun 15 10:28:04 gentoo-monitor2 [8027de94] filldir+0x0/0xb7
Jun 15 10:28:04 gentoo-monitor2 [8027dfa8] vfs_readdir+0x5d/0x92
Jun 15 10:28:04 gentoo-monitor2 [8027e1fa] sys_getdents+0x75/0xbf
Jun 15 10:28:04 gentoo-monitor2 [8027d8ac] sys_fcntl+0x2b8/0x2c4
Jun 15 10:28:04 gentoo-monitor2 [8020955e] system_call+0x7e/0x83
Jun 15 10:28:04 gentoo-monitor2
Jun 15 10:28:04 gentoo-monitor2
Jun 15 10:28:04 gentoo-monitor2 Code: 48 89 11 ff 43 04 48 89 4c 24 20
8b 43 04 ff c8 f0 01 03 0f
Jun 15 10:28:04 gentoo-monitor2 RIP  [8054d17e] __down+0x62/0x100
Jun 15 10:28:04 gentoo-monitor2 RSP 8100b4fa7c88
Jun 15 10:28:04 gentoo-monitor2 CR2: 00fb79ed
--
[EMAIL PROTECTED] mailing list