Bug#727456: med-fichier: update config.{sub, guess} for the AArch64 port

Matthias Klose doko at debian.org
Wed Oct 23 23:13:01 UTC 2013


Package: src:med-fichier
Version: 3.0.6-1
Severity: normal
User: debian-arm at lists.debian.org
Usertags: arm64

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 autotools_dev (yes, underscore).

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

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-20131023/logs/buildlog_ubuntu-trusty-arm64.med-fichier_3.0.6-1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

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

[...]
DOXYMEDMESH=''
DOXYMEDPARAMETER=''
DOXYMEDPROFILE=''
DOXYMEDSTRUCTELEMENT=''
DOXYMEDSUPPORTMESH=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "MED Fichier"
#define PACKAGE_TARNAME "med"
#define PACKAGE_VERSION "3.0.6"
#define PACKAGE_STRING "MED Fichier 3.0.6"
#define PACKAGE_BUGREPORT "eric.fayolle at edf.fr"
#define PACKAGE_URL ""
#define PACKAGE "med"
#define VERSION "3.0.6"
#define HAVE_MPI 1
#define MED_HAVE_FORTRAN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_H5PUBLIC_H 1
#define ABSOLUTE_H5PUBLIC_H "///usr/include/H5public.h"
#define MED_HDF_VERSION_ISOK yes
#define HAVE_LIBHDF5 1
#define MESGERR 1
#define MED_CHECK_23FORMAT 1
#define HAVE_CC_C99 1
#define HAVE_MPI 1
#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## _
#define SIZEOF_FORTRAN_INTEGER 4
#define SIZEOF_INT 4
#define HAVE_MPI 1
#define MED_API_23 1

configure: exit 1
dh_auto_configure: ./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/aarch64-linux-gnu --libexecdir=${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [build-arch] Error 255
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the debian-science-maintainers mailing list