Your message dated Sat, 15 Aug 2015 09:54:39 +0000
with message-id <e1zqyah-0008wm...@franck.debian.org>
and subject line Bug#794706: fixed in yubiserver 0.6-3
has caused the Debian Bug report #794706,
regarding yubiserver: FTBFS
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 ow...@bugs.debian.org
immediately.)


-- 
794706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794706
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: yubiserver
Severity: serious
Justification: FTBFS

Dear maintainer,

I tried to rebuild this package with the new libconfig, however it fails 
already early,
before.

Buildlog attached.

-- 
tobi

-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package yubiserver
dpkg-buildpackage: source version 0.6-2
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Chrysostomos Nanakos <cnana...@debian.org>
 dpkg-source --before-build yubiserver-0.6
dpkg-buildpackage: host architecture amd64
dpkg-source: info: using options from yubiserver-0.6/debian/source/options: 
--compression=bzip2 --compression-level=9
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean
 dpkg-source -b yubiserver-0.6
dpkg-source: info: using options from yubiserver-0.6/debian/source/options: 
--compression=bzip2 --compression-level=9
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building yubiserver using existing 
./yubiserver_0.6.orig.tar.bz2
dpkg-source: warning: ignoring deletion of directory autom4te.cache
dpkg-source: warning: ignoring deletion of file autom4te.cache/traces.1, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file autom4te.cache/output.1, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file autom4te.cache/requests, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file autom4te.cache/output.0, use 
--include-removal to override
dpkg-source: warning: ignoring deletion of file autom4te.cache/traces.0, use 
--include-removal to override
dpkg-source: info: building yubiserver in yubiserver_0.6-2.debian.tar.bz2
dpkg-source: info: building yubiserver in yubiserver_0.6-2.dsc
 debian/rules build
dh_testdir
# Add here commands to configure the package.
./configure --prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin 
--mandir=/usr/share/man 
--with-default-sqlite3-db-file=/var/lib/yubiserver/yubiserver.sqlite 
--with-default-yubiserver-log-file=/var/log/yubiserver/yubiserver.log
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for SQLITE library... checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sqlite3... yes
checking for mhash_hmac_init in -lmhash... yes
checking for ev_io_start in -lev... yes
checking for LIBCONFIG... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.2.0... yes (1.6.3)
checking LIBGCRYPT API version... okay
configure: WARNING:
***
*** The config script /usr/bin/libgcrypt-config was
*** built for x86_64-pc-linux-gnu and thus may not match the
*** used host x86_64-unknown-linux-gnu.
*** You may want to use the configure option --with-libgcrypt-prefix
*** to specify a matching config script.
***
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
touch configure-stamp
make: Circular build-stamp <- build dependency dropped.
make: Circular install <- build dependency dropped.
dh_testdir
dh_prep
dh_installdirs
# mandir here has DESTDIR prepended to it
/usr/bin/make install 
DESTDIR=/home/tobi/libconfig-rebuild/yubiserver-0.6/debian/yubiserver 
mandir=/usr/share/man INSTALL_PROGRAM="/usr/bin/install "
make[1]: Entering directory '/home/tobi/libconfig-rebuild/yubiserver-0.6'
 cd . && /bin/bash 
/home/tobi/libconfig-rebuild/yubiserver-0.6/build-aux/missing automake-1.14 
--gnu
/home/tobi/libconfig-rebuild/yubiserver-0.6/build-aux/missing: line 81: 
automake-1.14: command not found
WARNING: 'automake-1.14' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:313: recipe for target 'Makefile.in' failed
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory '/home/tobi/libconfig-rebuild/yubiserver-0.6'
debian/rules:39: recipe for target 'install' failed
make: *** [install] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: yubiserver
Source-Version: 0.6-3

We believe that the bug you reported is fixed in the latest version of
yubiserver, 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 794...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chrysostomos Nanakos <cnana...@debian.org> (supplier of updated yubiserver 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 15 Aug 2015 12:36:01 +0300
Source: yubiserver
Binary: yubiserver
Architecture: source
Version: 0.6-3
Distribution: unstable
Urgency: high
Maintainer: Chrysostomos Nanakos <cnana...@debian.org>
Changed-By: Chrysostomos Nanakos <cnana...@debian.org>
Description:
 yubiserver - Yubikey OTP and HOTP/OATH Validation Server
Closes: 794706
Changes:
 yubiserver (0.6-3) unstable; urgency=high
 .
   * Upgrade automake.
   * Fix FTBFS (Closes: Bug#794706).
Checksums-Sha1:
 b4bbfe681009ba1e99a91d9d0167375e5ee35309 1872 yubiserver_0.6-3.dsc
 4d8ddbdd1af9f32a3fb40bb5b14179f4f516143b 145186 yubiserver_0.6.orig.tar.bz2
 64295ba392e4371445df85760d7bed2be3cab147 17583 yubiserver_0.6-3.debian.tar.bz2
Checksums-Sha256:
 bf96447f0f1104414d1c8283e9ac52e3e0febe0240521d125ddf2dbee1b038ba 1872 
yubiserver_0.6-3.dsc
 b6186991a193134c796ed5d22ee53e94d0aea220495e7bbab30105a2bab0f247 145186 
yubiserver_0.6.orig.tar.bz2
 ecc04407b6f1e51ec6fde2411137ba3520c5662d39f8291d6fb50c202fe76df1 17583 
yubiserver_0.6-3.debian.tar.bz2
Files:
 64eb2353d4d99cac7513958ba7a84608 1872 admin optional yubiserver_0.6-3.dsc
 85573ef22eef95c46bc0b150d18c04cc 145186 admin optional 
yubiserver_0.6.orig.tar.bz2
 9e53fb94d565774a9dd61008e03caa32 17583 admin optional 
yubiserver_0.6-3.debian.tar.bz2

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVzwjEAAoJEIc96jCdE4B/LpEP/34ZIcBu6lkntEBiUj0AoUOX
qXcTklCYZQvzURunRTVLWI3x95YCCoHl/qJLYCdQFh4d4XVWK6eONa0fJ8bQ173q
r9e00OCvkEkBudK1LvP/lLP/A75p1JRUyG+L43qv3gOr6xo8G2gptBAFsmPAqPwo
nhs5hjy7Ibok8s1QRnNl0FJyRfnbiqze0kp/S2kDAWDoKM5LaNvCy0NF4s5kaNnp
flhJoVOpHQeNJyc+a8/4eMQbmU/s+1JW7NHAGo+prKVuJ1aqYIdGzSJW/6f7Ffud
Vn3gkqxPyWZZJ8MWvNfujjnICkvetRZ82VmirMB8NL1FROgq+e42VRXqdTB3bu5e
Vx/VhRLWx9fF6e9f3Iq1aT2OynNRk70czcGt/bPPL06j5531jNRLJ7eY/6/VPQzl
tl485D22L4ImlEld5xOXpKFSxbM3e7fgvwUsZ0EXuwIA487riseKVBMa2TiyaldW
P5/1OQKHhi9oLwgqiBT1U78L/MFog+/HPKAsaF0iELCLv1MINLrKYwO/rQ2qqRFJ
qHHB9yGlFL36siIY3jsa19b3oMzGPYZP9d79p5gAjDFBuMW26cMeF181tzkezTnK
G9ZmTee/GgzpMdzf4Y/P9nvluRS20eb894Dry7dYCWZER32Q8O2FrPUWK5sAN5Ut
xxtf+FfttjTmmveARZi8
=TuVp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to