Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108038 - k3b ebuild fails libstd++.so no such file
Summary: k3b ebuild fails libstd++.so no such file
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 23:34 UTC by ((RayDar))
Modified: 2005-10-04 01:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ((RayDar)) 2005-10-03 23:34:03 UTC
When emerging k3b, either versions 0.11.24 or 0.12.4a, an error early on in the
build states that a particular version of libstdc++.so cannot be found:

/bin/sh ../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ 
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
-O2 -march=pentium4 -fomit-frame-pointer -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new
-fno-common -fpermissive   -o libk3bdevice.la -rpath /usr/lib -L/usr/kde/3.4/lib
-L/usr/qt/3/lib -L/usr/lib    -version-info 2:0:0 -no-undefined k3bdevice.lo
k3bdevice_mmc.lo k3bscsicommand.lo k3btrack.lo k3btoc.lo k3bdevicemanager.lo
k3bmsf.lo k3bdiskinfo.lo k3bdeviceglobals.lo k3bcrc.lo k3bcdtext.lo -lkio    -lm
-L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib
i686-pc-linux-gnu-g++:
//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libstdc++.so: No such file or
directory
make[2]: *** [libk3bdevice.la] Error 1
make[2]: Leaving directory
`/var/tmp/portage/k3b-0.12.4a/work/k3b-0.12.4a/libk3bdevice'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/k3b-0.12.4a/work/k3b-0.12.4a'
make: *** [all] Error 2

!!! ERROR: app-cdr/k3b-0.12.4a failed.
!!! Function kde_src_compile, Line 165, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1. emerge k3b

Actual Results:  
The error message above is displayed.

Expected Results:  
It should have compiled with warnings perhaps, but no errors.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-04 01:45:25 UTC
Run fix_libtool_files.sh 3.3.5-20050130 . 

*** This bug has been marked as a duplicate of 73435 ***