|
大家好,最近更新了系统,KDE所有的程序都不能用了。出现如下错误,向大家求肋!
- >>> Emerging (3 of 11) www-client/opera-10.00_pre449
- 'ascii' codec can't encode characters in position 13-15: ordinal not in range(128):
- /bin/bash -c touch "/usr/portage/distfiles/.__portage_test_write__" 2>/dev/null ; rval=$? ; rm -f "/usr/portage/distfiles/.__portage_test_write__" ; exit $rval
- * opera-10.00-b2.gcc4-bundled-qt4.i386.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- * checking ebuild checksums ;-) ... [ ok ]
- * checking auxfile checksums ;-) ... [ ok ]
- * checking miscfile checksums ;-) ... [ ok ]
- 'ascii' codec can't encode characters in position 13-15: ordinal not in range(128):
- /bin/bash -c "/usr/lib/portage/bin/ebuild.sh" clean
复制代码
- >>> Emerging (6 of 11) media-video/mplayer-1.0_rc2_p20090731
- 'ascii' codec can't encode characters in position 53-55: ordinal not in range(128):
- /bin/bash -c touch "/usr/portage/distfiles/.__portage_test_write__" 2>/dev/null ; rval=$? ; rm -f "/usr/portage/distfiles/.__portage_test_write__" ; exit $rval
- 'ascii' codec can't encode characters in position 53-55: ordinal not in range(128):
- /bin/bash -c touch "/usr/portage/distfiles/.locks/.__portage_test_write__" 2>/dev/null ; rval=$? ; rm -f "/usr/portage/distfiles/.locks/.__portage_test_write__" ; exit $rval
- * mplayer-1.0_rc2_p20090731.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- * checking ebuild checksums ;-) ... [ ok ]
- * checking auxfile checksums ;-) ... [ ok ]
- * checking miscfile checksums ;-) ... [ ok ]
- 'ascii' codec can't encode characters in position 53-55: ordinal not in range(128):
- /bin/bash -c "/usr/lib/portage/bin/ebuild.sh" clean
复制代码
- >>> Emerging (2 of 5) dev-util/subversion-1.6.4-r10
- * subversion-1.6.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- * checking ebuild checksums ;-) ... [ ok ]
- * checking auxfile checksums ;-) ... [ ok ]
- * checking miscfile checksums ;-) ... [ ok ]
- *
- * SVN_BDB_VERSION variable isn't set. You can set it to enforce using of specific version of Berkeley DB.
- * Using: Berkeley DB 4.7
- *
- >>> Unpacking source...
- >>> Unpacking subversion-1.6.4.tar.bz2 to /var/tmp/portage/dev-util/subversion-1.6.4-r10/work
- >>> Source unpacked in /var/tmp/portage/dev-util/subversion-1.6.4-r10/work
- >>> Preparing source in /var/tmp/portage/dev-util/subversion-1.6.4-r10/work/subversion-1.6.4 ...
- * Applying subversion-1.6.0-disable_linking_against_unneeded_libraries.patch ... [ ok ]
- * Applying subversion-1.6.2-local_library_preloading.patch ... [ ok ]
- * Applying subversion-1.6.3-apache-2.4.patch ... [ ok ]
- * Applying subversion-1.6.3-kwallet_window.patch ... [ ok ]
- * Running autoconf ... [ ok ]
- * Running elibtoolize in: subversion-1.6.4/build
- * Applying portage-1.5.10.patch ...
- * Applying sed-1.5.6.patch ...
- * Applying as-needed-1.5.26.patch ...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/dev-util/subversion-1.6.4-r10/work/subversion-1.6.4 ...
- * econf: updating subversion-1.6.4/build/config.guess with /usr/share/gnuconfig/config.guess
- * econf: updating subversion-1.6.4/build/config.sub with /usr/share/gnuconfig/config.sub
- ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --without-apxs --with-berkeley-db=db.h:/usr/include/db4.7::db-4.7 --without-ctypesgen --enable-runtime-module-search --without-gnome-keyring --disable-javahl --without-jdk --with-kwallet --enable-nls --without-sasl --with-neon --without-serf --with-swig --with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config --disable-experimental-libtool --without-jikes --enable-local-library-preloading --disable-mod-activation --disable-neon-version-check --with-sqlite=/usr
- configure: Configuring Subversion 1.6.4
- configure: creating config.nice
- checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether i686-pc-linux-gnu-gcc accepts -g... yes
- checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
- checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether i686-pc-linux-gnu-g++ accepts -g... yes
- checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking target system type... i686-pc-linux-gnu
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking whether ln -s works... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- configure: Apache Portable Runtime (APR) library configuration
- checking for APR... yes
- checking APR version... 1.3.8
- configure: Apache Portable Runtime Utility (APRUTIL) library configuration
- checking for APR-util... yes
- checking APR-UTIL version... 1.3.9
- checking for pkg-config... /usr/bin/pkg-config
- configure: checking neon library
- checking neon library version... 0.28.5
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- configure: serf library configuration
- checking serf.h usability... no
- checking serf.h presence... no
- checking for serf.h... no
- configure: looking for apr_memcache as part of apr-util
- checking apr_memcache.h usability... yes
- checking apr_memcache.h presence... yes
- checking for apr_memcache.h... yes
- checking for apr_memcache_create in -laprutil-1... yes
- checking for Apache module support via DSO through APXS... no
- ==================================================================
- WARNING: skipping the build of mod_dav_svn
- try using --with-apxs
- ==================================================================
- configure: checking sqlite library
- checking sqlite3.h usability... yes
- checking sqlite3.h presence... yes
- checking for sqlite3.h... yes
- checking sqlite library version (via header)... okay
- checking for sqlite3_close in -lsqlite3... yes
- configuring libtool now
- checking for a sed that does not truncate output... /bin/sed
- checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
- checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
- checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
- checking for BSD-compatible nm... /usr/bin/nm -B
- checking how to recognize dependent libraries... pass_all
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
- checking for i686-pc-linux-gnu-g77... no
- checking for i686-pc-linux-gnu-xlf... no
- checking for i686-pc-linux-gnu-f77... no
- checking for i686-pc-linux-gnu-frt... no
- checking for i686-pc-linux-gnu-pgf77... no
- checking for i686-pc-linux-gnu-cf77... no
- checking for i686-pc-linux-gnu-fort77... no
- checking for i686-pc-linux-gnu-fl32... no
- checking for i686-pc-linux-gnu-af77... no
- checking for i686-pc-linux-gnu-xlf90... no
- checking for i686-pc-linux-gnu-f90... no
- checking for i686-pc-linux-gnu-pgf90... no
- checking for i686-pc-linux-gnu-pghpf... no
- checking for i686-pc-linux-gnu-epcf90... no
- checking for i686-pc-linux-gnu-gfortran... i686-pc-linux-gnu-gfortran
- checking whether we are using the GNU Fortran 77 compiler... yes
- checking whether i686-pc-linux-gnu-gfortran accepts -g... yes
- checking the maximum length of command line arguments... 1572864
- checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
- checking for objdir... .libs
- checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
- checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
- checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
- checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
- checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
- checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
- checking if i686-pc-linux-gnu-gcc static flag -static works... yes
- checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
- checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- configure: creating libtool
- appending configuration tag "CXX" to libtool
- checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
- checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
- checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
- checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
- checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
- checking if i686-pc-linux-gnu-g++ static flag -static works... yes
- checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
- checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- (cached) (cached) checking how to hardcode library paths into programs... immediate
- appending configuration tag "F77" to libtool
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking for i686-pc-linux-gnu-gfortran option to produce PIC... -fPIC
- checking if i686-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
- checking if i686-pc-linux-gnu-gfortran static flag -static works... yes
- checking if i686-pc-linux-gnu-gfortran supports -c -o file.o... yes
- checking whether the i686-pc-linux-gnu-gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- (cached) (cached) checking how to hardcode library paths into programs... immediate
- checking whether libtool needs -no-undefined... no
- checking whether to avoid circular linkage at all costs... no
- checking for trang... none
- checking for socket in -lsocket... no
- checking for availability of Berkeley DB... yes
- checking whether to look for SASL... no
- checking for Mac OS KeyChain Services... no
- checking whether APR has support for DSOs... yes
- checking for D-Bus .pc file... yes
- checking D-Bus version... 1.3.0
- checking for D-Bus... yes
- checking whether to look for GNOME Keyring... no
- checking for msgfmt... /usr/bin/msgfmt
- checking for msgmerge... /usr/bin/msgmerge
- checking for xgettext... /usr/bin/xgettext
- checking for library containing bindtextdomain... none required
- checking for bind_textdomain_codeset... yes
- checking if we are using GNU gettext... yes
- checking whether to look for KWallet... yes
- checking for QtCore, QtDBus, QtGui... yes
- checking for kde4-config... yes
- checking for KWallet... kde4-config: /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libkdecore.so.5)
- kde4-config: /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libkdecore.so.5)
- no
- configure: error: cannot find KWallet
- !!! Please attach the following file when seeking support:
- !!! /var/tmp/portage/dev-util/subversion-1.6.4-r10/work/subversion-1.6.4/config.log
- *
- * ERROR: dev-util/subversion-1.6.4-r10 failed.
- * Call stack:
- * ebuild.sh, line 49: Called src_configure
- * environment, line 6362: Called econf '--libdir=/usr/lib' '--without-apxs' '--with-berkeley-db=db.h:/usr/include/db4.7::db-4.7' '--without-ctypesgen' '--enable-runtime-module-search' '--without-gnome-keyring' '--disable-javahl' '--without-jdk' '--with-kwallet' '--enable-nls' '--without-sasl' '--with-neon' '--without-serf' '--with-swig' '--with-apr=/usr/bin/apr-1-config' '--with-apr-util=/usr/bin/apu-1-config' '--disable-experimental-libtool' '--without-jikes' '--enable-local-library-preloading' '--disable-mod-activation' '--disable-neon-version-check' '--with-sqlite=/usr'
- * ebuild.sh, line 536: Called die
- * The specific snippet of code:
- * die "econf failed"
- * The die message:
- * econf failed
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/tmp/portage/dev-util/subversion-1.6.4-r10/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/dev-util/subversion-1.6.4-r10/temp/environment'.
- *
- !!! When you file a bug report, please include the following information:
- GENTOO_VM= CLASSPATH=".:/usr/lib/jvm/sun-jdk-1.6/lib" JAVA_HOME="/usr/lib/jvm/sun-jdk-1.6/"
- JAVACFLAGS="" COMPILER=""
- and of course, the output of emerge --info
- >>> Failed to emerge dev-util/subversion-1.6.4-r10, Log file:
- >>> '/var/tmp/portage/dev-util/subversion-1.6.4-r10/temp/build.log'
- * Messages for package net-print/hplip-3.9.4b-r1:
- * You should run hp-setup as root if you are installing hplip for the first time, and may also
- * need to run it if you are upgrading from an earlier version.
- *
- * If your device is connected using USB, users will need to be in the lp group to access it.
- *
- * This release doesn't use an init script anymore, so you should probably do a
- * 'rc-update del hplip' if you are updating from an old version.
- * Messages for package dev-util/subversion-1.6.4-r10:
- *
- * ERROR: dev-util/subversion-1.6.4-r10 failed.
- * Call stack:
- * ebuild.sh, line 49: Called src_configure
- * environment, line 6362: Called econf '--libdir=/usr/lib' '--without-apxs' '--with-berkeley-db=db.h:/usr/include/db4.7::db-4.7' '--without-ctypesgen' '--enable-runtime-module-search' '--without-gnome-keyring' '--disable-javahl' '--without-jdk' '--with-kwallet' '--enable-nls' '--without-sasl' '--with-neon' '--without-serf' '--with-swig' '--with-apr=/usr/bin/apr-1-config' '--with-apr-util=/usr/bin/apu-1-config' '--disable-experimental-libtool' '--without-jikes' '--enable-local-library-preloading' '--disable-mod-activation' '--disable-neon-version-check' '--with-sqlite=/usr'
- * ebuild.sh, line 536: Called die
- * The specific snippet of code:
- * die "econf failed"
- * The die message:
- * econf failed
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/tmp/portage/dev-util/subversion-1.6.4-r10/temp/build.log'.
- * The ebuild environment file is located at '/var/tmp/portage/dev-util/subversion-1.6.4-r10/temp/environment'.
- *
- * GNU info directory index is up-to-date.
复制代码 |
|