Your message dated Thu, 24 Apr 2014 00:19:42 +0000
with message-id <[email protected]>
and subject line Bug#744606: fixed in libfann 2.1.0~beta~dfsg-10
has caused the Debian Bug report #744606,
regarding libfann: 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.)


-- 
744606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744606
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libfann
Version: 2.1.0~beta~dfsg-8
User: [email protected]
Usertags: autoreconf

The package fails to build on ppc64el (powerpc64le-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
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.

The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.libfann_2.1.0~beta~dfsg-8ubuntu1_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.

[...]
         ^
fann_io.c:498:8: warning: ignoring return value of 'fscanf', declared with 
attribute warn_unused_result [-Wunused-result]
  fscanf(conf, "layer_sizes=");
        ^
fann_io.c:571:8: warning: ignoring return value of 'fscanf', declared with 
attribute warn_unused_result [-Wunused-result]
  fscanf(conf, "neurons (num_inputs, activation_function, 
activation_steepness)=");
        ^
fann_io.c:598:8: warning: ignoring return value of 'fscanf', declared with 
attribute warn_unused_result [-Wunused-result]
  fscanf(conf, "connections (connected_to_neuron, weight)=");
        ^
/bin/bash ../libtool --tag=CC --mode=link gcc -D_REENTRANT -g -O2 -version-info 
2:1:0 -lm -o libfixedfann.la -rpath /usr/lib  fixedfann.lo  
ar cru .libs/libfixedfann.a  fixedfann.o
ranlib .libs/libfixedfann.a
creating libfixedfann.la
(cd .libs && rm -f libfixedfann.la && ln -s ../libfixedfann.la libfixedfann.la)
/bin/bash ../libtool --tag=CC --mode=link gcc -D_REENTRANT -g -O2 -version-info 
2:1:0 -lm -o libfann.la -rpath /usr/lib  floatfann.lo  
ar cru .libs/libfann.a  floatfann.o
ranlib .libs/libfann.a
creating libfann.la
(cd .libs && rm -f libfann.la && ln -s ../libfann.la libfann.la)
make[3]: Leaving directory `/build/buildd/libfann-2.1.0~beta~dfsg/src'
make[2]: Leaving directory `/build/buildd/libfann-2.1.0~beta~dfsg/src'
make[2]: Entering directory `/build/buildd/libfann-2.1.0~beta~dfsg'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/build/buildd/libfann-2.1.0~beta~dfsg'
make[1]: Leaving directory `/build/buildd/libfann-2.1.0~beta~dfsg'
# Build python extensions in python/
cd python; \
        for py in 2.7; do \
                python$py setup.py build; \
        done
Running SWIG before: swig -c++ -python pyfann/pyfann.i
running build
running build_py
creating build
creating build/lib.linux-ppc64le-2.7
creating build/lib.linux-ppc64le-2.7/pyfann
copying pyfann/__init__.py -> build/lib.linux-ppc64le-2.7/pyfann
copying pyfann/libfann.py -> build/lib.linux-ppc64le-2.7/pyfann
running build_ext
building 'pyfann._libfann' extension
creating build/temp.linux-ppc64le-2.7
creating build/temp.linux-ppc64le-2.7/pyfann
powerpc64le-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DSWIG_COMPILE -I../src/include 
-I/usr/include/python2.7 -c pyfann/pyfann_wrap.cxx -o 
build/temp.linux-ppc64le-2.7/pyfann/pyfann_wrap.o
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC 
but not for C++ [enabled by default]
c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions 
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security 
build/temp.linux-ppc64le-2.7/pyfann/pyfann_wrap.o ../src/.libs/doublefann.o -o 
build/lib.linux-ppc64le-2.7/pyfann/_libfann.so
c++: error: ../src/.libs/doublefann.o: No such file or directory
error: command 'c++' failed with exit status 1
make: *** [build-arch-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libfann
Source-Version: 2.1.0~beta~dfsg-10

We believe that the bug you reported is fixed in the latest version of
libfann, 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.
Christian Kastner <[email protected]> (supplier of updated libfann 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: SHA256

Format: 1.8
Date: Thu, 24 Apr 2014 00:51:29 +0200
Source: libfann
Binary: libfann2 libfann-dev libfann-dbg python-pyfann python-pyfann-dbg 
libfann-doc
Architecture: source amd64 all
Version: 2.1.0~beta~dfsg-10
Distribution: sid
Urgency: low
Maintainer: Christian Kastner <[email protected]>
Changed-By: Christian Kastner <[email protected]>
Description: 
 libfann-dbg - Debugging symbols for FANN
 libfann-dev - Development libraries and header files for FANN
 libfann-doc - API documentation for FANN
 libfann2   - Fast Artificial Neural Network Library
 python-pyfann - Python bindings for FANN
 python-pyfann-dbg - Debugging symbols for FANN Python wrapper
Closes: 744606
Changes: 
 libfann (2.1.0~beta~dfsg-10) unstable; urgency=low
 .
   * debian/control:
     - Add Build-Depends for dh-autoreconf
     - Drop Build-Depends for autotools-dev
   * debian/rules:
     - Switch from autotools-dev to dh-autoreconf. Closes: #744606
     - Call dh_auto_build for python-pyfann twice, because distutils runs
       build_py before build_ext, but build_py relies on output from build_ext
       (from SWIG), and this order cannot be changed. This is a known issue, see
       http://bugs.python.org/issue7562
     - Run "build" autopkgtest after build
     - Run "python-build" autopkgtest after build, for all supported Python
       versions
     - Fix setting of DEB_CFLAGS_MAINT_APPEND
   * debian/tests:
     - build
       + Rewrite to make use of $ADTTMP
     - python-build
       + Create (runs one of the example scripts)
   * debian/copyright:
     - Updates for my changes to debian/test/*
   * debian/patches (refreshed):
     - 0002-Link-against-libm
       Properly extend autotools setup for libm instead of using a dirty hack
     - 0006-Include-fann_cpp.h-in-dev-package
       Don't pointlessly modify Makefile.in
Checksums-Sha1: 
 75452610f0b827fd65cd8fada8a1dba45d6d93f7 2293 libfann_2.1.0~beta~dfsg-10.dsc
 3f3b393007f7d6555555a3075c42ca07a9ceb258 13340 
libfann_2.1.0~beta~dfsg-10.debian.tar.xz
 1a1ce43542e3eac514de21705fc3b329f418e546 65446 
libfann2_2.1.0~beta~dfsg-10_amd64.deb
 67ed6cb087f08a725e9a4b08d345c774ecca0f66 91466 
libfann-dev_2.1.0~beta~dfsg-10_amd64.deb
 65eaa01d8198f8f09032c0d1ab3798d139c29c7d 132930 
libfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 977ad8297a5e8070703d0f6bdfe47e24ee1bf8ac 49098 
python-pyfann_2.1.0~beta~dfsg-10_amd64.deb
 ff45bf8e426b45963b24626dba05ef084cc99eb3 154692 
python-pyfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 17d91c43df6b5a004101574b8f03a5c11275e14a 1598280 
libfann-doc_2.1.0~beta~dfsg-10_all.deb
Checksums-Sha256: 
 c8f84074e163b5b0b1286ea8dde0309f35dc2b83d188c08e25e447e3816dd428 2293 
libfann_2.1.0~beta~dfsg-10.dsc
 daa79eb3ce4c427efc1beb7dab51d5ec7001bec7a7f1758e4170fec6d575634e 13340 
libfann_2.1.0~beta~dfsg-10.debian.tar.xz
 7e56606b007068fc71a75f9b5b87b2d9202dec6ad61aa093f4a9d9618966ca96 65446 
libfann2_2.1.0~beta~dfsg-10_amd64.deb
 3aa9ac55fb0bff54901e398758d6e96df52090a46994af6fd29d30e6a528637a 91466 
libfann-dev_2.1.0~beta~dfsg-10_amd64.deb
 ec5b92d98e9ad8443996be7da7af25766d1dfbf9c47e8a400d222e5fa1c570b2 132930 
libfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 9ac99605a8473b1e955b94b3ff84e1d562bf0efdb4d8d1fda5cac57960ec91cb 49098 
python-pyfann_2.1.0~beta~dfsg-10_amd64.deb
 9179c4f7e8661dc1416bc76c4fc984ad2a2a5533017f0e7c2f9a1f0001b2b66d 154692 
python-pyfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 4aa35cba2c9de92ee50b82717a6c558ef397a76e9211e7cf9f4e46bd19eff044 1598280 
libfann-doc_2.1.0~beta~dfsg-10_all.deb
Files: 
 b28c5f18ed9e14c818273e27f37dcd82 65446 libs optional 
libfann2_2.1.0~beta~dfsg-10_amd64.deb
 8935d245e9f20a7e178ff088cc9a2772 91466 libdevel optional 
libfann-dev_2.1.0~beta~dfsg-10_amd64.deb
 390739f5064537b25fd32c2771b8636a 132930 debug extra 
libfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 611d62d98f194259eab2a0a577c671e9 49098 python optional 
python-pyfann_2.1.0~beta~dfsg-10_amd64.deb
 73f646050bd82f34367075b9c1561b2d 154692 debug extra 
python-pyfann-dbg_2.1.0~beta~dfsg-10_amd64.deb
 b2ac09058cf7dbb2c1bf88052a2aed8a 1598280 doc optional 
libfann-doc_2.1.0~beta~dfsg-10_all.deb
 30c731f8b17d24e5931fcf1c17a6c80c 2293 libs optional 
libfann_2.1.0~beta~dfsg-10.dsc
 63b0ffa2a2c3dfd2978f9aa220095f2d 13340 libs optional 
libfann_2.1.0~beta~dfsg-10.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJTWFbfAAoJEDmVOjfeTrNrHBIQAIl/hH74ebTjV8qXgPsB4v9N
Ok38IRIDVEd7xGVIL8P+iLMXCbX8vzUB8uNk5netOq8Iygk2GCSENbzma1ajJNGu
TKdbPfNGRBvYPVZXT/tEeiQajsmyCtQDQ9zdvB2GU4v66pdgN/WX0+tOYYaJztKL
ngL6bzNJ2ycKF/CWUkzWnv77eV6a4aOHSk95RKSwnzPl0nLOZ/quVa6HZX2rz2wy
ucoDUuuB4/tuxkhnOTKqAuehcN34OURj4CJVYGFiYM8vCnTVPSUEcrnK/futbufb
iM0VCS6NfgJeonDEv8KfG5JiDg2912KbQXPsz6rKpjhv3O9uEXm7YWdIcDBX3W8/
PWuTEsieEtkksZY8Q9WiPQZ+LNwn0LbyGhUuHNfGe4CCZR/2DQ7V/6IWNvVSRqHA
BphSQh8FVL39JmWSB93HTZDDsxqNwYIY839QXfN2C0+Srgt8sumVGncepu+j8Fjl
SSi6BEU9VQ58q/O7xbFj0L+CQwkhjaAAtG0QQfeTb6lMaKFIqfPlmcQnKv6GJa/q
Vw+p5pVdTyZEUn1pV19STXALx2Ci9x3i/hw3fSbogy0DY281/W0Rc/eknN4vDc6l
TxSGbdlsXh32K5lgwZA0uZeGvoVjcCFAQpUaVmcUlVZgCIFbe6MW/dJ8vLP+yUnm
r8YDZnNeazkSv6HsRhSR
=kzfn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to