LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Privoxy 3.0.6 - Build Problem (https://www.linuxquestions.org/questions/ubuntu-63/privoxy-3-0-6-build-problem-597435/)

win32sux 11-06-2007 02:11 AM

Privoxy 3.0.6 - Build Problem
 
I'm on Ubuntu 7.10. I've put the source code repository for Debian unstable in my sources.list in order to take advantage of the wide assortment of shiny new packages available. Ironically, I'm having trouble building one of the classic ones - Privoxy. I can't figure-out what is causing the failure. I'm hoping that someone might be able to point me in the right direction. Any help would be greatly appreciated. Due to message length limits, I've split the log into two posts.

Code:

win32sux@candystore:~/privoxy-build/privoxy-3.0.6$ dpkg-buildpackage -rfakeroot -us -uc
dpkg-buildpackage: source package is privoxy
dpkg-buildpackage: source version is 3.0.6-4
dpkg-buildpackage: source changed by Roland Rosenfeld <roland@debian.org>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 3.0.6-4
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f GNUmakefile ] || /usr/bin/make clean
[ ! -f GNUmakefile ] || /usr/bin/make distclean
rm -f configure config.h GNUmakefile
rm -f privoxy.8
rm -rf obj
rm -f ActivityConsole.jar
rm -f src/java/org/privoxy/activityconsole/*.class
rm -f doc/source/ldp.dsl
rm -rf doc/source/temp
dh_clean -Xrc.privoxy.orig
dpatch  deapply-all 
28_pcre_returncode not applied to ./ .
27_remove_nsl not applied to ./ .
26_edit_only_writable not applied to ./ .
25_standard_medium not applied to ./ .
24_global_action not applied to ./ .
23_fix_faq_id not applied to ./ .
20_makefile_fixup not applied to ./ .
19_manpage_fixup not applied to ./ .
17_502_no_such_domain not applied to ./ .
15_mansection8 not applied to ./ .
14_config not applied to ./ .
11_backup_autotools not applied to ./ .
10_backup_doc not applied to ./ .
06_8bit_manual not applied to ./ .
05_defaut_action not applied to ./ .
02_linkcolor not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
 dpkg-source -b privoxy-3.0.6
dpkg-source: building privoxy using existing privoxy_3.0.6.orig.tar.gz
dpkg-source: building privoxy in privoxy_3.0.6-4.diff.gz
dpkg-source: warning: executable mode 0755 of 'debian/patches/14_config.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/23_fix_faq_id.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/02_linkcolor.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/25_standard_medium.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/17_502_no_such_domain.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/27_remove_nsl.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/26_edit_only_writable.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/24_global_action.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/20_makefile_fixup.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/05_defaut_action.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/15_mansection8.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/11_backup_autotools.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/10_backup_doc.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/06_8bit_manual.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/19_manpage_fixup.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 'debian/patches/28_pcre_returncode.dpatch' will not be represented in diff
dpkg-source: building privoxy in privoxy_3.0.6-4.dsc
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all 
applying patch 02_linkcolor to ./ ... ok.
applying patch 05_defaut_action to ./ ... ok.
applying patch 06_8bit_manual to ./ ... ok.
applying patch 10_backup_doc to ./ ... ok.
applying patch 11_backup_autotools to ./ ... ok.
applying patch 14_config to ./ ... ok.
applying patch 15_mansection8 to ./ ... ok.
applying patch 17_502_no_such_domain to ./ ... ok.
applying patch 19_manpage_fixup to ./ ... ok.
applying patch 20_makefile_fixup to ./ ... ok.
applying patch 23_fix_faq_id to ./ ... ok.
applying patch 24_global_action to ./ ... ok.
applying patch 25_standard_medium to ./ ... ok.
applying patch 26_edit_only_writable to ./ ... ok.
applying patch 27_remove_nsl to ./ ... ok.
applying patch 28_pcre_returncode to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
autoheader
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:  AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:                [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
autoconf
env CFLAGS="-O2 -g" \
                ./configure --prefix=/usr --sysconfdir=/etc \
                --mandir=/usr/share/man        \
                --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gdb... yes
checking for groups... /usr/bin/groups
checking for id... /usr/bin/id
configure: WARNING: There is no user 'privoxy' on this system
checking for user... none specified
checking for group... none specified
checking host system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for w3m... w3m
checking for db2html... no
checking for docbook2html... no
checking for rpm... no
checking for jade... jade
checking for man2html... man2html
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
Using POSIX threads
checking for gethostbyaddr_r... yes
checking signature of gethostbyaddr_r... 8 args
checking for gethostbyname_r... yes
checking signature of gethostbyname_r... 6 args
checking for gmtime_r... yes
checking signature of gmtime_r... ok
checking for localtime_r... yes
checking signature of localtime_r... ok
checking for socklen_t... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for char *... yes
checking size of char *... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for strerror... yes
checking for bcopy... yes
checking for memmove... yes
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for access... yes
checking for atexit... yes
checking for getcwd... yes
checking for gethostbyaddr... yes
checking for gethostbyaddr_r... (cached) yes
checking for gethostbyname... yes
checking for gethostbyname_r... (cached) yes
checking for inet_ntoa... yes
checking for localtime_r... (cached) yes
checking for memchr... yes
checking for memmove... (cached) yes
checking for memset... yes
checking for random... yes
checking for regcomp... yes
checking for select... yes
checking for setlocale... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... (cached) yes
checking for strftime... yes
checking for strptime... yes
checking for strstr... yes
checking for strtoul... yes
checking for timegm... yes
checking for pcre_compile in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for regcomp in -lpcreposix... yes
checking pcreposix.h usability... yes
checking pcreposix.h presence... yes
checking for pcreposix.h... yes
configure: WARNING: pcreposix old version installed
checking for pcrs_compile in -lpcrs... no
using libpcre
using built-in static pcrs
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: WARNING:  GNUmakefile.in seems to ignore the --datarootdir setting
config.status: creating doc/source/ldp.dsl
config.status: creating config.h

PS: I did a "sudo apt-get build-dep privoxy" before initiating the build.

win32sux 11-06-2007 02:12 AM

Code:

/usr/bin/make
make[1]: Entering directory `/home/win32sux/privoxy-build/privoxy-3.0.6'
gcc -c -pipe -O2 -g  -pthread -Wall  actions.c -o actions.o
gcc -c -pipe -O2 -g  -pthread -Wall  cgi.c -o cgi.o
gcc -c -pipe -O2 -g  -pthread -Wall  cgiedit.c -o cgiedit.o
gcc -c -pipe -O2 -g  -pthread -Wall  cgisimple.c -o cgisimple.o
gcc -c -pipe -O2 -g  -pthread -Wall  deanimate.c -o deanimate.o
gcc -c -pipe -O2 -g  -pthread -Wall  encode.c -o encode.o
gcc -c -pipe -O2 -g  -pthread -Wall  errlog.c -o errlog.o
gcc -c -pipe -O2 -g  -pthread -Wall  filters.c -o filters.o
gcc -c -pipe -O2 -g  -pthread -Wall  gateway.c -o gateway.o
gcc -c -pipe -O2 -g  -pthread -Wall  jbsockets.c -o jbsockets.o
gcc -c -pipe -O2 -g  -pthread -Wall  jcc.c -o jcc.o
gcc -c -pipe -O2 -g  -pthread -Wall  killpopup.c -o killpopup.o
gcc -c -pipe -O2 -g  -pthread -Wall  list.c -o list.o
list.c: In function ‘list_is_valid’:
list.c:260: warning: statement with no effect
gcc -c -pipe -O2 -g  -pthread -Wall  loadcfg.c -o loadcfg.o
gcc -c -pipe -O2 -g  -pthread -Wall  loaders.c -o loaders.o
gcc -c -pipe -O2 -g  -pthread -Wall  miscutil.c -o miscutil.o
gcc -c -pipe -O2 -g  -pthread -Wall  parsers.c -o parsers.o
parsers.c: In function ‘parse_header_time’:
parsers.c:2944: warning: implicit declaration of function ‘strptime’
parsers.c:2944: warning: comparison between pointer and integer
gcc -c -pipe -O2 -g  -pthread -Wall  ssplit.c -o ssplit.o
gcc -c -pipe -O2 -g  -pthread -Wall  urlmatch.c -o urlmatch.o
gcc -c -pipe -O2 -g  -pthread -Wall  pcrs.c -o pcrs.o
gcc  -pthread -o privoxy actions.o cgi.o cgiedit.o cgisimple.o deanimate.o encode.o errlog.o filters.o gateway.o jbsockets.o jcc.o killpopup.o list.o loadcfg.o loaders.o miscutil.o parsers.o ssplit.o urlmatch.o  pcrs.o  -lpcre -lpcreposix 
grep -v '^#MASTER#' default.action.master > default.action
make[1]: Leaving directory `/home/win32sux/privoxy-build/privoxy-3.0.6'
[ -d doc/pdf ] || mkdir doc/pdf
/usr/bin/make dok-pdf
make[1]: Entering directory `/home/win32sux/privoxy-build/privoxy-3.0.6'
Setting doc version and status to 3.0.6, stable
rm -f -r doc/source/*bak doc/source/*/*bak
Setting docs to stable 3.0.6
rm -f -r doc/source/*bak doc/source/*/*bak
mkdir -p doc/source/temp # this directory not in cvs
cd doc/source && jade  -ihtml -t sgml  -D.. -d ldp.dsl#html -iuser-man -V nochunks user-manual.sgml > temp/privoxy-user-manual.html
jade:user-manual.sgml:1:58:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V3.1//EN"
jade:user-manual.sgml:28:0:E: reference to entity "ARTICLE" for which no system identifier could be generated
jade:user-manual.sgml:1:0: entity was defined here
jade:user-manual.sgml:28:0:E: DTD did not contain element declaration for document type name
jade:user-manual.sgml:48:12:E: there is no attribute "ID"
jade:user-manual.sgml:48:19:E: element "ARTICLE" undefined
jade:user-manual.sgml:49:10:E: element "ARTHEADER" undefined
jade:user-manual.sgml:51:6:E: element "TITLE" undefined
jade:user-manual.sgml:53:8:E: element "PUBDATE" undefined
jade:user-manual.sgml:54:11:E: element "SUBSCRIPT" undefined
jade:user-manual.sgml:57:15:E: there is no attribute "LINKEND"
jade:user-manual.sgml:57:26:E: element "LINK" undefined
jade:user-manual.sgml:57:53:E: general entity "copy" not defined and no default entity
jade:user-manual.sgml:58:12:E: there is no attribute "URL"
jade:user-manual.sgml:58:37:E: element "ULINK" undefined
jade:user-manual.sgml:62:8:E: element "PUBDATE" undefined
jade:user-manual.sgml:77:9:E: element "ABSTRACT" undefined
jade:user-manual.sgml:89:6:E: element "PARA" undefined
jade:user-manual.sgml:90:16:E: element "CITETITLE" undefined
jade:user-manual.sgml:92:31:E: element "ULINK" undefined
jade:privoxy.sgml:29:5:E: element "PARA" undefined
jade:privoxy.sgml:31:55:E: element "ULINK" undefined
jade:privoxy.sgml:34:57:E: element "ULINK" undefined
jade:privoxy.sgml:41:5:E: element "PARA" undefined
jade:user-manual.sgml:99:6:E: element "PARA" undefined
jade:user-manual.sgml:100:51:E: element "CITETITLE" undefined
jade:user-manual.sgml:101:43:E: element "ULINK" undefined
jade:user-manual.sgml:102:40:E: element "LINK" undefined
jade:user-manual.sgml:114:13:E: there is no attribute "LABEL"
jade:user-manual.sgml:114:20:E: there is no attribute "ID"
jade:user-manual.sgml:114:34:E: element "SECT1" undefined
jade:user-manual.sgml:114:41:E: element "TITLE" undefined
jade:user-manual.sgml:115:5:E: element "PARA" undefined
jade:user-manual.sgml:117:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:136:10:E: there is no attribute "ID"
jade:user-manual.sgml:136:20:E: element "SECT2" undefined
jade:user-manual.sgml:136:27:E: element "TITLE" undefined
jade:user-manual.sgml:137:5:E: element "PARA" undefined
jade:user-manual.sgml:140:57:E: element "ULINK" undefined
jade:user-manual.sgml:141:13:E: element "APPLICATION" undefined
jade:newfeatures.sgml:24:5:E: element "PARA" undefined
jade:newfeatures.sgml:25:14:E: element "ITEMIZEDLIST" undefined
jade:newfeatures.sgml:36:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:37:7:E: element "PARA" undefined
jade:newfeatures.sgml:39:35:E: element "ULINK" undefined
jade:newfeatures.sgml:40:38:E: element "ULINK" undefined
jade:newfeatures.sgml:45:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:46:7:E: element "PARA" undefined
jade:newfeatures.sgml:48:19:E: element "QUOTE" undefined
jade:newfeatures.sgml:53:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:54:7:E: element "PARA" undefined
jade:newfeatures.sgml:61:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:62:7:E: element "PARA" undefined
jade:newfeatures.sgml:67:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:68:7:E: element "PARA" undefined
jade:newfeatures.sgml:75:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:76:7:E: element "PARA" undefined
jade:newfeatures.sgml:81:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:82:7:E: element "PARA" undefined
jade:newfeatures.sgml:87:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:88:7:E: element "PARA" undefined
jade:newfeatures.sgml:93:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:94:7:E: element "PARA" undefined
jade:newfeatures.sgml:99:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:100:7:E: element "PARA" undefined
jade:newfeatures.sgml:105:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:106:7:E: element "PARA" undefined
jade:newfeatures.sgml:111:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:112:7:E: element "PARA" undefined
jade:newfeatures.sgml:117:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:118:7:E: element "PARA" undefined
jade:newfeatures.sgml:124:10:E: element "LISTITEM" undefined
jade:newfeatures.sgml:125:7:E: element "PARA" undefined
jade:user-manual.sgml:156:24:E: element "SECT1" undefined
jade:user-manual.sgml:156:31:E: element "TITLE" undefined
jade:user-manual.sgml:158:5:E: element "PARA" undefined
jade:user-manual.sgml:159:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:162:53:E: element "ULINK" undefined
jade:user-manual.sgml:166:5:E: element "PARA" undefined
jade:user-manual.sgml:169:60:E: element "EMPHASIS" undefined
jade:user-manual.sgml:171:24:E: element "LINK" undefined
jade:user-manual.sgml:175:33:E: element "SECT2" undefined
jade:user-manual.sgml:175:40:E: element "TITLE" undefined
jade:user-manual.sgml:176:5:E: element "PARA" undefined
jade:user-manual.sgml:181:10:E: there is no attribute "ID"
jade:user-manual.sgml:181:33:E: element "SECT3" undefined
jade:user-manual.sgml:181:40:E: element "TITLE" undefined
jade:user-manual.sgml:183:5:E: element "PARA" undefined
jade:user-manual.sgml:184:36:E: element "LITERAL" undefined
jade:user-manual.sgml:185:23:E: element "FILENAME" undefined
jade:user-manual.sgml:189:5:E: element "PARA" undefined
jade:user-manual.sgml:190:35:E: element "APPLICATION" undefined
jade:user-manual.sgml:191:10:E: element "EMPHASIS" undefined
jade:user-manual.sgml:192:35:E: element "COMMAND" undefined
jade:user-manual.sgml:193:9:E: element "COMMAND" undefined
jade:user-manual.sgml:196:5:E: element "PARA" undefined
jade:user-manual.sgml:198:9:E: element "LITERAL" undefined
jade:user-manual.sgml:202:5:E: element "PARA" undefined
jade:user-manual.sgml:203:42:E: element "APPLICATION" undefined
jade:user-manual.sgml:205:47:E: element "APPLICATION" undefined
jade:user-manual.sgml:206:55:E: element "APPLICATION" undefined
jade:user-manual.sgml:211:28:E: element "SECT3" undefined
jade:user-manual.sgml:211:35:E: element "TITLE" undefined
jade:user-manual.sgml:212:5:E: element "PARA" undefined
jade:user-manual.sgml:213:36:E: element "LITERAL" undefined
jade:user-manual.sgml:214:23:E: element "FILENAME" undefined
jade:user-manual.sgml:220:33:E: element "SECT3" undefined
jade:user-manual.sgml:220:40:E: element "TITLE" undefined
jade:user-manual.sgml:222:5:E: element "PARA" undefined
jade:user-manual.sgml:225:52:E: element "APPLICATION" undefined
jade:user-manual.sgml:227:5:E: element "PARA" undefined
jade:user-manual.sgml:228:43:E: element "APPLICATION" undefined
jade:user-manual.sgml:229:49:E: element "APPLICATION" undefined
jade:user-manual.sgml:231:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:231:50:E: element "EMPHASIS" undefined
jade:user-manual.sgml:233:14:E: element "VARIABLELIST" undefined
jade:user-manual.sgml:234:15:E: element "VARLISTENTRY" undefined
jade:user-manual.sgml:235:8:E: element "TERM" undefined
jade:user-manual.sgml:236:12:E: element "LISTITEM" undefined
jade:user-manual.sgml:237:9:E: element "PARA" undefined
jade:user-manual.sgml:238:24:E: there is no attribute "CLASS"
jade:user-manual.sgml:238:35:E: element "REPLACEABLE" undefined
jade:user-manual.sgml:238:91:E: element "REPLACEABLE" undefined
jade:user-manual.sgml:240:9:E: element "PARA" undefined
jade:user-manual.sgml:241:35:E: element "REPLACEABLE" undefined
jade:user-manual.sgml:241:93:E: element "REPLACEABLE" undefined
jade:user-manual.sgml:246:6:E: element "PARA" undefined
jade:user-manual.sgml:247:28:E: element "APPLICATION" undefined
jade:user-manual.sgml:248:9:E: element "COMMAND" undefined
jade:user-manual.sgml:249:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:250:18:E: element "APPLICATION" undefined
jade:user-manual.sgml:252:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:253:18:E: element "COMMAND" undefined
jade:user-manual.sgml:254:26:E: element "APPLICATION" undefined
jade:user-manual.sgml:263:36:E: element "SECT3" undefined
jade:user-manual.sgml:263:43:E: element "TITLE" undefined
jade:user-manual.sgml:265:5:E: element "PARA" undefined
jade:user-manual.sgml:266:33:E: element "LITERAL" undefined
jade:user-manual.sgml:273:28:E: element "SECT3" undefined
jade:user-manual.sgml:273:35:E: element "TITLE" undefined
jade:user-manual.sgml:275:5:E: element "PARA" undefined
jade:user-manual.sgml:277:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:278:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:279:35:E: element "APPLICATION" undefined
jade:user-manual.sgml:280:16:E: element "APPLICATION" undefined
jade:user-manual.sgml:285:5:E: element "PARA" undefined
jade:user-manual.sgml:288:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:292:5:E: element "PARA" undefined
jade:user-manual.sgml:293:49:E: element "APPLICATION" undefined
jade:user-manual.sgml:299:28:E: element "SECT3" undefined
jade:user-manual.sgml:299:35:E: element "TITLE" undefined
jade:user-manual.sgml:300:5:E: element "PARA" undefined
jade:user-manual.sgml:304:9:E: element "LITERAL" undefined
jade:user-manual.sgml:306:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:307:9:E: element "LITERAL" undefined
jade:user-manual.sgml:310:9:E: element "LITERAL" undefined
jade:user-manual.sgml:312:5:E: element "PARA" undefined
jade:user-manual.sgml:314:9:E: element "LITERAL" undefined
jade:user-manual.sgml:315:9:E: element "LITERAL" undefined
jade:user-manual.sgml:318:5:E: element "PARA" undefined
jade:user-manual.sgml:319:9:E: element "SCREEN" undefined
jade:user-manual.sgml:323:5:E: element "PARA" undefined
jade:user-manual.sgml:329:30:E: element "SECT3" undefined
jade:user-manual.sgml:329:37:E: element "TITLE" undefined
jade:user-manual.sgml:330:5:E: element "PARA" undefined
jade:user-manual.sgml:331:35:E: element "FILENAME" undefined
jade:user-manual.sgml:332:56:E: element "APPLICATION" undefined
jade:user-manual.sgml:339:32:E: element "SECT3" undefined
jade:user-manual.sgml:339:39:E: element "TITLE" undefined
jade:user-manual.sgml:340:5:E: element "PARA" undefined
jade:user-manual.sgml:341:50:E: element "APPLICATION" undefined
jade:user-manual.sgml:344:13:E: element "APPLICATION" undefined
jade:user-manual.sgml:346:5:E: element "PARA" undefined
jade:user-manual.sgml:347:31:E: element "APPLICATION" undefined
jade:user-manual.sgml:348:15:E: element "LITERAL" undefined
jade:user-manual.sgml:349:28:E: element "LITERAL" undefined
jade:user-manual.sgml:352:5:E: element "PARA" undefined
jade:user-manual.sgml:353:37:E: element "FILENAME" undefined
jade:user-manual.sgml:354:30:E: element "FILENAME" undefined
jade:user-manual.sgml:355:38:E: element "FILENAME" undefined
jade:user-manual.sgml:362:31:E: element "SECT2" undefined
jade:user-manual.sgml:362:38:E: element "TITLE" undefined
jade:user-manual.sgml:364:5:E: element "PARA" undefined
jade:user-manual.sgml:365:51:E: element "APPLICATION" undefined
jade:user-manual.sgml:367:73:E: general entity "amp" not defined and no default entity
jade:user-manual.sgml:367:94:E: element "ULINK" undefined
jade:user-manual.sgml:371:5:E: element "PARA" undefined
jade:user-manual.sgml:374:78:E: element "ULINK" undefined
jade:buildsource.sgml:24:5:E: element "PARA" undefined
jade:buildsource.sgml:25:22:E: element "APPLICATION" undefined
jade:buildsource.sgml:26:64:E: element "ULINK" undefined
jade:buildsource.sgml:28:49:E: element "ULINK" undefined
jade:buildsource.sgml:30:47:E: element "ULINK" undefined
jade:buildsource.sgml:33:5:E: element "PARA" undefined
jade:buildsource.sgml:43:5:E: element "PARA" undefined
jade:buildsource.sgml:44:8:E: element "SCREEN" undefined
jade:buildsource.sgml:50:5:E: element "PARA" undefined
jade:buildsource.sgml:57:5:E: element "PARA" undefined
jade:buildsource.sgml:58:8:E: element "SCREEN" undefined
jade:buildsource.sgml:65:5:E: element "PARA" undefined
jade:buildsource.sgml:66:45:E: element "FILENAME" undefined
jade:buildsource.sgml:70:5:E: element "PARA" undefined
jade:I: maximum number of errors (200) reached; change with -E option
make[1]: *** [dok-shtml] Error 1
make[1]: Leaving directory `/home/win32sux/privoxy-build/privoxy-3.0.6'
make: *** [build-stamp] Error 2
win32sux@candystore:~/privoxy-build/privoxy-3.0.6$



All times are GMT -5. The time now is 09:06 PM.