|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2013年05月14日(火) 旧暦 [n年日記] [更新:"2013/05/15 14:35:08"]#1 [Gimp] Gimp で楕円 (Gimp 2.8)
この覚え書きを作るにあたっては、次の情報が大変役に立ちました。ありがとうございます。 ( つっこみ )
#2 [pkgsrc] xulrunner says Shared object "libstdc++.so.6" not found
Some strange situation, recently build wants obsoleted
shared library even does not exist.
m08@makoto 23:22:59/130514(..packages/All)% sh -xv `which firefox` #! /bin/sh # # $NetBSD: firefox.sh.in,v 1.2 2012/08/28 12:42:02 ryoon Exp $ # # We currently overwrite the nsXULStub launcher with this wrapper script. # The stub causes problems like HTTPS protocol not working. # XXX to be investigated exec /usr/pkg/lib/xulrunner/xulrunner /usr/pkg/lib/firefox/application.ini "$@" + exec /usr/pkg/lib/xulrunner/xulrunner '/usr/pkg/lib/firefox/application.ini' Shared object "libstdc++.so.6" not found m08@makoto 23:23:08/130514(..packages/All)% find /usr -name libstdc++\* find: /usr/games/hide: Permission denied /usr/lib/libstdc++.so.7.1 /usr/lib/libstdc++.so /usr/lib/libstdc++.so.7 /usr/lib/libstdc++_p.a /usr/lib/libstdc++.a /usr/lib/libstdc++_pic.a /usr/lib/i386/libstdc++.so.7 /usr/lib/i386/libstdc++.so.7.1 /usr/lib/i386/libstdc++.so /usr/lib/i386/libstdc++.a /usr/lib/i386/libstdc++_p.a /usr/lib/i386/libstdc++_pic.a m08@makoto 23:23:40/130514(..packages/All)% ldd /usr/pkg/lib/xulrunner/xulrunner /usr/pkg/lib/xulrunner/xulrunner: -lpthread.1 => /usr/lib/libpthread.so.1 -lgcc_s.1 => /usr/lib/libgcc_s.so.1 -lc.12 => /usr/lib/libc.so.12 -lstdc++.6 => not found -lm.0 => /usr/lib/libm.so.0 m08@makoto 23:24:15/130514(..packages/All)% xulrunner --version Shared object "libstdc++.so.6" not found m08@makoto 23:24:25/130514(..packages/All)% ls -l /usr/pkg/lib/xulrunner/xulrunner -rwxr-xr-x 1 root wheel 81960 May 14 01:15 /usr/pkg/lib/xulrunner/xulrunner m08@makoto 23:24:31/130514(..packages/All)% ls -l /usr/lib/libstdc++.so.7.1 -r--r--r-- 1 root wheel 1299229 Mar 16 13:52 /usr/lib/libstdc++.so.7.1 m08@makoto 23:25:37/130514(..packages/All)%The package was built on chrooted environmet, but it does not the old one either. m08@makoto 23:29:11/130514(..packages/All)% ls -l /export/CHROOT/usr/lib/libstdc* -r--r--r-- 1 root wheel 2521788 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++.a lrwxr-xr-x 1 root wheel 16 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++.so -> libstdc++.so.7.1 lrwxr-xr-x 1 root wheel 16 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++.so.7 -> libstdc++.so.7.1 -r--r--r-- 1 root wheel 1299229 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++.so.7.1 -r--r--r-- 1 root wheel 2675770 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++_p.a -r--r--r-- 1 root wheel 2549064 Mar 16 13:52 /export/CHROOT/usr/lib/libstdc++_pic.aI found it... 9820866 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.a 963 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.la 17 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.so -> libstdc++.so.6.17 17 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.so.6 -> libstdc++.so.6.17 4136273 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.so.6.17 2323 May 6 10:59 /export/CHROOT/usr/pkg_bulk/gcc47/lib/libstdc++.so.6.17-gdb.py @ make help topic=USE_GCC_RUNTIME:# USE_PKGSRC_GCC_RUNTIME # When set to "yes", the runtime gcc libraries (libgcc, libstdc++ # etc) will be used from pkgsrc rather than the native compiler. # USE_GCC_RUNTIME # Packages which build shared libraries but do not use libtool to # do so should define this variable. It is used to determine whether # the gcc runtime should be depended upon when a user has enabled # USE_PKGSRC_GCC_RUNTIME.そう言えば、この機械の chroot を 6.1_RC2 にした時に gcc47 は作り直さなかったかな? m08@root 08:06:54/130515(..lang/gcc47)% \ env PATH=/usr/pkg_bulk/bin:/usr/pkg_bulk/sbin:${PATH} pkg_delete gcc47 original MD5 checksum failed, not deleting: /usr/pkg_bulk/gcc47/lib/gcc/x86_64--netbsd/4.7.3/include-fixed/stdio.h original MD5 checksum failed, not deleting: /usr/pkg_bulk/gcc47/lib/gcc/x86_64--netbsd/4.7.3/include/ssp/stdio.h original MD5 checksum failed, not deleting: /usr/pkg_bulk/gcc47/lib/gcc/x86_64--netbsd/4.7.3/include/ssp/string.h original MD5 checksum failed, not deleting: /usr/pkg_bulk/gcc47/lib/gcc/x86_64--netbsd/4.7.3/include/ssp/unistd.h pkg_delete: couldn't entirely delete package `gcc47-4.7.3' ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||