| Summary: | sys-libs/libcap - include/sys/capability.hswig: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | gentoo |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
gentoo
2008-08-08 21:09:39 UTC
Could you try and update dev-lang/swig first, please? It already looks like its up-to-date:
# eix swig
[I] dev-lang/swig
Available versions: 1.3.31 ~1.3.33 1.3.34 ~1.3.35 ~1.3.36 {R chicken clisp doc guile java lua mono mzscheme ocaml octave perl php pike python ruby tcl tk}
Installed versions: 1.3.34(13:20:02 04/15/08)(perl python -R -chicken -clisp -doc -guile -java -lua -mono -mzscheme -ocaml -php -pike -ruby -tcl -tk)
Homepage: http://www.swig.org/
Description: Simplified Wrapper and Interface Generator
Please, try to rebuild swig anyway or run a revdep-rebuild and then try again. I rebuilt swig and did a revdep-rebuild.
Afterwards, I ran python-updater -i:
gcc -Dlinux -D_POSIX_SOURCE -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -pedantic -g -march=athlon -O3 -pipe -I/usr/include/python2.5 -I/var/tmp/portage/sys-libs/libcap-1.10-r11/work/libcap-1.10/libcap/include -c cap_sys.c -o cap_sys.o
In file included from cap_sys.c:10:
libcap.h:57:3: warning: suggest hiding #error from traditional C with an indented #
libcap.h:58:3: warning: suggest hiding #error from traditional C with an indented #
libcap.h:101:25: warning: ISO C does not permit named variadic macros
ar csruv libcap.a cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_sys.o
a - cap_alloc.o
a - cap_proc.o
a - cap_extint.o
a - cap_flag.o
a - cap_text.o
a - cap_sys.o
swig -python -o libcap_wrap.c include/sys/capability.h
swig: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
make[1]: *** [libcap_wrap.c] Error 127
make[1]: Leaving directory `/var/tmp/portage/sys-libs/libcap-1.10-r11/work/libcap-1.10/libcap'
make: *** [all] Error 2
*
* ERROR: sys-libs/libcap-1.10-r11 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2576: Called die
* The specific snippet of code:
* emake COPTFLAG="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${myflags} || die
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/log/portage/sys-libs:libcap-1.10-r11:20080818-160440.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/libcap-1.10-r11/temp/environment'.
*
|