Your message dated Tue, 24 Mar 2009 22:34:46 +0100
with message-id <[email protected]>
and subject line Re: [xml/sgml-pkgs] Bug#521070: libxslt1-dev should declare 
dependency on zlib1g-dev
has caused the Debian Bug report #521070,
regarding libxslt1-dev should declare dependency on zlib1g-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
521070: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521070
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxslt1-dev
Version: 1.1.24-2

Forwarding from https://bugs.maemo.org/show_bug.cgi?id=4208 .

STEPS TO REPRODUCE THE PROBLEM:
1) apt-get install libxslt1-dev
2) pkg-config --libs libxslt

EXPECTED OUTCOME:
Libaries listed in pkg-config output should have been automatically installed
by installing libxslt1-dev

ACTUAL OUTCOME:
$ pkg-config --libs libxslt
-lxslt -lz -lm -lxml2

libxslt1-dev correctly depends on libxslt1.1, libxml2-dev but does not
specify a dependency on zlib1g-dev so -lz in pkg-config output causes a
link error.

REPRODUCIBILITY:
always

OTHER COMMENTS:
Either the pkg-config output should not include -lz or zlib1g-dev should be a
dependency of libxslt1-dev




--- End Message ---
--- Begin Message ---
On Tue, Mar 24, 2009 at 06:23:30PM +0100, Andre Klapper (Bugmail) wrote:
> Package: libxslt1-dev
> Version: 1.1.24-2
> 
> Forwarding from https://bugs.maemo.org/show_bug.cgi?id=4208 .
> 
> STEPS TO REPRODUCE THE PROBLEM:
> 1) apt-get install libxslt1-dev
> 2) pkg-config --libs libxslt
> 
> EXPECTED OUTCOME:
> Libaries listed in pkg-config output should have been automatically installed
> by installing libxslt1-dev
> 
> ACTUAL OUTCOME:
> $ pkg-config --libs libxslt
> -lxslt -lz -lm -lxml2
> 
> libxslt1-dev correctly depends on libxslt1.1, libxml2-dev but does not
> specify a dependency on zlib1g-dev so -lz in pkg-config output causes a
> link error.
> 
> REPRODUCIBILITY:
> always
> 
> OTHER COMMENTS:
> Either the pkg-config output should not include -lz or zlib1g-dev should be a
> dependency of libxslt1-dev

I don't know where your packages come from, but it's obviously not
Debian:

# pkg-config --libs libxslt
-lxslt -lxml2  

Mike


--- End Message ---

Reply via email to