On 6/26/06, Roland Rosenfeld <[EMAIL PROTECTED]> wrote:
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 am using Sid

$uname -a
Linux kusumanchi 2.6.16-2-686 #2 Mon May 22 23:10:59 UTC 2006 i686 GNU/Linux




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?

Yes.


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>
 ]]>
 ]>

The output is also same.


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?

yes. This file does exist.

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


I also have the same version of docbook-dssl. For me the timestamp is
a bit different.

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

$apt-cache policy docbook-dsssl
docbook-dsssl:
 Installed: 1.79-4
 Candidate: 1.79-4
 Version table:
*** 1.79-4 0
       500 http://ftp.us.debian.org sid/main Packages
       100 /var/lib/dpkg/status


thanks
raju

--
http://kamaraju.googlepages.com/cornell-bazaar
http://groups.google.com/group/cornell-bazaar/about


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

Reply via email to