Bug#744627: lierolibre: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

Matthias Klose doko at debian.org
Sun Apr 13 16:51:32 UTC 2014


Package: src:lierolibre
Version: 0.5-1
User: debian-devel at lists.debian.org
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.lierolibre_0.5-1build2_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.

[...]
                 from src/gvl/io/convert.hpp:30,
                 from src/gvl/io/convert.cpp:26:
src/gvl/io/../support/platform.h:91:4: error: #error "Unknown architecture, please add it"
 #  error "Unknown architecture, please add it"
    ^
make[1]: *** [src/gvl/crypt/curve25519.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from src/gvl/io/../containers/../support/platform.hpp:29:0,
                 from src/gvl/io/../containers/list.h:29,
                 from src/gvl/io/../containers/list.hpp:35,
                 from src/gvl/io/stream.hpp:29,
                 from src/gvl/io/encoding.hpp:29,
                 from src/gvl/io/encoding.cpp:26:
src/gvl/io/../containers/../support/platform.h:91:4: error: #error "Unknown architecture, please add it"
 #  error "Unknown architecture, please add it"
    ^
In file included from src/gvl/containers/../support/platform.hpp:29:0,
                 from src/gvl/containers/list.h:29,
                 from src/gvl/containers/list.hpp:35,
                 from src/gvl/containers/list.cpp:26:
src/gvl/containers/../support/platform.h:91:4: error: #error "Unknown architecture, please add it"
 #  error "Unknown architecture, please add it"
    ^
In file included from src/gvl/io/../containers/../support/platform.hpp:29:0,
                 from src/gvl/io/../containers/list.h:29,
                 from src/gvl/io/../containers/list.hpp:35,
                 from src/gvl/io/stream.hpp:29,
                 from src/gvl/io/stream.cpp:26:
src/gvl/io/../containers/../support/platform.h:91:4: error: #error "Unknown architecture, please add it"
 #  error "Unknown architecture, please add it"
    ^
src/gvl/math/ieee.cpp: In function 'void gvl_init_ieee()':
src/gvl/math/ieee.cpp:61:20: error: '_FPU_DOUBLE' was not declared in this scope
  fpu_control_t v = _FPU_DOUBLE | _FPU_MASK_IM | _FPU_MASK_DM | _FPU_MASK_ZM | _FPU_MASK_OM | _FPU_MASK_UM | _FPU_MASK_PM | _FPU_RC_NEAREST;
                    ^
src/gvl/math/ieee.cpp:61:49: error: '_FPU_MASK_DM' was not declared in this scope
  fpu_control_t v = _FPU_DOUBLE | _FPU_MASK_IM | _FPU_MASK_DM | _FPU_MASK_ZM | _FPU_MASK_OM | _FPU_MASK_UM | _FPU_MASK_PM | _FPU_RC_NEAREST;
                                                 ^
src/gvl/math/ieee.cpp:61:109: error: '_FPU_MASK_PM' was not declared in this scope
  fpu_control_t v = _FPU_DOUBLE | _FPU_MASK_IM | _FPU_MASK_DM | _FPU_MASK_ZM | _FPU_MASK_OM | _FPU_MASK_UM | _FPU_MASK_PM | _FPU_RC_NEAREST;
                                                                                                             ^
make[1]: *** [src/gvl/math/ieee.lo] Error 1
make[1]: *** [src/gvl/io/convert.lo] Error 1
make[1]: *** [src/gvl/containers/list.lo] Error 1
make[1]: *** [src/gvl/io/encoding.lo] Error 1
make[1]: *** [src/gvl/io/stream.lo] Error 1
make[1]: Leaving directory `/build/buildd/lierolibre-0.5'
dh_auto_build: make -j8 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the Pkg-games-devel mailing list