Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180540 Details for
Bug 257205
building eix[doc] triggers sandbox violation as dev-python/docutils has out of date .py/.pyc files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
~amd64 build.log
build.log (text/plain), 28.01 KB, created by
Jeremy Murphy
on 2009-02-01 13:29:57 UTC
(
hide
)
Description:
~amd64 build.log
Filename:
MIME Type:
Creator:
Jeremy Murphy
Created:
2009-02-01 13:29:57 UTC
Size:
28.01 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking eix-0.15.4.tar.lzma to /home/portage/app-portage/eix-0.15.4/work >>>> Source unpacked in /home/portage/app-portage/eix-0.15.4/work >>>> Compiling source in /home/portage/app-portage/eix-0.15.4/work/eix-0.15.4 ... > * econf: updating eix-0.15.4/config/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating eix-0.15.4/config/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-bzip2 --with-sqlite --with-rst --with-ebuild-sh-default=/usr/lib64/portage/bin/ebuild.sh --with-portage-rootpath=/opt/bin:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.3.3:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking whether to enable maintainer-specific portions of Makefiles... no >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >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 x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 >checking for _LARGEFILE_SOURCE value needed for large files... no >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >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 >checking for uint8_t... yes >checking for uint16_t... yes >checking for uint32_t... yes >checking whether ln -s works... yes >checking for regcomp... yes >checking for strchr... yes >checking for strdup... yes >checking for strerror... yes >checking for strrchr... yes >checking for fnmatch... yes >checking for memset... yes >checking for strndup... yes >checking for strtoul... yes >checking for strtol... yes >checking for atoi... yes >checking for canonicalize_file_name... yes >checking for realpath... yes >checking for vfork... yes >checking tr1/cstdint usability... yes >checking tr1/cstdint presence... yes >checking for tr1/cstdint... yes >checking climits usability... yes >checking climits presence... yes >checking for climits... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking if stdint.h can really be used... yes >checking for sed... sed >checking whether libbz2 should be used... yes (on request) >checking whether std::unique seems to work... yes >checking whether sqlite should be used... yes (on request) >checking for default of EXEC_EBUILD_SH... /usr/lib64/portage/bin/ebuild.sh (on request) >configure: Using PORTAGE_ROOTPATH=/opt/bin:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.3.3:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin >checking whether byte ordering is bigendian... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating manpage/Makefile >config.status: creating src/Makefile >config.status: creating doc/Makefile >config.status: creating config.h >config.status: executing depfiles commands > > eix version 0.15.4 configured successfully. > Good luck with make :) >make -j2 >make all-recursive >make[1]: Entering directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4' >Making all in src >make[2]: Entering directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/src' >depbase=`echo varsreader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT varsreader.o -MD -MP -MF $depbase.Tpo -c -o varsreader.o varsreader.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo global.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT global.o -MD -MP -MF $depbase.Tpo -c -o global.o global.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo global2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT global2.o -MD -MP -MF $depbase.Tpo -c -o global2.o global2.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo global3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT global3.o -MD -MP -MF $depbase.Tpo -c -o global3.o global3.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo global4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT global4.o -MD -MP -MF $depbase.Tpo -c -o global4.o global4.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eix.o -MD -MP -MF $depbase.Tpo -c -o eix.o eix.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cli.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cli.o -MD -MP -MF $depbase.Tpo -c -o cli.o cli.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo diff-eix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT diff-eix.o -MD -MP -MF $depbase.Tpo -c -o diff-eix.o diff-eix.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo update-eix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT update-eix.o -MD -MP -MF $depbase.Tpo -c -o update-eix.o update-eix.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/base.o -MD -MP -MF $depbase.Tpo -c -o cache/base.o cache/base.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/cache_map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/cache_map.o -MD -MP -MF $depbase.Tpo -c -o cache/cache_map.o cache/cache_map.cc &&\ > mv -f $depbase.Tpo $depbase.Po >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "eix-sync.in" > "eix-sync" >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "eix-test-obsolete.in" > "eix-test-obsolete" >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "update-eix-remote.in" > "update-eix-remote" >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "update-eix-layman.in" > "update-eix-layman" >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "functions-eix.sh.in" > "functions-eix.sh" >sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\./functions-eix\.sh\.in,'/usr/bin/functions-eix.sh',g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > "eixrc/eixrc.in" > "eixrc/eixrc" >depbase=`echo database/io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT database/io.o -MD -MP -MF $depbase.Tpo -c -o database/io.o database/io.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo database/header.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT database/header.o -MD -MP -MF $depbase.Tpo -c -o database/header.o database/header.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo database/package_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT database/package_reader.o -MD -MP -MF $depbase.Tpo -c -o database/package_reader.o database/package_reader.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/conf/portagesettings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/conf/portagesettings.o -MD -MP -MF $depbase.Tpo -c -o portage/conf/portagesettings.o portage/conf/portagesettings.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/conf/cascadingprofile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/conf/cascadingprofile.o -MD -MP -MF $depbase.Tpo -c -o portage/conf/cascadingprofile.o portage/conf/cascadingprofile.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/basicversion.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/basicversion.o -MD -MP -MF $depbase.Tpo -c -o portage/basicversion.o portage/basicversion.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/mask.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/mask.o -MD -MP -MF $depbase.Tpo -c -o portage/mask.o portage/mask.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/package.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/package.o -MD -MP -MF $depbase.Tpo -c -o portage/package.o portage/package.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/vardbpkg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/vardbpkg.o -MD -MP -MF $depbase.Tpo -c -o portage/vardbpkg.o portage/vardbpkg.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/packagetree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/packagetree.o -MD -MP -MF $depbase.Tpo -c -o portage/packagetree.o portage/packagetree.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/keywords.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/keywords.o -MD -MP -MF $depbase.Tpo -c -o portage/keywords.o portage/keywords.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/overlay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/overlay.o -MD -MP -MF $depbase.Tpo -c -o portage/overlay.o portage/overlay.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/set_stability.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/set_stability.o -MD -MP -MF $depbase.Tpo -c -o portage/set_stability.o portage/set_stability.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo portage/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT portage/version.o -MD -MP -MF $depbase.Tpo -c -o portage/version.o portage/version.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/ansicolor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/ansicolor.o -MD -MP -MF $depbase.Tpo -c -o eixTk/ansicolor.o eixTk/ansicolor.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/argsreader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/argsreader.o -MD -MP -MF $depbase.Tpo -c -o eixTk/argsreader.o eixTk/argsreader.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/exceptions.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/exceptions.o -MD -MP -MF $depbase.Tpo -c -o eixTk/exceptions.o eixTk/exceptions.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/filenames.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/filenames.o -MD -MP -MF $depbase.Tpo -c -o eixTk/filenames.o eixTk/filenames.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/formated.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/formated.o -MD -MP -MF $depbase.Tpo -c -o eixTk/formated.o eixTk/formated.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/stringutils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/stringutils.o -MD -MP -MF $depbase.Tpo -c -o eixTk/stringutils.o eixTk/stringutils.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/sysutils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/sysutils.o -MD -MP -MF $depbase.Tpo -c -o eixTk/sysutils.o eixTk/sysutils.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixTk/utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixTk/utils.o -MD -MP -MF $depbase.Tpo -c -o eixTk/utils.o eixTk/utils.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo eixrc/eixrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT eixrc/eixrc.o -MD -MP -MF $depbase.Tpo -c -o eixrc/eixrc.o eixrc/eixrc.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo output/formatstring.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT output/formatstring.o -MD -MP -MF $depbase.Tpo -c -o output/formatstring.o output/formatstring.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo output/formatstring-print.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT output/formatstring-print.o -MD -MP -MF $depbase.Tpo -c -o output/formatstring-print.o output/formatstring-print.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo search/levenshtein.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT search/levenshtein.o -MD -MP -MF $depbase.Tpo -c -o search/levenshtein.o search/levenshtein.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo search/algorithms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT search/algorithms.o -MD -MP -MF $depbase.Tpo -c -o search/algorithms.o search/algorithms.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo search/packagetest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT search/packagetest.o -MD -MP -MF $depbase.Tpo -c -o search/packagetest.o search/packagetest.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/cachetable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/cachetable.o -MD -MP -MF $depbase.Tpo -c -o cache/cachetable.o cache/cachetable.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/common/assign_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/common/assign_reader.o -MD -MP -MF $depbase.Tpo -c -o cache/common/assign_reader.o cache/common/assign_reader.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/common/flat_reader.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/common/flat_reader.o -MD -MP -MF $depbase.Tpo -c -o cache/common/flat_reader.o cache/common/flat_reader.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/common/ebuild_exec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/common/ebuild_exec.o -MD -MP -MF $depbase.Tpo -c -o cache/common/ebuild_exec.o cache/common/ebuild_exec.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/common/selectors.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/common/selectors.o -MD -MP -MF $depbase.Tpo -c -o cache/common/selectors.o cache/common/selectors.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/common/unpickle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/common/unpickle.o -MD -MP -MF $depbase.Tpo -c -o cache/common/unpickle.o cache/common/unpickle.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/cdb/cdb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/cdb/cdb.o -MD -MP -MF $depbase.Tpo -c -o cache/cdb/cdb.o cache/cdb/cdb.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/ebuild/ebuild.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/ebuild/ebuild.o -MD -MP -MF $depbase.Tpo -c -o cache/ebuild/ebuild.o cache/ebuild/ebuild.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/eixcache/eixcache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/eixcache/eixcache.o -MD -MP -MF $depbase.Tpo -c -o cache/eixcache/eixcache.o cache/eixcache/eixcache.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/metadata/metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/metadata/metadata.o -MD -MP -MF $depbase.Tpo -c -o cache/metadata/metadata.o cache/metadata/metadata.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/parse/parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/parse/parse.o -MD -MP -MF $depbase.Tpo -c -o cache/parse/parse.o cache/parse/parse.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo cache/sqlite/sqlite.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT cache/sqlite/sqlite.o -MD -MP -MF $depbase.Tpo -c -o cache/sqlite/sqlite.o cache/sqlite/sqlite.cc &&\ > mv -f $depbase.Tpo $depbase.Po >depbase=`echo main/main_all.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -MT main/main_all.o -MD -MP -MF $depbase.Tpo -c -o main/main_all.o main/main_all.cc &&\ > mv -f $depbase.Tpo $depbase.Po >x86_64-pc-linux-gnu-g++ -DSYSCONFDIR=\"/etc\" -O2 -pipe -march=core2 -Wl,-O1 -o eix varsreader.o database/io.o database/header.o database/package_reader.o portage/conf/portagesettings.o portage/conf/cascadingprofile.o portage/basicversion.o portage/mask.o portage/package.o portage/vardbpkg.o portage/packagetree.o portage/keywords.o portage/overlay.o portage/set_stability.o portage/version.o eixTk/ansicolor.o eixTk/argsreader.o eixTk/exceptions.o eixTk/filenames.o eixTk/formated.o eixTk/stringutils.o eixTk/sysutils.o eixTk/utils.o eixrc/eixrc.o global.o global2.o global3.o global4.o output/formatstring.o output/formatstring-print.o eix.o cli.o search/levenshtein.o search/algorithms.o search/packagetest.o diff-eix.o update-eix.o cache/cachetable.o cache/common/assign_reader.o cache/common/flat_reader.o cache/common/ebuild_exec.o cache/common/selectors.o cache/common/unpickle.o cache/base.o cache/cache_map.o cache/cdb/cdb.o cache/ebuild/ebuild.o cache/eixcache/eixcache.o cache/metadata/metadata.o cache/parse/parse.o cache/sqlite/sqlite.o main/main_all.o -lsqlite3 -lbz2 >test ! -e diff-eix || rm diff-eix >test ! -e update-eix || rm update-eix >ln -s eix diff-eix >ln -s eix update-eix >make[2]: Leaving directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/src' >Making all in manpage >make[2]: Entering directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/manpage' >sed -e 's/$Date:[^,]*, *\([^)]*\)[^\$]*\$/\1/' \ > -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\@EIX_CACHEFILE\@,/var/cache/eix,g" \ > -e "s,\@PACKAGE_BUGREPORT\@,http://eix.sourceforge.net,g" \ > -e "s,\@LEVENSHTEIN_DISTANCE\@,,g" \ > -e "s,\@PORTDIR_CACHE_METHOD\@,metadata-flat,g" \ > -e "s,\@BINDIR\@,/usr/bin,g" \ > -e "s,\@SYSCONFDIR\@,/etc,g" \ > -e 's,\([BI]\)<\([^>]\+\)>,\\f\1\2\\fR,g' \ > "eix.1.in" > "eix.1" >make[2]: Leaving directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/manpage' >Making all in doc >make[2]: Entering directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/doc' >A=`sed -n -e 's/^.*static * const *.* current *= *\([0-9]*\) *;.*$/\1/p' ../src/database/header.h` ; \ > sed -e "s,\@PACKAGE_STRING\@,eix 0.15.4,g" \ > -e "s,\@CURRENT\@,${A},g" \ > "format.txt.in" > "format.txt" >rst2html.py format.txt --embed-stylesheet \ > --stylesheet-path=stylesheet.css > format.html >[31;01mACCESS DENIED[0m unlink: /usr/lib64/python2.5/site-packages/docutils/utils.pyc >[31;01msandbox memory corruption[0m free(0x0000000001fee450): Invalid argument >/usr/lib/libsandbox.so[0x2ae3cea56a73] >/usr/lib/libsandbox.so[0x2ae3cea55732] >/usr/lib/libsandbox.so[0x2ae3cea5670d] >/usr/lib/libsandbox.so(unlink+0xa9)[0x2ae3cea594b9] >/usr/lib/libpython2.5.so.1.0[0x304cecd280] >/usr/lib/libpython2.5.so.1.0[0x304cece682] >/usr/lib/libpython2.5.so.1.0[0x304cece911] >/usr/lib/libpython2.5.so.1.0[0x304cecef8e] >/usr/lib/libpython2.5.so.1.0(PyImport_ImportModuleLevel+0x45)[0x304cecf2b5] >/usr/lib/libpython2.5.so.1.0[0x304ceb47fd] >/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x67)[0x304ce3fe27] >/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x71)[0x304ceb4df1] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x24db)[0x304ceb7e7b] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x6dd)[0x304cebbe7d] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCode+0x32)[0x304cebc062] >/usr/lib/libpython2.5.so.1.0(PyImport_ExecCodeModuleEx+0xbf)[0x304ceccdef] >/usr/lib/libpython2.5.so.1.0[0x304cecd058] >/usr/lib/libpython2.5.so.1.0[0x304cece682] >/usr/lib/libpython2.5.so.1.0[0x304cecec79] >/usr/lib/libpython2.5.so.1.0[0x304cecf175] >/usr/lib/libpython2.5.so.1.0(PyImport_ImportModuleLevel+0x45)[0x304cecf2b5] >/usr/lib/libpython2.5.so.1.0[0x304ceb47fd] >/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x67)[0x304ce3fe27] >/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x71)[0x304ceb4df1] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x24db)[0x304ceb7e7b] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x6dd)[0x304cebbe7d] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCode+0x32)[0x304cebc062] >/usr/lib/libpython2.5.so.1.0(PyImport_ExecCodeModuleEx+0xbf)[0x304ceccdef] >/usr/lib/libpython2.5.so.1.0[0x304cecd058] >/usr/lib/libpython2.5.so.1.0[0x304cece682] >/usr/lib/libpython2.5.so.1.0[0x304cece911] >/usr/lib/libpython2.5.so.1.0[0x304cecef8e] >/usr/lib/libpython2.5.so.1.0(PyImport_ImportModuleLevel+0x45)[0x304cecf2b5] >/usr/lib/libpython2.5.so.1.0[0x304ceb47fd] >/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x67)[0x304ce3fe27] >/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x71)[0x304ceb4df1] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x24db)[0x304ceb7e7b] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x6dd)[0x304cebbe7d] >/usr/lib/libpython2.5.so.1.0(PyEval_EvalCode+0x32)[0x304cebc062] >/usr/lib/libpython2.5.so.1.0[0x304ced6601] >/usr/lib/libpython2.5.so.1.0(PyRun_FileExFlags+0x96)[0x304ced66d6] >/usr/lib/libpython2.5.so.1.0(PyRun_SimpleFileExFlags+0x1cd)[0x304ced7c6d] >/usr/lib/libpython2.5.so.1.0(Py_Main+0xaea)[0x304cee137a] >/lib/libc.so.6(__libc_start_main+0xe6)[0x300261e5c6] >python[0x400789] >/bin/sh: line 1: 13736 Segmentation fault rst2html.py format.txt --embed-stylesheet --stylesheet-path=stylesheet.css > format.html >make[2]: *** [format.html] Error 139 >make[2]: Leaving directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4/doc' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/portage/app-portage/eix-0.15.4/work/eix-0.15.4' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: app-portage/eix-0.15.4 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 791: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/home/portage/app-portage/eix-0.15.4/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/home/portage/app-portage/eix-0.15.4/temp/environment'. > [31;01m*[0m >[31;01m--------------------------- ACCESS VIOLATION SUMMARY ---------------------------[0m >[31;01mLOG FILE[0m "/var/log/sandbox/sandbox-10934.log" > >VERSION 1.0 >FORMAT: F - Function called >FORMAT: S - Access Status >FORMAT: P - Path as passed to function >FORMAT: A - Absolute Path (not canonical) >FORMAT: R - Canonical Path >FORMAT: C - Command Line > >F: unlink >S: deny >P: /usr/lib64/python2.5/site-packages/docutils/utils.pyc >A: /usr/lib64/python2.5/site-packages/docutils/utils.pyc >R: /usr/lib64/python2.5/site-packages/docutils/utils.pyc >C: python /usr/bin/rst2html.py format.txt --embed-stylesheet --stylesheet-path=stylesheet.css >[31;01m--------------------------------------------------------------------------------[0m >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 257205
: 180540