Your message dated Tue, 21 Jul 2020 09:33:53 +0000
with message-id <e1jxoen-000g7x...@fasolo.debian.org>
and subject line Bug#963440: fixed in kafkacat 1.6.0-1
has caused the Debian Bug report #963440,
regarding kafkacat: FTBFS: dh_auto_configure: error: ./configure 
--build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include 
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc 
--localstatedir=/var --disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking --enable-json --enable-avro --no-download 
returned exit code 1
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.)


-- 
963440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kafkacat
Version: 1.5.0-1.1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_configure -- --enable-json --enable-avro --no-download
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
> (level 9 in use)
>       ./configure --build=x86_64-linux-gnu --prefix=/usr 
> --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
> --disable-option-checking --disable-silent-rules 
> --libdir=\${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
> --disable-dependency-tracking --enable-json --enable-avro --no-download
> Unknown option disable-option-checking
> Usage: ./configure [OPTIONS...]
> 
>  mklove configure script - mklove, not autoconf
>  Copyright (c) 2014-2015 Magnus Edenhill - https://github.com/edenhill/mklove
> 
> Standard options:
>    --prefix=PATH                        Install arch-independent files in 
> PATH [/usr/local]
>    --exec-prefix=PATH                   Install arch-dependent files in PATH 
> [$prefix]
>    --bindir=PATH                        User executables [$exec_prefix/bin]
>    --sbindir=PATH                       System admin executables 
> [$exec_prefix/sbin]
>    --libexecdir=PATH                    Program executables 
> [$exec_prefix/libexec]
>    --datadir=PATH                       Read-only arch-independent data 
> [$prefix/share]
>    --sysconfdir=PATH                    Configuration data [$prefix/etc]
>    --sharedstatedir=PATH                Modifiable arch-independent data 
> [$prefix/com]
>    --localstatedir=PATH                 Modifiable local state data 
> [$prefix/var]
>    --libdir=PATH                        Libraries [$exec_prefix/lib]
>    --includedir=PATH                    C/C++ header files [$prefix/include]
>    --infodir=PATH                       Info documentation [$prefix/info]
>    --mandir=PATH                        Manual pages [$prefix/man]
> 
> Configure tool options:
>    --list-modules                       List loaded mklove modules
>    --list-checks                        List checks
>    --fail-fatal                         All failures are fatal
>    --no-cache                           Dont use or generate config.cache
>    --debug                              Enable configure debugging
>    --clean                              Remove generated configure files
>    --reconfigure                        Rerun configure with same arguments 
> as last run
>    --no-download                        Disable downloads of required mklove 
> modules
>    --update-modules                     Update modules from global repository
>    --repo-url=URL_OR_PATH               Override mklove modules repo URL 
> [http://github.com/edenhill/mklove/raw/master]
>    --help                               Show configure usage
>    --program-prefix=PFX                 Program prefix
> 
> Compatibility options:
>    --enable-maintainer-mode             Maintainer mode (no-op)
>    --disable-maintainer-mode            Maintainer mode (no-op)
>    --disable-dependency-tracking        Disable dependency tracking (no-op)
>    --disable-silent-rules               Verbose build output (no-op)
> 
> Cross-compilation options:
>    --host=HOST                          Configure to build programs to run on 
> HOST (no-op)
>    --build=BUILD                        Configure for building on BUILD 
> (no-op)
>    --target=TARGET                      Configure for building cross-toolkits 
> for platform TARGET (no-op)
> 
> Compiler options:
>    --cc=CC                              Build using C compiler CC [$CC]
>    --cxx=CXX                            Build using C++ compiler CXX [$CXX]
>    --arch=ARCH                          Build for architecture [x86_64]
>    --cpu=CPU                            Build and optimize for specific CPU 
> [generic]
>    --mbits=BITS                         Machine bits (32 or 64)
>    --CFLAGS=CFLAGS                      Add CFLAGS flags
>    --CPPFLAGS=CPPFLAGS                  Add CPPFLAGS flags
>    --CXXFLAGS=CXXFLAGS                  Add CXXFLAGS flags
>    --LDFLAGS=LDFLAGS                    Add LDFLAGS flags
>    --ARFLAGS=ARFLAGS                    Add ARFLAGS flags
>    --pkg-config-path=EXTRA_PATHS        Extra paths for pkg-config
>    --enable-profiling                   Enable profiling
>    --enable-static                      Enable static linking
>    --disable-optimization               Disable optimization flag to compiler 
> [n]
>    --disable-debug-symbols              Disable debugging symbols [n]
>    --enable-werror                      Enable compiler warnings as errors [n]
> 
> kafkacat options:
>    --enable-json                        JSON support (requires libyajl2) [y]
>    --disable-json                       JSON support (requires libyajl2)
>    --enable-avro                        Avro/Schema-Registry support 
> (requires libserdes) [y]
>    --disable-avro                       Avro/Schema-Registry support 
> (requires libserdes)
> 
> Honoured environment variables:
>   CC, CPP, CXX, CFLAGS, CPPFLAGS, CXXFLAGS, LDFLAGS, LIBS,
>   LD, NM, OBJDUMP, STRIP, PKG_CONFIG, PKG_CONFIG_PATH,
>   STATIC_LIB_<libname>=.../libname.a
> 
> 
>       tail -v -n \+0 config.log
> ==> config.log <==
> DBG: tput reports color support: false
> DBG: Did not detect color support in "dumb" terminal!
> DBG: Loading module builtin (required by base) from 
> mklove/modules/configure.builtin
> DBG: Loading module host (required by base) from mklove/modules/configure.host
> DBG: Loading module cc (required by base) from mklove/modules/configure.cc
> DBG: Loading module kafkacat (required by base) from configure.kafkacat
> DBG: Loading module good_cflags (required by kafkacat) from 
> mklove/modules/configure.good_cflags
> DBG: Loading module gitversion (required by kafkacat) from 
> mklove/modules/configure.gitversion
> Unknown option disable-option-checking
> dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr 
> --includedir=\${prefix}/include --mandir=\${prefix}/share/man 
> --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
> --disable-option-checking --disable-silent-rules 
> --libdir=\${prefix}/lib/x86_64-linux-gnu 
> --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
> --disable-dependency-tracking --enable-json --enable-avro --no-download 
> returned exit code 1
> make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/06/20/kafkacat_1.5.0-1.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: kafkacat
Source-Version: 1.6.0-1
Done: Vincent Bernat <ber...@debian.org>

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

Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated kafkacat 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: Tue, 21 Jul 2020 11:05:35 +0200
Source: kafkacat
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat <ber...@debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Closes: 963440
Changes:
 kafkacat (1.6.0-1) unstable; urgency=medium
 .
   * New upstream release.
     + Fix FTBFS due to ./configure script not accepting
       --disable-option-checking. Closes: #963440
   * d/control: bump Standards-Version
   * d/control: switch to debhelper 13
Checksums-Sha1:
 1133a34539405a0fbfb4ff81a642b38cdd4bf321 1996 kafkacat_1.6.0-1.dsc
 9d57250a67946e4db1b565e85ecc915be796909d 131326 kafkacat_1.6.0.orig.tar.gz
 d075fb9725a30b697ae0b7bd9fb139eb4d48e28e 2736 kafkacat_1.6.0-1.debian.tar.xz
 0bf12e1ef3f89964e192ebf969a4814363ade8bd 6543 kafkacat_1.6.0-1_amd64.buildinfo
Checksums-Sha256:
 3f0f2bf3cd44c8e537665f4902480a71f95cc1e7959319d69373d6196f79ef57 1996 
kafkacat_1.6.0-1.dsc
 d915aee4d2d5ac06aa47ca6e9597562946e7e30452deab556ec9ab79d16ed32c 131326 
kafkacat_1.6.0.orig.tar.gz
 b8800170f7796460e3298cb313028ca2a62dde0bd501278ef6dea345a90c273f 2736 
kafkacat_1.6.0-1.debian.tar.xz
 9dc5bf77a9d340a16fbec813608eab08695c8513ce865ada5a7392054f527965 6543 
kafkacat_1.6.0-1_amd64.buildinfo
Files:
 e9a2621a655d8ba1822bf984f5318eda 1996 net optional kafkacat_1.6.0-1.dsc
 36be7af54de64b9ed7e13dc7bd27a445 131326 net optional kafkacat_1.6.0.orig.tar.gz
 608b8d5aae1977c57901e0e27cf0d537 2736 net optional 
kafkacat_1.6.0-1.debian.tar.xz
 ebeb8e53bcf9c669ed65b03abf25d24e 6543 net optional 
kafkacat_1.6.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCAAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAl8WsCQSHGJlcm5hdEBk
ZWJpYW4ub3JnAAoJEJWkL+g1NSX5nxIQAKIBwh2QZDs7DEQ4jVN8CsjqkxXk2BZx
csyMSpXQrtY39c+5QQesOU3S/RTHyn+mp5w8YUYI4BI2M6R+6eSDTvFjSjawdLRH
+Fn37wt139qv9SaxICAyD7Piqg7fcbPQ1rDnTBwr4p9OU4i3zumwjNmQx/zJH1yL
teb6b17scY3MOl7KQhr81db3j11mIaqCgi9zNNa3b+ls1w6l8LhWiQibr/idda2Y
T9sdEUR444hcV8vkGvCCD8LX9/x89otIR5evTEy8MDduYgMJLm7EW2lEKpSFer/s
eQuxRnqUfV2/RbhgzT8kDt1dHpA0KaLXHso+2sBexhu8wQg6JCmNtsq+ei3Y4TL+
0I/xk8cG1O9UyTjSXExBvEh51YmInv4e5XPg3QOs2WV+dfAh+i7UQPjgq5j+UIWU
xyhCVz3gDthH8kGzi/Hb/gDmBdjISPkaKzX0oigA+DFpjT/KqSj7y7TdOKzw1WnD
L24i8+zO6rZaic9wn/nV4rGs4PqgMKtiO9n2a6kE/VxMuBKwhf9B7H/Gmb2Miw8A
sv9CcoKlLCcuHWEMPLivwbsvYPfRsYZ+GuSPMiGnWBRQegI6EfYKHoWLUgPNePnX
EnULqmjtfUvkryiwAHgi6Rj1cET5L0f2U0V4jFQrGQwdCeYSfHJA/CVJnHHDvDMm
gZcFzX52lfl8
=t1bw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to