* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 22:12 ` [gentoo-user] " Mick
@ 2006-09-05 22:32 ` Bo Ørsted Andresen
2006-09-05 22:48 ` Richard Fish
` (2 subsequent siblings)
3 siblings, 0 replies; 23+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-05 22:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
On Wednesday 06 September 2006 00:12, Mick wrote:
> So, to recapitulate: I've emerged gcc, remerged the system, remerged
> world, revedep-rebuild --library libstdc++.so.6 and I ended up with an
> awfully ugly Fluxbox and KDE applications:
Did you run revdep-rebuild --library libstdc++.so.6 after completing emerge -e
world ??
> Anyway, the bigger problem
> is that kde will no longer start - when I type kdestart in aterm I get:
>
> $ kdestart
> -bash: kdestart: command not found
Did you mean startkde ??
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 22:12 ` [gentoo-user] " Mick
2006-09-05 22:32 ` Bo Ørsted Andresen
@ 2006-09-05 22:48 ` Richard Fish
2006-09-06 8:21 ` Mick
2006-09-05 23:24 ` Iain Buchanan
2006-09-06 7:15 ` Alan McKinnon
3 siblings, 1 reply; 23+ messages in thread
From: Richard Fish @ 2006-09-05 22:48 UTC (permalink / raw
To: gentoo-user
On 9/5/06, Mick <michaelkintzios@gmail.com> wrote:
> So, to recapitulate: I've emerged gcc, remerged the system, remerged world,
> revedep-rebuild --library libstdc++.so.6 and I ended up with an awfully ugly
> Fluxbox and KDE applications:
>
> http://gentoo.michaelkintzios.fastmail.fm/gcc-result.jpg
It looks ok to me...but I suppose maybe the theme you have chosen is
not being used? Have you tried running the KDE control center
(kcontrol) to reset your themes?
For fluxbox...I know nothing about it so hopefully others will have
some advice here.
> $ kdestart
> -bash: kdestart: command not found
Hey, me too!
~ > kdestart
bash: kdestart: command not found
Of course by now you've probably read Bo's response and realized you
want "startkde". ;-)
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 22:48 ` Richard Fish
@ 2006-09-06 8:21 ` Mick
2006-09-06 20:17 ` Richard Fish
2006-09-06 20:33 ` Mick
0 siblings, 2 replies; 23+ messages in thread
From: Mick @ 2006-09-06 8:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
On Tuesday 05 September 2006 23:48, Richard Fish wrote:
> It looks ok to me...but I suppose maybe the theme you have chosen is
> not being used? Have you tried running the KDE control center
> (kcontrol) to reset your themes?
OK, it seems that when you emerge qt some widgets could get broken. Kcontrol
did not list them all. The revdep-rebuild cycle fixed the list and I can now
select plastik etc. It seems that I must have downloaded some additional KDE
theme(s) in the past because my progress/scroll bars etc used to be yellow
(OK girls, that's a 'soft-beige with hints of honey-dew'). :-))
> For fluxbox...I know nothing about it so hopefully others will have
> some advice here.
I looked into the themes that seem to have trouble with respect to font size.
I noticed that they use lucida. However, lucida does not show up when I look
at xfontsel (under fmly). xfontsel seems to go into some funny loop
saying "Processing fonts". What's up with this? Would it be freetype or
Xorg related?
> > $ kdestart
> > -bash: kdestart: command not found
>
> Hey, me too!
Funny thing this! After a good night's sleep I do not seem to experience
<aheam> problems when I try to start KDE. Thanks for your help.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 8:21 ` Mick
@ 2006-09-06 20:17 ` Richard Fish
[not found] ` <200609062150.12382.michaelkintzios@gmail.com>
2006-09-06 20:33 ` Mick
1 sibling, 1 reply; 23+ messages in thread
From: Richard Fish @ 2006-09-06 20:17 UTC (permalink / raw
To: gentoo-user
On 9/6/06, Mick <michaelkintzios@gmail.com> wrote:
> > For fluxbox...I know nothing about it so hopefully others will have
> > some advice here.
>
> I looked into the themes that seem to have trouble with respect to font size.
> I noticed that they use lucida. However, lucida does not show up when I look
> at xfontsel (under fmly). xfontsel seems to go into some funny loop
> saying "Processing fonts". What's up with this? Would it be freetype or
> Xorg related?
Ok, I *think* if you build fluxbox with USE=truetype, it will use the
freetype library to lookup and render fonts. This would be the good
thing.
Without this flag, it probably uses the FontPath from the X server to
locate and render them. So make sure you have truetype in USE for
fluxbox.
In both cases, for lucida fonts you probably need
"media-fonts/lfpfonts-fix" installed.
Donnie is the X-pert (:-)) on this...hoping he'll chime-in here.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 8:21 ` Mick
2006-09-06 20:17 ` Richard Fish
@ 2006-09-06 20:33 ` Mick
1 sibling, 0 replies; 23+ messages in thread
From: Mick @ 2006-09-06 20:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2230 bytes --]
On Wednesday 06 September 2006 09:21, Mick wrote:
> On Tuesday 05 September 2006 23:48, Richard Fish wrote:
> > It looks ok to me...but I suppose maybe the theme you have chosen is
> > not being used? Have you tried running the KDE control center
> > (kcontrol) to reset your themes?
>
> OK, it seems that when you emerge qt some widgets could get broken.
> Kcontrol did not list them all. The revdep-rebuild cycle fixed the list
> and I can now select plastik etc. It seems that I must have downloaded
> some additional KDE theme(s) in the past because my progress/scroll bars
> etc used to be yellow (OK girls, that's a 'soft-beige with hints of
> honey-dew'). :-))
I compared this with another box of mine on which I did *not* remerge world
(well with 600MHz PIII and 256MB RAM it would take the best part of a week!)
That's what it looks like:
http://gentoo.michaelkintzios.fastmail.fm/keramik-yellow.jpg
On the other hand on the remerged box the yellow is blue (and the title bars
have a different blue colour). Clearly the colour scheme seems to have
changed. If both boxen are at the same version of KDE packages I cannot
explain the difference in colours. Could you please confirm what it the
default colour scheme for the Keramik style? My thinking is that if this is
corrupted, what else might have gone wrong?
> > For fluxbox...I know nothing about it so hopefully others will have
> > some advice here.
>
> I looked into the themes that seem to have trouble with respect to font
> size. I noticed that they use lucida. However, lucida does not show up
> when I look at xfontsel (under fmly). xfontsel seems to go into some funny
> loop saying "Processing fonts". What's up with this? Would it be freetype
> or Xorg related?
OK, I think I solved this problem. Lucida is now
media-fonts/font-bh-lucidatypewriter-100dpi and 75dpi. I changed that in the
particular Fluxbox style and everything is fine again. :-)
Question: Is there a clever script to change all old xorg lucida font entries
into each Fluxbox style? Are devs going to do this to make these styles
compatible with the latest xorg setup and font compilation?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 22:12 ` [gentoo-user] " Mick
2006-09-05 22:32 ` Bo Ørsted Andresen
2006-09-05 22:48 ` Richard Fish
@ 2006-09-05 23:24 ` Iain Buchanan
2006-09-06 5:18 ` Jean-Marc Beaune
2006-09-06 7:15 ` Alan McKinnon
3 siblings, 1 reply; 23+ messages in thread
From: Iain Buchanan @ 2006-09-05 23:24 UTC (permalink / raw
To: gentoo-user
On Tue, 2006-09-05 at 23:12 +0100, Mick wrote:
> $ kdestart
> -bash: kdestart: command not found
did you try `which kdestart` or `slocate kdestart`? maybe it's not in
your path anymore, or the package was deleted. I personally don't have
kde installed so I don't know which package kdestart comes from, but if
someone could provide the output from
equery belongs kdestart
then you can make sure you have that package installed.
Hope this is one step towards a working system :)
--
Iain Buchanan <iaindb at netspace dot net dot au>
The superior man understands what is right; the inferior man understands
what will sell.
-- Confucius
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 23:24 ` Iain Buchanan
@ 2006-09-06 5:18 ` Jean-Marc Beaune
2006-09-06 5:29 ` Bo Ørsted Andresen
2006-09-06 5:37 ` Mick
0 siblings, 2 replies; 23+ messages in thread
From: Jean-Marc Beaune @ 2006-09-06 5:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
Hi,
Did you try to find kdestart?
On 9/6/06, Iain Buchanan <iaindb@netspace.net.au> wrote:
>
> On Tue, 2006-09-05 at 23:12 +0100, Mick wrote:
>
> > $ kdestart
> > -bash: kdestart: command not found
>
> did you try `which kdestart` or `slocate kdestart`? maybe it's not in
> your path anymore, or the package was deleted. I personally don't have
> kde installed so I don't know which package kdestart comes from, but if
> someone could provide the output from
> equery belongs kdestart
> then you can make sure you have that package installed.
>
> Hope this is one step towards a working system :)
> --
> Iain Buchanan <iaindb at netspace dot net dot au>
>
> The superior man understands what is right; the inferior man understands
> what will sell.
> -- Confucius
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
/JM
[-- Attachment #2: Type: text/html, Size: 1348 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 5:18 ` Jean-Marc Beaune
@ 2006-09-06 5:29 ` Bo Ørsted Andresen
2006-09-06 5:59 ` Mick
2006-09-06 5:37 ` Mick
1 sibling, 1 reply; 23+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-06 5:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 362 bytes --]
On Wednesday 06 September 2006 07:18, Jean-Marc Beaune wrote:
> Did you try to find kdestart?
Richard and I have already stated that there is no kdestart. There never was.
What you are looking for is:
# equery belongs startkde
[ Searching for file(s) startkde in *... ]
kde-base/kdebase-startkde-3.5.2 (/usr/kde/3.5/bin/startkde)
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 5:29 ` Bo Ørsted Andresen
@ 2006-09-06 5:59 ` Mick
2006-09-06 6:10 ` Bo Ørsted Andresen
0 siblings, 1 reply; 23+ messages in thread
From: Mick @ 2006-09-06 5:59 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1921 bytes --]
On Wednesday 06 September 2006 06:29, Bo Ørsted Andresen wrote:
> On Wednesday 06 September 2006 07:18, Jean-Marc Beaune wrote:
> > Did you try to find kdestart?
>
> Richard and I have already stated that there is no kdestart. There never
> was. What you are looking for is:
>
> # equery belongs startkde
> [ Searching for file(s) startkde in *... ]
> kde-base/kdebase-startkde-3.5.2 (/usr/kde/3.5/bin/startkde)
Thanks Bo. I saw your message but not Richard's. I think Gmail is playing up
again?
Another thing. I don't think that revedep-rebuild remerged Qt4. I'll check
my emerge log again, but in any case, what revedep-rebuild shows is a long
list of entries like:
===========================================
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/vid.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/viff.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wbmp.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wmf.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wpg.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/x.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xbm.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xc.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xcf.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xpm.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xwd.la
(requires /-lstdc++)
broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/ycbcr.la
(requires /-lstdc++)
===========================================
but it doesn't emerge anything afterwards. Do I need to do anything about it?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 5:59 ` Mick
@ 2006-09-06 6:10 ` Bo Ørsted Andresen
0 siblings, 0 replies; 23+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-06 6:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2510 bytes --]
On Wednesday 06 September 2006 07:59, Mick wrote:
> Thanks Bo. I saw your message but not Richard's. I think Gmail is playing
> up again?
From Richards email:
On Wednesday 06 September 2006 00:48, Richard Fish wrote:
> On 9/5/06, Mick <michaelkintzios@gmail.com> wrote:
> > So, to recapitulate: I've emerged gcc, remerged the system, remerged
> > world, revedep-rebuild --library libstdc++.so.6 and I ended up with an
> > awfully ugly Fluxbox and KDE applications:
> >
> > http://gentoo.michaelkintzios.fastmail.fm/gcc-result.jpg
>
> It looks ok to me...but I suppose maybe the theme you have chosen is
> not being used? Have you tried running the KDE control center
> (kcontrol) to reset your themes?
>
> For fluxbox...I know nothing about it so hopefully others will have
> some advice here.
On Wednesday 06 September 2006 07:59, Mick wrote:
> Another thing. I don't think that revedep-rebuild remerged Qt4. I'll
> check my emerge log again, but in any case, what revedep-rebuild shows is a
> long list of entries like:
> ===========================================
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/vid.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/viff.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wbmp.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wmf.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/wpg.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/x.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xbm.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xc.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xcf.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xpm.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/xwd.la
> (requires /-lstdc++)
> broken /usr/lib/ImageMagick-6.2.0/modules-Q16/coders/ycbcr.la
> (requires /-lstdc++)
> ===========================================
>
> but it doesn't emerge anything afterwards. Do I need to do anything about
> it?
Could be old cruft. Imagemagick-6.2.0 isn't even in the tree any more. Does
# equery belongs /usr/lib/ImageMagick-6.2.0
return anything? If not then I suggest you remove it.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-06 5:18 ` Jean-Marc Beaune
2006-09-06 5:29 ` Bo Ørsted Andresen
@ 2006-09-06 5:37 ` Mick
1 sibling, 0 replies; 23+ messages in thread
From: Mick @ 2006-09-06 5:37 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 902 bytes --]
On Wednesday 06 September 2006 06:18, Jean-Marc Beaune wrote:
> Hi,
>
> Did you try to find kdestart?
>
> On 9/6/06, Iain Buchanan <iaindb@netspace.net.au> wrote:
> > did you try `which kdestart` or `slocate kdestart`? maybe it's not in
> > your path anymore, or the package was deleted. I personally don't have
> > kde installed so I don't know which package kdestart comes from, but if
> > someone could provide the output from
> > equery belongs kdestart
> > then you can make sure you have that package installed.
Thanks guys, after I remerged my brain (I have found that a good night's sleep
help helps many a computer problems) I decided to run startkde which launched
kde without a problem. Doh!
All that is left is the large size window title bar fonts in Fluxbox which I
suspect is something to do with xorg defaults? How do I set this up?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [gentoo-user] libstdc++.so.6 - another gcc upgrade problem?
2006-09-05 22:12 ` [gentoo-user] " Mick
` (2 preceding siblings ...)
2006-09-05 23:24 ` Iain Buchanan
@ 2006-09-06 7:15 ` Alan McKinnon
3 siblings, 0 replies; 23+ messages in thread
From: Alan McKinnon @ 2006-09-06 7:15 UTC (permalink / raw
To: gentoo-user
On Wednesday 06 September 2006 00:12, Mick wrote:
> Yep, it rebuilt 220 packages, I am totally exhausted and the
> poor lappy is probably just an emerge short of being
> totalled! :-))
>
> So, to recapitulate: I've emerged gcc, remerged the system,
> remerged world, revedep-rebuild --library libstdc++.so.6 and
> I ended up with an awfully ugly Fluxbox and KDE applications:
>
> http://gentoo.michaelkintzios.fastmail.fm/gcc-result.jpg
>
> Also grub was borked and had to be reinstalled. Anyway, the
> bigger problem is that kde will no longer start - when I type
> kdestart in aterm I get:
>
> $ kdestart
> -bash: kdestart: command not found
>
> What can I do to fix this laptop short of reinstalling
> afresh.
hehe, you have my full sympathies. I started my gcc4.1 upgraded
on Friday and it completed early yesterday evening. I was also
getting errors about kmail and khtml not starting due to
libstdc++ having the wrong abi version. revdep-rebuild won't
fix it, as the problem is due to there being two gcc versions
on the system:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6.0.6
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.so.6.0.8
and the way the relevant env var is set, it finds 3.4.6 first.
You could tweak the env vars to fix it, but the real fix is to
just unmerge gcc-3.4.6. The howto tells you to do it, but it's
just a mention in a bigger paragraph and could be clearer.
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 23+ messages in thread