On Sun, 25 Jun 2006, Kamaraju Kusumanchi wrote:

> >>
> >> I now observed that the package can be built with pbuilder+pdebuild
> >> but cannot be built by dpkg-buildpackage. So I am suspecting that the
> >> dependencies are not correct? But I am not very sure.
> >
> >That's what I did here, too.
> 
> Could you please try the dpkg-buildpackage method? The commands would be
> 
> $sudo apt-get build-dep privoxy
> $apt-get source privoxy
> $cd privoxy-3.0.3-2/
> $dpkg-buildpackage -us -uc -rfakeroot 2>&1 | tee build.log
> 
> What happens then? Are you able to compile using this method?

Yes, that works for me without problems (on etch AMD64).

I think your problem is not directly in privoxy but depends on jade.
Please try the following after the (failed) build run (the build run
is necessary to create ldp.dsl from ldp.dsl.in).

cd doc/source
jade -ihtml -t sgml -D.. -d ldp.dsl#html -iuser-man -V nochunks \
  user-manual.sgml > user-manual.html

Does this create the same error messages?

If so, please have a look at ldp.dsl on your system using the command
diff -u ldp.dsl.in ldp.dsl

On my system I get the following output:

--- ldp.dsl.in  2006-06-26 12:42:46.000000000 +0200
+++ ldp.dsl     2006-06-26 12:42:59.000000000 +0200
@@ -2,11 +2,11 @@
 <!ENTITY % html "IGNORE">
 <![%html;[
 <!ENTITY % print "IGNORE">
-<!ENTITY docbook.dsl SYSTEM "@DKPREFIX@/html/docbook.dsl" CDATA dsssl>
+<!ENTITY docbook.dsl SYSTEM 
"/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA dsssl>
 ]]>
 <!ENTITY % print "INCLUDE">
 <![%print;[
-<!ENTITY docbook.dsl SYSTEM "@DKPREFIX@/print/docbook.dsl" CDATA dsssl>
+<!ENTITY docbook.dsl SYSTEM 
"/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl" CDATA 
dsssl>
 ]]>
 ]>

Is @DKPREFIX@ replaced by the same path
(/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl)
on your system? Does this file (docbook.dsl) exist on your system? On
my system it exists in docbook-dsssl 1.79-4 and has the following
size/timestamp:

-rw-r--r-- 1 root root 8674 2006-04-01 14:10 
/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl

Maybe this brings us nearer to the center of the problem.

Tschoeeee

        Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to