Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 641610 Details for
Bug 725248
net-proxy/wwwoffle-2.9j installs files with broken symlink
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 47.22 KB, created by
Agostino Sarubbo
on 2020-05-25 07:24:10 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-05-25 07:24:10 UTC
Size:
47.22 KB
patch
obsolete
> * Package: net-proxy/wwwoffle-2.9i-r1 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc ipv6 kernel_linux userland_GNU zlib > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking wwwoffle-2.9i.tgz to /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work >>>> Source unpacked in /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work >>>> Preparing source in /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i ... > * Applying wwwoffle-2.9i-define.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i ... > * econf: updating wwwoffle-2.9i/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating wwwoffle-2.9i/config.guess with /usr/share/gnuconfig/config.guess >./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 --docdir=/usr/share/doc/wwwoffle-2.9i-r1 --htmldir=/usr/share/doc/wwwoffle-2.9i-r1/html --libdir=/usr/lib64 --without-gnutls --with-ipv6 --with-zlib >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for flex... flex >checking lex output file root... lex.yy >checking lex library... -lfl >checking whether yytext is a pointer... yes >checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for gnutar... no >checking for gtar... no >checking for tar... tar >checking for perl... perl >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking whether time.h and sys/time.h may both be included... 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 sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/statvfs.h usability... yes >checking sys/statvfs.h presence... yes >checking for sys/statvfs.h... yes >checking sys/vfs.h usability... yes >checking sys/vfs.h presence... yes >checking for sys/vfs.h... yes >checking for sys/mount.h... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking for struct stat.st_blocks... yes >checking for struct stat.st_blksize... yes >checking for libraries containing socket functions... -lc >checking for getaddrinfo... yes >checking for getnameinfo... yes >checking for statfs... yes >checking for statvfs... yes >checking for setresuid... yes >checking for setresgid... yes >checking for getresuid... yes >checking for getresgid... yes >checking for setreuid... yes >checking for setregid... yes >checking for setgroups... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for zlibVersion in -lz... yes >checking for IPv6 support... yes >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking the default language... en >configure: creating ./config.status >config.status: creating Makefile >config.status: creating cache/Makefile >config.status: creating conf/Makefile >config.status: creating doc/Makefile >config.status: creating src/Makefile >config.status: creating src/testprogs/Makefile >config.status: creating src/autoconfig.h.in >config.status: creating src/autoconfig.h >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i ... >make -j4 >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/FAQ -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/FAQ.html ;\ > perl scripts/FAQ-html.pl < $lang/FAQ > ../cache/html/$lang/FAQ.html ;\ > chmod 644 ../cache/html/$lang/FAQ.html ) ;\ > [ ! -f $lang/README.CONF -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/README.CONF.html ;\ > perl scripts/README.CONF-html.pl < $lang/README.CONF > ../cache/html/$lang/README.CONF.html ;\ > chmod 644 ../cache/html/$lang/README.CONF.html ;\ > rm -f ../cache/html/$lang/messages/README.CONF.txt ;\ > perl scripts/README.CONF-msg.pl < $lang/README.CONF > ../cache/html/$lang/messages/README.CONF.txt ;\ > chmod 644 ../cache/html/$lang/messages/README.CONF.txt ) ;\ >done >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/README.CONF -o ! -f $lang/wwwoffle.conf.man.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf.man ;\ > perl scripts/README.CONF-man.pl $lang/wwwoffle.conf.man.template < $lang/README.CONF > $lang/wwwoffle.conf.man ) ;\ >done >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >make[1]: Nothing to be done for 'compile'. >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >for lang in de en es fr it nl pl ru; do \ > [ ! -f ../doc/$lang/README.CONF -o ! -f $lang/wwwoffle.conf.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf ;\ > perl ../doc/scripts/README.CONF-conf.pl $lang/wwwoffle.conf.template < ../doc/$lang/README.CONF > $lang/wwwoffle.conf ) ;\ >done >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches wwwoffled.c -o wwwoffled.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches wwwoffles.c -o wwwoffles.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches http.c -o http.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches https.c -o https.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches ftp.c -o ftp.o >wwwoffles.c: In function âwwwofflesâ: >wwwoffles.c:1788:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 1788 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:1899:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 1899 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2024:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2024 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffled.c: In function âmainâ: >wwwoffles.c:2207:8: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2207 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffled.c:262:5: warning: ignoring return value of âseteuidâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 262 | seteuid(0); > | ^~~~~~~~~~ >wwwoffled.c:265:5: warning: ignoring return value of âchownâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 265 | chown(log_file,(uid_t)uid,(gid_t)gid); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2520:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2520 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2537:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2537 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2553:11: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2553 | ftruncate(spool,lseek(spool,(off_t)0,SEEK_CUR)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2623:8: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2623 | ftruncate(spool,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffles.c:2642:8: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 2642 | ftruncate(spool,lseek(spool,(off_t)0,SEEK_CUR)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches finger.c -o finger.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches ssl.c -o ssl.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches document.c -o document.o >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Phtml_yy html.l >[ "flex" = "flex" ] || flex -i -Phtml_yy html.l >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Pcss_yy css.l >[ "flex" = "flex" ] || flex -i -Pcss_yy css.l >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Pxml_yy xml.l >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Pvrml_yy vrml.l >[ "flex" = "flex" ] || flex -i -Pxml_yy xml.l >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches javaclass.c -o javaclass.o >[ "flex" = "flex" ] || flex -i -Pvrml_yy vrml.l >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches gifmodify.c -o gifmodify.o >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Phtmlmodify_yy htmlmodify.l >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches connect.c -o connect.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches control.c -o control.o >[ "flex" = "flex" ] || flex -i -Phtmlmodify_yy htmlmodify.l >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches controledit.c -o controledit.o >controledit.c: In function âwrite_config_fileâ: >controledit.c:422:5: warning: ignoring return value of âchownâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 422 | chown(conf_file,buf.st_uid,buf.st_gid); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >controledit.c:483:11: warning: ignoring return value of âchownâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 483 | chown(sections[i]->file,buf.st_uid,buf.st_gid); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches search.c -o search.o >search.c: In function âSearchScriptâ: >search.c:468:5: warning: ignoring return value of âftruncateâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 468 | ftruncate(fd,(off_t)0); > | ^~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches index.c -o index.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches info.c -o info.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches certinfo.c -o certinfo.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches monitor.c -o monitor.o >[ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Pmsg_yy messages.l >monitor.c: In function âRequestMonitoredPagesâ: >monitor.c:484:8: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 484 | chdir("monitor"); > | ^~~~~~~~~~~~~~~~ >monitor.c:520:14: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 520 | chdir("monitor"); > | ^~~~~~~~~~~~~~~~ >[ "flex" = "flex" ] || flex -i -Pmsg_yy messages.l >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches local.c -o local.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches cgi.c -o cgi.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches parse.c -o parse.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches purge.c -o purge.o >purge.c: In function âPurgeHostâ: >purge.c:629:2: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 629 | chdir(proto); > | ^~~~~~~~~~~~ >purge.c: In function âPurgeFilesâ: >purge.c:763:116: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 763 | [%!s]; not purged.",proto,hostport);ChangeBackToSpoolDir();chdir(proto);return;} > | ^~~~~~~~~~~~ > >purge.c:767:130: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 767 | rged.",proto,hostport);closedir(dir);ChangeBackToSpoolDir();chdir(proto);return;} > | ^~~~~~~~~~~~ > >purge.c: In function âPurgeLasttimeâ: >purge.c:1047:20: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 1047 | chdir(lasttime); > | ^~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches refresh.c -o refresh.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches spool.c -o spool.o >spool.c: In function âOpenWebpageSpoolFileâ: >spool.c:495:5: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 495 | chdir(Url->proto); > | ^~~~~~~~~~~~~~~~~ >spool.c: In function âDeleteWebpageSpoolFileâ: >spool.c:576:5: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 576 | chdir(Url->proto); > | ^~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches configrdwr.c -o configrdwr.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches configmisc.c -o configmisc.o >configrdwr.c: In function âModifyConfigFileâ: >configrdwr.c:500:14: warning: ignoring return value of âchownâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 500 | chown(names[s],buf.st_uid,buf.st_gid); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches configdata.c -o configdata.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches configfunc.c -o configfunc.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches configedit.c -o configedit.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches io.c -o io.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches iopriv.c -o iopriv.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches iozlib.c -o iozlib.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches iognutls.c -o iognutls.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches iochunk.c -o iochunk.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches errors.c -o errors.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches miscurl.c -o miscurl.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches miscencdec.c -o miscencdec.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches headbody.c -o headbody.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches proto.c -o proto.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches certificates.c -o certificates.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches sockets.c -o sockets.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches md5.c -o md5.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches wwwoffle.c -o wwwoffle.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches wwwoffle-tools.c -o wwwoffle-tools.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches html.c -o html.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches css.c -o css.o >wwwoffle-tools.c: In function âmainâ: >wwwoffle-tools.c:310:5: warning: ignoring return value of âgetcwdâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 310 | getcwd(cwd,(size_t)PATH_MAX); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >wwwoffle-tools.c:371:11: warning: ignoring return value of âseteuidâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 371 | seteuid(0); > | ^~~~~~~~~~ >wwwoffle-tools.c: In function âwwwoffle_fsck_check_protoâ: >wwwoffle-tools.c:1179:11: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 1179 | chdir(proto); > | ^~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches xml.c -o xml.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches vrml.c -o vrml.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches htmlmodify.c -o htmlmodify.o >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches messages.c -o messages.o >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 wwwoffle.o http.o https.o ftp.o finger.o ssl.o refresh.o messages.o local.o cgi.o parse.o spool.o document.o html.o css.o xml.o vrml.o javaclass.o configrdwr.o configmisc.o configdata.o configfunc.o io.o iopriv.o iozlib.o iognutls.o iochunk.o errors.o miscurl.o miscencdec.o headbody.o proto.o certificates.o sockets.o md5.o -o wwwoffle -lz >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 wwwoffle-tools.o http.o https.o ftp.o finger.o ssl.o spool.o messages.o local.o cgi.o parse.o configrdwr.o configmisc.o configdata.o configfunc.o io.o iopriv.o iozlib.o iognutls.o iochunk.o errors.o miscurl.o miscencdec.o headbody.o proto.o certificates.o sockets.o md5.o -o wwwoffle-tools -lz >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 wwwoffled.o wwwoffles.o http.o https.o ftp.o finger.o ssl.o document.o html.o css.o xml.o vrml.o javaclass.o gifmodify.o htmlmodify.o connect.o control.o controledit.o search.o index.o info.o certinfo.o monitor.o messages.o local.o cgi.o parse.o purge.o refresh.o spool.o configrdwr.o configmisc.o configdata.o configfunc.o configedit.o io.o iopriv.o iozlib.o iognutls.o iochunk.o errors.o miscurl.o miscencdec.o headbody.o proto.o certificates.o sockets.o md5.o -o wwwoffled -lz >make[2]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches test-doc.c -o test-doc.o -I.. >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches test-msg.c -o test-msg.o -I.. >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches test-modify.c -o test-modify.o -I.. >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches test-gif.c -o test-gif.o -I.. >x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -frecord-gcc-switches test-io.c -o test-io.o -I.. >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 test-modify.o ../http.o ../https.o ../ftp.o ../finger.o ../ssl.o ../htmlmodify.o ../messages.o ../local.o ../cgi.o ../parse.o ../spool.o ../configrdwr.o ../configmisc.o ../configdata.o ../configfunc.o ../io.o ../iopriv.o ../iozlib.o ../iognutls.o ../iochunk.o ../errors.o ../miscurl.o ../miscencdec.o ../headbody.o ../proto.o ../sockets.o ../certificates.o ../md5.o -o test-modify -lz >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 test-gif.o ../http.o ../https.o ../ftp.o ../finger.o ../ssl.o ../gifmodify.o ../messages.o ../local.o ../cgi.o ../parse.o ../spool.o ../configrdwr.o ../configmisc.o ../configdata.o ../configfunc.o ../io.o ../iopriv.o ../iozlib.o ../iognutls.o ../iochunk.o ../errors.o ../miscurl.o ../miscencdec.o ../headbody.o ../proto.o ../sockets.o ../certificates.o ../md5.o -o test-gif -lz >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 test-doc.o ../http.o ../https.o ../ftp.o ../finger.o ../ssl.o ../document.o ../html.o ../css.o ../xml.o ../vrml.o ../javaclass.o ../messages.o ../local.o ../cgi.o ../parse.o ../spool.o ../configrdwr.o ../configmisc.o ../configdata.o ../configfunc.o ../io.o ../iopriv.o ../iozlib.o ../iognutls.o ../iochunk.o ../errors.o ../miscurl.o ../miscencdec.o ../headbody.o ../proto.o ../sockets.o ../certificates.o ../md5.o -o test-doc -lz >test-io.c: In function âmainâ: >test-io.c:142:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 142 | write(write_fd,buffer,n); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >test-io.c:193:8: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 193 | write(write_fd,buffer,strlen(buffer)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >test-io.c:196:5: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 196 | write(write_fd,"\r\n",2); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >test-io.c:199:8: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 199 | write(write_fd,buffer,n); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >test-io.c:231:8: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 231 | write(write_fd,line,strlen(line)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >test-io.c:267:11: warning: ignoring return value of âwriteâ declared with attribute âwarn_unused_resultâ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] > 267 | write(write_fd,buffer,n); > | ^~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 test-msg.o ../http.o ../https.o ../ftp.o ../finger.o ../ssl.o ../messages.o ../local.o ../cgi.o ../parse.o ../spool.o ../configrdwr.o ../configmisc.o ../configdata.o ../configfunc.o ../io.o ../iopriv.o ../iozlib.o ../iognutls.o ../iochunk.o ../errors.o ../miscurl.o ../miscencdec.o ../headbody.o ../proto.o ../sockets.o ../certificates.o ../md5.o -o test-msg -lz >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 test-io.o ../http.o ../https.o ../ftp.o ../finger.o ../ssl.o ../messages.o ../local.o ../cgi.o ../parse.o ../spool.o ../configrdwr.o ../configmisc.o ../configdata.o ../configfunc.o ../io.o ../iopriv.o ../iozlib.o ../iognutls.o ../iochunk.o ../errors.o ../miscurl.o ../miscencdec.o ../headbody.o ../proto.o ../sockets.o ../certificates.o ../md5.o -o test-io -lz >make[2]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >>>> Source compiled. >>>> Test phase: net-proxy/wwwoffle-2.9i-r1 >>>> Completed testing net-proxy/wwwoffle-2.9i-r1 > >>>> Install net-proxy/wwwoffle-2.9i-r1 into /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image/ >make -j4 DESTDIR=/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image/ install >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/FAQ -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/FAQ.html ;\ > perl scripts/FAQ-html.pl < $lang/FAQ > ../cache/html/$lang/FAQ.html ;\ > chmod 644 ../cache/html/$lang/FAQ.html ) ;\ > [ ! -f $lang/README.CONF -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/README.CONF.html ;\ > perl scripts/README.CONF-html.pl < $lang/README.CONF > ../cache/html/$lang/README.CONF.html ;\ > chmod 644 ../cache/html/$lang/README.CONF.html ;\ > rm -f ../cache/html/$lang/messages/README.CONF.txt ;\ > perl scripts/README.CONF-msg.pl < $lang/README.CONF > ../cache/html/$lang/messages/README.CONF.txt ;\ > chmod 644 ../cache/html/$lang/messages/README.CONF.txt ) ;\ >done >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/README.CONF -o ! -f $lang/wwwoffle.conf.man.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf.man ;\ > perl scripts/README.CONF-man.pl $lang/wwwoffle.conf.man.template < $lang/README.CONF > $lang/wwwoffle.conf.man ) ;\ >done >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >make[1]: Nothing to be done for 'compile'. >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >for lang in de en es fr it nl pl ru; do \ > [ ! -f ../doc/$lang/README.CONF -o ! -f $lang/wwwoffle.conf.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf ;\ > perl ../doc/scripts/README.CONF-conf.pl $lang/wwwoffle.conf.template < ../doc/$lang/README.CONF > $lang/wwwoffle.conf ) ;\ >done >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >make[2]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >make[2]: Nothing to be done for 'compile'. >make[2]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/FAQ -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/FAQ.html ;\ > perl scripts/FAQ-html.pl < $lang/FAQ > ../cache/html/$lang/FAQ.html ;\ > chmod 644 ../cache/html/$lang/FAQ.html ) ;\ > [ ! -f $lang/README.CONF -o "xperl" = "x" ] || \ > ( rm -f ../cache/html/$lang/README.CONF.html ;\ > perl scripts/README.CONF-html.pl < $lang/README.CONF > ../cache/html/$lang/README.CONF.html ;\ > chmod 644 ../cache/html/$lang/README.CONF.html ;\ > rm -f ../cache/html/$lang/messages/README.CONF.txt ;\ > perl scripts/README.CONF-msg.pl < $lang/README.CONF > ../cache/html/$lang/messages/README.CONF.txt ;\ > chmod 644 ../cache/html/$lang/messages/README.CONF.txt ) ;\ >done >for lang in de en es fr it nl pl ru; do \ > [ ! -f $lang/README.CONF -o ! -f $lang/wwwoffle.conf.man.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf.man ;\ > perl scripts/README.CONF-man.pl $lang/wwwoffle.conf.man.template < $lang/README.CONF > $lang/wwwoffle.conf.man ) ;\ >done >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/doc/wwwoffle ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/doc/wwwoffle >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man1 ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man1 >cd en ; \ > for file in CHANGES.CONF COPYING FAQ INSTALL NEWS README README.* ; do \ > [ ! -f $file ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 $file /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/doc/wwwoffle/$file ;\ > done >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 wwwoffle.man /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man1/wwwoffle.1 >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man5 ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man5 >sed -e 's%SPOOLDIR%/var/spool/wwwoffle%' -e 's%CONFDIR%/etc/wwwoffle%' < wwwoffle.conf.man > wwwoffle.conf.man.install >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 wwwoffle.conf.man.install /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man5/wwwoffle.conf.5 >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man8 ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man8 >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 wwwoffled.man /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/share/man/man8/wwwoffled.8 >for lang in de en es fr it nl pl ru; do \ > [ ! -d $lang -o $lang = en ] || \ > ( cd $lang && \ > /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/doc/wwwoffle/$lang && \ > for file in * ; do \ > [ ! -f $file -o $file = wwwoffle.conf.man.template ] || \ > /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 $file /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/doc/wwwoffle/$lang/$file ;\ > done ) ;\ >done >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/doc' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/http ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/http >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/outgoing ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/outgoing >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/monitor ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/monitor >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/lasttime ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/lasttime >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/prevtime1 ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/prevtime1 >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/lastout ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/lastout >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/local ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/local >for file in outgoing/* ; do \ > /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 644 $file /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/outgoing ;\ >done >[ ! -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html ] || mv /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html.old >[ ! -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search ] || mv /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search.old >cd html ; rm -f default ; ln -sf en default >tar cf /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search.tar search && cd /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle && tar --no-same-owner -xpf search.tar && rm search.tar >tar cf /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html.tar html && cd /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle && tar --no-same-owner -xpf html.tar && rm html.tar >cd /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search && ./fixup-install.sh /var/spool/wwwoffle localhost:8080 && rm fixup-install.sh >cd /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html && ./fixup-install.sh localhost:8080 && rm fixup-install.sh >chown -R 0 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html > /dev/null 2>&1 >chgrp -R 0 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/html > /dev/null 2>&1 >chown -R 0 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search > /dev/null 2>&1 >chgrp -R 0 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//var/spool/wwwoffle/search > /dev/null 2>&1 >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/cache' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >for lang in de en es fr it nl pl ru; do \ > [ ! -f ../doc/$lang/README.CONF -o ! -f $lang/wwwoffle.conf.template -o "xperl" = "x" ] || \ > ( rm -f $lang/wwwoffle.conf ;\ > perl ../doc/scripts/README.CONF-conf.pl $lang/wwwoffle.conf.template < ../doc/$lang/README.CONF > $lang/wwwoffle.conf ) ;\ >done >sed -e 's%SPOOLDIR%/var/spool/wwwoffle%' -e 's%CONFDIR%/etc/wwwoffle%' < wwwoffle.conf > wwwoffle.conf.install >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 750 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle >[ ! -f /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle/wwwoffle.conf ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 640 wwwoffle.conf.install /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle/wwwoffle.conf.install >[ -f /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle/wwwoffle.conf ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 640 wwwoffle.conf.install /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//etc/wwwoffle/wwwoffle.conf >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/conf' >make[1]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin >make[2]: Entering directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >make[2]: Nothing to be done for 'compile'. >make[2]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src/testprogs' >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 755 wwwoffle /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 755 wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-ls >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-mv >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-rm >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-read >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-write >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-hash >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-fsck >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-gzip >ln -sf wwwoffle-tools /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/bin/wwwoffle-gunzip >[ -x /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/sbin ] || /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -d -m 755 /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/sbin >/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c -c -m 755 wwwoffled /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image//usr/sbin >make[1]: Leaving directory '/var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/work/wwwoffle-2.9i/src' >>>> Completed installing net-proxy/wwwoffle-2.9i-r1 into /var/tmp/portage/net-proxy/wwwoffle-2.9i-r1/image/ > > * Final size of build directory: 14268 KiB (13.9 MiB) > * Final size of installed tree: 6824 KiB ( 6.6 MiB) > > * One or more empty directories installed to /var: > * > * /var/spool/wwwoffle/search/hyperestraier/db > * > * If those directories need to be preserved, please make sure to create > * or mark them for keeping using 'keepdir'. Future versions of Portage > * will strip empty directories from installation image. >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/wwwoffle > /usr/bin/wwwoffle-tools > /usr/sbin/wwwoffled >>>> Done. > * Adding group 'wwwoffle' to your system ... > * - Groupid: next available > * Adding user 'wwwoffle' to your system ... > * - Userid: 881 > * - Shell: /sbin/nologin > * - Home: /var/spool/wwwoffle > * - Groups: wwwoffle > * - GECOS: added by portage for wwwoffle > * - Creating /var/spool/wwwoffle in / > * QA Notice: Symbolic link /usr/share/doc/wwwoffle-2.9i-r1/NEWS points to /usr/share/doc/wwwoffle-2.9i-r1/doc/NEWS which does not exist. > * QA Notice: Symbolic link /usr/share/doc/wwwoffle-2.9i-r1/README.1st points to /usr/share/doc/wwwoffle-2.9i-r1/doc/README.1st which does not exist. > * wwwoffled should run as an ordinary user now. The run-uid and run-gid should be set > * to "wwwoffle" in your /etc/wwwoffle/wwwoffle.conf. Please uncomment this if it hasn't been already > * This is for your own security. Otherwise wwwoffle is run as root which is relay bad if > * there is an exploit in this program that allows remote/local users to execute arbitary > * commands as the root user. > > > >emerge --info: >Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) >================================================================= >System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 >KiB Mem: 16011344 total, 3566152 free >KiB Swap: 0 total, 0 free >Timestamp of repository gentoo: Mon, 25 May 2020 06:43:30 +0000 >sh bash 5.0_p17 >ld GNU ld (Gentoo 2.34 p4) 2.34.0 >app-shells/bash: 5.0_p17::gentoo >dev-lang/perl: 5.30.2-r2::gentoo >dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1::gentoo >sys-apps/sandbox: 2.18::gentoo >sys-devel/autoconf: 2.69-r5::gentoo >sys-devel/automake: 1.16.2::gentoo >sys-devel/binutils: 2.34-r1::gentoo >sys-devel/gcc: 10.1.0::gentoo >sys-devel/gcc-config: 2.3::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) >sys-libs/glibc: 2.31-r3::gentoo >Repositories: > >gentoo > location: /usr/portage > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > sync-rsync-verify-metamanifest: yes > sync-rsync-verify-max-age: 24 > sync-rsync-verify-jobs: 1 > sync-rsync-extra-opts: > >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="*" >CBUILD="x86_64-pc-linux-gnu" >CC="x86_64-pc-linux-gnu-gcc" >CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="x86_64-pc-linux-gnu-g++" >CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >DISTDIR="/usr/portage/distfiles" >EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" >ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >LANG="C.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >MAKEOPTS="-j4" >PKGDIR="/root/.packages" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/var/tmp" >USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >
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 725248
: 641610