Your message dated Mon, 31 Oct 2016 21:31:23 -0300
with message-id
<of2bfb1cb3.3880dfb3-on0025805e.0002cb49-8325805e.0002d...@notes.na.collabserv.com>
and subject line Re: argus: [ftbfs] enable autotools target in rules in order
to update config.{guess, sub}
has caused the Debian Bug report #751802,
regarding argus: [ftbfs] enable autotools target in rules in order to update
config.{guess, sub}
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.) -- 751802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751802 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:argus Severity: normal Tags: patch User: [email protected] Usertags: ppc64el Dear Maintainer, The package argus fails to build from source on ppc64el architecture due to out of date config.{guess,sub} files. Although I believe there is a reason the target autotools is commented in debian/rules, since it updates the files, wouldn't it be ok if it ran during build time? The package already needs autotools-dev as build-dependency regardless. There is a patch attached with the aforementioned modification. Thanks for your consideration. Fernando -- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dashdiff -u argus-2.0.6.fixes.1/debian/rules argus-2.0.6.fixes.1/debian/rules --- argus-2.0.6.fixes.1/debian/rules +++ argus-2.0.6.fixes.1/debian/rules @@ -51,8 +51,8 @@ echo WARNING: GNU config scripts updated from master copies 1>&2 ;\ fi -#clean: checkroot autotools -clean: checkroot +clean: checkroot autotools +#clean: checkroot test -f debian/control rm -f build-stamp rm -rf $(tmp) $(tmp-ALT) debian/substvars debian/files *.orig */*.orig *~ */*~
--- End Message ---
--- Begin Message ---Closing this one since debhelper now includes usage of dh-autoreconf -- Fernando Seiti Furusato Software Engineer IBM Brazil - Linux Technology Center
--- End Message ---

