Re: [gentoo-user] Confusion

2009-10-22 Thread Dirk Heinrichs
Am Samstag 17 Oktober 2009 17:54:49 schrieb econti:

 Is there any other solution?

The same problem came up on gentoo-user-de yesterday, too. One replier told us 
that there was a portage news item about this topic:

2009-09-27-qt_use_changes
  Title Qt 4.5.2 default USE flag changes
  AuthorAlex Alexander wi...@gentoo.org
  Posted2009-09-27
  Revision  1

Qt version 4.5.2 has significant changes in the USE flags enabled by
default.

When upgrading, make sure you check and re-enable any USE flags you
need.

Depending on your system and installed packages, you might hit an issue
where Portage is getting confused by this USE flag change, trying to mix
old 4.5.1 ebuilds with new 4.5.2 ones, resulting in blocks.

If this happens to you, please add the offending USE flags (usually
'qt3support' and 'dbus') in your USE= or switch to a desktop profile
(eselect profile list). Check this post [0] for more details on this
issue.

[0] http://www.linuxized.com/p192;

So it could be a good idea to read your portage news.

HTH...

Dirk

  


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


[gentoo-user]Unknown Host pops up when starting X

2009-10-22 Thread Xi Shen
hi,

i have just emerged kde 4.3. when i ran startx, a message Unknown
Host is displayed. Clearly, I missed some configuration. But what?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/



Re: [gentoo-user] Confusion

2009-10-22 Thread Mick
2009/10/22 Dirk Heinrichs dirk.heinri...@online.de:
 Am Samstag 17 Oktober 2009 17:54:49 schrieb econti:

 Is there any other solution?

 The same problem came up on gentoo-user-de yesterday, too. One replier told us
 that there was a portage news item about this topic:

 2009-09-27-qt_use_changes
  Title                     Qt 4.5.2 default USE flag changes
  Author                    Alex Alexander wi...@gentoo.org
  Posted                    2009-09-27
  Revision                  1

 Qt version 4.5.2 has significant changes in the USE flags enabled by
 default.

 When upgrading, make sure you check and re-enable any USE flags you
 need.

 Depending on your system and installed packages, you might hit an issue
 where Portage is getting confused by this USE flag change, trying to mix
 old 4.5.1 ebuilds with new 4.5.2 ones, resulting in blocks.

 If this happens to you, please add the offending USE flags (usually
 'qt3support' and 'dbus') in your USE= or switch to a desktop profile
 (eselect profile list). Check this post [0] for more details on this
 issue.

 [0] http://www.linuxized.com/p192;

 So it could be a good idea to read your portage news.

Always do!

Thanks for your post.  It made me realise that I was still on the
default/linux/x86/2008.0/desktop profile!  I must have missed any
notices that the 10.0 profile was out.
-- 
Regards,
Mick



Re: [gentoo-user] SIT-file format (Mac?) on linux

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 04:47:26 +0200, meino.cra...@gmx.de wrote:

  does anyone know an unpacker for the sit fileformat
  (I think, this one is Mac-based?!) ?

Try app-arch/stuffit


-- 
Neil Bothwick

If at first you don't succeed, bugger.


signature.asc
Description: PGP signature


Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Etaoin Shrdlu
On Wednesday 21 October 2009, Mick wrote:

 Maybe I am getting lazy - but wouldn't mind all my ftp, webdav and ssh
 settings under the Network places to have been carried over into KDE4.  How
 do I go about copying them over?

I did 

cp -a .kde3.5 .kde4

and all the settings (not just only konqueror's) were picked up.



Re: [gentoo-user]Unknown Host pops up when starting X

2009-10-22 Thread KH

Xi Shen schrieb:

hi,

i have just emerged kde 4.3. when i ran startx, a message Unknown
Host is displayed. Clearly, I missed some configuration. But what?




hi,

could it be this part:

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1chap=8#doc_chap2

kh



[gentoo-user] slim-themes : gentoo 10 years of compiling

2009-10-22 Thread KH

Hi,

I created three slim themes based on the beautifully wallpapers created 
by Ben Stedman. You can find the wallpapers here. [1]


The themes I created can be found here:

gentoo_10_purple:
screen shot:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_purple/gentoo_10_purple.png
files:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_purple/gentoo_10_purple.tar.bz2

gentoo_10_blue:
screen shot:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_blue/gentoo_10_blue.png
files:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_blue/gentoo_10_blue.tar.bz2

gentoo_10_dark:
screen shot:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_dark/gentoo_10_dark.png
files:
http://www.konstantinhansen.de/source/slim_themes/gentoo_10_dark/gentoo_10_dark.tar.bz2


Hopefully they will be available with the slim-themes program soon. For 
the time being you might just untar them and move them to your 
/usr/share/slim/themes/ folder. Don't forget to edit your /etc/slim.conf


Enjoy kh

[1] http://www.gentoo.org/proj/en/pr/releases/10.0/graphics.xml



[gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Helmut Jarausch
Hi,

is there an easy way to unmerge all packages which are no longer in 
the current portage tree.
(Those make problems on update world)

Many thanks for a hint,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Johannes Kimmel
Helmut Jarausch wrote:
 Hi,

 is there an easy way to unmerge all packages which are no longer in 
 the current portage tree.
 (Those make problems on update world)

 Many thanks for a hint,
 Helmut.

   
if packages are not in the portage tree, they should not be pulled in
anymore. therefore emerge --depclean could help.

Johannes



Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 15:42:41 Johannes Kimmel wrote:
 Helmut Jarausch wrote:
  Hi,
 
  is there an easy way to unmerge all packages which are no longer in
  the current portage tree.
  (Those make problems on update world)
 
  Many thanks for a hint,
  Helmut.
 
 if packages are not in the portage tree, they should not be pulled in
 anymore. therefore emerge --depclean could help.

depclean only removes packages that it knows for a fact are no longer needed. 
This means

- not in world
- not linked to by anything
- not depended on by anything

not in the tree is not part of that list. If you have a package in world 
that is not in the tree anymore, depclean will leave it as is. It will remove 
ancient mere deps that are somehow still lying around though

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] slim-themes : gentoo 10 years of compiling

2009-10-22 Thread Jacob Todd
On Thu, Oct 22, 2009 at 12:29:18PM +0200, KH wrote:
 Hi,
 
 I created three slim themes based on the beautifully wallpapers created 
 by Ben Stedman. You can find the wallpapers here. [1]
 
 The themes I created can be found here:
 
 gentoo_10_purple:
 screen shot:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_purple/gentoo_10_purple.png
 files:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_purple/gentoo_10_purple.tar.bz2
 
 gentoo_10_blue:
 screen shot:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_blue/gentoo_10_blue.png
 files:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_blue/gentoo_10_blue.tar.bz2
 
 gentoo_10_dark:
 screen shot:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_dark/gentoo_10_dark.png
 files:
 http://www.konstantinhansen.de/source/slim_themes/gentoo_10_dark/gentoo_10_dark.tar.bz2
 
 
 Hopefully they will be available with the slim-themes program soon. For 
 the time being you might just untar them and move them to your 
 /usr/share/slim/themes/ folder. Don't forget to edit your /etc/slim.conf
 
 Enjoy kh
 
 [1] http://www.gentoo.org/proj/en/pr/releases/10.0/graphics.xml
 
I don't use SLiM, but these are really nice. Great work!

-- 
Jake Todd
// If it isn't broke, tweak it!


pgptM7Z3Gq240.pgp
Description: PGP signature


Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Jesús Guerrero
On Thu, 22 Oct 2009 14:09:31 +0200, Alan McKinnon
alan.mckin...@gmail.com
wrote:
 On Thursday 22 October 2009 15:42:41 Johannes Kimmel wrote:
 Helmut Jarausch wrote:
  Hi,
 
  is there an easy way to unmerge all packages which are no longer in
  the current portage tree.
  (Those make problems on update world)
 
  Many thanks for a hint,
  Helmut.
 
 if packages are not in the portage tree, they should not be pulled in
 anymore. therefore emerge --depclean could help.
 
 depclean only removes packages that it knows for a fact are no longer
 needed. 
 This means
 
 - not in world
 - not linked to by anything
 - not depended on by anything
 
 not in the tree is not part of that list. If you have a package in
world 
 that is not in the tree anymore, depclean will leave it as is. It will
 remove 
 ancient mere deps that are somehow still lying around though

Yep, if the package is in world, delclean will not help.

You could always do it the bash way. I have no idea if there's any tool
out there that will make this easier, but it's simple enough to script it,
something like this should work:

qlist -I --nocolor | while read pkg; do
  if [ ! -d /var/portage/$pkg ]; then
echo $pkg is not in portage
  fi
done

This will not catch overlays, but it could be easily extended to do so,
it's just a generic (and untested) example. It should work I guess. It just
dumps the list of installed packages, then tries to find a dir with the
same name under your portage directory and if it doesn't exist then the
package name is printed.

-- 
Jesús Guerrero



Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 15:58:17 Jesús Guerrero wrote:
  depclean only removes packages that it knows for a fact are no longer
  needed. 
  This means
  
  - not in world
  - not linked to by anything
  - not depended on by anything
  
  not in the tree is not part of that list. If you have a package in
 
 world 
 
  that is not in the tree anymore, depclean will leave it as is. It will
  remove 
  ancient mere deps that are somehow still lying around though
 
 Yep, if the package is in world, delclean will not help.
 
 You could always do it the bash way. I have no idea if there's any tool
 out there that will make this easier, but it's simple enough to script it,
 something like this should work:
 
 qlist -I --nocolor | while read pkg; do
   if [ ! -d /var/portage/$pkg ]; then
 echo $pkg is not in portage
   fi
 done
 
 This will not catch overlays, but it could be easily extended to do so,
 it's just a generic (and untested) example. It should work I guess. It just
 dumps the list of installed packages, then tries to find a dir with the
 same name under your portage directory and if it doesn't exist then the
 package name is printed.
 


The best place for this would be 

equery orphan params

or similar. I'm sure the maintainer will gratefully accept patches :-)

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 13:14:28 +0200 (CEST), Helmut Jarausch wrote:

 is there an easy way to unmerge all packages which are no longer in 
 the current portage tree.

eix-test-obsolete can produce a list of installed packages that are no
longer in portage.


-- 
Neil Bothwick

My brain's in gear, neutral's a gear ain't it?


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Neil Bothwick
On Wed, 21 Oct 2009 21:28:10 -0600, Maxim Wexler wrote:

 I did the 30-r6 from scratch, then copied the .config over to the
 30-r7 slot and ran make oldconfig. No change.
 
 Least I still have the 29 kernel; it works fine ;)

Why not copy over the .29 config and run make oldconfig?


-- 
Neil Bothwick

Of course, I could switch back to Windows. At least there, if I have a
problem, I don't suffer under the illusion that I could ever fix it. -


signature.asc
Description: PGP signature


[gentoo-user] Re: Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Nikos Chantziaras

On 10/22/2009 02:14 PM, Helmut Jarausch wrote:

Hi,

is there an easy way to unmerge all packages which are no longer in
the current portage tree.
(Those make problems on update world)

Many thanks for a hint,
Helmut.


Quick 'n dirty one-liner:

  for f in $(qlist -IC); do stat /usr/portage/$f  /dev/null; done

For packages not in the tree, you will get something like:

  stat: cannot stat `/usr/portage/x11-themes/foobar': No such file
  or directory

meaning that x11-themes/foobar is not in the tree.  Of course this 
doesn't check overlays.





Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Helmut Jarausch
Thanks to all of you for your help,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



[gentoo-user] Re: HP ScanJet 6300C

2009-10-22 Thread James
walt w41ter at gmail.com writes:



 I'd suggest media-gfx/xsane, which is a great GUI front end for sane.


Fabulous software!


thx...


James









Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Alex Schuster
Etaoin Shrdlu writes:

 On Wednesday 21 October 2009, Mick wrote:
  Maybe I am getting lazy - but wouldn't mind all my ftp, webdav and ssh
  settings under the Network places to have been carried over into KDE4. 
  How do I go about copying them over?
 
 I did
 
 cp -a .kde3.5 .kde4
 
 and all the settings (not just only konqueror's) were picked up.

That did not work for me, all windows had no window title then. But it 
worked fine for partial applications when I copied just their data over. For 
konqueror, that would probably be share/config/konquerrorrc and 
share/apps/konqueror/.

Wonko



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 17:45:36 Alex Schuster wrote:
 Etaoin Shrdlu writes:
  On Wednesday 21 October 2009, Mick wrote:
   Maybe I am getting lazy - but wouldn't mind all my ftp, webdav and ssh
   settings under the Network places to have been carried over into KDE4.
   How do I go about copying them over?
 
  I did
 
  cp -a .kde3.5 .kde4
 
  and all the settings (not just only konqueror's) were picked up.
 
 That did not work for me, all windows had no window title then. But it
 worked fine for partial applications when I copied just their data over.
  For konqueror, that would probably be share/config/konquerrorrc and
 share/apps/konqueror/.


I also found odd inconsistencies copying .kde3.5 to .kde4

Kopete has twice reordered my contacts
akonadi integration with kmail was flakey
system tray icons come and go as they please
and various other oddities that don't happen with new users

It would seem that a largely vanilla 3.5 config migrates to 4 with low risk. 
As the old config is more and more modified, the odds of 100% success reduce.

As always, YMMV


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Maxim Wexler

 Why not copy over the .29 config and run make oldconfig?

I thought of that, but isn't there too much difference in the
versions? I read somewhere that taking to big a leap between versions
is unsafe. Not to mention the great whack of new options. If you do a
diff -y between the two configs there are lots of gaps.

mw



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 12:17:46 -0600, Maxim Wexler wrote:

  Why not copy over the .29 config and run make oldconfig?  
 
 I thought of that, but isn't there too much difference in the
 versions? I read somewhere that taking to big a leap between versions
 is unsafe.

0.0.01 is hardly a big leap! You wouldn't want to use oldconfig in a big
jump, say from 2.4 to 2.6, but for incremental versions it is the best
approach. There is far more chance of you messing things up in a new,
from scratch config than using oldconfig.

 Not to mention the great whack of new options. If you do a
 diff -y between the two configs there are lots of gaps.

That's precisely what oldconfig deals with.


-- 
Neil Bothwick

Custer was fitted for an Arrow shirt.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Maxim Wexler
OK, went ahead and did it. It's already broke, what's the harm?.
Looks like I'll be answering a lot of questions before I'm done.
STRIP_ASM_SYMS !? what th'?

On 10/22/09, Maxim Wexler maxim.wex...@gmail.com wrote:

 Why not copy over the .29 config and run make oldconfig?

 I thought of that, but isn't there too much difference in the
 versions? I read somewhere that taking to big a leap between versions
 is unsafe. Not to mention the great whack of new options. If you do a
 diff -y between the two configs there are lots of gaps.

 mw




Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 20:17:46 Maxim Wexler wrote:
  Why not copy over the .29 config and run make oldconfig?
 
 I thought of that, but isn't there too much difference in the
 versions? I read somewhere that taking to big a leap between versions
 is unsafe. Not to mention the great whack of new options. If you do a
 diff -y between the two configs there are lots of gaps.


That's version jumps like 2.4 to 2.6

The 2.6 development model is small incremental steps, so the odds are always 
in your favour that it will work just fine. Occasionally you might find two 
versions that don't like to play nicely with oldconfig but that isn't the 
norm.

FWIW, I haven't encountered a single problem with the entire 2.6 range. But 
then again I don't do version jumps on the order of 2.6.9 to 2.6.15, it's more 
like 2.6.30-r6 to 2.6.31

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 20:36:48 Maxim Wexler wrote:
 OK, went ahead and did it. It's already broke, what's the harm?.
 Looks like I'll be answering a lot of questions before I'm done.
 STRIP_ASM_SYMS !? what th'?

run menuconfig in another terminal, type /, enter the string, press enter, 
read screen. Possibly google some stuff. Entire problem sorted

But tell me, how is that different from doing it from scratch? You'd still 
look at the option, you'd still have a ???WTF??? moment, you'd still use the 
help function, google and this list. I fail to see any real difference

Unless of course your emotions and frustrations are clouding your judgement in 
this regard...



 
 On 10/22/09, Maxim Wexler maxim.wex...@gmail.com wrote:
  Why not copy over the .29 config and run make oldconfig?
 
  I thought of that, but isn't there too much difference in the
  versions? I read somewhere that taking to big a leap between versions
  is unsafe. Not to mention the great whack of new options. If you do a
  diff -y between the two configs there are lots of gaps.
 
  mw
 

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 12:36:48 -0600, Maxim Wexler wrote:

 OK, went ahead and did it. It's already broke, what's the harm?.
 Looks like I'll be answering a lot of questions before I'm done.
 STRIP_ASM_SYMS !? what th'?

Look at the list of choices it gives you, probably something like y/n/? -
guess what the ? does.


-- 
Neil Bothwick

The man who dies with the most toys is dead.


signature.asc
Description: PGP signature


[gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread Hung Dang
Hi all,
After updating my system I find out that some gnome based applications
have problem with png images. For example, I got this message when
trying to open stadict
Can not load image. Couldn't recognize the image file format for file
'/usr/share/pixmaps/stardict.png' and this problem happened to at least
two of my machines.
Does anyone know what is going on with my system? I use KDE 4.3.2 then
only gtk USE flag is enabled on my box. Please see the output of emerge
--info in the attached file for more information.

Thanks a lot
Hung

 
Portage 2.1.7.1 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, 
glibc-2.10.1-r0, 2.6.30-gentoo-r8-hhserver x86_64)
=
System uname: 
linux-2.6.30-gentoo-r8-hhserver-x86_64-intel-r-_core-tm-_i7_cpu_9...@_2.67ghz-with-gentoo-2.0.1
Timestamp of tree: Tue, 20 Oct 2009 21:45:01 +
app-shells/bash: 4.0_p33
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.6.3, 3.1.1-r1
dev-util/cmake:  2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.5.2-r1
sys-apps/sandbox:2.1
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS=amd64 ~amd64
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
CHOST=x86_64-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 /var/lib/hsqldb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d
CXXFLAGS=-march=core2 -msse4 -mcx16 -msahf -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=assume-digests distlocks fixpackages metadata-transfer news 
parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs 
unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.osuosl.org/ 
LDFLAGS=-Wl,--as-needed
LINGUAS=en en_US
MAKEOPTS=-j7 -s
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage
USE=X a52 aac accessibility acl acpi alsa amd64 apache2 aspell bash-completion 
bluetooth boost branding bzip2 cairo cdr cg cli compat consolekit cracklib 
crypt cups dbus djvu dri dts dvd dvdr dvipdfm eds emboss encode esd evo extra 
fam fbcondecor fbsplash ffmpeg fftw flac fltk fortran gcj gd gdbm gfortran gif 
gnuplot gpm graphics gstreamer gtk hal hddtemp hdf5 iconv imagemagick ipv6 
isdnlog java java6 jpeg jpeg2k kde kerberos kpathsea lapack laptop latex lcms 
ldap libnotify lm_sensors lua lyx mad math mikmod mmx mmxext mng modules mp3 
mp4 mpeg msn mudflap multilib multislot mysql ncurses netcdf nls npp nptl 
nptlonly nsplugin nvidia ocaml ogg omega opengl openmp pam patented pcre pdf 
perl php plotutil png ppds pppd pstricks publishers python qt3support qt4 
quicktime rdesktop readline reflection science sdl sensord server session spell 
spl sql sse sse2 ssl ssse3 startup-notification svg symlink sysfs tcl tcpd 
threads thunar thunderbird tidy tiff tk truetype unicode usb v4l v4l2 vhosts 
vnc vorbis webkit winbind wma wxwidgets wxwindows x264 xcomposite xml xorg 
xulrunner xv xvid xvmc yahoo zeroconf zlib ALSA_CARDS=ali5451 als4000 atiixp 
atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null 
plug rate route share shm softvol APACHE2_MODULES=actions alias auth_basic 
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LINGUAS=en en_US USERLAND=GNU VIDEO_CARDS=nvidia 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, 
LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, 
PORTDIR_OVERLAY



Re: [gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread Jacob Todd
On Thu, Oct 22, 2009 at 01:48:57PM -0600, Hung Dang wrote:
 Hi all,
 After updating my system I find out that some gnome based applications
 have problem with png images. For example, I got this message when
 trying to open stadict
 Can not load image. Couldn't recognize the image file format for file
 '/usr/share/pixmaps/stardict.png' and this problem happened to at least
 two of my machines.
 Does anyone know what is going on with my system? I use KDE 4.3.2 then
 only gtk USE flag is enabled on my box. Please see the output of emerge
 --info in the attached file for more information.
 
 Thanks a lot
 Hung
 
  

# update-mime-database /usr/share/mime-info
# update-mime-database /usr/share/mime
% update-mime-database ~/.config/mime

-- 
Jake Todd
// If it isn't broke, tweak it!


pgpTLBKDXZkkh.pgp
Description: PGP signature


Re: [gentoo-user] Re: New laptop won't remote print

2009-10-22 Thread Grant
 I can't get my new laptop to print to a remote printer.  My
 old laptop still does it just fine.  They both have identical
 /etc/cups/client.conf:

 ServerName 192.168.0.1

 Each laptop is tested as 192.168.0.2.  Neither laptop has a firewall
 running.  I can't think of anything else to check.  Any ideas?

 Having the laptops both using the same IP address is bound to
 cause odd problems.  You don't have both of them up and running
 usig 192.168.0.2 do you?

 --
 Grant

Thanks everyone.  This seems to have fixed itself.

- Grant



[gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-22 Thread Alan E. Davis
I've tried alot of things, but I give up.  Can someone help me with the knot
of dependencies that has been holding my system in hostage from any attempt
to update world, for weeks now?

This message asked if I want to merge these packages:

!!! The following update(s) have been skipped due to unsatisfied
dependencies
!!! triggered by backtracking:

x11-libs/qt-assistant:4
x11-libs/qt-svg:4
x11-libs/qt-test:4
x11-libs/qt-script:4
x11-libs/qt-webkit:4
x11-libs/qt-opengl:4

Would you like to merge these packages? [Yes/No]

Here are the blocks:

Total: 70 packages (54 upgrades, 9 downgrades, 6 new, 1 reinstall), Size of
downloads: 227,710 kB
Conflict: 22 blocks

!!! One or more updates have been skipped due to a dependency conflict:

x11-libs/qt-gui:4

  ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r1', 'merge') conflicts with
~x11-libs/qt-gui-4.5.2[-debug] required by ('ebuild', '/',
'x11-libs/qt-webkit-4.5.2-r1', 'merge')

x11-libs/qt-sql:4

  ('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') conflicts with
=x11-libs/qt-sql-4.5.0:4[mysql] required by ('installed', '/',
'app-office/akonadi-server-1.2.1', 'nomerge')

x11-libs/qt-core:4

  ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r1', 'merge') conflicts with
~x11-libs/qt-core-4.5.2[qt3support,-debug] required by ('ebuild', '/',
'x11-libs/qt-sql-4.5.2', 'merge')

x11-libs/qt-dbus:4

  ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3', 'merge') conflicts with
~x11-libs/qt-dbus-4.5.2[-debug] required by ('ebuild', '/',
'x11-libs/qt-gui-4.5.2-r2', 'merge')

I think one of the problems is I installed KDE 4.3.X and all of that may
need rebuilding.

I tried installing a qt overlay.  I tried unmasking a more advanced masked
qt.  I've seen a number of messages, some of them from a few months back,
recommending several magical incantations.  Nothing seems to get me beyond
this knot.

Thank you,

Alan


Re: [gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread David W Noon
On Thu, 22 Oct 2009 21:50:03 +0200, Hung Dang wrote about [gentoo-user]
Icon loading problem after updating for GNOME based application:

Hi all,
After updating my system I find out that some gnome based applications
have problem with png images. For example, I got this message when
trying to open stadict
Can not load image. Couldn't recognize the image file format for file
'/usr/share/pixmaps/stardict.png' and this problem happened to at
least two of my machines.
Does anyone know what is going on with my system?

Open a root console and cd to /etc/env.d. Edit file 30xdg-data-local
and look for a line like:

XDG_DATA_DIRS='/usr/local/share'

and change it to:

XDG_DATA_DIRS='usr/local/share:/usr/share'

The do env-update, logout and login again.
-- 
Regards,

Dave  [RLU #314465]
==
dwn...@ntlworld.com (David W Noon)
==


signature.asc
Description: PGP signature


Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Mick
2009/10/22 Alan McKinnon alan.mckin...@gmail.com:
 On Thursday 22 October 2009 17:45:36 Alex Schuster wrote:
 Etaoin Shrdlu writes:
  On Wednesday 21 October 2009, Mick wrote:
   Maybe I am getting lazy - but wouldn't mind all my ftp, webdav and ssh
   settings under the Network places to have been carried over into KDE4.
   How do I go about copying them over?
 
  I did
 
  cp -a .kde3.5 .kde4
 
  and all the settings (not just only konqueror's) were picked up.

 That did not work for me, all windows had no window title then. But it
 worked fine for partial applications when I copied just their data over.
  For konqueror, that would probably be share/config/konquerrorrc and
 share/apps/konqueror/.


 I also found odd inconsistencies copying .kde3.5 to .kde4

 Kopete has twice reordered my contacts
 akonadi integration with kmail was flakey
 system tray icons come and go as they please
 and various other oddities that don't happen with new users

 It would seem that a largely vanilla 3.5 config migrates to 4 with low risk.
 As the old config is more and more modified, the odds of 100% success reduce.

I copied selected files like emailidentities, parts of kmailrc, etc.
and they seem to work fine.  Only two rather annoying problems:

I can't find the POP Filters to copy them over and so far all my
messages arrive in the main inbox.

I can't find the config file which contains the Outgoing mail account
settings (I have a number of outgoing accounts and would rather not
have to set them up manually again).

Any ideas where these are hiding?
-- 
Regards,
Mick



Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-22 Thread Volker Armin Hemmann
On Donnerstag 22 Oktober 2009, Alan E. Davis wrote:
 I've tried alot of things, but I give up.  Can someone help me with the
  knot of dependencies that has been holding my system in hostage from any
  attempt to update world, for weeks now?
 
 This message asked if I want to merge these packages:
 
 !!! The following update(s) have been skipped due to unsatisfied
 dependencies
 !!! triggered by backtracking:
 
 x11-libs/qt-assistant:4
 x11-libs/qt-svg:4
 x11-libs/qt-test:4
 x11-libs/qt-script:4
 x11-libs/qt-webkit:4
 x11-libs/qt-opengl:4
 
 Would you like to merge these packages? [Yes/No]
 
 Here are the blocks:
 
 Total: 70 packages (54 upgrades, 9 downgrades, 6 new, 1 reinstall), Size of
 downloads: 227,710 kB
 Conflict: 22 blocks
 
 !!! One or more updates have been skipped due to a dependency conflict:
 
 x11-libs/qt-gui:4
 
   ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r1', 'merge') conflicts with
 ~x11-libs/qt-gui-4.5.2[-debug] required by ('ebuild', '/',
 'x11-libs/qt-webkit-4.5.2-r1', 'merge')
 
 x11-libs/qt-sql:4
 
   ('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') conflicts with
 
 =x11-libs/qt-sql-4.5.0:4[mysql] required by ('installed', '/',
 
 'app-office/akonadi-server-1.2.1', 'nomerge')
 
 x11-libs/qt-core:4
 
   ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r1', 'merge') conflicts with
 ~x11-libs/qt-core-4.5.2[qt3support,-debug] required by ('ebuild', '/',
 'x11-libs/qt-sql-4.5.2', 'merge')
 
 x11-libs/qt-dbus:4
 
   ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3', 'merge') conflicts with
 ~x11-libs/qt-dbus-4.5.2[-debug] required by ('ebuild', '/',
 'x11-libs/qt-gui-4.5.2-r2', 'merge')
 
 I think one of the problems is I installed KDE 4.3.X and all of that may
 need rebuilding.
 
 I tried installing a qt overlay.  I tried unmasking a more advanced masked
 qt.  I've seen a number of messages, some of them from a few months back,
 recommending several magical incantations.  Nothing seems to get me beyond
 this knot.
 
 Thank you,
 
 Alan
 

show output of emerge -auvt world.

but that question has been answered many times. Have you tried googling?



Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Alan McKinnon
On Thursday 22 October 2009 23:27:08 Mick wrote:

 I copied selected files like emailidentities, parts of kmailrc, etc.
 and they seem to work fine.  Only two rather annoying problems:
 
 I can't find the POP Filters to copy them over and so far all my
 messages arrive in the main inbox.


 
 I can't find the config file which contains the Outgoing mail account
 settings (I have a number of outgoing accounts and would rather not
 have to set them up manually again).

in kde4:

filters:
~/.kde4/share/config/kmailrc
smtp accounts:
~/.kde4/share/config/mailtransports

I presume the locations are similar in kde-3.5
p.s. I used grep -ir to find those 


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Icon loading problem after updating for GNOME based application

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 15:55:31 +, Jacob Todd wrote:

 On Thu, Oct 22, 2009 at 01:48:57PM -0600, Hung Dang wrote:
  Hi all,
  After updating my system I find out that some gnome based applications
  have problem with png images. For example, I got this message when
  trying to open stadict
  Can not load image. Couldn't recognize the image file format for file
  '/usr/share/pixmaps/stardict.png' and this problem happened to at
  least two of my machines.
  Does anyone know what is going on with my system? I use KDE 4.3.2 then
  only gtk USE flag is enabled on my box. Please see the output of
  emerge --info in the attached file for more information.
  
  Thanks a lot
  Hung
  
   
 
 # update-mime-database /usr/share/mime-info

This doesn't exist here.

 # update-mime-database /usr/share/mime

This is done by the ebuild, you need to do it for /usr/local/share/mime
and it should be done as root.

 % update-mime-database ~/.config/mime

This should be ~/.local/share/mime/ and needs to be run by each user.

http://bugs.gentoo.org/show_bug.cgi?id=288312 contains the details, and
the elog from emerging shared-mime-info also covers the details now,
although it didn't when the current version was first added to portage.


-- 
Neil Bothwick

Pedestrians come in two types: Quick or Dead.


signature.asc
Description: PGP signature


Re: [gentoo-user] Icon loading problem after updating for GNOME based application [SOLVED]

2009-10-22 Thread Hung Dang
Thanks a lot for valuable suggestions. By running update-mime-database
~/.local/share/mime/ my GNOME applications work again :).

Hung


Neil Bothwick wrote:
 On Thu, 22 Oct 2009 15:55:31 +, Jacob Todd wrote:

   
 On Thu, Oct 22, 2009 at 01:48:57PM -0600, Hung Dang wrote:
 
 Hi all,
 After updating my system I find out that some gnome based applications
 have problem with png images. For example, I got this message when
 trying to open stadict
 Can not load image. Couldn't recognize the image file format for file
 '/usr/share/pixmaps/stardict.png' and this problem happened to at
 least two of my machines.
 Does anyone know what is going on with my system? I use KDE 4.3.2 then
 only gtk USE flag is enabled on my box. Please see the output of
 emerge --info in the attached file for more information.

 Thanks a lot
 Hung

  
   
 # update-mime-database /usr/share/mime-info
 

 This doesn't exist here.

   
 # update-mime-database /usr/share/mime
 

 This is done by the ebuild, you need to do it for /usr/local/share/mime
 and it should be done as root.

   
 % update-mime-database ~/.config/mime
 

 This should be ~/.local/share/mime/ and needs to be run by each user.

 http://bugs.gentoo.org/show_bug.cgi?id=288312 contains the details, and
 the elog from emerging shared-mime-info also covers the details now,
 although it didn't when the current version was first added to portage.


   




[gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread walt
On 10/21/2009 11:25 AM, Maxim Wexler wrote:
 Hi group,
 
 Did linux#make menuconfig followed by linux# make  make
 modules_install on the .2.6.30-gentoo-r7 sources. And copied over the
 new kernel and rebooted.
 
 The kernel panicked. The relevant messages are:
 
 ...
 VFS: Mounted root (ext2 filesystem) readonly on device 8:1,
 Freeing unused kernel memory: 276k freed
 Warning: unable to open an initial console

That warning is interesting.  This is from the kernel sources:
 if (sys_open((const char __user *) /dev/console, O_RDWR, 0)  0)
 printk(KERN_WARNING Warning: unable to open an initial console.\n);

In the dark ages, before udev, /dev/console had to be created in the bare
/dev directory (i.e. before anything is mounted on /dev) to prevent this
sort of error.  I thought it had been solved, but maybe I'm wrong about
that.

Of course, I'm not sure I don't get the same warning, but if I do it
flashes by so quickly I can't read it.

The message clearly states that / is mounted readonly, but that test for
/dev/console is asking for read/write. Maybe that's why the test fails,
dunno.  And I don't know if that warning is important.

Nowadays udev uses a tmpfs in RAM to populate /dev with devices, but
at the point your kernel panics, that tmpfs doesn't exist yet, so you
are stuck with the /dev directory on / including its readonly status,
I'm assuming.

Anyone else know?




[gentoo-user] Re: Icon loading problem after updating for GNOME based application

2009-10-22 Thread walt
On 10/22/2009 02:50 PM, Neil Bothwick wrote:

 # update-mime-database /usr/share/mime-info

 This doesn't exist here.

It's a purely gnome thing.  If you don't run gnome you won't have it.







Re: [gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Neil Bothwick
On Thu, 22 Oct 2009 16:31:10 -0700, walt wrote:

 In the dark ages, before udev, /dev/console had to be created in the
 bare /dev directory (i.e. before anything is mounted on /dev) to
 prevent this sort of error.  I thought it had been solved, but maybe
 I'm wrong about that.

You still need it, and /dev/null, because udev is not running yet.


-- 
Neil Bothwick

Top Oxymorons Number 23: Sweet sorrow


signature.asc
Description: PGP signature


[gentoo-user] Re: kernel panic -- finding proper config diff

2009-10-22 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Maxim Wexler wrote:
 VFS: Mounted root (ext2 filesystem) readonly on device 8:1,
 Freeing unused kernel memory: 276k freed
 Warning: unable to open an initial console
 Kernel panic - not syncing. No init found. Try passing init=option to kernel.

Do you have a /dev/sdb? If so, try setting root=/dev/sdb1, and see if
that works (sometimes the kernel changes its initialization order around
between x.y.{z,z+1} releases).

- --
Jonathan
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkrg/y0ACgkQOypDUo0oQOqGmwCgvdiky5ZCyRBYH/xFB8zeNVzV
YksAnAr0rx6R13jGYMkNfT4j4Ri0RRlt
=A85Q
-END PGP SIGNATURE-



Re: [gentoo-user] Colors corrupted in X after returning from text console

2009-10-22 Thread waltdnes
On Wed, Oct 21, 2009 at 10:59:12PM -0400, Albert Hopkins wrote

 KMS drivers and framebuffer console drivers are different and AFAIK
 mutually exclusive.  The boot parameter to disable KMS would be, e.g.,
 i915.modeset=0

  I don't want to disable KMS, I want to disable framebuffer, and I
simply cannot do so with the i915 driver enabled... period. end of
story.  It is automatically enable in make menuconfig.  The option is
-*- rather than [*].

  I've tried nofb in the lilo append line, and manually unsetting all
the FB_CONFIG* parameters in .config with vim and rebuilding, but it
still comes up in framebuffer mode.  I'll have to wait for the next
kernel updates, I suppose.  I don't want to play with ~x86.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] Uncle: qt-*:4 dependencies/blocks preventing world update

2009-10-22 Thread Dirk Heinrichs
Am Donnerstag 22 Oktober 2009 23:19:07 schrieb Alan E. Davis:
 I've tried alot of things, but I give up.  Can someone help me with the
  knot of dependencies that has been holding my system in hostage from any
  attempt to update world, for weeks now?

Please read your portage news, especially 2009-09-27-qt_use_changes. See 
also this weeks thread with subject Confusion.

HTH...

Dirk


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


Re: [gentoo-user] Copying settings from Konqueror-3.5 to 4.3

2009-10-22 Thread Mick
2009/10/22 Mick michaelkintz...@gmail.com:
 2009/10/22 Alan McKinnon alan.mckin...@gmail.com:
 On Thursday 22 October 2009 23:27:08 Mick wrote:

 I copied selected files like emailidentities, parts of kmailrc, etc.
 and they seem to work fine.  Only two rather annoying problems:

 I can't find the POP Filters to copy them over and so far all my
 messages arrive in the main inbox.



 I can't find the config file which contains the Outgoing mail account
 settings (I have a number of outgoing accounts and would rather not
 have to set them up manually again).

 in kde4:

 filters:
 ~/.kde4/share/config/kmailrc

 Yes, I have copied all my filters from 3.5 kmailrc, but somehow the
 POP filters don't seem to show up.  My spam filters are all
 recognised.

Scratch that - no filters are recognised.

 smtp accounts:
 ~/.kde4/share/config/mailtransports

 I presume the locations are similar in kde-3.5
 p.s. I used grep -ir to find those

 I'm afraid there are no mailtransports in 3.5, but found these in 3.5's 
 kmailrc:

 [Transport 1]
 auth=true
 authtype=CRAM-MD5
 encryption=TLS
 host= 

 I assume that in KDE4 these are saved under mailtransports so I copied
 them over and I can now send messages again.  Thanks!  :-)

 Meanwhile, this is what I am getting from Akonadi:
 
 Test 7:  ERROR
 

 Akonadi server process not registered at D-Bus.
 Details: The Akonadi server process is not registered at D-Bus which
 typically means it was not started or encountered a fatal error during
 startup.
 


 Further down it says:
 
 File content of '/home/michael/.local/share/akonadi/akonadiserver.error':
 Database driver QMYSQL was not found.
 Available drivers are: (QSQLITE)
 Falling back to database driver QMYSQL
 Database driver QMYSQL was not found.
 Available drivers are: (QSQLITE)
 No usable database driver found.
 

 Needless to say I can't access my address book, it's empty.  :-(

 What's the recommended fix - I would think that having to run MySQL is
 an overkill on my asthmatic PIII laptop.

-- 
Regards,
Mick