public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Problem emerging kdebase
@ 2006-06-24  0:20 David Corbin
  2006-06-24 16:45 ` Richard Fish
  0 siblings, 1 reply; 13+ messages in thread
From: David Corbin @ 2006-06-24  0:20 UTC (permalink / raw
  To: gentoo-user

popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_dESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE13insert_uniqueESt17_Rb_tree_iteratorIS3_ERKS3_+0x33): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
collect2: ld returned 1 exit status
make[4]: *** [launcher_panelapplet.la] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/kdebase-3.5.2-r2/work/kdebase-3.5.2/kicker/applets/launcher'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdebase-3.5.2-r2/work/kdebase-3.5.2/kicker/applets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdebase-3.5.2-r2/work/kdebase-3.5.2/kicker'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdebase-3.5.2-r2/work/kdebase-3.5.2'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.5.2-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  kdebase-3.5.2-r2.ebuild, line 128:   Called kde_src_compile
  kde.eclass, line 164:   Called kde_src_compile 'all'
  kde.eclass, line 299:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 295:   Called die

Any suggestions as to how to fix this problem?
Thanks
David
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-06-24  0:20 [gentoo-user] Problem emerging kdebase David Corbin
@ 2006-06-24 16:45 ` Richard Fish
  2006-07-01 21:10   ` David Corbin
  0 siblings, 1 reply; 13+ messages in thread
From: Richard Fish @ 2006-06-24 16:45 UTC (permalink / raw
  To: gentoo-user

On 6/23/06, David Corbin <gentoo.org@machturtle.com> wrote:
> Any suggestions as to how to fix this problem?

My first guess is "MAKEOPTS=-j1 emerge --oneshot kdebase".  If that
doesn't help, please post the output of emerge --info.

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-06-24 16:45 ` Richard Fish
@ 2006-07-01 21:10   ` David Corbin
  2006-07-04 23:58     ` David Corbin
  0 siblings, 1 reply; 13+ messages in thread
From: David Corbin @ 2006-07-01 21:10 UTC (permalink / raw
  To: gentoo-user

On Saturday 24 June 2006 12:45 pm, Richard Fish wrote:
> On 6/23/06, David Corbin <gentoo.org@machturtle.com> wrote:
> > Any suggestions as to how to fix this problem?
>
> My first guess is "MAKEOPTS=-j1 emerge --oneshot kdebase".  If that
> doesn't help, please post the output of emerge --info.

Well, now the problem has been pre-empted.  I am now getting this:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -mcpu=i686 -fomit-frame-pointer -c 
sysfs_utils.c -MT 
libsysfs_la-sysfs_utils.lo -MD -MP -MF .deps/libsysfs_la-sysfs_utils.TPlo  -fPIC -DPIC
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
mv -f libsysfs_la-sysfs_utils.o .libs/libsysfs_la-sysfs_utils.lo
mv: cannot stat `libsysfs_la-sysfs_utils.o': No such file or directory
make[2]: *** [libsysfs_la-sysfs_utils.lo] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/sysfsutils-1.3.0-r1/work/sysfsutils-1.3.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/sysfsutils-1.3.0-r1/work/sysfsutils-1.3.0'
make: *** [all] Error 2

!!! ERROR: sys-fs/sysfsutils-1.3.0-r1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 609:   Called die

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-01 21:10   ` David Corbin
@ 2006-07-04 23:58     ` David Corbin
  2006-07-05  0:36       ` Richard Fish
  0 siblings, 1 reply; 13+ messages in thread
From: David Corbin @ 2006-07-04 23:58 UTC (permalink / raw
  To: gentoo-user

On Saturday 01 July 2006 17:10, David Corbin wrote:
> On Saturday 24 June 2006 12:45 pm, Richard Fish wrote:
> > On 6/23/06, David Corbin <gentoo.org@machturtle.com> wrote:
> > > Any suggestions as to how to fix this problem?
> >
> > My first guess is "MAKEOPTS=-j1 emerge --oneshot kdebase".  If that
> > doesn't help, please post the output of emerge --info.

Looking closer, my original copy of the error wasn't very complete.  There are 
screenfuls of undefined references to various std:: symbols.  Clearly my C++ 
library is messed up.  How do I fix it?


============== cut: emerge --info ====================

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.14 
i686)
=================================================================
System uname: 2.6.14 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.15
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ 
http://194.117.143.69 http://194.117.143.70 ftp://mirror.datapipe.net/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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://trombone/gentoo-portage"
USE="x86 X aim alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts 
cdr cli crypt cups doc dri eds emboss encode esd foomaticdb gdbm gif gpm 
gstreamer gtk gtk2 hal imap imlib innodb isdnlog jpeg junit kde libg++ libwww 
mad mikmod motif mp3 mpeg ncurses nls nodroproot nptl nptlonly nsplugin ogg 
opengl openntpd oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime 
readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts 
type1-fonts udev vorbis win32codecs xml xmms xorg xv zlib elibc_glibc 
kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-04 23:58     ` David Corbin
@ 2006-07-05  0:36       ` Richard Fish
  2006-07-06 23:12         ` David Corbin
  0 siblings, 1 reply; 13+ messages in thread
From: Richard Fish @ 2006-07-05  0:36 UTC (permalink / raw
  To: gentoo-user

On 7/4/06, David Corbin <gentoo.org@machturtle.com> wrote:
> Looking closer, my original copy of the error wasn't very complete.  There are
> screenfuls of undefined references to various std:: symbols.  Clearly my C++
> library is messed up.  How do I fix it?

Can you post some of that output?  In particular, look for things
about missing "libstdc++.so.6".  It might be just that you need to run
fix_libtool_files.sh.

If you truly think you have a broken C++ library, which is installed
as part of gcc, I would suggest:

1. emerge --oneshot gcc
2. Use gcc-config to select the correct/current compiler
3. revdep-rebuild --library=libstdc++.so.6

The 3rd command will rebuild all programs and libraries that use C++
on your system.  The first 2 are mostly to make sure you have a usable
C++

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-05  0:36       ` Richard Fish
@ 2006-07-06 23:12         ` David Corbin
  2006-07-06 23:43           ` Richard Fish
  0 siblings, 1 reply; 13+ messages in thread
From: David Corbin @ 2006-07-06 23:12 UTC (permalink / raw
  To: gentoo-user

On Tuesday 04 July 2006 20:36, Richard Fish wrote:
> On 7/4/06, David Corbin <gentoo.org@machturtle.com> wrote:
> > Looking closer, my original copy of the error wasn't very complete. 
> > There are screenfuls of undefined references to various std:: symbols. 
> > Clearly my C++ library is messed up.  How do I fix it?
>

Here's a sample of the output:

There are 36 "undefined reference to" errors.

quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE13insert_uniqueERKS3_+0xab): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)' 
.libs/quicklauncher.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, int>, std::_Select1st<std::pair<QString const, int> >, 
std::less<QString>, std::allocator<std::pair<QString const, int> > 
>::insert_unique(std::_Rb_tree_iterator<std::pair<QString const, int> >, 
std::pair<QString const, int> const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_iESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE13insert_uniqueESt17_Rb_tree_iteratorIS3_ERKS3_+0x42): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
.libs/quicklauncher.o: In function `std::_Rb_tree<QuickButton*, QuickButton*, 
std::_Identity<QuickButton*>, std::less<QuickButton*>, 
std::allocator<QuickButton*> >::_M_insert(std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base*, QuickButton* const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeIP11QuickButtonS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE9_M_insertEPSt18_Rb_tree_node_baseS9_RKS1_+0x67): 
undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)'
.libs/quicklauncher.o: In function `std::_Rb_tree<QuickButton*, QuickButton*, 
std::_Identity<QuickButton*>, std::less<QuickButton*>, 
std::allocator<QuickButton*> >::insert_unique(QuickButton* const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeIP11QuickButtonS1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE13insert_uniqueERKS1_+0x9f): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
.libs/quicklauncher.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, QuickButton*>, std::_Select1st<std::pair<QString const, QuickButton*> 
>, std::less<QString>, std::allocator<std::pair<QString const, QuickButton*> 
> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, 
std::pair<QString const, QuickButton*> const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_P11QuickButtonESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_+0x87): 
undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)'
.libs/quicklauncher.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, QuickButton*>, std::_Select1st<std::pair<QString const, QuickButton*> 
>, std::less<QString>, std::allocator<std::pair<QString const, QuickButton*> 
> >::insert_unique(std::pair<QString const, QuickButton*> const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_P11QuickButtonESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE13insert_uniqueERKS5_+0xab): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
.libs/quicklauncher.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, QuickButton*>, std::_Select1st<std::pair<QString const, QuickButton*> 
>, std::less<QString>, std::allocator<std::pair<QString const, QuickButton*> 
> >::insert_unique(std::_Rb_tree_iterator<std::pair<QString const, 
QuickButton*> >, std::pair<QString const, QuickButton*> const&)':
quicklauncher.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_P11QuickButtonESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE13insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_+0x42): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
.libs/popularity.o: In function 
`PopularityStatisticsImpl::normalizeHistory(PopularityStatisticsImpl::SingleFalloffHistory&)':
popularity.cpp:(.text+0x4f): undefined reference to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
popularity.cpp:(.text+0x81): undefined reference to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
.libs/popularity.o: In function 
`PopularityStatisticsImpl::updateServiceRanks()':
popularity.cpp:(.text+0xf6d): undefined reference to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
popularity.cpp:(.text+0x1128): undefined reference to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
.libs/popularity.o: In function `PopularityStatistics::readConfig(Prefs*)':
popularity.cpp:(.text+0x17c9): undefined reference to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
.libs/popularity.o:popularity.cpp:(.text+0x1821): more undefined references to 
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)' follow
.libs/popularity.o: In function `PopularityStatistics::moveToTop(QStringList 
const&)':
popularity.cpp:(.text+0x209d): undefined reference to 
`std::_List_node_base::hook(std::_List_node_base*)'
popularity.cpp:(.text+0x2101): undefined reference to 
`std::_List_node_base::hook(std::_List_node_base*)'
popularity.cpp:(.text+0x2118): undefined reference to 
`std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)'
popularity.cpp:(.text+0x21af): undefined reference to 
`std::_List_node_base::hook(std::_List_node_base*)'
popularity.cpp:(.text+0x2202): undefined reference to 
`std::_List_node_base::hook(std::_List_node_base*)'
popularity.cpp:(.text+0x24f3): undefined reference to 
`std::_List_node_base::hook(std::_List_node_base*)'
.libs/popularity.o: In function `std::_Rb_tree<QString, QString, 
std::_Identity<QString>, std::less<QString>, std::allocator<QString> 
>::erase(std::_Rb_tree_iterator<QString>, std::_Rb_tree_iterator<QString>)':
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE5eraseESt17_Rb_tree_iteratorIS0_ES8_+0x54): 
undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE5eraseESt17_Rb_tree_iteratorIS0_ES8_+0x68): 
undefined reference to 
`std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)'
.libs/popularity.o: In function `std::_Rb_tree<QString, QString, 
std::_Identity<QString>, std::less<QString>, std::allocator<QString> 
>::erase(QString const&)':
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringS0_St9_IdentityIS0_ESt4lessIS0_ESaIS0_EE5eraseERKS0_+0xa4): 
undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
.libs/popularity.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, double>, std::_Select1st<std::pair<QString const, double> >, 
std::less<QString>, std::allocator<std::pair<QString const, double> > 
>::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, 
std::pair<QString const, double> const&)':
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_dESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE9_M_insertEPSt18_Rb_tree_node_baseSB_RKS3_+0x87): 
undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)'
.libs/popularity.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, double>, std::_Select1st<std::pair<QString const, double> >, 
std::less<QString>, std::allocator<std::pair<QString const, double> > 
>::insert_unique(std::pair<QString const, double> const&)':
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_dESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE13insert_uniqueERKS3_+0xab): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
.libs/popularity.o: In function `std::_Rb_tree<QString, std::pair<QString 
const, double>, std::_Select1st<std::pair<QString const, double> >, 
std::less<QString>, std::allocator<std::pair<QString const, double> > 
>::insert_unique(std::_Rb_tree_iterator<std::pair<QString const, double> >, 
std::pair<QString const, double> const&)':
popularity.cpp:
(.gnu.linkonce.t._ZNSt8_Rb_treeI7QStringSt4pairIKS0_dESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE13insert_uniqueESt17_Rb_tree_iteratorIS3_ERKS3_+0x42): 
undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*
> Can you post some of that output?  In particular, look for things
> about missing "libstdc++.so.6". 

Here's a grep on the output for libstdc++ .


configure: WARNING: Your libstdc++ doesn't appear to be patched for
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: 
warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may conflict 
with libstdc++.so.6
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: 
warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may conflict 
with libstdc++.so.6

> It might be just that you need to run 
> fix_libtool_files.sh.
>
> If you truly think you have a broken C++ library, which is installed
> as part of gcc, I would suggest:
>
> 1. emerge --oneshot gcc
> 2. Use gcc-config to select the correct/current compiler
> 3. revdep-rebuild --library=libstdc++.so.6
>

I'll try those things out.

> The 3rd command will rebuild all programs and libraries that use C++
> on your system.  The first 2 are mostly to make sure you have a usable
> C++
>
> -Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-06 23:12         ` David Corbin
@ 2006-07-06 23:43           ` Richard Fish
  2006-07-08 11:08             ` David Corbin
  0 siblings, 1 reply; 13+ messages in thread
From: Richard Fish @ 2006-07-06 23:43 UTC (permalink / raw
  To: gentoo-user

On 7/6/06, David Corbin <gentoo.org@machturtle.com> wrote:
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld:
> warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may conflict
> with libstdc++.so.6
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld:
> warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may conflict
> with libstdc++.so.6

Ok, you *really* need to run:

revdep-rebuild --library=libstdc++.so.5

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-06 23:43           ` Richard Fish
@ 2006-07-08 11:08             ` David Corbin
  2006-10-11  4:03               ` Trenton Adams
  0 siblings, 1 reply; 13+ messages in thread
From: David Corbin @ 2006-07-08 11:08 UTC (permalink / raw
  To: gentoo-user

On Thursday 06 July 2006 19:43, Richard Fish wrote:
> On 7/6/06, David Corbin <gentoo.org@machturtle.com> wrote:
> > /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld
> >: warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may
> > conflict with libstdc++.so.6
> > /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld
> >: warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may
> > conflict with libstdc++.so.6
>
> Ok, you *really* need to run:
>
> revdep-rebuild --library=libstdc++.so.5
>

Revdep-rebuild was not magic, but it helped.   It tried to remerge a whole 
bunch of packages, and numerous ones failed due to no longer being available.  
I edited the emerge statement to remove things I don't really use (a lot of 
kde 3.4 packages), but I still get the same failure on kdebase-3.5.

It also said: Warning: Failed to resolve package order.
Will merge in "random" order!  

However, the last thing in the emerge library was a qt library.  I emerged 
that first, and it seems to have fixed the kdebase problem.

Thanks for all the help.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-07-08 11:08             ` David Corbin
@ 2006-10-11  4:03               ` Trenton Adams
  2006-10-11  4:14                 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 13+ messages in thread
From: Trenton Adams @ 2006-10-11  4:03 UTC (permalink / raw
  To: gentoo-user

Did this ever get resolved?  I've been having the same problems with
kdemultimedia-arts.

On 7/8/06, David Corbin <gentoo.org@machturtle.com> wrote:
> On Thursday 06 July 2006 19:43, Richard Fish wrote:
> > On 7/6/06, David Corbin <gentoo.org@machturtle.com> wrote:
> > > /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld
> > >: warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may
> > > conflict with libstdc++.so.6
> > > /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld
> > >: warning: libstdc++.so.5, needed by /usr/qt/3/lib/libqt-mt.so, may
> > > conflict with libstdc++.so.6
> >
> > Ok, you *really* need to run:
> >
> > revdep-rebuild --library=libstdc++.so.5
> >
>
> Revdep-rebuild was not magic, but it helped.   It tried to remerge a whole
> bunch of packages, and numerous ones failed due to no longer being available.
> I edited the emerge statement to remove things I don't really use (a lot of
> kde 3.4 packages), but I still get the same failure on kdebase-3.5.
>
> It also said: Warning: Failed to resolve package order.
> Will merge in "random" order!
>
> However, the last thing in the emerge library was a qt library.  I emerged
> that first, and it seems to have fixed the kdebase problem.
>
> Thanks for all the help.
> --
> gentoo-user@gentoo.org mailing list
>
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-10-11  4:03               ` Trenton Adams
@ 2006-10-11  4:14                 ` Bo Ørsted Andresen
  2006-10-11  5:23                   ` Trenton Adams
  0 siblings, 1 reply; 13+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-11  4:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

On Wednesday 11 October 2006 06:03, Trenton Adams wrote:
> Did this ever get resolved?  I've been having the same problems with
> kdemultimedia-arts.

So you followed Richard's advice from this thread? Was that a problem?

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-10-11  4:14                 ` Bo Ørsted Andresen
@ 2006-10-11  5:23                   ` Trenton Adams
  2006-10-11  5:29                     ` Bo Ørsted Andresen
  0 siblings, 1 reply; 13+ messages in thread
From: Trenton Adams @ 2006-10-11  5:23 UTC (permalink / raw
  To: gentoo-user

Ya but I figured that much out for myself, before reading this thread.
 However, it says it can't build a php-4.4.2, which I do not have
installed.  Then I tried to run the emerge command that it suggested,
manually, without the php, and it failed.  That's another issue.

I've done so many things now I can't remember them all.

So, I've decided to try removing kde-*3.4*, and see if my upgrades
will work now.

Any other ideas?

On 10/10/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Wednesday 11 October 2006 06:03, Trenton Adams wrote:
> > Did this ever get resolved? I've been having the same problems with
> > kdemultimedia-arts.
>
> So you followed Richard's advice from this thread? Was that a problem?
>
> --
> Bo Andresen
>
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-10-11  5:23                   ` Trenton Adams
@ 2006-10-11  5:29                     ` Bo Ørsted Andresen
  2006-10-11 18:38                       ` Trenton Adams
  0 siblings, 1 reply; 13+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-11  5:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

On Wednesday 11 October 2006 07:23, Trenton Adams wrote:
> Any other ideas?

Sure. Post actual error messages that show what your problem is...

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] Problem emerging kdebase
  2006-10-11  5:29                     ` Bo Ørsted Andresen
@ 2006-10-11 18:38                       ` Trenton Adams
  0 siblings, 0 replies; 13+ messages in thread
From: Trenton Adams @ 2006-10-11 18:38 UTC (permalink / raw
  To: gentoo-user

I can't right now, as my logs for that don't exist, I forgot to put the 2>&1.

Right now I'm trying to revdep-rebuild so.6.  We'll see how that goes first.

Thanks.

On 10/10/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Wednesday 11 October 2006 07:23, Trenton Adams wrote:
> > Any other ideas?
>
> Sure. Post actual error messages that show what your problem is...
>
> --
> Bo Andresen
>
>
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-10-11 18:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-24  0:20 [gentoo-user] Problem emerging kdebase David Corbin
2006-06-24 16:45 ` Richard Fish
2006-07-01 21:10   ` David Corbin
2006-07-04 23:58     ` David Corbin
2006-07-05  0:36       ` Richard Fish
2006-07-06 23:12         ` David Corbin
2006-07-06 23:43           ` Richard Fish
2006-07-08 11:08             ` David Corbin
2006-10-11  4:03               ` Trenton Adams
2006-10-11  4:14                 ` Bo Ørsted Andresen
2006-10-11  5:23                   ` Trenton Adams
2006-10-11  5:29                     ` Bo Ørsted Andresen
2006-10-11 18:38                       ` Trenton Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox