Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247628 Details for
Bug 337684
app-text/htp does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
htp-1.16:20100916-145924.log (text/plain), 44.30 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-16 18:09:50 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-16 18:09:50 UTC
Size:
44.30 KB
patch
obsolete
> * CPV: app-text/htp-1.16 > * REPO: gentoo > * Maintainer: web-apps@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking htp-1.16.tar.gz to /var/tmp/portage/app-text/htp-1.16/work > * Applying easteregg.patch ... > [ ok ] > * Applying strip.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/app-text/htp-1.16/work >>>> Compiling source in /var/tmp/portage/app-text/htp-1.16/work/htp-1.16 ... >make -j14 'CCOPT=-c -O2 -pipe' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >echo '#define VER_STRING "1.16"' > version.inc >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o bool-proc.o bool-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o def-proc.o def-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o defs.o defs.c >echo '#define PROGRAM_NAME "htp"' >> version.inc >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o file-proc.o file-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o gif.o gif.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o html.o html.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o htp-files.o htp-files.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o image-proc.o image-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o image.o image.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o jpeg.o jpeg.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o macro.o macro.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o misc-proc.o misc-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o msg.o msg.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o option.o option.c >file-proc.c: In function âFileExecuteProcessorâ: >file-proc.c:242:13: warning: ignoring return value of âpipeâ, declared with attribute warn_unused_result >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o png.o png.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o set-proc.o set-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o snprintf.o snprintf.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o streams.o streams.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o suballoc.o suballoc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o textfile.o textfile.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o use-proc.o use-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o util.o util.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o varstore.o varstore.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o ver.o ver.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o while-proc.o while-proc.c >gcc -c -O2 -pipe -DHAVE_SNPRINTF -DHAVE_PIPE -DHAVE_STPCPY -D_GNU_SOURCE=1 -o htp.o htp.c >htp.c: In function âProcessResponseFileâ: >htp.c:386:15: warning: ignoring return value of âgetcwdâ, declared with attribute warn_unused_result >htp.c:387:14: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >htp.c:498:14: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >gcc -o htp htp.o bool-proc.o def-proc.o defs.o file-proc.o gif.o html.o htp-files.o image-proc.o image.o jpeg.o macro.o misc-proc.o msg.o option.o png.o set-proc.o snprintf.o streams.o suballoc.o textfile.o use-proc.o util.o varstore.o ver.o while-proc.o >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >../src/htp -NODEPEND macro.htp macro.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../src/htp -NODEPEND files.htp files.html >htp: Processing default file "htp.def" ... >htp: Processing file "macro.htp" to output file "macro.html" ... >htp: final output file "macro.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >../src/htp -NODEPEND wildcard.htp wildcard.html >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "files.htp" to output file "files.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../src/htp -NODEPEND comments.htp comments.html >htp: Processing default file "htp.def" ... >htp: Processing file "wildcard.htp" to output file "wildcard.html" ... >htp: final output file "wildcard.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../src/htp -NODEPEND options.htp options.html >htp: Processing default file "htp.def" ... >htp: Processing file "comments.htp" to output file "comments.html" ... >../src/htp -NODEPEND png.htp png.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >../src/htp -NODEPEND expand.htp expand.html >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "png.htp" to output file "png.html" ... >[*] png.htp line 2: unable to open image file "weser-ems.png" >[*] png.htp line 4: unable to open image file "weser-ems.png" >[*] png.htp line 8: unable to open image file "http://www.weser-ems.de/img/weser-ems.png" >[*] png.htp line 12: attempted to delete URL path not already defined >[*] png.htp line 14: unable to open image file "http://www.weser-ems.de/img/weser-ems.png" >[*] png.htp line 16: unable to open image file "http://www.weser-ems.de/img/weser-ems.png" >[*] png.htp line 19: unable to open image file "http://www.weser-ems.de/img/weser-ems.png" >htp: final output file "png.html" successfully created > >htp: Processing default file "htp.def" ... >htp: Processing file "options.htp" to output file "options.html" ... >[-] options.htp line 15: image pre-processing turned OFF >[-] options.htp line 15: condensed output turned ON >[-] options.htp line 19: dereferencing block macro "condensetext" >[-] options.htp line 21: image pre-processing turned ON >[-] options.htp line 21: condensed output turned to SEMI >[-] options.html line 1: image file "../homepage/ref/pic/logo.png" dimensions (171 x 105) added >[-] options.htp line 25: dereferencing block macro "condensetext" >[-] options.htp line 27: condensed output turned OFF >[-] options.htp line 29: dereferencing block macro "condensetext" >[-] options.htp line 32: condensed output turned to SEMI >[-] options.htp line 32: markup delimiter set to "{" >[-] options.htp line 35: markup delimiter set to "[" >[-] options.htp line 37: markup delimiter set to "<" >htp: final output file "options.html" successfully created > >../src/htp -NODEPEND tags.htp tags.html >htp: final output file "files.html" successfully created > >htp: final output file "comments.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "expand.htp" to output file "expand.html" ... >htp: final output file "expand.html" successfully created > >../src/htp -NODEPEND ifelse.htp ifelse.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../src/htp -NODEPEND phptest.htp phptest.html >htp: Processing file "tags.htp" to output file "tags.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: final output file "tags.html" successfully created > >htp: Processing default file "htp.def" ... >htp: Processing file "ifelse.htp" to output file "ifelse.html" ... >htp: final output file "ifelse.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "phptest.htp" to output file "phptest.html" ... >htp: final output file "phptest.html" successfully created > >Files options.html and options.html.exp differ >TEST FAILED: options.html >Files png.html and png.html.exp differ >TEST FAILED: png.html >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >../src/htp -NODEPEND index.htp index.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >[-] htp.def line 2: image pre-processing turned ON >htp: Processing file "index.htp" to output file "index.html" ... >htp: Processing template file "ref/htp.htt" ... >htp: final output file "index.html" successfully created > >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >mkdir tut >../../src/htp -NODEPEND alttext.htp alttext.html >../../src/htp -NODEPEND block.htp block.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >make[3]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND blockdef.htp blockdef.html >htp: Processing file "alttext.htp" to output file "alttext.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND bugs.htp bugs.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "block.htp" to output file "block.html" ... >htp: Processing template file "htp.htt" ... >make[3]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' >../../src/htp -NODEPEND comment.htp comment.html >htp: Processing default file "htp.def" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND def.htp def.html >htp: Processing default file "htp.def" ... >htp: Processing file "blockdef.htp" to output file "blockdef.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "comment.htp" to output file "comment.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "bugs.htp" to output file "bugs.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND default.htp default.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "bugs.html" successfully created > >htp: Processing file "def.htp" to output file "def.html" ... >htp: final output file "block.html" successfully created > >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND expand.htp expand.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "default.htp" to output file "default.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND file.htp file.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "default.html" successfully created > >htp: final output file "alttext.html" successfully created > >htp: Processing file "expand.htp" to output file "expand.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND history.htp history.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND if.htp if.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND img.htp img.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "file.htp" to output file "file.html" ... >htp: Processing file "history.htp" to output file "history.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND imageurl.htp imageurl.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "if.htp" to output file "if.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: final output file "blockdef.html" successfully created > >htp: Processing file "img.htp" to output file "img.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "history.html" successfully created > >../../src/htp -NODEPEND inc.htp inc.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND index.htp index.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "imageurl.htp" to output file "imageurl.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: Processing file "inc.htp" to output file "inc.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND intro.htp intro.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "index.htp" to output file "index.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "index.html" successfully created > >../../src/htp -NODEPEND macros.htp macros.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "comment.html" successfully created > >htp: final output file "expand.html" successfully created > >../../src/htp -NODEPEND metatag.htp metatag.html >htp: Processing file "intro.htp" to output file "intro.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: final output file "intro.html" successfully created > >htp: Processing file "macros.htp" to output file "macros.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "macros.html" successfully created > >../../src/htp -NODEPEND opt.htp opt.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND options.htp options.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "metatag.htp" to output file "metatag.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: Processing file "opt.htp" to output file "opt.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND output.htp output.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND quote.htp quote.html >htp: Processing default file "htp.def" ... >htp: Processing default file "htp.def" ... >htp: Processing file "options.htp" to output file "options.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "output.htp" to output file "output.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND set.htp set.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "options.html" successfully created > >htp: Processing file "quote.htp" to output file "quote.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND template.htp template.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND undef.htp undef.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND unset.htp unset.html >htp: Processing default file "htp.def" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "set.htp" to output file "set.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "template.htp" to output file "template.html" ... >htp: Processing default file "htp.def" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "undef.htp" to output file "undef.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "unset.htp" to output file "unset.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "img.html" successfully created > >../../src/htp -NODEPEND usage.htp usage.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "usage.htp" to output file "usage.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "usage.html" successfully created > >../../src/htp -NODEPEND use.htp use.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "use.htp" to output file "use.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "imageurl.html" successfully created > >../../src/htp -NODEPEND while.htp while.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "while.htp" to output file "while.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "template.html" successfully created > >htp: final output file "if.html" successfully created > >htp: final output file "opt.html" successfully created > >../../src/htp -NODEPEND wishlist.htp wishlist.html >htp: final output file "output.html" successfully created > >../../src/htp -NODEPEND tutorial.htp tutorial.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "wishlist.htp" to output file "wishlist.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND include.htp include.html >htp: final output file "quote.html" successfully created > >htp: final output file "def.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "wishlist.html" successfully created > >htp: final output file "undef.html" successfully created > >htp: Processing file "tutorial.htp" to output file "tutorial.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND license.htp license.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "include.htp" to output file "include.html" ... >htp: Processing template file "htp.htt" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "license.htp" to output file "license.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "license.html" successfully created > >htp: final output file "tutorial.html" successfully created > >htp: final output file "inc.html" successfully created > >htp: final output file "file.html" successfully created > >htp: final output file "set.html" successfully created > >htp: final output file "include.html" successfully created > >htp: final output file "unset.html" successfully created > >htp: final output file "while.html" successfully created > >htp: final output file "use.html" successfully created > >htp: final output file "metatag.html" successfully created > >../../src/htp -quiet @tut/ > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing response file "tut/htp.rsp" ... >htp: Processing file "tut1.htp" to output file "tut1.html" ... >htp: final output file "tut1.html" successfully created > >htp: Processing file "tut2.htp" to output file "tut2.html" ... >htp: final output file "tut2.html" successfully created > >htp: Processing file "tut3.htp" to output file "tut3.html" ... >htp: Processing template file "tut3.htt" ... >htp: final output file "tut3.html" successfully created > >htp: Processing file "jh.htp" to output file "jh.html" ... >htp: Processing template file "employees.htt" ... >[*] employees.htt line 7: unable to open image file "photos/jochen.hoenicke.gif" >htp: final output file "jh.html" successfully created > >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' >../../src/htp -NODEPEND source.htp source.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >perl -pe 's#___REF_URL___#/ref#g;s#___HTP_DIR___#/home/groups/h/ht/htp/htdocs#g' \ > < source.cgi.in > source.cgi >htp: Processing default file "htp.def" ... >htp: Processing file "source.htp" to output file "source.html" ... >htp: Processing template file "../ref/htp.htt" ... >htp: final output file "source.html" successfully created > >chmod a+x source.cgi >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' >../src/htp -NODEPEND beer.htp beer.html >../src/htp -NODEPEND prime.htp prime.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "beer.htp" to output file "beer.html" ... >../src/htp -NODEPEND quine.htp quine.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "prime.htp" to output file "prime.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../src/htp -NODEPEND section.htp section.html >htp: Processing default file "htp.def" ... >htp: Processing file "quine.htp" to output file "quine.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: final output file "quine.html" successfully created > >htp: Processing default file "htp.def" ... >htp: Processing file "section.htp" to output file "section.html" ... >htp: Processing template file "section.htt" ... >htp: final output file "section.html" successfully created > >htp: final output file "beer.html" successfully created > >htp: final output file "prime.html" successfully created > >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' >>>> Source compiled. >>>> Test phase [none]: app-text/htp-1.16 > >>>> Install htp-1.16 into /var/tmp/portage/app-text/htp-1.16/image/ category app-text > * Tinderbox QA Notice: 'make' called by src_install >make -j14 DESTDIR=/var/tmp/portage/app-text/htp-1.16/image/ prefix=/var/tmp/portage/app-text/htp-1.16/image//usr pkgdocdir=/var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16 install >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >mkdir -p /var/tmp/portage/app-text/htp-1.16/image//usr/bin >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >install htp /var/tmp/portage/app-text/htp-1.16/image//usr/bin >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/src' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/tests' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >../../src/htp -NODEPEND alttext.htp alttext.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND block.htp block.html >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >../../src/htp -NODEPEND blockdef.htp blockdef.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "alttext.htp" to output file "alttext.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND bugs.htp bugs.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND comment.htp comment.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "block.htp" to output file "block.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND def.htp def.html >htp: Processing file "blockdef.htp" to output file "blockdef.html" ... >htp: Processing template file "htp.htt" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "bugs.htp" to output file "bugs.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "comment.htp" to output file "comment.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "bugs.html" successfully created > >../../src/htp -NODEPEND default.htp default.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >make[3]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' >htp: Processing file "def.htp" to output file "def.html" ... >../../src/htp -NODEPEND expand.htp expand.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND file.htp file.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >make[3]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' >../../src/htp -NODEPEND history.htp history.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: final output file "block.html" successfully created > >htp: Processing file "default.htp" to output file "default.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >htp: Processing file "file.htp" to output file "file.html" ... >../../src/htp -NODEPEND if.htp if.html >htp: Processing template file "htp.htt" ... >htp: final output file "default.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "expand.htp" to output file "expand.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND img.htp img.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND imageurl.htp imageurl.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND inc.htp inc.html >htp: Processing default file "htp.def" ... >htp: Processing file "history.htp" to output file "history.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "if.htp" to output file "if.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: Processing file "img.htp" to output file "img.html" ... >htp: Processing template file "htp.htt" ... >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND index.htp index.html >htp: Processing default file "htp.def" ... >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >htp: Processing file "imageurl.htp" to output file "imageurl.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "history.html" successfully created > >../../src/htp -NODEPEND intro.htp intro.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "inc.htp" to output file "inc.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND macros.htp macros.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "index.htp" to output file "index.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "intro.htp" to output file "intro.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: final output file "index.html" successfully created > >htp: Processing file "macros.htp" to output file "macros.html" ... >htp: Processing template file "htp.htt" ... >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' >htp: final output file "intro.html" successfully created > >../../src/htp -NODEPEND metatag.htp metatag.html >htp: final output file "macros.html" successfully created > >../../src/htp -NODEPEND opt.htp opt.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "metatag.htp" to output file "metatag.html" ... >../../src/htp -NODEPEND options.htp options.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >../../src/htp -NODEPEND output.htp output.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing file "opt.htp" to output file "opt.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "options.htp" to output file "options.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "output.htp" to output file "output.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "options.html" successfully created > >../../src/htp -NODEPEND quote.htp quote.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "quote.htp" to output file "quote.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "alttext.html" successfully created > >../../src/htp -NODEPEND set.htp set.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "img.html" successfully created > >htp: Processing file "set.htp" to output file "set.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND template.htp template.html >htp: final output file "blockdef.html" successfully created > >../../src/htp -NODEPEND undef.htp undef.html >htp: final output file "output.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "template.htp" to output file "template.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "quote.html" successfully created > >../../src/htp -NODEPEND unset.htp unset.html >htp: final output file "comment.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "opt.html" successfully created > >../../src/htp -NODEPEND usage.htp usage.html >htp: final output file "inc.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: Processing file "unset.htp" to output file "unset.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "undef.htp" to output file "undef.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND use.htp use.html >../../src/htp -NODEPEND while.htp while.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "expand.html" successfully created > >htp: final output file "imageurl.html" successfully created > >htp: Processing file "use.htp" to output file "use.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: Processing file "usage.htp" to output file "usage.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "usage.html" successfully created > >htp: final output file "undef.html" successfully created > >../../src/htp -NODEPEND wishlist.htp wishlist.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "if.html" successfully created > >htp: Processing file "while.htp" to output file "while.html" ... >htp: Processing template file "htp.htt" ... >../../src/htp -NODEPEND tutorial.htp tutorial.html > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "file.html" successfully created > >../../src/htp -NODEPEND include.htp include.html >htp: Processing file "wishlist.htp" to output file "wishlist.html" ... >htp: Processing template file "htp.htt" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing default file "htp.def" ... >htp: final output file "set.html" successfully created > > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >../../src/htp -NODEPEND license.htp license.html >htp: Processing default file "htp.def" ... >htp: final output file "wishlist.html" successfully created > >htp: Processing file "tutorial.htp" to output file "tutorial.html" ... >htp: Processing template file "htp.htt" ... >htp: Processing file "include.htp" to output file "include.html" ... > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing template file "htp.htt" ... >htp: Processing default file "htp.def" ... >htp: final output file "def.html" successfully created > >htp: Processing file "license.htp" to output file "license.html" ... >htp: Processing template file "htp.htt" ... >htp: final output file "license.html" successfully created > >htp: final output file "tutorial.html" successfully created > >htp: final output file "metatag.html" successfully created > >htp: final output file "unset.html" successfully created > >htp: final output file "while.html" successfully created > >make[3]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' >htp: final output file "use.html" successfully created > >mkdir -p /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16/pic >for i in arrow.png download.png htpicon.png logo.png manbig.png manual.png sficon.png source.png poweredbyhtp.png; do \ >install $i /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16/pic; done >htp: final output file "include.html" successfully created > >htp: final output file "template.html" successfully created > >../../src/htp -quiet @tut/ > >htp 1.16 - HTML pre-processor >Copyright (c) 1995-96 Jim Nelson >Copyright (c) 2002-03 Jochen Hoenicke under Artistic License >[Linux/Posix] > >htp: Processing response file "tut/htp.rsp" ... >htp: Processing file "tut1.htp" to output file "tut1.html" ... >htp: final output file "tut1.html" successfully created > >htp: Processing file "tut2.htp" to output file "tut2.html" ... >htp: final output file "tut2.html" successfully created > >htp: Processing file "tut3.htp" to output file "tut3.html" ... >htp: Processing template file "tut3.htt" ... >htp: final output file "tut3.html" successfully created > >htp: Processing file "jh.htp" to output file "jh.html" ... >htp: Processing template file "employees.htt" ... >[*] employees.htt line 7: unable to open image file "photos/jochen.hoenicke.gif" >htp: final output file "jh.html" successfully created > >make[3]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref/pic' >mkdir -p /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16 >for i in alttext.html block.html blockdef.html bugs.html comment.html def.html default.html expand.html file.html history.html if.html img.html imageurl.html inc.html index.html intro.html macros.html metatag.html opt.html options.html output.html quote.html set.html template.html undef.html unset.html usage.html use.html while.html wishlist.html tutorial.html include.html license.html alttext.htp block.htp blockdef.htp bugs.htp comment.htp def.htp default.htp expand.htp file.htp history.htp if.htp img.htp imageurl.htp inc.htp index.htp intro.htp macros.htp metatag.htp opt.htp options.htp output.htp quote.htp set.htp template.htp undef.htp unset.htp usage.htp use.htp while.htp wishlist.htp tutorial.htp include.htp license.htp htp.def macros.def toc.def htp.htt hlhtp.pl pphtp.pl styles.css; do \ >install $i /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16; done >mkdir -p /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16/tut >for i in tut/*; do \ >install $i /var/tmp/portage/app-text/htp-1.16/image//usr/share/doc/htp-1.16/tut; done >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/ref' >make[2]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' >make[2]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage/source' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/homepage' >make[1]: Entering directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' >make[1]: Leaving directory `/var/tmp/portage/app-text/htp-1.16/work/htp-1.16/examples' >>>> Completed installing htp-1.16 into /var/tmp/portage/app-text/htp-1.16/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/htp > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/htp >
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 337684
: 247628