Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11533 - kvirc-3.00-beta1 ebuild broken.
Summary: kvirc-3.00-beta1 ebuild broken.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 07:50 UTC by Guy
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of kvirc emerge (kvirc.msgs,11.96 KB, text/plain)
2002-12-04 12:59 UTC, Guy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guy 2002-12-03 07:50:02 UTC
If you update the latest version of glibc (to 3.2.1), the ebuild for kvirc aborts. The ebuild is looking for /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.la when it should be looking for /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la.

Temporary workaround:

Prior to running the kvirc emerge, do:

# ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1 /urs/lib/gcc-lib/i686-pc-linux-gnu/3.2

This will get you past the abort spot with a warning that libstdc++.la 'seems to have been moved'.

NOTE: This is not the same problem as 7131!
Comment 1 Guy 2002-12-04 05:00:25 UTC
After adding the link as above, the emerge completed successfully and kvirc 
worked fine. :) 
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-12-04 11:38:07 UTC
You probably mean updating gcc, right? 
Can you give us the error output when the ebuild looks in the wrong place? 
Comment 3 Guy 2002-12-04 12:38:13 UTC
You are correct. I do mean gcc. :)

I'll see what I can do for output.
Comment 4 Guy 2002-12-04 12:59:11 UTC
Created attachment 6200 [details]
Output of kvirc emerge
Comment 5 Guy 2002-12-04 13:12:25 UTC
I attempted to recreate the broken output by deleting the link I had made and    
emergeing kvirc again.    
    
However, between when I posted the bug and now, I've emerge some other things    
and they have apparently 'broken' qt. See the 'Output of kvirc emerge'. It    
didn't take very long.   
   
The emerges I've performed since are:   
   
# emerge guile gconf gnome-panel svgalib libsdl lame glut gpgme sylpheed 
libwnck 
 
I believe I did a few others as well including (may not be a complete list) 
 
# emerge unmerge sun-jdk (ver 1.4.1) 
# emerge blackdown-jdk 
# emerge libpng 
# emerge mozilla (version 1.2) 
# emerge wine 
 
Hope this helps. 
Comment 6 Guy 2002-12-04 13:46:06 UTC
This bug is probably related to this topic in gentoo forums: 
 
http://forums.gentoo.org/viewtopic.php?p=134837#134837 
Comment 7 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-04 16:38:02 UTC
a solution for this should be 
'/usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.2'. 
Comment 8 Guy 2002-12-05 09:31:54 UTC
I tried the indicated tool. It 'fixed' quite a few libs in various places. 
Unfortunately, kvirc still wouldn't pass the qt test compile. 
 
Comment 9 Guy 2002-12-05 14:44:55 UTC
Hannes, this machine is the same one mentioned in bug 11606. Is it possible for 
the problem there be effecting my secondary problem here? (I HAVE to learn more 
about *nix programmming and Linux internels!) 
 
After emerging libpng for 11606, I plan on trying to emerge kvirc again. Should 
be interesting anyway. 
Comment 10 Guy 2002-12-09 11:06:55 UTC
I'm getting the same results as my previous attachment. I'm stumped.
Comment 11 Guy 2002-12-09 17:20:28 UTC
After emerging xfree-4.2.1-r2, kvirc emerges through to completion with no
problems reported. I consider this fixed.
Comment 12 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-11 15:58:49 UTC
you said it is fixed, so i will close this.