* Package: net-ftp/weex-2.6.1.5-r1 * Repository: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking weex-2.6.1.5.tar.gz to /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work * Applying weex-2.6.1.5-va_list.patch ... [ ok ] * Applying formatstring.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work >>> Compiling source in /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-nls creating cache ./config.cache checking for a BSD compatible install... /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) works... yes checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c checking how to run the C preprocessor... gcc -E checking for ranlib... ranlib checking for POSIXized ISC... no checking for ANSI C header files... yes checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... no checking for argz.h... yes checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for stpcpy... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... ja de es nl fr checking for gettext... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... (cached) yes checking for limits.h... (cached) yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for gnuregex.h... no checking for regex.h... yes checking for gnuregex.h... (cached) no checking for regex.h... (cached) yes checking for working const... (cached) yes checking for mode_t... yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for vprintf... yes checking for mkdir... yes checking for regcomp... yes checking for select... yes checking for socket... yes checking for strdup... (cached) yes checking for strerror... yes checking for strtol... yes checking for strtoul... yes checking whether to enable debug... no checking for inline... (cached) inline updating cache ./config.cache creating ./config.status creating Makefile creating intl/Makefile creating src/Makefile creating po/Makefile.in creating debian/Makefile creating doc/Makefile creating man/Makefile creating config.h make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' Making all in po make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/po' PATH=../src:$PATH /usr/bin/xgettext --default-domain=weex --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f weex.po \ || ( rm -f ./weex.pot \ && mv weex.po ./weex.pot ) rm -f cat-id-tbl.tmp sed -f ../intl/po2tbl.sed ./weex.pot \ | sed -e "s/@PACKAGE NAME@/weex/" > cat-id-tbl.tmp if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \ rm cat-id-tbl.tmp; \ else \ echo cat-id-tbl.c changed; \ rm -f ./cat-id-tbl.c; \ mv cat-id-tbl.tmp ./cat-id-tbl.c; \ fi cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/po' Making all in intl make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/intl' Making all in src make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c config.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c ftplib.c ftplib.c: In function ‘FtpAuthorize’: ftplib.c:634:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(respbuf, sizeof(respbuf), stdin); ^ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c weex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c parsecfg.c parsecfg.c: In function ‘store_value’: parsecfg.c:521:23: warning: ‘tmp’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(errno==ERANGE || tmp>UINT_MAX){ ^ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c shhopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c strlib.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c ftpmain.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c message.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c cache.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c filedata.c filedata.c: In function ‘is_ignore_dir’: filedata.c:358:29: warning: array subscript is above array bounds [-Warray-bounds] temp=str_concat(current_dir[side],dir_name,"/",NULL); ^ filedata.c: In function ‘is_ignore_file’: filedata.c:394:29: warning: array subscript is above array bounds [-Warray-bounds] temp=str_concat(current_dir[side],file_name,NULL); ^ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -DLOCALEDIR=\""/usr/share/locale"\" -O2 -pipe -Wall -c log.c gcc -O2 -pipe -Wall -Wl,-O1 -Wl,--as-needed -o weex config.o ftplib.o weex.o parsecfg.o shhopt.o strlib.o ftpmain.o message.o cache.o sub.o filedata.o log.o -lnsl make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' Making all in doc make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' Making all in man make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' Making all in debian make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' >>> Source compiled. >>> Test phase [not enabled]: net-ftp/weex-2.6.1.5-r1 >>> Install weex-2.6.1.5-r1 into /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/ category net-ftp make -j1 DESTDIR=/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/ install Making install in po make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/po' if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/share; \ else \ /bin/sh ../mkinstalldirs /usr/share; \ fi (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/share/locale/ja/LC_MESSAGES/weex.mo /usr/bin/install: cannot create regular file ‘/usr/share/locale/ja/LC_MESSAGES/weex.mo’: Permission denied installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/weex.mo (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/share/locale/de/LC_MESSAGES/weex.mo /usr/bin/install: cannot create regular file ‘/usr/share/locale/de/LC_MESSAGES/weex.mo’: Permission denied installing de.gmo as /usr/share/locale/de/LC_MESSAGES/weex.mo (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/share/locale/es/LC_MESSAGES/weex.mo /usr/bin/install: cannot create regular file ‘/usr/share/locale/es/LC_MESSAGES/weex.mo’: Permission denied installing es.gmo as /usr/share/locale/es/LC_MESSAGES/weex.mo (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/share/locale/nl/LC_MESSAGES/weex.mo /usr/bin/install: cannot create regular file ‘/usr/share/locale/nl/LC_MESSAGES/weex.mo’: Permission denied installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/weex.mo (null)*(null) (null)ACCESS DENIED(null): open_wr: /usr/share/locale/fr/LC_MESSAGES/weex.mo /usr/bin/install: cannot create regular file ‘/usr/share/locale/fr/LC_MESSAGES/weex.mo’: Permission denied installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/weex.mo if test "weex" = "gettext"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/share/gettext/po; \ else \ /bin/sh ../mkinstalldirs /usr/share/gettext/po; \ fi; \ /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 ./Makefile.in.in \ /usr/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/po' Making install in intl make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/intl' if test "weex" = "gettext" \ && test '' = 'intl-compat.o'; then \ if test -r ./mkinstalldirs; then \ ./mkinstalldirs /usr/lib /usr/include; \ else \ ../mkinstalldirs /usr/lib /usr/include; \ fi; \ /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 intlh.inst /usr/include/libintl.h; \ /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 libintl.a /usr/lib/libintl.a; \ else \ : ; \ fi if test "weex" = "gettext"; then \ if test -r ./mkinstalldirs; then \ ./mkinstalldirs /usr/share/gettext/intl; \ else \ ../mkinstalldirs /usr/share/gettext/intl; \ fi; \ /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 VERSION /usr/share/gettext/intl/VERSION; \ dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \ for file in $dists; do \ /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 ./$file /usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/intl' Making install in src make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' /bin/sh ../mkinstalldirs /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image//usr/bin mkdir /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/usr mkdir /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/usr/bin /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c weex /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image//usr/bin/weex make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/src' Making install in doc make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/doc' Making install in man make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' make[2]: Nothing to be done for 'install-exec-am'. make install-man1 make[3]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' /bin/sh ../mkinstalldirs /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image//usr/share/man/man1 mkdir /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/usr/share mkdir /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/usr/share/man mkdir /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/usr/share/man/man1 /usr/lib/portage/python3.3/ebuild-helpers/xattr/install -c -m 644 ./weex.1 /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image//usr/share/man/man1/weex.1 make[3]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/man' Making install in debian make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5/debian' make[1]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' make[2]: Entering directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' make[1]: Leaving directory '/var/tmp/portage/net-ftp/weex-2.6.1.5-r1/work/weex-2.6.1.5' >>> Completed installing weex-2.6.1.5-r1 into /var/tmp/portage/net-ftp/weex-2.6.1.5-r1/image/ (null)*(null) --------------------------- ACCESS VIOLATION SUMMARY --------------------------- (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-25800.log" (null)*(null) 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: open_wr S: deny P: /usr/share/locale/ja/LC_MESSAGES/weex.mo A: /usr/share/locale/ja/LC_MESSAGES/weex.mo R: /usr/share/locale/ja/LC_MESSAGES/weex.mo C: /usr/bin/install -c -m 644 ja.gmo /usr/share/locale/ja/LC_MESSAGES/weex.mo F: open_wr S: deny P: /usr/share/locale/de/LC_MESSAGES/weex.mo A: /usr/share/locale/de/LC_MESSAGES/weex.mo R: /usr/share/locale/de/LC_MESSAGES/weex.mo C: /usr/bin/install -c -m 644 de.gmo /usr/share/locale/de/LC_MESSAGES/weex.mo F: open_wr S: deny P: /usr/share/locale/es/LC_MESSAGES/weex.mo A: /usr/share/locale/es/LC_MESSAGES/weex.mo R: /usr/share/locale/es/LC_MESSAGES/weex.mo C: /usr/bin/install -c -m 644 es.gmo /usr/share/locale/es/LC_MESSAGES/weex.mo F: open_wr S: deny P: /usr/share/locale/nl/LC_MESSAGES/weex.mo A: /usr/share/locale/nl/LC_MESSAGES/weex.mo R: /usr/share/locale/nl/LC_MESSAGES/weex.mo C: /usr/bin/install -c -m 644 nl.gmo /usr/share/locale/nl/LC_MESSAGES/weex.mo F: open_wr S: deny P: /usr/share/locale/fr/LC_MESSAGES/weex.mo A: /usr/share/locale/fr/LC_MESSAGES/weex.mo R: /usr/share/locale/fr/LC_MESSAGES/weex.mo C: /usr/bin/install -c -m 644 fr.gmo /usr/share/locale/fr/LC_MESSAGES/weex.mo (null)*(null) --------------------------------------------------------------------------------