Hi Pierre.

In your last email from Nov last year, you mention a partial fix for the 
Multiarch problems.

The package files at https://www.wzdftpd.net/downloads/ulogd2-deb/ haven't been 
updated since 27th Dec 2010.
It sounds like you've made a few changes since then.
Would you be able to put your more up to date files somewhere so that we can 
build them please?

Based on the old files, to fix the build dependencies for sid as it stands 
today I need to apply the following patch:

--- ulogd-2.0.0~beta4/debian/control.orig       2010-12-27 18:21:25.000000000 
+0800
+++ ulogd-2.0.0~beta4/debian/control    2012-05-16 12:58:33.977786179 +0800
@@ -7,11 +7,11 @@
     libnfnetlink-dev (>= 0.0.13),
     libnetfilter-conntrack-dev (>= 0.0.28),
     libnetfilter-log-dev (>= 1.0),
-    libmysqlclient15-dev | libmysqlclient-dev,
+    libmysqlclient-dev,
     libpq-dev,
-    libpcap-dev,
-    libsqlite-dev,
-    libdbi0-dev
+    libpcap-dev | libpcap0.8-dev,
+    libsqlite3-dev,
+    libdbi-dev
 Standards-Version: 3.9.1
 Homepage: http://www.netfilter.org/projects/ulogd/
 #Vcs-Git: git://git.debian.org/collab-maint/ulogd.git


However as Nils Olav Fossum reports, the build will still fail because it can't 
find libraries that are now in the multiarch area.

I think mysql libraries are now also in the multiarch area along with the pcap 
libraries that Nils Olav Fossum identified.

So I guess somehow the LDFLAGS should have a -L/usr/lib/$(DEB_HOST_MULTIARCH) 
parameter added to expand the library search path.
I wasn't really sure how to do that though...
I have some theories but not enough time to try.
I figured it would be better just to email and see if we can get access to your 
latest package files and then work from there.

Regards,

-- 
----------
Jim Barber
DDI Health



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to