[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#978840: marked as done (java2html: ftbfs with autoconf 2.70)



Your message dated Fri, 17 Sep 2021 04:35:04 +0000
with message-id <E1mR5aa-0008ga-4E@fasolo.debian.org>
and subject line Bug#978840: fixed in java2html 0.9.2-7
has caused the Debian Bug report #978840,
regarding java2html: ftbfs with autoconf 2.70
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 owner@bugs.debian.org
immediately.)


-- 
978840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978840
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:java2html
Version: 0.9.2-6
Severity: normal
Tags: sid bookworm
User: doko@debian.org
Usertags: ftbfs-ac270

[This bug report is not targeted to the upcoming bullseye release]

The package fails to build in a test rebuild on at least amd64 with
autoconf 2.70, but succeeds to build with autoconf 2.69. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://qa-logs.debian.net/2020/09/26.ac270/java2html_0.9.2-6_unstable_ac270.log
The last lines of the build log are at the end of this report.

To build with autoconf 2.70, please install the autoconf package from
experimental:  apt-get -t=experimental install autoconf 

[...]
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
dh_autoreconf_clean
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 5 in use)
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building java2html using existing ./java2html_0.9.2.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building java2html in java2html_0.9.2-6.debian.tar.xz
dpkg-source: info: building java2html in java2html_0.9.2-6.dsc
 debian/rules build
dh_testdir
dh_autoreconf autoconf
dh_autoreconf: warning: Compatibility levels before 10 are deprecated (level 5 in use)
configure.in:21: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.in:21: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.in:21: the top level
configure.in:58: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:58: You should run autoupdate.
./lib/autoconf/headers.m4:657: AC_HEADER_STDC is expanded from...
configure.in:58: the top level
configure.in:65: warning: The macro `AC_DECL_YYTEXT' is obsolete.
configure.in:65: You should run autoupdate.
./lib/autoconf/programs.m4:816: AC_DECL_YYTEXT is expanded from...
configure.in:65: the top level
configure.in:88: warning: AC_OUTPUT should be used without arguments.
configure.in:88: You should run autoupdate.
./configure --enable-fhs
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking whether yytext is a pointer... yes
checking whether make sets $(MAKE)... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for unistd.h... (cached) yes
checking for getopt.h... yes
checking for malloc.h... yes
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
configure: error: cannot run /bin/bash ./config.sub
make: *** [debian/rules:19: build-stamp] Error 127
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: java2html
Source-Version: 0.9.2-7
Done: Boyuan Yang <byang@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated java2html 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 16 Sep 2021 23:55:05 -0400
Source: java2html
Architecture: source
Version: 0.9.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 928851 965602 978840
Changes:
 java2html (0.9.2-7) unstable; urgency=medium
 .
   * QA upload.
   * Refresh packaging:
     + Bump Standards-Version to 4.6.0.
     + Bump debhelper compat to v13. (Closes: #965602)
     + Add Vcs-* fields for git packging repo.
   * debian/rules: Rewrite with dh sequencer.
     + Also fixes FTCBFS. (Closes: #928851)
   * debian/compat: Dropped, not needed.
   * debian/: Apply "wrap-and-sort -abst".
   * debian/not-installed: Do not install upstream COPYING file.
   * debian/patches/0003-modernize-configure.ac: Fix potential problems
     in configure.ac when building with autoconf 2.70+. (Closes: #978840)
   * debian/patches/0004-Makefile.in-Respect-DESTDIR: Make Makefile.in
     recognize DESTDIR to allow default dh_auto_install to function.
   * Apply patch from Ubuntu:
 .
   [ Daniel T Chen ]
   * Apply patch from yens (getreu) adding support for European 8-bit
     character sets. (LP: #626271) (See Debian #229364)
Checksums-Sha1:
 62d9581e1f3a1b3e787d7ea6f38f6167c13f066d 1807 java2html_0.9.2-7.dsc
 3ad1fafa54745dae742a9a74f12b2670694203be 42927 java2html_0.9.2.orig.tar.gz
 ed895cb9eebf82402a75948d043ad4af23633cc5 5464 java2html_0.9.2-7.debian.tar.xz
 1838fd5450e45626904366bb8b2e73fe637e64a5 6002 java2html_0.9.2-7_amd64.buildinfo
Checksums-Sha256:
 fe610ef9383d521f5aafa4577a5c5bbf10875165260695f9fe05620333f80a95 1807 java2html_0.9.2-7.dsc
 b352fa391ea0f1fd39654a7113f9a50baac5dbf6b8d25f79f41f864e2e825188 42927 java2html_0.9.2.orig.tar.gz
 b722fd847fa40c4a2a65b02078b40199329818d4355b1ae0c0a0bd030a838a5f 5464 java2html_0.9.2-7.debian.tar.xz
 52d0cde90c2d3056cb2733733a7d5a2e12c2371b18e72c18c69e631b7cabf3aa 6002 java2html_0.9.2-7_amd64.buildinfo
Files:
 a3e572a0f6fa778eb2ea4834f92f1779 1807 web optional java2html_0.9.2-7.dsc
 864589094d9c00d700b968ba57e3ccb1 42927 web optional java2html_0.9.2.orig.tar.gz
 fbfe296c8b50d20da53da69991a2cda2 5464 web optional java2html_0.9.2-7.debian.tar.xz
 fcab8f8525cdd989bc7c3fe5cd9fda34 6002 web optional java2html_0.9.2-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmFEE/0ACgkQwpPntGGC
Ws6M7A//RnSzw02E7aHthECcRo4vXfSAVVcWKnur7NQ48aCZ74VIzVOq51aQt90U
46CRuNhXKZhBxQzc/DyhNVBjymAeK0ZalQffb7DpDBpPPXa4NDxNmTU49RoLucsE
zOs9RyjhKYXorhv2H26DZSDGLj+fs/OJcxDykCZHX40+7VEHBEGVZmY2UKvZaI1Q
S6xhKLGR0NjjvkkT718D+ZGuF0MRFoNoDMw5h3/qq01zKiDOUpMPjRGZOCYB1oer
z4qTBt1cw3ftpF5AIkRHevdSziG8zlodzyFytipksRIfqtxFeyaa2l3pjo2v5k3I
vaDNbfTTj/m5+M2Nb1u1jw9FY85ZCnvsiWXOfVIuvEuB8F7AQOJOzaNYzN8nCGW1
45aKotvP6lKxHhKdWDERapWgFhsgQpf+SMFLhkaHB4Goe0cqNG6dfXkWU/dW1Z32
4iah1iOn+MWfveB5wZfBtkHFUOkkESS9z4jwXz9RSp9zb+TDlWEProRzfgVnXq5O
hxtEvmsAEWCME3hZac3Nzl/cof4EPnyeqxphgwmh8VRKSb4PrSMDjDB9bsYDiJ/M
24m9gFnlMUiwJDoPRDQvykoYQHY5h9Q49cNmKQoE7FeXHH1mdsNrP4sB1C1YnmsO
NLj5VSAIJaeEGZwHQzAviWd6iSIl25e4bhT4brMmgtCTPIAbgu0=
=HQyx
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: