Your message dated Sat, 23 Jun 2012 15:19:24 +0100
with message-id <4fe5d06c.7000...@periapt.co.uk>
and subject line snort FTBS seems to be fixed
has caused the Debian Bug report #650060,
regarding snort: FTBFS when built with build-arch
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 ow...@bugs.debian.org
immediately.)
--
650060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: snort
Version: 2.8.5.2-9.1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch
*** /tmp/tmpWxWRHu/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
libmysqlclient-dev is multiarch in experimental, and should move to
unstable soon.
* d/rules: use mysql_config to find libraries to fix FTBFS with
multiarch libmysqlclient.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u snort-2.8.5.2/debian/rules snort-2.8.5.2/debian/rules
--- snort-2.8.5.2/debian/rules
+++ snort-2.8.5.2/debian/rules
@@ -96,6 +96,7 @@
# MySQL package:
./configure $(CONFFLAGS) \
--with-mysql \
+ --with-mysql-libraries=`mysql_config --variable=pkglibdir` \
--without-postgresql
$(MAKE)
cp src/snort src/snort-mysql
--- End Message ---
--- Begin Message ---
Version: 2.9.2.2-2.1
--- End Message ---