Package: snort
Version: 2.9.5.3
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The snort package is not able to be built on the new architectures due to
config.{sub,guess} and {libtool,aclocal}.m4 files. The error found during the
ppc64el building process could be found at
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/snort_2.9.5.3-3_ppc64el.build
.
This attached patch just call dh_autoreconf before the build.
Thank you
PS: In order to have snort built on ppc64el, bug #727353 needs to be fixed.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: snort-2.9.5.3/debian/control
===================================================================
--- snort-2.9.5.3.orig/debian/control 2013-10-21 17:40:59.000000000 +0000
+++ snort-2.9.5.3/debian/control 2014-05-19 21:42:02.000000000 +0000
@@ -13,7 +13,8 @@
libdumbnet-dev,
libdaq-dev,
flex,
- bison
+ bison,
+ dh-autoreconf
Build-Depends-Indep:
texlive,
texlive-binaries,
Index: snort-2.9.5.3/debian/rules
===================================================================
--- snort-2.9.5.3.orig/debian/rules 2013-10-21 17:35:26.000000000 +0000
+++ snort-2.9.5.3/debian/rules 2014-05-19 21:41:41.000000000 +0000
@@ -62,11 +62,13 @@
cd doc && [ ! -f Makefile ] || $(MAKE) distclean
rm -f doc/snort_manual.pdf doc/snort_manual.ps doc/snort_manual.aux \
doc/snort_manual.log doc/snort_manual.toc
+ dh_autoreconf_clean
dh_clean
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autoreconf
# Standard package configuration:
./configure $(CONFFLAGS)
touch $@