Your message dated Thu, 5 Jun 2008 22:55:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line pnet-assemblies has been removed from Debian, closing #384935
has caused the Debian Bug report #384935,
regarding pnet-assemblies: Shared library dependencies determined wrongly
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.)


-- 
384935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384935
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pnet-assemblies
Version: 0.7.4-1
Severity: serious

There seems to be a fundamental problem in the way this package
determines some shared library dependencies:

1. The configure script checks the SONAMEs of the installed versions of
various libraries and records these in pinvoke.map.  (If a library has
missing or has no SONAME, nothing is recorded.)
2. The code that uses these libraries has private copies of their
function declarations translated into C#.
3. At run-time the libraries are called through the P/Invoke mechanism,
which I assume uses pinvoke.map to determine the appropriate filename
and then calls dlopen and dlsym.

There are several problems with this:

A. The SONAMEs in pinvoke.map need to match those for the versions from
which the declarations are taken and translated to C#, but I don't see
any mechanism for making this happen.
B. The configure script checks large numbers of libraries that do not
appear to be used by this package, resulting in many apparently
meaningless SONAME mappings.
C. These shared library dependencies are invisible to dpkg-shlibdeps, so
they aren't included in the binary package's dependencies.

Based on a grep of the source, I believe the following libraries are
used through the P/Invoke mechanism: libICE, libgnutls, libjpeg, libssl.
I think the source package should use a static pinvoke.map that contains
SONAME mappings for these libraries that match the C# declarations and
is then included in the binary.  The binary package should include
corresponding package dependencies; it may be possible to automate
generation of these from pinvoke.map.

Ben.

-- 
Ben Hutchings -- [EMAIL PROTECTED] shortened to [EMAIL PROTECTED]
If you've signed my GPG key, please send a signature on and to the new uid.
The program is absolutely right; therefore, the computer must be wrong.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 0.7.4-1+rm

The pnet-assemblies package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/453457 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to