Your message dated Mon, 18 Nov 2013 19:48:28 +0000
with message-id <[email protected]>
and subject line Bug#727860: fixed in freesci 0.6.4-7.1
has caused the Debian Bug report #727860,
regarding freesci: update config.{sub,guess} for the AArch64 port
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.)


-- 
727860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727860
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freesci
Version: 0.6.4-7
Severity: normal
User: [email protected]
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.

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-20131027/buildlog_ubuntu-trusty-arm64.freesci_0.6.4-7ubuntu1_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.

[...]
 freesci-0.6.4/patches/01_glibc_getline_conflict.patch
 freesci-0.6.4/patches/02_docs_ifpdf.patch
dpkg-buildpackage: source package freesci
dpkg-buildpackage: source version 0.6.4-7ubuntu1
 dpkg-source --before-build freesci-0.6.4
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -rf /build/buildd/freesci-0.6.4/build/ /build/buildd/freesci-0.6.4/stamp/
dh_clean
 debian/rules build-arch
dh_testdir
########################################################
## ARCH=arm64
## CFLAGS=-Wall -g -O2
########################################################
# create builddir and stampdir
mkdir -p /build/buildd/freesci-0.6.4/build/
mkdir -p /build/buildd/freesci-0.6.4/stamp/
# unpack
cd /build/buildd/freesci-0.6.4/build/ && \
        tar xjf /build/buildd/freesci-0.6.4//freesci-0.6.4.tar.bz2
# patch
cd /build/buildd/freesci-0.6.4/build//freesci-0.6.4/ && \
        for PATCH in 
/build/buildd/freesci-0.6.4//patches/01_glibc_getline_conflict.patch 
/build/buildd/freesci-0.6.4//patches/02_docs_ifpdf.patch; do \
          echo \# `basename $PATCH`; \
          patch -p1 < $PATCH; \
        done
# 01_glibc_getline_conflict.patch
patching file src/tools/bdfgname.c
# 02_docs_ifpdf.patch
patching file doc/sci.tex
touch /build/buildd/freesci-0.6.4/stamp//unpack
dh_testdir
# autoconf
cd /build/buildd/freesci-0.6.4/build//freesci-0.6.4/ && test -e reconf && 
/reconf 2> /dev/null || true
cd /build/buildd/freesci-0.6.4/build//freesci-0.6.4/ && \
                aclocal  && \
                automake --add-missing && \
                autoconf
Useless use of /d modifier in transliteration operator at 
/usr/share/automake-1.9/Automake/Wrap.pm line 60.
# build the binaries
cd /build/buildd/freesci-0.6.4/build//freesci-0.6.4/ && \
        ./configure --host=aarch64-linux-gnu --build=aarch64-linux-gnu 
--prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--libdir=\${prefix}/lib/freesci --bindir=\${prefix}/games --without-ggi 
--without-sdl  && \
        /usr/bin/make
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash ./config.sub aarch64-linux-gnu failed
make: *** [/build/buildd/freesci-0.6.4/stamp//build-arch] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: freesci
Source-Version: 0.6.4-7.1

We believe that the bug you reported is fixed in the latest version of
freesci, 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.
Paul Gevers <[email protected]> (supplier of updated freesci 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: Sun, 03 Nov 2013 18:20:58 +0100
Source: freesci
Binary: freesci freesci-doc
Architecture: source all amd64
Version: 0.6.4-7.1
Distribution: unstable
Urgency: low
Maintainer: Bas Zoetekouw <[email protected]>
Changed-By: Paul Gevers <[email protected]>
Description: 
 freesci    - a portable interpreter for SCI games like Space Quest 3
 freesci-doc - Documentation for FreeSCI
Closes: 662336 721928 724370 727860
Changes: 
 freesci (0.6.4-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Update Build-Depends
     - libmotif-dev instead of lesstif2-dev. Unclear where it is used anyways,
       as no dependency shows up afterwards (Closes: #721928)
     - add libxrender-dev, libfontconfig1-dev, libice-dev and libxft-dev as they
       were pulled in by lesstif2-dev and change the build log otherwise
     - libpng-dev instead of libpng12-dev (Closes: #662336)
     - automake instead of automake1.9 (Closes: #724370)
   * Add and use autotools-dev to update config.{guess,sub} during build
     (Closes: #727860)
Checksums-Sha1: 
 3e1374a1629325fb37d29d6b42a4bac2775aa21b 1780 freesci_0.6.4-7.1.dsc
 65297ca5bb7de76fb835d15c89c27e75a43cbc50 9857 freesci_0.6.4-7.1.diff.gz
 1c1a034a7c606efe0b4bc8e2144090603c503b8b 724798 freesci-doc_0.6.4-7.1_all.deb
 5389fcfa7858fc3dde0c3d931ba01f7772507796 499056 freesci_0.6.4-7.1_amd64.deb
Checksums-Sha256: 
 913d130941ff17205c467b6e773b519049975ab46ac476f0ca206b8c4b6c8e1c 1780 
freesci_0.6.4-7.1.dsc
 867eb643583c3147927371bec224042bf0960053ffcd5a8e63d40c01ecdecb43 9857 
freesci_0.6.4-7.1.diff.gz
 dc279deafe19e555924e2b47161fa43e53364c579c53420b54a8d2c8849dde75 724798 
freesci-doc_0.6.4-7.1_all.deb
 31e56295089b6f8df4ff7445d4d555f865ab487b7f4ba03efe58b50be705b2c5 499056 
freesci_0.6.4-7.1_amd64.deb
Files: 
 868e097216b4ed99d6ffb24cbca960f4 1780 games extra freesci_0.6.4-7.1.dsc
 58a6e44ae67e6137ac5acb6a4e1e662b 9857 games extra freesci_0.6.4-7.1.diff.gz
 c35f1a3c1a844605134b7bbba642477b 724798 doc extra freesci-doc_0.6.4-7.1_all.deb
 9b8a7529749f832016e09b76d6e93dd5 499056 games extra freesci_0.6.4-7.1_amd64.deb

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

iQEcBAEBCAAGBQJSdpnVAAoJEJxcmesFvXUKJzUH/0gEsPEqEyww0GdTTW9UFVLR
AXQ4FWHxk53w1KyZcIjoc+AEWu64NyCsVX9S0BgyYHV1KI5GG81cTi9hI06X+uTE
jzMEi1g2ZE+Vvf0e+XUpBgybDM6cjVfN8V1ojvzHwH+IiZZV623/a8w+59MO2oIU
yPRKKEbBkUdI7zLjeUztlutl22ql/PPQYS9cpdj+2xlmYzmcs2HZXQbDlI35MyW7
BvjmNAsdywnv+dKVq1DxOO9qdfEvGVLjTBvLMUxB43Mr00rkWe7ccNg00FXw2D7k
S1BUResbiLnrw7w9me1su+43hQngOAKOOlwWEJQh6Wesy6kMln6pp30+tB1JkPc=
=UqS1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to