Your message dated Mon, 26 Oct 2015 21:22:54 +0000
with message-id <[email protected]>
and subject line Bug#727984: fixed in tcpxtract 1.0.1-9
has caused the Debian Bug report #727984,
regarding tcpxtract: run dh-autoreconf to update config.{sub,guess} and 
{libtool,aclocal}.m4
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.)


-- 
727984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727984
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tcpxtract
Version: 1.0.1-8
User: [email protected]
Usertags: autoreconf

The package fails to build on arm64 (aarch64-linux-gnu), because the
config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autoreconf.

  - For cdbs based build systems, include
    /usr/share/cdbs/1/rules/autoreconf.mk

  - For other rules files, call dh_autoreconf before calling
    configure (in the build or configure target), and call
    dh_autoreconf_clean before dh_clean in the clean target.

For combining autoreconf and autotools_dev, see bug #698765.

After the build on any architecture, and before a clean, a grep for
aarch64 in the config.sub file(s) should print some lines.

The full build log can be found at:
http://people.debian.org/~doko/logs/arm64-20140414/buildlog_ubuntu-trusty-arm64.tcpxtract_1.0.1-8_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.

[...]
Removing patch 02-fix_png_header_bytes.patch
Restoring tcpxtract.conf

Removing patch fix-excessive-sync.patch
Restoring extract.c

Removing patch tcpxtract-fix-segfault.patch
Restoring sessionlist.c
Restoring tcpxtract.c

Removing patch 01_fixmanpage.patch
Restoring tcpxtract.1

No patches applied
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
rm -f build-stamp config.guess
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean 
dpkg-buildpackage: warning: debian/rules must be updated to support the 
'build-arch' and 'build-indep' targets (at least 'build-arch' seems to be 
missing)
 debian/rules build
QUILT_PATCHES=debian/patches \
                quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch 01_fixmanpage.patch
patching file tcpxtract.1

Applying patch tcpxtract-fix-segfault.patch
patching file sessionlist.c
patching file tcpxtract.c

Applying patch fix-excessive-sync.patch
patching file extract.c

Applying patch 02-fix_png_header_bytes.patch
patching file tcpxtract.conf

Now at patch 02-fix_png_header_bytes.patch
touch debian/stamp-patched
dh_testdir
CFLAGS="-DDEFAULT_CONFIG_FILE=\\\"/etc/tcpxtract.conf\\\" -Wall -g -Wl,-z,defs 
-O2" ./configure --host=aarch64-linux-gnu --build=aarch64-linux-gnu 
--prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--sysconfdir=/etc --bindir=/usr/sbin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash ./config.sub aarch64-linux-gnu failed
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tcpxtract
Source-Version: 1.0.1-9

We believe that the bug you reported is fixed in the latest version of
tcpxtract, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <[email protected]> (supplier of updated tcpxtract 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Oct 2015 17:24:26 -0200
Source: tcpxtract
Binary: tcpxtract
Architecture: source
Version: 1.0.1-9
Distribution: unstable
Urgency: medium
Maintainer: Joao Eriberto Mota Filho <[email protected]>
Changed-By: Joao Eriberto Mota Filho <[email protected]>
Description:
 tcpxtract  - extract files from network traffic based on file signatures
Closes: 727984 800754
Changes:
 tcpxtract (1.0.1-9) unstable; urgency=medium
 .
   * New maintainer. Thanks to Nico Golde for all work around this package.
       (Closes: #800754)
   * Migrations:
       - debian/copyright to 1.0 format.
       - debian/rules to new (reduced) format.
       - DH level to 9.
       - Using dh-autoreconf now. (Closes: #727984)
   * debian/control:
       - Added the Vcs-* fields.
       - Bumped Standards-Version to 3.9.6.
       - Improved the long description.
       - Removed quilt from Build-Depends field.
   * debian/copyright: updated all information.
   * debian/patches:
       - Renamed:
           ~ 01_fixmanpage.patch to 10_fixmanpage.patch.
           ~ tcpxtract-fix-segfault.patch to 20_tcpxtract-fix-segfault.patch.
           ~ fix-excessive-sync.patch to 30_fix-excessive-sync.patch.
           ~ 02-fix_png_header_bytes.patch to 40_fix_png_header_bytes.patch.
       - Added the 'Last-Update' field to 10_fixmanpage.patch.
       - Remade the header of the 20_tcpxtract-fix-segfault.patch,
         30_fix-excessive-sync.patch and 40_fix_png_header_bytes.patch.
   * debian/README.Debian: added to provide a new tip for users.
   * debian/README.source: the notice in this file is (now) obsolete. Removed.
   * debian/watch: improved.
Checksums-Sha1:
 869589e1e18f14dbbdf952daea42f1f501a4e7b6 1869 tcpxtract_1.0.1-9.dsc
 bf6880997cea3380096223acbdc6390888b1a2ed 4644 tcpxtract_1.0.1-9.debian.tar.xz
Checksums-Sha256:
 2ecd8dc8d8d61403bafce5b55bac2762d1d3526f81380a356aa54377f32a4a1d 1869 
tcpxtract_1.0.1-9.dsc
 3742f12699c5b18dfd10565b0f42160ebd2b6e8861892cf6a4035d99decaf49d 4644 
tcpxtract_1.0.1-9.debian.tar.xz
Files:
 0a8c740ec6ef21f636e2f463e3308185 1869 net optional tcpxtract_1.0.1-9.dsc
 10ced01ddcda4f7de359973e8cda05bf 4644 net optional 
tcpxtract_1.0.1-9.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWLTFbAAoJEN5juccE6+nvC7IP/3mAAwlb5e6ek79PDk8yW2+o
/aJJ5PrVrNRGGi+3dVL+olbb/DpaE8r9fIhpskwkzdRkAis3mjyptkeqbG2LxtJC
Rm8UDBp8ImSpj3554VdWfr2YdfRIxSugCljWyJolNz6mVwZne5156UnRSHsg4LiU
B+zBuEsZugn5JyA7jwa8cjKS9SVrx84y/oAzjhEkSZmKFYGmJTRdqCXWwlaWlcDV
8tGs+zkhPz3FrYwxNfaEO+lj+XRb7eyqTuzao8cOO7PQ5hRxlLt6yqkW1vB7iAEi
i+LqzSlS2mfjrkmbOuraoHpF6sgGij1+X3mxar7XBtlQKUHg5Y/tV1TU88jU2/Ug
Puq7njCjJJuudS25HgsaZlYR/W2A96cNJzBPMyBNFA32Eqmy2WdhpqRpv6P8Radv
zKc0M1nohRw0wNVY2e/zS3VP1L1523AR0NQFzWRYKxlRti5/Pc6X2xHqBoheuyNF
EdlgeZwXnKX1Fhb5UjMQRlB209EV79sRJjTdJJ7OAL5h3NKpqnEqpy6ecaugvy7z
QUtN8LFDZyoSjl4eXuExu7ZTsJo/mIJJDEHUbovvPKuzFqct91buvPmNoVT/KCtj
Rc0lM0ou8wwl7m0rzenhvNorvGSj9i9bhZsmbiT2Y2o8dwLwZR1AtKc04YtEqMd8
NELn+LPjOoKWHWRs5I89
=p/+o
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to