Bug#978064: marked as done (libdigidoc: reproducible builds: date in cdigidoc man page varies with timezone)
Your message dated Thu, 31 Dec 2020 08:33:22 + with message-id and subject line Bug#978064: fixed in libdigidoc 3.10.5-2 has caused the Debian Bug report #978064, regarding libdigidoc: reproducible builds: date in cdigidoc man page varies with timezone 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.) -- 978064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978064 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libdigidoc Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps timezone X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The man page /usr/share/man/man1/cdigidoc.1.gz may include a different date dependent on the timezone of the build system: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/libdigidoc.html TH·CDIGIDOC·1·"09.06.2020"·"3.10.5.0"·"cdigidoc·man·page" vs. TH·CDIGIDOC·1·"10.06.2020"·"3.10.5.0"·"cdigidoc·man·page" The attached patch fixes this by using the UTC timezone when generating the timestamp. Thanks for maintaining libdigidoc! live well, vagrant From 7032f2516efc404bd97cdcde0a8c6ff0c0058922 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 25 Dec 2020 10:14:21 + Subject: [PATCH] VersionInfo.cmake: Set BUILD_DATE using UTC timezone. While cmake respects SOURCE_DATE_EPOCH for the timestamp, the timestamp needs to be specified in UTC. https://reproducible-builds.org/docs/timestamps/ --- cmake/modules/VersionInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/VersionInfo.cmake b/cmake/modules/VersionInfo.cmake index 864a52e..cd495f2 100644 --- a/cmake/modules/VersionInfo.cmake +++ b/cmake/modules/VersionInfo.cmake @@ -6,7 +6,7 @@ else() set( BUILD_VER 0 ) endif() if(NOT BUILD_DATE) - string(TIMESTAMP BUILD_DATE "%d.%m.%Y") + string(TIMESTAMP BUILD_DATE "%d.%m.%Y" UTC) endif() set( VERSION ${PROJECT_VERSION}.${BUILD_VER} ) -- 2.30.0.rc2 signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: libdigidoc Source-Version: 3.10.5-2 Done: Vagrant Cascadian We believe that the bug you reported is fixed in the latest version of libdigidoc, 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 978...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Vagrant Cascadian (supplier of updated libdigidoc 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: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 00:11:01 -0800 Source: libdigidoc Architecture: source Version: 3.10.5-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 978064 Changes: libdigidoc (3.10.5-2) unstable; urgency=medium . * QA upload. * VersionInfo.cmake: Set BUILD_DATE using UTC timezone. (Closes: #978064) * debian/control: Set Rules-Requires-Root to "no". * debian/copyright: Use https URL for "Format". * debian/control: Switch to priority optional. * Switch to debhelper-compat 13. * debian/rules: Use dh_missing --list-missing. * debian/control: Update Standards-Version to 4.5.1. * Add lintian override for orphaned-package-maintained-in-private-space. * debian/control: Remove uploaders field for QA-maintained package. Checksums-Sha1: e9e2cc5695b64dc10cd982d18e8a9902193427dd 1737 libdigidoc_3.10.5-2.dsc 09e5d90536e6e9d74eb80644c8c91e20a2ebdf74 3388 libdigidoc_3.10.5-2.debian.tar.xz Checksums-Sha256: f4fc949fad4a880b23b74fe46c2d3a796bed6e35c1f2887bce4a0a5751a81338 1737 libdigidoc_3.10.5-2.dsc fd9ff98670f4bd164b75ceee67e7aabe6c26866205e8c34495ef9ad5ee690c6e 3388 libdigidoc_3.10.5-2.debian.tar.xz Files: cf4223bf91cadc9104112263972ae618 1737 libs optional libdigidoc_3.10.5-2.dsc 55d97f5c96cd420d45bcdfc5c8fb5e7f 3388 libs optional libdigidoc_3.10.5-2.debian.tar.xz -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+2JQiAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqsSUAQCKadw6BKSWFpvN Cyzyh80nFRhii/hl26uJnKLNDSmpvAEAsAPMDBLzqsH8DhOvttJWqZV5pEppbBNs hohAhvet9gw= =w9Pm -END PGP SIGNATURE E
Processing of libdigidoc_3.10.5-2_source.changes
libdigidoc_3.10.5-2_source.changes uploaded successfully to localhost along with the files: libdigidoc_3.10.5-2.dsc libdigidoc_3.10.5-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#978746: minlog: reproducible builds: Embedded timestamps in PDF files
Source: minlog Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The build timestamp is embedded in various PDF files: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/minlog.html /usr/share/doc/minlog/mlcf.pdf January·20,·2022 vs. December·19,·2020 The attached patch fixes this by setting FORCE_SOURCE_DATE=1 in debian/rules, which texlive needs in order to respect SOURCE_DATE_EPOCH, which is set during debian package builds to the timestamp in the latest debian/changelog entry. https://reproducible-builds.org/docs/source-date-epoch/ Thanks for maintaining minlog! live well, vagrant From 4e986c342880d3ac6f6f07408713871ab1bd300f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 08:33:23 + Subject: [PATCH] debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect SOURCE_DATE_EPOCH for reproducible timestamps. https://reproducible-builds.org/docs/source-date-epoch/ --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 5d54224..57b8547 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ +# Ensure texlive respects SOURCE_DATE_EPOCH +export FORCE_SOURCE_DATE=1 CFLAGS = -Wall -g -- 2.30.0 signature.asc Description: PGP signature
libdigidoc_3.10.5-2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 00:11:01 -0800 Source: libdigidoc Architecture: source Version: 3.10.5-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 978064 Changes: libdigidoc (3.10.5-2) unstable; urgency=medium . * QA upload. * VersionInfo.cmake: Set BUILD_DATE using UTC timezone. (Closes: #978064) * debian/control: Set Rules-Requires-Root to "no". * debian/copyright: Use https URL for "Format". * debian/control: Switch to priority optional. * Switch to debhelper-compat 13. * debian/rules: Use dh_missing --list-missing. * debian/control: Update Standards-Version to 4.5.1. * Add lintian override for orphaned-package-maintained-in-private-space. * debian/control: Remove uploaders field for QA-maintained package. Checksums-Sha1: e9e2cc5695b64dc10cd982d18e8a9902193427dd 1737 libdigidoc_3.10.5-2.dsc 09e5d90536e6e9d74eb80644c8c91e20a2ebdf74 3388 libdigidoc_3.10.5-2.debian.tar.xz Checksums-Sha256: f4fc949fad4a880b23b74fe46c2d3a796bed6e35c1f2887bce4a0a5751a81338 1737 libdigidoc_3.10.5-2.dsc fd9ff98670f4bd164b75ceee67e7aabe6c26866205e8c34495ef9ad5ee690c6e 3388 libdigidoc_3.10.5-2.debian.tar.xz Files: cf4223bf91cadc9104112263972ae618 1737 libs optional libdigidoc_3.10.5-2.dsc 55d97f5c96cd420d45bcdfc5c8fb5e7f 3388 libs optional libdigidoc_3.10.5-2.debian.tar.xz -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+2JQiAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqsSUAQCKadw6BKSWFpvN Cyzyh80nFRhii/hl26uJnKLNDSmpvAEAsAPMDBLzqsH8DhOvttJWqZV5pEppbBNs hohAhvet9gw= =w9Pm -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#978751: milter-greylist: reproducible builds: Embeds username, hostname, build path and build time in /usr/sbin/milter-greylist
Source: milter-greylist Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps username hostname buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The binary /usr/sbin/milter-greylist embeds the username, hostname, build path and build time: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/milter-greylist.html @ionos15-amd64:/build/milter-greylist-4.6.2·Tue·Jan·18·21:45:14·-12·2022 vs. @i-capture-the-hostname:/build/milter-greylist-4.6.2·Thu·Dec·17·17:23:13·+14·2020 The attached patch fixes this by setting an empty BUILD_ENV in configure.ac. Thanks for maintaining milter-greylist! live well, vagrant From 3ab3aba5691c9fee38cfa3e8063a958b70a035a6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 10:10:57 + Subject: [PATCH] configure.ac: Set empty BUILD_ENV. The BUILD_ENV captures the username, hostname, build path and build time. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8fe0002..606b769 100644 --- a/configure.ac +++ b/configure.ac @@ -1298,7 +1298,7 @@ AC_ARG_ENABLE(postfix, ]) # Record the build environnement for milter-greylist -r -AC_DEFINE_UNQUOTED([BUILD_ENV], ["`logname`@`uname -n`:`pwd` `date`"], +AC_DEFINE_UNQUOTED([BUILD_ENV], [""], [Build environnement]) # Options -- 2.30.0 signature.asc Description: PGP signature
Bug#978763: ample: ftbfs with autoconf 2.70
Package: src:ample Version: 0.5.7-11 Severity: normal Tags: sid bookworm User: d...@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/ample_0.5.7-11_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 [...] prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "Ample" #define PACKAGE_TARNAME "ample" #define PACKAGE_VERSION "AMPLE_VERSION" #define PACKAGE_STRING "Ample AMPLE_VERSION" #define PACKAGE_BUGREPORT "da...@2gen.com" #define PACKAGE_URL "" #define AMPLE_VERSION "0.5.7" #define HAVE_DIRENT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_STDINT_H 1 #define HAVE_NETDB_H 1 #define RETSIGTYPE void #define HAVE_VPRINTF 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_GETCWD 1 #define HAVE_INET_NTOA 1 #define HAVE_MEMSET 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_ALARM 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRTOL 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 configure: exit 127 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 --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --enable-libwrap returned exit code 127 make[1]: *** [debian/rules:9: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:6: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Bug#978778: canna: ftbfs with autoconf 2.70
Package: src:canna Version: 3.7p3-16 Severity: normal Tags: sid bookworm User: d...@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/canna_3.7p3-16_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 [...] includedir='${prefix}/include' infodir='${prefix}/share/info' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "canna" #define PACKAGE_TARNAME "canna" #define PACKAGE_VERSION "3.7p3" #define PACKAGE_STRING "canna 3.7p3" #define PACKAGE_BUGREPORT "canna-...@lists.sourceforge.jp" #define PACKAGE_URL "" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_ARPA_INET_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_VPRINTF 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 configure: exit 1 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 --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking returned exit code 1 make: *** [debian/rules:71: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978788: coinor-osi: ftbfs with autoconf 2.70
Package: src:coinor-osi Version: 0.108.6+repack1-1 Severity: normal Tags: sid bookworm User: d...@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/coinor-osi_0.108.6+repack1-1_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 [...] am__tar='' am__untar='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coin_doxy_excludes='' coin_doxy_logname='' coin_doxy_tagfiles='' coin_doxy_tagname='' coin_doxy_usedot='' coin_have_doxygen='' coin_have_latex='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dos2unix='' dvidir='${docdir}' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${prefix}/lib/x86_64-linux-gnu' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs='' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "Osi" #define PACKAGE_TARNAME "osi" #define PACKAGE_VERSION "0.108.6" #define PACKAGE_STRING "Osi 0.108.6" #define PACKAGE_BUGREPORT "o...@lists.coin-or.org" #define PACKAGE_URL "" configure: exit 1 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-static --enable-dot --enable-dependency-linking returned exit code 1 make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978789: coinor-cgl: ftbfs with autoconf 2.70
Package: src:coinor-cgl Version: 0.60.3+repack1-2 Severity: normal Tags: sid bookworm User: d...@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/coinor-cgl_0.60.3+repack1-2_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 [...] am__tar='' am__untar='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coin_doxy_excludes='' coin_doxy_logname='' coin_doxy_tagfiles='' coin_doxy_tagname='' coin_doxy_usedot='' coin_have_doxygen='' coin_have_latex='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dos2unix='' dvidir='${docdir}' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${prefix}/lib/x86_64-linux-gnu' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs='' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "Cgl" #define PACKAGE_TARNAME "cgl" #define PACKAGE_VERSION "0.60.3" #define PACKAGE_STRING "Cgl 0.60.3" #define PACKAGE_BUGREPORT "c...@lists.coin-or.org" #define PACKAGE_URL "" configure: exit 1 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-static --enable-dot --enable-dependency-linking returned exit code 1 make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978785: clp: ftbfs with autoconf 2.70
Package: src:clp Version: 1.17.5+repack1-1 Severity: normal Tags: sid bookworm User: d...@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/clp_1.17.5+repack1-1_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 [...] am__tar='' am__untar='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coin_doxy_excludes='' coin_doxy_logname='' coin_doxy_tagfiles='' coin_doxy_tagname='' coin_doxy_usedot='' coin_have_doxygen='' coin_have_latex='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dos2unix='' dvidir='${docdir}' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${prefix}/lib/x86_64-linux-gnu' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs='' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "Clp" #define PACKAGE_TARNAME "clp" #define PACKAGE_VERSION "1.17.5" #define PACKAGE_STRING "Clp 1.17.5" #define PACKAGE_BUGREPORT "coin-...@lists.coin-or.org" #define PACKAGE_URL "" configure: exit 1 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-static --enable-dot --enable-dependency-linking returned exit code 1 make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978790: coinutils: ftbfs with autoconf 2.70
Package: src:coinutils Version: 2.11.4+repack1-1 Severity: normal Tags: sid bookworm User: d...@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/coinutils_2.11.4+repack1-1_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 [...] am__tar='' am__untar='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coin_doxy_excludes='' coin_doxy_logname='' coin_doxy_tagfiles='' coin_doxy_tagname='' coin_doxy_usedot='' coin_have_doxygen='' coin_have_latex='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dos2unix='' dvidir='${docdir}' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${prefix}/lib/x86_64-linux-gnu' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs='' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "CoinUtils" #define PACKAGE_TARNAME "coinutils" #define PACKAGE_VERSION "2.11.4" #define PACKAGE_STRING "CoinUtils 2.11.4" #define PACKAGE_BUGREPORT "coinut...@lists.coin-or.org" #define PACKAGE_URL "" configure: exit 1 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-static --enable-dot --enable-dependency-linking returned exit code 1 make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978791: coinor-vol: ftbfs with autoconf 2.70
Package: src:coinor-vol Version: 1.5.4-4 Severity: normal Tags: sid bookworm User: d...@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/coinor-vol_1.5.4-4_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 [...] am__quote='' am__tar='' am__untar='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coin_doxy_excludes='' coin_doxy_logname='' coin_doxy_tagfiles='' coin_doxy_tagname='' coin_doxy_usedot='' coin_have_doxygen='' coin_have_latex='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' have_autoconf='' have_automake='' have_svn='' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sol_cc_compiler='' subdirs='' sysconfdir='/etc' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "Vol" #define PACKAGE_TARNAME "vol" #define PACKAGE_VERSION "1.5.4" #define PACKAGE_STRING "Vol 1.5.4" #define PACKAGE_BUGREPORT "coin-...@lists.coin-or.org" #define PACKAGE_URL "" configure: exit 1 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 --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --enable-static --with-dot "COIN_SKIP_PROJECTS=Osi CoinUtils OsiVol Sample" returned exit code 1 make[1]: *** [debian/rules:14: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:8: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Bug#978811: flpsed: ftbfs with autoconf 2.70
Package: src:flpsed Version: 0.7.3-8 Severity: normal Tags: sid bookworm User: d...@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/flpsed_0.7.3-8_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 [...] checking for strdup... yes checking for strrchr... yes checking for strstr... yes checking for fltk-config... /usr/bin/fltk-config checking for open in -lX11... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands dh_auto_build make -j4 make[1]: Entering directory '/<>' make all-recursive make[2]: Entering directory '/<>' Making all in src make[3]: Entering directory '/<>/src' g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o GsWidget.o GsWidget.cxx g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o PSEditWidget.o PSEditWidget.cxx g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o PSEditor.o PSEditor.cxx g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o PSEditText.o PSEditText.cxx In file included from /usr/include/string.h:495, from PSEditText.cxx:8: In function ‘char* strncat(char*, const char*, size_t)’, inlined from ‘void PSEditText::append_text(const char*)’ at PSEditText.cxx:45:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:34: warning: ‘char* __builtin_strncat(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~ PSEditText.cxx: In member function ‘void PSEditText::append_text(const char*)’: PSEditText.cxx:41:36: note: length computed here 41 | int len = (s?strlen(s):0) + strlen(s1) + 1; | ~~^~~~ In file included from /usr/include/string.h:495, from PSEditText.cxx:8: In function ‘char* strncat(char*, const char*, size_t)’, inlined from ‘void PSEditText::append_text(const char*)’ at PSEditText.cxx:45:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:34: warning: ‘char* __builtin_strncat(char*, const char*, long unsigned int)’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~ PSEditText.cxx: In member function ‘void PSEditText::append_text(const char*)’: PSEditText.cxx:41:36: note: length computed here 41 | int len = (s?strlen(s):0) + strlen(s1) + 1; | ~~^~~~ GsWidget.cxx: In member function ‘int GsWidget::fd_copy(int, int, size_t)’: GsWidget.cxx:277:8: warning: ignoring return value of ‘ssize_t write(int, const void*, si
Bug#978840: java2html: ftbfs with autoconf 2.70
Package: src:java2html Version: 0.9.2-6 Severity: normal Tags: sid bookworm User: d...@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
Bug#978849: libinklevel: ftbfs with autoconf 2.70
Package: src:libinklevel Version: 0.9.3-1 Severity: normal Tags: sid bookworm User: d...@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/libinklevel_0.9.3-1_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 [...] htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/share/info' install_sh='${SHELL} /<>/install-sh' libdir='${prefix}/lib/x86_64-linux-gnu' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${prefix}/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## --- ## ## File substitutions. ## ## --- ## rpmtarget='./norpm' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "libinklevel" #define PACKAGE_TARNAME "libinklevel" #define PACKAGE_VERSION "0.9.3" #define PACKAGE_STRING "libinklevel 0.9.3" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE "libinklevel" #define VERSION "0.9.3" #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define RETSIGTYPE void #define HAVE_IFADDRS_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 configure: exit 1 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 --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking returned exit code 1 make: *** [debian/rules:17: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Bug#978863: milter-greylist: ftbfs with autoconf 2.70
Package: src:milter-greylist Version: 4.6.2-1 Severity: normal Tags: sid bookworm User: d...@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/milter-greylist_4.6.2-1_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 [...] pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc/milter-greylist' target_alias='' ## --- ## ## confdefs.h. ## ## --- ## /* confdefs.h */ #define PACKAGE_NAME "milter-greylist" #define PACKAGE_TARNAME "milter-greylist" #define PACKAGE_VERSION "4.6.2" #define PACKAGE_STRING "milter-greylist 4.6.2" #define PACKAGE_BUGREPORT "m...@netbsd.org" #define PACKAGE_URL "" #define YYTEXT_POINTER 1 #define PACKAGE_VERSION_UPSTREAM "4.6.2" #define PACKAGE_VERSION_SUFFIX "" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_NETDB_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_SYS_QUEUE_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_RES_STATE 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STRFTIME 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) configure: exit 127 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 --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-user=greylist --sysconfdir=/etc/milter-greylist --with-conffile=/etc/milter-greylist/greylist.conf --with-dumpfile=/var/lib/milter-greylist/greylist.db --with-libspf2=/usr --with-libcurl=/usr --with-libmilter=/usr --with-libopendkim=/usr --with-libGeoIP=/usr --with-libbind=/usr --enable-dnsrbl --disable-rpath "LDFLAGS= -Wl,-z,defs -L/usr/lib/libmilter -Wl,-z,relro " "CFLAGS= -fno-strict-aliasing -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security " returned exit code 127 make[1]: *** [debian/rules:6: override_dh_auto_configure] Error 25 make[1]: Leaving directory '/<>' make: *** [debian/rules:3: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
Bug#978903: splint: ftbfs with autoconf 2.70
Package: src:splint Version: 3.1.2+dfsg-2 Severity: normal Tags: sid bookworm User: d...@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/splint_3.1.2+dfsg-2_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 [...] depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c constraint.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c loopHeuristics.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c lsymbolSet.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c sigNodeSet.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c lslOpSet.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c sortSet.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c initDeclNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c sortList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c declaratorInvNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c interfaceNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c sortSetList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c declaratorNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c letDeclNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c stDeclNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c storeRefNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c lslOpList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c lsymbolList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c termNodeList.c depmode=none /bin/bash ../config/depcomp gcc -DHAVE_CONFIG_H -I. -I.. -IHeaders -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protec
Processing of mmake_2.3-8_source.changes
mmake_2.3-8_source.changes uploaded successfully to localhost along with the files: mmake_2.3-8.dsc mmake_2.3.orig.tar.gz mmake_2.3-8.debian.tar.xz mmake_2.3-8_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
mmake_2.3-8_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 14:20:58 -0500 Source: mmake Architecture: source Version: 2.3-8 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Boyuan Yang Changes: mmake (2.3-8) unstable; urgency=medium . * QA upload. * Bump debhelper compat to v13. * Bump Standards-Version to 4.5.1. * Source-only upload. Checksums-Sha1: 245613f302e635d5a9a75cc666e03bbd10991b4d 1708 mmake_2.3-8.dsc 167caf3017334e2d9f9e93efa3f48d99438f838e 54810 mmake_2.3.orig.tar.gz 3c8481c568fdd0ee27528893e7029bb3659ee66f 4344 mmake_2.3-8.debian.tar.xz c5d0c2a739ecffc73c4879501aa44a5f3968bc78 8076 mmake_2.3-8_amd64.buildinfo Checksums-Sha256: d88096cde86b44f5e5f8c6232f90470d6ae41e73e7a68f5d617d439d1a5e40ec 1708 mmake_2.3-8.dsc 1e1093dbac76e58a86dc78cae6b62a6e0ad1758098c5e3d1f42896d9a5258d40 54810 mmake_2.3.orig.tar.gz fee1376aa50aedea3be70c04829337bc3980c32a558589fad776448e4d178973 4344 mmake_2.3-8.debian.tar.xz 4ad975998af667381d9a4346a7aafb7f30aa5034a68e784ba4bc0630b37f9e9e 8076 mmake_2.3-8_amd64.buildinfo Files: 006a4fe9617c2ed3278037d8d527d56e 1708 devel optional mmake_2.3-8.dsc 27c957cc2997c5e99e86d65654f64126 54810 devel optional mmake_2.3.orig.tar.gz 755c0d6c4b7ebbc635a291a2acac7150 4344 devel optional mmake_2.3-8.debian.tar.xz cb039dd30b9979dcbefeef91e8f21b27 8076 devel optional mmake_2.3-8_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl/uJScACgkQwpPntGGC Ws4d9BAAu4Y831ROR5Go+0tevLg0o2PpoKmA3rCDyjgNb9iGBDi3ryx1p7ZxKeAV yM0FzMCXs9fdiAZtGtO8Z6dKM8HT74zq7RicmStWsA5ut6zyBtj1XRDuLse1jhWC HPgy8LF555FipTA0nOCfwVRr0IiVabsdVmARoNMkVtqPYcRbKRTV0hYRDiIgMsSx dy/M8cfdSlHGK6ZuYJLLMDCHvztwXagu304IaI6GSP/F8NboeeyggKD2TFntwXxr 5fnq/P+wP7ciCMOLVXF3qjaSylI2ruTpE5E6q/IKg3RgM0BuxOOI47UNsjO45nN5 D+595TRPK/AMVYVfPdLmAkzMAcKn8RulQs7Q8SHB974ON26eNsl1PrX+NcNKZTLN IaAAVPpnvfOI5oAIo/e3ibS0AzGb5iUVYeClJ/KfcLeGZxPQdzhGNVT2+e3uFxTe rkzR7KyInFMJGhi+6Ycbi/MBw5G6GJOFOklTuadCrgcF1cduYBYmVQ03icgiFFJt p2mo5uobUVpyhDeCSAvrI1ZgXWavJ+nmBgnraS4a2ATAdcDaoBGZX7QeY27j1Upy KKZ6aiO2mlqlBehn8GAJ8vYpDlTCi6RaluAsyqH1mLni5KVmb6nZXdwUn0bt+Bcn Epzc2Upes/2jqrarexF4kaVN7EMyKH4fe+kxD7pBIK51nV4CnFg= =GuxX -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of zeitgeist_1.0.3-1_source.changes
zeitgeist_1.0.3-1_source.changes uploaded successfully to localhost along with the files: zeitgeist_1.0.3-1.dsc zeitgeist_1.0.3.orig.tar.xz zeitgeist_1.0.3-1.debian.tar.xz zeitgeist_1.0.3-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
zeitgeist_1.0.3-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 15:04:29 -0500 Source: zeitgeist Architecture: source Version: 1.0.3-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Boyuan Yang Changes: zeitgeist (1.0.3-1) unstable; urgency=medium . * New upstream release 1.0.3. * debian/patches: Drop backported patches, merged upstream. * debian/control: Bump debhelper compat to v13, S-D to 4.5.1. * Mark package libzeitgeist-2.0-doc as Multi-Arch: foreign. Checksums-Sha1: 91a2e37e366ed60308fac755eca160968cb53240 2726 zeitgeist_1.0.3-1.dsc 4cd5b742550542d69463dcd90e2e0366f77f5256 840888 zeitgeist_1.0.3.orig.tar.xz 86f22ce62d1841504771cf0733c9297e4c737b27 15004 zeitgeist_1.0.3-1.debian.tar.xz 993adda61e89c2dbf75a3c580519c8675fb556b6 18677 zeitgeist_1.0.3-1_amd64.buildinfo Checksums-Sha256: f786f341e8807b1c7a9d5322a0e1acdd925b796a674bcbbd5047a97145b62cf8 2726 zeitgeist_1.0.3-1.dsc 609f5eeccc74ebec8d1a15155ee2306c86f2f670a510052da52ba9b3216c4cd5 840888 zeitgeist_1.0.3.orig.tar.xz 3d3aea44b2bb0c49d1d871f509a77e4436ac5ca3fb1783b04dbdceca443889e0 15004 zeitgeist_1.0.3-1.debian.tar.xz b13c660875eafac0cbaef6001394333d15bcb2604baad20069bee66c1bd07bdd 18677 zeitgeist_1.0.3-1_amd64.buildinfo Files: 6aca358faebc350c73a5b8af4e9ca119 2726 utils optional zeitgeist_1.0.3-1.dsc 8258b5521d1f25d18f7ace3c974c5ab1 840888 utils optional zeitgeist_1.0.3.orig.tar.xz b8c1bd601f1c48d2f53b04bd3ab5fe0f 15004 utils optional zeitgeist_1.0.3-1.debian.tar.xz 41745bf6813c01ee0017cce1f3bf7439 18677 utils optional zeitgeist_1.0.3-1_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl/uL0gACgkQwpPntGGC Ws5Ogw//QnpKBmSy3hgpYpXbiZoh6jo5JDvPrBo1CLBuK5GrzP9195Pyh/QuDeIO m9bbm2URNFybTfB4Z5rjf2w/nahlgZ2AD0e0ULUotIuZasrZRfYO2NECNpMAiUD3 gLwpHiB1u/R1hIhcIjclNWrY+rAn/LoT+w2LmJWQdOLI9b5lo2KcdHLcztBcb6fJ rrOcYDGGpqSVA9IBiv9rezfP5oue1DO0geVc1L7oXVLX/IS5hyss1VWlz3YZbWJi fPOhGJ/LrxK9bMmvHmKDxmEPWAqmoHlTArxJQhlxLG0M+nD3wqNQjQRYSYGPcdgX cKvNOkzZH+7zhucEPi4MdmoW8H6sG4Lwa2bt0rhnaNiaJpDBbEIbWMkWKeiX9Ioc uzRRJkj+7+6KLaWklgIIKvye3ukdS45+qYI6b+Ouqh8iTCvlSipB7+2CEiNJ9efy FKRXQj6Ba0nhXyMKh5uCwzI/ue3lgPNNNUrwi7WF9ePH2INHXniHdDamqjUpqdrm 9VUAMjkJhBTzFqinN6JBVdb3hsjzaTWBCpNgB9IxqmeGgv3hpFkJptySkcrUatjq GV2EwdlCBFCR2x7e+iW5AnLqsFW2A1Stk7WeDzeN1r1bkHzFP7UjqJczxThcrCEK p+2Bni1GI4Lqei9iYYxIyLltOyr4Q1l28oFRM+mMeL1Cktswwfc= =/Mti -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#784408: marked as done (milter-greylist should not require sudo)
Your message dated Thu, 31 Dec 2020 20:49:23 + with message-id and subject line Bug#784408: fixed in milter-greylist 4.6.2-2 has caused the Debian Bug report #784408, regarding milter-greylist should not require sudo 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.) -- 784408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784408 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: milter-greylist Version: 4.5.11-1 /etc/init.d/milter-greylist Calls sudo, but it should not. # /etc/init.d/milter-greylist reload Checking config: ./milter-greylist.old: 97: ./milter-greylist.old: sudo: not found failed. Quitting with error, no action taken. I suggest a change like the following: # diff -u milter-greylist.old milter-greylist --- milter-greylist.old 2015-05-05 23:15:14.787770285 -0600 +++ milter-greylist 2015-05-05 23:15:33.644436946 -0600 @@ -94,7 +94,7 @@ reload) echo -n "Checking config: " - if sudo -c "$DAEMON -c" $USER 2>&1 |grep -v 'config .* okay$' |grep . >&2 + if $DAEMON -c 2>&1 |grep -v 'config .* okay$' |grep . >&2 then echo "failed. Quitting with error, no action taken." exit 1 Cory --- End Message --- --- Begin Message --- Source: milter-greylist Source-Version: 4.6.2-2 Done: Vagrant Cascadian We believe that the bug you reported is fixed in the latest version of milter-greylist, 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 784...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Vagrant Cascadian (supplier of updated milter-greylist 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: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 12:42:59 -0800 Source: milter-greylist Architecture: source Version: 4.6.2-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 739465 784408 978751 Changes: milter-greylist (4.6.2-2) unstable; urgency=medium . * QA upload. . [ Debian Janitor ] * Use secure URI in debian/watch. * Set Homepage field in Source rather than Binary package. * Update standards version to 4.5.0, no changes needed. . [ Vagrant Cascadian ] * debian/patches: Adjust configure.ac to avoid embedding hostname, username, build time and build path in the binaries. (Closes: #978751) * debian/control: Set Rules-Requires-Root to "no". * debian/control: Update to debhelper-compat 13. * debian/control: Update Standards-Version to 4.5.1. . [ Christian Dröge ] * systemd support for milter-greylist (Closes: #739465) . [ Vagrant Cascadian ] * debian/patches: initfile.nosudo: Fix typo in patch to use "su" instead of "sudo". (Closes: #784408) Checksums-Sha1: 2848290db00f14ec574434bae36a3f89d0ae3b8e 1471 milter-greylist_4.6.2-2.dsc be2d91837bfd99b9291dc8a8473db9d8e01a22f4 12520 milter-greylist_4.6.2-2.debian.tar.xz d4ceca3f3c81808e62efa85449c0fb13dcc4c413 6641 milter-greylist_4.6.2-2_amd64.buildinfo Checksums-Sha256: 4c6dc8821dc9c6ce88ba3ef7091b02f03eb3f4710267a104f1c27e8849dd7eac 1471 milter-greylist_4.6.2-2.dsc f32a59bfb72df6c7d1300bdc7efb8a04e3834e4ecf9f9e07b4063e1e6de2342a 12520 milter-greylist_4.6.2-2.debian.tar.xz 10e80c49ff889de2a80f8158d2909ae21eba0695cacab6058106356cf3b89406 6641 milter-greylist_4.6.2-2_amd64.buildinfo Files: f1978f395e1aa0b57e9303ed9047d47d 1471 mail optional milter-greylist_4.6.2-2.dsc 9f13fd329dcd53541563c2643a2822ee 12520 mail optional milter-greylist_4.6.2-2.debian.tar.xz bdd64272b999792f0d771df7d5e9f983 6641 mail optional milter-greylist_4.6.2-2_amd64.buildinfo -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+44tyAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhawAP9KM26N9XT4hIRR XQGKvfxS2GKcbkRTK64d98s1Zkw3WAEA+GDkpJ6nyxXjn/z1Nv9Vfx1loiRV5laP PkuMUswOug0= =3nHV -END PGP SIGNATURE End Message ---
Bug#978751: marked as done (milter-greylist: reproducible builds: Embeds username, hostname, build path and build time in /usr/sbin/milter-greylist)
Your message dated Thu, 31 Dec 2020 20:49:23 + with message-id and subject line Bug#978751: fixed in milter-greylist 4.6.2-2 has caused the Debian Bug report #978751, regarding milter-greylist: reproducible builds: Embeds username, hostname, build path and build time in /usr/sbin/milter-greylist 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.) -- 978751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978751 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: milter-greylist Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps username hostname buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The binary /usr/sbin/milter-greylist embeds the username, hostname, build path and build time: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/milter-greylist.html @ionos15-amd64:/build/milter-greylist-4.6.2·Tue·Jan·18·21:45:14·-12·2022 vs. @i-capture-the-hostname:/build/milter-greylist-4.6.2·Thu·Dec·17·17:23:13·+14·2020 The attached patch fixes this by setting an empty BUILD_ENV in configure.ac. Thanks for maintaining milter-greylist! live well, vagrant From 3ab3aba5691c9fee38cfa3e8063a958b70a035a6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 10:10:57 + Subject: [PATCH] configure.ac: Set empty BUILD_ENV. The BUILD_ENV captures the username, hostname, build path and build time. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8fe0002..606b769 100644 --- a/configure.ac +++ b/configure.ac @@ -1298,7 +1298,7 @@ AC_ARG_ENABLE(postfix, ]) # Record the build environnement for milter-greylist -r -AC_DEFINE_UNQUOTED([BUILD_ENV], ["`logname`@`uname -n`:`pwd` `date`"], +AC_DEFINE_UNQUOTED([BUILD_ENV], [""], [Build environnement]) # Options -- 2.30.0 signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: milter-greylist Source-Version: 4.6.2-2 Done: Vagrant Cascadian We believe that the bug you reported is fixed in the latest version of milter-greylist, 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 978...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Vagrant Cascadian (supplier of updated milter-greylist 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: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 12:42:59 -0800 Source: milter-greylist Architecture: source Version: 4.6.2-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 739465 784408 978751 Changes: milter-greylist (4.6.2-2) unstable; urgency=medium . * QA upload. . [ Debian Janitor ] * Use secure URI in debian/watch. * Set Homepage field in Source rather than Binary package. * Update standards version to 4.5.0, no changes needed. . [ Vagrant Cascadian ] * debian/patches: Adjust configure.ac to avoid embedding hostname, username, build time and build path in the binaries. (Closes: #978751) * debian/control: Set Rules-Requires-Root to "no". * debian/control: Update to debhelper-compat 13. * debian/control: Update Standards-Version to 4.5.1. . [ Christian Dröge ] * systemd support for milter-greylist (Closes: #739465) . [ Vagrant Cascadian ] * debian/patches: initfile.nosudo: Fix typo in patch to use "su" instead of "sudo". (Closes: #784408) Checksums-Sha1: 2848290db00f14ec574434bae36a3f89d0ae3b8e 1471 milter-greylist_4.6.2-2.dsc be2d91837bfd99b9291dc8a8473db9d8e01a22f4 12520 milter-greylist_4.6.2-2.debian.tar.xz d4ceca3f3c81808e62efa85449c0fb13dcc4c413 6641 milter-greylist_4.6.2-2_amd64.buildinfo Checksums-Sha256: 4c6dc8821dc9c6ce88ba3ef7091b02f03eb3f4710267a104f1c27e8849dd7eac 1471 milter-greylist_4.6.2-2.dsc f32a59bfb72df6c7d1300bdc7efb8a04e3834e4ecf9f9e07b4063e1e6de2342a 12520 milter-greylist_4.6.2-2.debian.tar.xz 10e80c49ff889de2a80f8158d2909ae21eba0695cacab6058106356cf3b89406 6641 milter-greylist_4.6.2-2_amd64.buildinfo Files: f1978f395e1aa0b57e9303ed9047d47d 1471 mail op
Processing of milter-greylist_4.6.2-2_source.changes
milter-greylist_4.6.2-2_source.changes uploaded successfully to localhost along with the files: milter-greylist_4.6.2-2.dsc milter-greylist_4.6.2-2.debian.tar.xz milter-greylist_4.6.2-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
milter-greylist_4.6.2-2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 12:42:59 -0800 Source: milter-greylist Architecture: source Version: 4.6.2-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 739465 784408 978751 Changes: milter-greylist (4.6.2-2) unstable; urgency=medium . * QA upload. . [ Debian Janitor ] * Use secure URI in debian/watch. * Set Homepage field in Source rather than Binary package. * Update standards version to 4.5.0, no changes needed. . [ Vagrant Cascadian ] * debian/patches: Adjust configure.ac to avoid embedding hostname, username, build time and build path in the binaries. (Closes: #978751) * debian/control: Set Rules-Requires-Root to "no". * debian/control: Update to debhelper-compat 13. * debian/control: Update Standards-Version to 4.5.1. . [ Christian Dröge ] * systemd support for milter-greylist (Closes: #739465) . [ Vagrant Cascadian ] * debian/patches: initfile.nosudo: Fix typo in patch to use "su" instead of "sudo". (Closes: #784408) Checksums-Sha1: 2848290db00f14ec574434bae36a3f89d0ae3b8e 1471 milter-greylist_4.6.2-2.dsc be2d91837bfd99b9291dc8a8473db9d8e01a22f4 12520 milter-greylist_4.6.2-2.debian.tar.xz d4ceca3f3c81808e62efa85449c0fb13dcc4c413 6641 milter-greylist_4.6.2-2_amd64.buildinfo Checksums-Sha256: 4c6dc8821dc9c6ce88ba3ef7091b02f03eb3f4710267a104f1c27e8849dd7eac 1471 milter-greylist_4.6.2-2.dsc f32a59bfb72df6c7d1300bdc7efb8a04e3834e4ecf9f9e07b4063e1e6de2342a 12520 milter-greylist_4.6.2-2.debian.tar.xz 10e80c49ff889de2a80f8158d2909ae21eba0695cacab6058106356cf3b89406 6641 milter-greylist_4.6.2-2_amd64.buildinfo Files: f1978f395e1aa0b57e9303ed9047d47d 1471 mail optional milter-greylist_4.6.2-2.dsc 9f13fd329dcd53541563c2643a2822ee 12520 mail optional milter-greylist_4.6.2-2.debian.tar.xz bdd64272b999792f0d771df7d5e9f983 6641 mail optional milter-greylist_4.6.2-2_amd64.buildinfo -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+44tyAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhawAP9KM26N9XT4hIRR XQGKvfxS2GKcbkRTK64d98s1Zkw3WAEA+GDkpJ6nyxXjn/z1Nv9Vfx1loiRV5laP PkuMUswOug0= =3nHV -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#739465: marked as done (systemd support for milter-greylist)
Your message dated Thu, 31 Dec 2020 20:49:23 + with message-id and subject line Bug#739465: fixed in milter-greylist 4.6.2-2 has caused the Debian Bug report #739465, regarding systemd support for milter-greylist 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.) -- 739465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739465 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: milter-greylist Version: 4.3.9-1 Severity: wishlist Tags: patch User: pkg-systemd-maintain...@lists.alioth.debian.org Usertags: systemd-units X-Debbugs-CC: pkg-systemd-maintain...@lists.alioth.debian.org Hi, the attached patch adds support for systemd. There is a notable change compared to the init script. The service file will not use the values in /etc/default/milter-greylist, because I believe, that this file is not needed. A user can change some settings there that can also be changed in the main configuration file (e.g pidfile, socketfile, user, etc.). The patch changes the init script, so that it sources /lib/lsb/init-functions. This is needed for invoking the init script under systemd directly. I would also recommend to upgrade the package to 4.4.3, because it fixes the duplicate logging, when running milter-greylist in the foreground (-D parameter). This mode is used by the service file. If desired, I could also write some paragraphs for README.Debian, that gives some pointers how to run milter-greylist with postfix under systemd, so that users do not have the problem as described in #554239. Best regards Christian diff -Nru milter-greylist-4.3.9/debian/control milter-greylist-4.3.9/debian/control --- milter-greylist-4.3.9/debian/control 2011-06-22 15:17:35.0 +0200 +++ milter-greylist-4.3.9/debian/control 2014-02-16 22:38:16.0 +0100 @@ -2,7 +2,7 @@ Section: mail Priority: extra Maintainer: Paul Martin -Build-Depends: quilt, debhelper (>= 8), autotools-dev, libmilter-dev, bison, flex, libspf2-dev +Build-Depends: quilt, debhelper (>= 8), autotools-dev, libmilter-dev, bison, flex, libspf2-dev, dh-systemd Standards-Version: 3.9.2 Package: milter-greylist diff -Nru milter-greylist-4.3.9/debian/milter-greylist.service milter-greylist-4.3.9/debian/milter-greylist.service --- milter-greylist-4.3.9/debian/milter-greylist.service 1970-01-01 01:00:00.0 +0100 +++ milter-greylist-4.3.9/debian/milter-greylist.service 2014-02-17 00:00:35.0 +0100 @@ -0,0 +1,13 @@ +[Unit] +Description=Greylist Mail Filter Daemon +Before=sendmail.service +Before=postfix.service + +[Service] +Type=simple +ExecStart=/usr/sbin/milter-greylist -D +Restart=on-failure +PrivateTmp=true + +[Install] +WantedBy=multi-user.target diff -Nru milter-greylist-4.3.9/debian/milter-greylist.tmpfile milter-greylist-4.3.9/debian/milter-greylist.tmpfile --- milter-greylist-4.3.9/debian/milter-greylist.tmpfile 1970-01-01 01:00:00.0 +0100 +++ milter-greylist-4.3.9/debian/milter-greylist.tmpfile 2014-02-19 00:19:37.0 +0100 @@ -0,0 +1 @@ +d /run/milter-greylist 0755 greylist greylist diff -Nru milter-greylist-4.3.9/debian/patches/initfile.lsbfunctions milter-greylist-4.3.9/debian/patches/initfile.lsbfunctions --- milter-greylist-4.3.9/debian/patches/initfile.lsbfunctions 1970-01-01 01:00:00.0 +0100 +++ milter-greylist-4.3.9/debian/patches/initfile.lsbfunctions 2014-02-16 22:39:23.0 +0100 @@ -0,0 +1,13 @@ +Index: milter-greylist-4.3.9/rc-debian.sh.in +=== +--- milter-greylist-4.3.9.orig/rc-debian.sh.in 2014-02-16 22:38:03.0 +0100 milter-greylist-4.3.9/rc-debian.sh.in 2014-02-16 22:39:20.57200 +0100 +@@ -16,7 +16,7 @@ + # Description: another spam-defense service + ### END INIT INFO + +- ++. /lib/lsb/init-functions + + # Based on skeleton by Miquel van Smoorenburg and Ian Murdock + diff -Nru milter-greylist-4.3.9/debian/patches/series milter-greylist-4.3.9/debian/patches/series --- milter-greylist-4.3.9/debian/patches/series 2010-03-15 14:55:46.0 +0100 +++ milter-greylist-4.3.9/debian/patches/series 2014-02-16 22:38:44.0 +0100 @@ -6,3 +6,4 @@ tempfs.508122 initfile.mountall 573936-dump_lex +initfile.lsbfunctions diff -Nru milter-greylist-4.3.9/debian/rules milter-greylist-4.3.9/debian/rules --- milter-greylist-4.3.9/debian/rules 2011-06-22 15:18:16.0 +0200 +++ milter-greylist-4.3.9/debian/rules 2014-02-16 22:38:19.0 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with quilt,autotools_dev + dh $@ --with quilt,autotools_dev,systemd override_dh_auto_config
Bug#978746: marked as done (minlog: reproducible builds: Embedded timestamps in PDF files)
Your message dated Thu, 31 Dec 2020 23:18:29 + with message-id and subject line Bug#978746: fixed in minlog 4.0.99.20100221-7 has caused the Debian Bug report #978746, regarding minlog: reproducible builds: Embedded timestamps in PDF files 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.) -- 978746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978746 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: minlog Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The build timestamp is embedded in various PDF files: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/minlog.html /usr/share/doc/minlog/mlcf.pdf January·20,·2022 vs. December·19,·2020 The attached patch fixes this by setting FORCE_SOURCE_DATE=1 in debian/rules, which texlive needs in order to respect SOURCE_DATE_EPOCH, which is set during debian package builds to the timestamp in the latest debian/changelog entry. https://reproducible-builds.org/docs/source-date-epoch/ Thanks for maintaining minlog! live well, vagrant From 4e986c342880d3ac6f6f07408713871ab1bd300f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 08:33:23 + Subject: [PATCH] debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect SOURCE_DATE_EPOCH for reproducible timestamps. https://reproducible-builds.org/docs/source-date-epoch/ --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 5d54224..57b8547 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ +# Ensure texlive respects SOURCE_DATE_EPOCH +export FORCE_SOURCE_DATE=1 CFLAGS = -Wall -g -- 2.30.0 signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: minlog Source-Version: 4.0.99.20100221-7 Done: Vagrant Cascadian We believe that the bug you reported is fixed in the latest version of minlog, 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 978...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Vagrant Cascadian (supplier of updated minlog 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: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 15:04:42 -0800 Source: minlog Architecture: source Version: 4.0.99.20100221-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 978746 Changes: minlog (4.0.99.20100221-7) unstable; urgency=medium . * QA upload. * debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect SOURCE_DATE_EPOCH for reproducible timestamps. (Closes: #978746) * debian/control: Set Rules-Requires-Root to "no". * debian/rules: Convert to using "dh". * Switch to debhelper-compat 13. * debian/rules: Add dh_auto_test override to allow failures. * debian/rules: Pass long-hand --exclude option to dh_compress. * debian/rules: Remove custom CFLAGS. * debian/rules: Remove test suite outputs dh_auto_test. * debian/control: Add Vcs headers. * debian/rules: Respect DEB_BUILD_OPTIONS=nocheck. * debian/rules: Disable parallel builds to fix build failure. * debian/control: Update Standards-Version to 4.5.1. Checksums-Sha1: 46c2123d05b7ebd04b62da1295c5078cb349604a 1464 minlog_4.0.99.20100221-7.dsc 3c0c8cb5c445deadfec1199f4a4945dbce137d4b 4616 minlog_4.0.99.20100221-7.debian.tar.xz Checksums-Sha256: bc755bf17840ba1ac3e1ede0898f29f0fdf20d4f8411abf2475a4dce6829898a 1464 minlog_4.0.99.20100221-7.dsc 29602914865f0062232e85984f7da6506690733351dd5254f62cad0e2265decb 4616 minlog_4.0.99.20100221-7.debian.tar.xz Files: fef1169cb9d8f0eff152319dc894997b 1464 math optional minlog_4.0.99.20100221-7.dsc 791eda4c164c15ec7e1dd8bd0b733f98 4616 math optional minlog_4.0.99.20100221-7.debian.tar.xz -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+5ZuSAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhvVAQC37Pd3uTEqxswf ANhdHOe0zsPH4wNJpZASy2dwknc5qQEAt8wl9NgQxKosSd8K6g58RLW8x46odr6/ PMVgst6zuA0
Processing of minlog_4.0.99.20100221-7_source.changes
minlog_4.0.99.20100221-7_source.changes uploaded successfully to localhost along with the files: minlog_4.0.99.20100221-7.dsc minlog_4.0.99.20100221-7.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)
minlog_4.0.99.20100221-7_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 15:04:42 -0800 Source: minlog Architecture: source Version: 4.0.99.20100221-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Vagrant Cascadian Closes: 978746 Changes: minlog (4.0.99.20100221-7) unstable; urgency=medium . * QA upload. * debian/rules: Set FORCE_SOURCE_DATE=1 in order for texlive to respect SOURCE_DATE_EPOCH for reproducible timestamps. (Closes: #978746) * debian/control: Set Rules-Requires-Root to "no". * debian/rules: Convert to using "dh". * Switch to debhelper-compat 13. * debian/rules: Add dh_auto_test override to allow failures. * debian/rules: Pass long-hand --exclude option to dh_compress. * debian/rules: Remove custom CFLAGS. * debian/rules: Remove test suite outputs dh_auto_test. * debian/control: Add Vcs headers. * debian/rules: Respect DEB_BUILD_OPTIONS=nocheck. * debian/rules: Disable parallel builds to fix build failure. * debian/control: Update Standards-Version to 4.5.1. Checksums-Sha1: 46c2123d05b7ebd04b62da1295c5078cb349604a 1464 minlog_4.0.99.20100221-7.dsc 3c0c8cb5c445deadfec1199f4a4945dbce137d4b 4616 minlog_4.0.99.20100221-7.debian.tar.xz Checksums-Sha256: bc755bf17840ba1ac3e1ede0898f29f0fdf20d4f8411abf2475a4dce6829898a 1464 minlog_4.0.99.20100221-7.dsc 29602914865f0062232e85984f7da6506690733351dd5254f62cad0e2265decb 4616 minlog_4.0.99.20100221-7.debian.tar.xz Files: fef1169cb9d8f0eff152319dc894997b 1464 math optional minlog_4.0.99.20100221-7.dsc 791eda4c164c15ec7e1dd8bd0b733f98 4616 math optional minlog_4.0.99.20100221-7.debian.tar.xz -BEGIN PGP SIGNATURE- iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+5ZuSAcdmFncmFudEBy ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqhvVAQC37Pd3uTEqxswf ANhdHOe0zsPH4wNJpZASy2dwknc5qQEAt8wl9NgQxKosSd8K6g58RLW8x46odr6/ PMVgst6zuA0= =8mbm -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#978946: gfxboot: reproducible builds: Embeds user id and group id in cpio files
Source: gfxboot Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: username X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Various cpio archives shipped in gfxboot contain the user id and group id of the build user: https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/gfxboot.html etc/bootsplash/example_01/cdrom/bootlogo -rw-r--r--···1··42639·2020-12-24·13:17:48.00·init vs. -rw-r--r--···1··42639·2022-01-26·19:45:05.00·init The attached patch fixes this by passing the owner argument to the cpio calls when creating the archives. Unfortunately, the cpio archives also embed the timestamps of the files included, which will likely vary between builds, so this does not resolve all reproducibility issues with these archives. Thanks for maintaining gfxboot! live well, vagrant From 7a670f72d5305aaf692597f1748937d552d290a3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 31 Dec 2020 08:57:55 + Subject: [PATCH 1/2] Patch calls to create cpio archives to set owner and group. --- bin/unpack_bootlogo | 2 +- gfxboot | 4 ++-- themes/openSUSE/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/unpack_bootlogo b/bin/unpack_bootlogo index ec83d0b..7672e16 100755 --- a/bin/unpack_bootlogo +++ b/bin/unpack_bootlogo @@ -48,7 +48,7 @@ sub unpack_bootlogo } } - open P, "| cd $tmp; cpio --quiet -o >../bootlogo"; + open P, "| cd $tmp; cpio --quiet --owner=+0:+0 -o >../bootlogo"; print P "$_\n" for grep $_, @files; if($xdir) { print P "$_\n" for @ext } close P; diff --git a/gfxboot b/gfxboot index f7cda36..4015dd2 100755 --- a/gfxboot +++ b/gfxboot @@ -2597,7 +2597,7 @@ sub pack_archive } if(@pack_list) { - open $f, "| ( cd $dir ; cpio --quiet -o ) >$file/$archive"; + open $f, "| ( cd $dir ; cpio --quiet --owner=+0:+0 -o ) >$file/$archive"; print $f join("\n", @pack_list); close $f; } @@ -2606,7 +2606,7 @@ sub pack_archive else { $file = $gfxboot_tmp->file; -$i = system "cd $dir ; find . | cpio --quiet -o >$file 2>/dev/null"; +$i = system "cd $dir ; find . | cpio --quiet --owner=+0:+0 -o >$file 2>/dev/null"; die "$file: failed to create archive\n" if $i; } diff --git a/themes/openSUSE/Makefile b/themes/openSUSE/Makefile index 3a71f9b..1c8de69 100644 --- a/themes/openSUSE/Makefile +++ b/themes/openSUSE/Makefile @@ -56,7 +56,7 @@ ifdef DEFAULT_LANG @echo $(DEFAULT_LANG) >bootlogo.dir/lang endif @sh -c 'cd bootlogo.dir; chmod +t * ; chmod -t init languages' - @sh -c 'cd bootlogo.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet -o >../bootlogo' + @sh -c 'cd bootlogo.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet --owner=+0:+0 -o >../bootlogo' message: src/main.bin src/gfxboot.cfg help-boot/.ready po/.ready fonts/.ready @rm -rf message.dir @@ -71,7 +71,7 @@ ifdef DEFAULT_LANG @echo $(DEFAULT_LANG) >message.dir/lang @echo $(DEFAULT_LANG) >>message.dir/languages endif - @sh -c 'cd message.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet -o >../message' + @sh -c 'cd message.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet --owner=+0:+0 -o >../message' clean: @for i in $(SUBDIRS) ; do [ ! -f $$i/Makefile ] || make -C $$i clean || break ; done -- 2.20.1 signature.asc Description: PGP signature
Processing of gkdebconf_2.1.1_source.changes
gkdebconf_2.1.1_source.changes uploaded successfully to localhost along with the files: gkdebconf_2.1.1.dsc gkdebconf_2.1.1.tar.xz gkdebconf_2.1.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#978115: marked as done (gkdebconf: [INTL:de] updated German po file translation)
Your message dated Fri, 01 Jan 2021 00:33:23 + with message-id and subject line Bug#978115: fixed in gkdebconf 2.1.1 has caused the Debian Bug report #978115, regarding gkdebconf: [INTL:de] updated German po file translation 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.) -- 978115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978115 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gkdebconf Version: 2.1.0 Severity: wishlist Tags: patch l10n Please find the updated German po file translation for gkdebconf attached. If you update your template, please use 'msgfmt --statistics ' to check the po-files for fuzzy or untranslated strings. If there are such strings, please contact me so I can update the German translation. Greetings Helge # German translation of po/gkdebconf.pot. # Copyright (C) 2003 Agney Lopes Roth Ferraz. # This file is distributed under the same license as the gkdebconf package. # Chris Leick , 2010. # msgid "" msgstr "" "Project-Id-Version: gkdebconf 2.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-10-10 13:54-0300\n" "PO-Revision-Date: 2020-12-26 08:48+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: Debian German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/debconf.c:86 src/debconf.c:140 src/debconf.c:150 #, c-format msgid "" "Checking whether\n" "%s\n" "is installed" msgstr "" "Es wird geprüft, ob\n" "%s\n" "installiert ist" #: src/debconf.c:101 msgid "Using debconf" msgstr "Debconf wird benutzt" # Zweiter Teil eines Strings #: src/debconf.c:210 src/debconf.c:255 msgid " frontend" msgstr "-Oberfläche" #: src/debconf.c:215 src/debconf.c:260 msgid "/Options" msgstr "/Optionen" # Dahinter folgt ein String #: src/debconf.c:216 src/debconf.c:261 msgid "Select " msgstr "Wählen Sie " #: src/debconf.c:242 #, c-format msgid "" "You should install '%s' package if you need\n" "user-friendly configuration tool." msgstr "" "Sie sollten das Paket »%s« installieren, falls Sie ein\n" "anwenderfreundliches Konfigurationswerkzeug möchten." #: src/debconf.c:356 msgid "" "The configuration script returned an\n" "error status." msgstr "" "Das Konfigurationsskript gab einen\n" "Fehlerstatus zurück." # Dahinter folgt Verzeichnis #: src/files.c:85 msgid "Opening " msgstr "Öffnen von " #: src/interface.c:149 msgid "Sections" msgstr "Bereiche" #: src/interface.c:184 msgid "Package description" msgstr "Paketbeschreibung" #: src/interface.c:193 msgid "Please select a package." msgstr "Bitte wählen Sie ein Paket aus." #: src/interface.c:211 msgid "Select package" msgstr "Wählen Sie ein Paket aus" #: src/interface.c:220 msgid "... and click \"Configure\" button" msgstr "... und drücken Sie auf den »Konfigurieren«-Knopf" #: src/interface.c:279 msgid "_Configure" msgstr "_Konfigurieren" #: src/interface.c:320 msgid "/_File" msgstr "/_Datei" #: src/interface.c:321 msgid "/File/_Quit" msgstr "/Datei/_Beenden" #: src/interface.c:322 msgid "/_Options" msgstr "/_Optionen" #: src/interface.c:323 msgid "/Options/_Remember last Frontend" msgstr "/Optionen/_An letzte Oberfläche erinnern" #: src/interface.c:325 msgid "/Options/Frontends" msgstr "/Optionen/Oberflächen" #: src/interface.c:326 msgid "/_Help" msgstr "/_Hilfe" #: src/interface.c:327 msgid "/Help/_About" msgstr "/Hilfe/_Über" #: src/interface.c:339 msgid "/Options/Remember last Frontend" msgstr "/Optionen/_An letzte Oberfläche erinnern" #: src/interface.c:617 msgid "" "\n" " Starting GkDebconf... \n" msgstr "" "\n" " GkDebconf wird gestartet ...\n" #: src/interface.c:639 #, c-format msgid "" "GkDebconf %s\n" "\n" "This program is intended for those who are not\n" "used to the Debian packaging system and don't\n" "know how to find what packages can be reconfigured\n" "and how to reconfigure them.\n" "\n" "Authors:\n" "\n" "Agney Lopes Roth Ferraz \n" "Gustavo Noronha Silva \n" "\n" "GUI improvements for version 1.2 by:\n" "\n" "Mantas Kriauciunas \n" "Martynas Jocius \n" msgstr "" "GkDebconf %s\n" "\n" "Dieses Programm ist für alle gedacht, die sich nicht\n" "mit dem Debian-Paketsystem auskennen und nicht wissen,\n" "welche Pakete neu konfiguriert werden können und wie\n" "dies erfolgt.\n" "\n" "Autoren:\n" "\n" "Agney Lopes Roth Ferraz \n" "Gustavo Noronha Silva \n" "\n" "GUI-Verbesserungen für Version 1.2 von:\n" "\n" "Mantas Kriauciunas \n" "Martynas Jocius \n" #: src/interface.c:686 msgid "Alert" msgstr "Alarm" #: src/interface.c:717 msgid "Do not show this message again." msgs
Bug#978375: marked as done (gkdebconf: FTBFS: error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20)
Your message dated Fri, 01 Jan 2021 00:33:23 + with message-id and subject line Bug#978375: fixed in gkdebconf 2.1.1 has caused the Debian Bug report #978375, regarding gkdebconf: FTBFS: error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 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.) -- 978375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978375 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: gkdebconf Version: 2.1.0 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201226 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<>' > Making all in po > make[3]: Entering directory '/<>/po' > *** error: gettext infrastructure mismatch: using a Makefile.in.in from > gettext version 0.19 but the autoconf macros are from gettext version 0.20 > make[3]: *** [Makefile:168: stamp-po] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/12/26/gkdebconf_2.1.0_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! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with me so that we can identify if something relevant changed in the meantime. 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: gkdebconf Source-Version: 2.1.1 Done: Håvard Flaget Aasen We believe that the bug you reported is fixed in the latest version of gkdebconf, 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 978...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Håvard Flaget Aasen (supplier of updated gkdebconf 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: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 10:57:24 +0100 Source: gkdebconf Architecture: source Version: 2.1.1 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Håvard Flaget Aasen Closes: 978115 978375 Changes: gkdebconf (2.1.1) unstable; urgency=low . * QA upload. [ Debian Janitor ] * Set debhelper-compat version in Build-Depends. * Update standards version to 4.5.0, no changes needed. . [ Helge Kreutzmann ] * Update German translation (Closes: #978115) . [ Håvard Flaget Aasen ] * d/control: - Bump debhelper to 13 - Update Standards-Version to 4.5.1 * Rename d/NEWS.debian to d/NEWS and change distribution from unreleased to unstable. * Drop de_DE.po and es_ES.po translation, rely on de.po and es.po instead * Require gettext 0.21, update with gettextize (Closes: #978375) Checksums-Sha1: d6adb406649a718626c28e1eafde7e22b3d8c750 1559 gkdebconf_2.1.1.dsc 697f1dab6b148fa02bcaaf92104a5999f95909f8 165692 gkdebconf_2.1.1.tar.xz af881df3fdd69e41f4cbe6c85b61c4838611396c 13302 gkdebconf_2.1.1_source.buildinfo Checksums-Sha256: c854b87884699a6f5e96506327eee6bef3b9d57a99c335c62b6df4ed868a52dc 1559 gkdebconf_2.1.1.dsc a34185d4f99a89c616bdd08a4da02dae28a49d60a186908a89d1a6cfe6d3a132 165692 gkdebconf_2.1.1.tar.xz 5b0e948a22f44665b184d02099bad984c7835d3e0a5fe774ef31ec4b73166acb 13302 gkdebconf_2.1.1_source.buildinfo Files: a8bc996b75c27e505fe6832ce66991b7 1559 admin optional gkdebconf_2.1.1.dsc e3bcde4d842af3d708218fa947fd6b5d 165692 admin optional gkdebconf_2.1.1.tar.xz ff903f20763272802eac4c9fd67ae590 13302 admin optional gkdebconf_2.1.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/uaCYACgkQweDZLphv fH6jZA/8D11m4jDmKcsGxAgSFIwnzem34gDonSTK5IzyCekYT9Gm+W9s4fYPG9rE gmxgvs7r1Y55qjLUxDetHYcm68q0fV8P4xuAX6yfm0byxz3gFQt+CRQyK
gkdebconf_2.1.1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 31 Dec 2020 10:57:24 +0100 Source: gkdebconf Architecture: source Version: 2.1.1 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Håvard Flaget Aasen Closes: 978115 978375 Changes: gkdebconf (2.1.1) unstable; urgency=low . * QA upload. [ Debian Janitor ] * Set debhelper-compat version in Build-Depends. * Update standards version to 4.5.0, no changes needed. . [ Helge Kreutzmann ] * Update German translation (Closes: #978115) . [ Håvard Flaget Aasen ] * d/control: - Bump debhelper to 13 - Update Standards-Version to 4.5.1 * Rename d/NEWS.debian to d/NEWS and change distribution from unreleased to unstable. * Drop de_DE.po and es_ES.po translation, rely on de.po and es.po instead * Require gettext 0.21, update with gettextize (Closes: #978375) Checksums-Sha1: d6adb406649a718626c28e1eafde7e22b3d8c750 1559 gkdebconf_2.1.1.dsc 697f1dab6b148fa02bcaaf92104a5999f95909f8 165692 gkdebconf_2.1.1.tar.xz af881df3fdd69e41f4cbe6c85b61c4838611396c 13302 gkdebconf_2.1.1_source.buildinfo Checksums-Sha256: c854b87884699a6f5e96506327eee6bef3b9d57a99c335c62b6df4ed868a52dc 1559 gkdebconf_2.1.1.dsc a34185d4f99a89c616bdd08a4da02dae28a49d60a186908a89d1a6cfe6d3a132 165692 gkdebconf_2.1.1.tar.xz 5b0e948a22f44665b184d02099bad984c7835d3e0a5fe774ef31ec4b73166acb 13302 gkdebconf_2.1.1_source.buildinfo Files: a8bc996b75c27e505fe6832ce66991b7 1559 admin optional gkdebconf_2.1.1.dsc e3bcde4d842af3d708218fa947fd6b5d 165692 admin optional gkdebconf_2.1.1.tar.xz ff903f20763272802eac4c9fd67ae590 13302 admin optional gkdebconf_2.1.1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/uaCYACgkQweDZLphv fH6jZA/8D11m4jDmKcsGxAgSFIwnzem34gDonSTK5IzyCekYT9Gm+W9s4fYPG9rE gmxgvs7r1Y55qjLUxDetHYcm68q0fV8P4xuAX6yfm0byxz3gFQt+CRQyKGwEEju7 ng9h0kyn8DOmJLWtHzwJLa8HTHthqRIylY6rsWQzYSKySDiXk4vL90dmb2wG8Z3w fGjHQtMsBEzWNxv6GGJy/A9s/G6aFI7J8TlmRHs9tBg35MBL6ldSxSw3kwE+w6q2 La9AXxPkPFnPpMwWtRDkUpt8bbOHtg7b/SCj0GfkafomCCTFnsR5YcGwDFvJ8MTK pX+hDeKctqFkcxyZwxIi7gc2B4qeoigB2Dhu+fb1z4QEGoz2NclKiFtehHqAJTrG QuznXLdFS4wdRCp9WTBP8chNpFP7Cf1zZILaOU7SLQeqcxHnczZp+2tZkgQCBRCC jOkoFR8sL35+UrlZiqRNa9aXmLl8Xhw7+Bzc2phHoVNELatebmn30u0u2e6UEnFl XJrkN0Whussnaehu8xqWZtuLSvglnbAGUJLogPmZh4qTFAJiOf8zdMk4RVraxfYY 9XXW42H7MgJX+DK2pPpw6RBxd/flIoRw/TyozUppLYArEs5kBgOT2uoobN7NHOdh fRkzBEzbmv1G4kaCfZ8JkSC+KxkzvBqT8Cc+bazapjmymsY1K1k= =Ve5F -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of gtkpod_2.1.5-8_source.changes
gtkpod_2.1.5-8_source.changes uploaded successfully to localhost along with the files: gtkpod_2.1.5-8.dsc gtkpod_2.1.5-8.debian.tar.xz gtkpod_2.1.5-8_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#957320: marked as done (gtkpod: ftbfs with GCC-10)
Your message dated Fri, 01 Jan 2021 01:18:55 + with message-id and subject line Bug#957320: fixed in gtkpod 2.1.5-8 has caused the Debian Bug report #957320, regarding gtkpod: ftbfs with GCC-10 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.) -- 957320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957320 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:gtkpod Version: 2.1.5-7 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-10 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The severity of this report will be raised before the bullseye release, so nothing has to be done for the buster release. The full build log can be found at: http://people.debian.org/~doko/logs/gcc10-20200225/gtkpod_2.1.5-7_unstable_gcc10.log The last lines of the build log are at the end of this report. To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-10/porting_to.html [...] | ^ context_menus.c: In function ‘add_edit_track_details’: context_menus.c:270:5: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 270 | return hookup_menu_item(menu, _("Edit Track Details"), GTK_STOCK_PREFERENCES, G_CALLBACK (edit_track_details), NULL); | ^~ context_menus.c: In function ‘add_copy_track_to_filesystem’: context_menus.c:293:15: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 293 | GTK_STOCK_SAVE_AS, | ^ In file included from autodetection.c:39: misc.h:86:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 86 | float get_ms_since (GTimeVal *old_time, gboolean update); | ^ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/glib/gi18n-lib.h:21, from autodetection.c:34: /usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here 551 | struct _GTimeVal |^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu\" -DPACKAGE_SRC_DIR=\".\" -DGTKPOD_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/gtkpod\" -DGTKPOD_DATA_DIR=\"/usr/share/gtkpod/data\" -DGTKPOD_DOC_DIR=\"/usr/share/gtkpod/doc\" -DGTKPOD_UI_DIR=\"/usr/share/gtkpod/data/ui\" -DGTKPOD_GLADE_DIR=\"/usr/share/gtkpod/data/glade\" -DGTKPOD_IMAGE_DIR=\"/usr/share/gtkpod/icons\" -DGTKPOD_SCRIPT_DIR=\"/usr/share/gtkpod/scripts\" -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-pointer-sign -std=gnu99 -Werror-implicit-function-declaration -Werror=format-security -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/ca iro -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype
gtkpod_2.1.5-8_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 01:54:12 +0100 Source: gtkpod Architecture: source Version: 2.1.5-8 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Andreas Henriksson Closes: 957320 Changes: gtkpod (2.1.5-8) unstable; urgency=medium . * QA upload. * Work around gcc-10 build issue by appending -fcommon to CFLAGS (Closes: #957320) Checksums-Sha1: 12384ee0f30933f419cb22df13659ce5066759f5 2576 gtkpod_2.1.5-8.dsc 2e7f20d1f773aa199f67521da39d53e0b9e0d461 18484 gtkpod_2.1.5-8.debian.tar.xz 4fb64cf7c705d89434bc0c1f6b8277be26cefec3 17590 gtkpod_2.1.5-8_source.buildinfo Checksums-Sha256: 9521e81ac10aa602e924097c74df42eb58d27eb8ce4375f424f3d01ff81dd7b3 2576 gtkpod_2.1.5-8.dsc 05326c30102f1bb34c581d922820803d831dcf5ecb6ff6ce440b845f69c33058 18484 gtkpod_2.1.5-8.debian.tar.xz 80fb74b987725a07c8c1e92304bdebb9476077a64fb9ad45bc8fbfea44aa0eb0 17590 gtkpod_2.1.5-8_source.buildinfo Files: 73a2cdcecbf0f1ee286104311acb 2576 sound extra gtkpod_2.1.5-8.dsc b4b9726db20a51256690c8a6ebeb39c9 18484 sound extra gtkpod_2.1.5-8.debian.tar.xz a21c32dbb26a725a1cc1354facc3e839 17590 sound extra gtkpod_2.1.5-8_source.buildinfo -BEGIN PGP SIGNATURE- iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAl/uc5kRHGFuZHJlYXNA ZmF0YWwuc2UACgkQC8R9xk0TUwb1yhAAjdbF/+vx3BJNNNUe6ZuaiN1KgpwwGEEK FOShBTLGyHyTzTsnOVTgBBGkECayUw5phgi8/LYMQEzPETsJaF2JifB//iiUAyfZ YmgsezDBdPTViLTdrCM4uT9X6EA4x0K0eXJ541qNa7TQV0JiOPv80ts3tuJWRYqz I5ksVtlpqvzifWSIY1XVuziYPM6FB7Kb25+8EIotRYpOBcyQEsggqQ8tPLWBj1CU i9F4eMINstRsXLVP4e6PIbQwmu7uth1J0BiCaYI9G/8JO9k1tZlDEdvEmyDzMpeS QGgdtmENKoy6p5vOKZYp7Hj1m4jY+kMk9KQKqMlaCEc1lGDTv24ebi0hRGRRfUy7 ANmYLfDgCC8O3M8j5zVf96DSiiTYpCFZrkeKK1S7T9HwamVM560x/NlKtKwW0Yg0 OgPSpHtrv7RVTlgZRXBhWnveNUipwcO0LeYt6brZkB5W18YoRXw1BISfhkODaC3J Ec57VRMedoUlqOQ3MbOXiDNcaCrW8EzJ49aaAUcCALtP2nHHCTKqiPGierUv4zAS eH9JXuu5gp6Jmj5SmprplbQBHYGH5vG2wvTT5IH7LVUa2PeuwWLOgwVJJxcPlx5K JrpZlL7bhj16haj50YNgizazraL9CgLg21/QXZDHIgizfyuKWYXbjdWl1T4B2XP6 nfQNUG42QT0= =+evr -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#978950: rox-filer: black-on-black text with a dark GTK theme
Package: rox-filer Version: 1:2.11-2 Severity: normal Hi! The rox-filer is unusable with a dark theme, as it displays text in black even if the background is black as well. It must either obey both foreground and background color from the theme, or neither. -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (150, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.11.0-rc1-umbar-00014-g59361a5e5d24 (SMP w/6 CPU threads) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages rox-filer depends on: ii libc62.31-6 ii libgdk-pixbuf-2.0-0 2.42.2+dfsg-1 ii libglib2.0-0 2.66.4-1 ii libgtk2.0-0 2.24.33-1 ii libice6 2:1.0.10-1 ii libpango-1.0-0 1.46.2-3 ii libsm6 2:1.2.3-1 ii libx11-6 2:1.6.12-1 ii libxml2 2.9.10+dfsg-6.3+b1 ii shared-mime-info 2.0-1 Versions of packages rox-filer recommends: pn zeroinstall-injector Versions of packages rox-filer suggests: ii file 1:5.39-3 pn menu -- no debconf information
Bug#541976: marked as done (rox: Bashism (uses "source") on menu-methods hook)
Your message dated Fri, 1 Jan 2021 03:38:07 +0100 with message-id <20210101023807.ga14...@angband.pl> and subject line menu-methods are gone has caused the Debian Bug report #541976, regarding rox: Bashism (uses "source") on menu-methods hook 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.) -- 541976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541976 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox Version: 2.0.1-1 Severity: normal Tags: patch When using dash or other non-bash shell as "sh" the menu trigger complains about "source" being used. I tracked down the problem and it's because the /etc/menu-methods/rox method uses "source". The fix for this is as easy as replacing "source" with "." on that file. I've tested it and works just fine. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (99, 'experimental'), (50, 'testing'), (9, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30.4 Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages rox depends on: ii libatk1.0-01.26.0-1 The ATK accessibility toolkit ii libc6 2.9-24GNU C Library: Shared libraries ii libglib2.0-0 2.20.4-1 The GLib library of C routines ii libgtk2.0-02.16.5-1 The GTK+ graphical user interface ii libpango1.0-0 1.24.5-1 Layout and rendering of internatio ii libxml22.7.3.dfsg-2+b1 GNOME XML library ii shared-mime-info 0.60-2FreeDesktop.org shared MIME databa ii xlibs 6.9.0.dfsg.1-6X Window System client libraries m ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime rox recommends no packages. Versions of packages rox suggests: ii file 5.03-1 Determines file type using "magic" pn rox-session(no description available) -- no debconf information --- /tmp/rox.orig 2009-08-17 02:05:46.002028314 -0300 +++ /etc/menu-methods/rox 2009-08-17 01:58:28.751034975 -0300 @@ -45,7 +45,7 @@ # Command to run at end. postrun="mkdir -p /usr/share/apps/Debian ; rm -r /usr/share/apps/Debian ; " \ -"source /etc/roxmenu ; rm /etc/roxmenu" +". /etc/roxmenu ; rm /etc/roxmenu" --- End Message --- --- Begin Message --- The package hasn't shipped with the menu-methods hook for a while. I'm about to rip out the rest of menu support, thus closing. -- ⢀⣴⠾⠻⢶⣦⠀ .--[ Makefile ] ⣾⠁⢠⠒⠀⣿⡁ # beware of races ⢿⡄⠘⠷⠚⠋⠀ all: pillage burn ⠈⠳⣄ `--- End Message ---
Processing of rox_2.11-3_source.changes
rox_2.11-3_source.changes uploaded successfully to localhost along with the files: rox_2.11-3.dsc rox_2.11-3.debian.tar.xz rox_2.11-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#541976: marked as done (rox: Bashism (uses "source") on menu-methods hook)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#541976: fixed in rox 1:2.11-3 has caused the Debian Bug report #541976, regarding rox: Bashism (uses "source") on menu-methods hook 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.) -- 541976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541976 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox Version: 2.0.1-1 Severity: normal Tags: patch When using dash or other non-bash shell as "sh" the menu trigger complains about "source" being used. I tracked down the problem and it's because the /etc/menu-methods/rox method uses "source". The fix for this is as easy as replacing "source" with "." on that file. I've tested it and works just fine. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (99, 'experimental'), (50, 'testing'), (9, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.30.4 Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages rox depends on: ii libatk1.0-01.26.0-1 The ATK accessibility toolkit ii libc6 2.9-24GNU C Library: Shared libraries ii libglib2.0-0 2.20.4-1 The GLib library of C routines ii libgtk2.0-02.16.5-1 The GTK+ graphical user interface ii libpango1.0-0 1.24.5-1 Layout and rendering of internatio ii libxml22.7.3.dfsg-2+b1 GNOME XML library ii shared-mime-info 0.60-2FreeDesktop.org shared MIME databa ii xlibs 6.9.0.dfsg.1-6X Window System client libraries m ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime rox recommends no packages. Versions of packages rox suggests: ii file 5.03-1 Determines file type using "magic" pn rox-session(no description available) -- no debconf information --- /tmp/rox.orig 2009-08-17 02:05:46.002028314 -0300 +++ /etc/menu-methods/rox 2009-08-17 01:58:28.751034975 -0300 @@ -45,7 +45,7 @@ # Command to run at end. postrun="mkdir -p /usr/share/apps/Debian ; rm -r /usr/share/apps/Debian ; " \ -"source /etc/roxmenu ; rm /etc/roxmenu" +". /etc/roxmenu ; rm /etc/roxmenu" --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 541...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df154aea 10845 rox_2.11-3_source.buildinfo Files: 3d5dda4554876add00d1489343a5dc96 2014 x11 optional rox_2.11-3.dsc ad74289836
Bug#546907: marked as done (rox-filer: Invoking "Panel Options" on a rox panel doesn't show the dialog window)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#546907: fixed in rox 1:2.11-3 has caused the Debian Bug report #546907, regarding rox-filer: Invoking "Panel Options" on a rox panel doesn't show the dialog window 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.) -- 546907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546907 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox-filer Version: 2.9-2 Severity: normal It seems that the rox-filer package is missing "Templates.glade" file from the upstream package, when put into the /usr/share/rox/ directory, "Panel Options" starts working. Relevant warning messages: (rox:2682): libglade-WARNING **: could not find glade file '/usr/share/rox/Templates.glade' ** (rox:2682): WARNING **: Failed to load widget 'Panel Options' from '/usr/share/rox/Templates.glade' -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages rox-filer depends on: ii libatk1.0-0 1.26.0-1 The ATK accessibility toolkit ii libc6 2.9-25 GNU C Library: Shared libraries ii libcairo2 1.8.8-2The Cairo 2D vector graphics libra ii libfontconfig12.6.0-4generic font configuration library ii libfreetype6 2.3.9-5FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1 library to load .glade files at ru ii libglib2.0-0 2.20.5-1 The GLib library of C routines ii libgtk2.0-0 2.16.6-1 The GTK+ graphical user interface ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library ii libpango1.0-0 1.24.5-1 Layout and rendering of internatio ii libsm62:1.1.1-1 X11 Session Management library ii libx11-6 2:1.2.2-1 X11 client-side library ii libxml2 2.7.3.dfsg-2.1 GNOME XML library ii shared-mime-info 0.60-2 FreeDesktop.org shared MIME databa Versions of packages rox-filer recommends: ii zeroinstall-injector 0.41-1 run programs by URL Versions of packages rox-filer suggests: ii file 5.03-1 Determines file type using "magic" ii menu 2.1.41 generates programs menu for all me -- no debconf information --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 546...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a72
Bug#549621: marked as done (rox-filer: Templates.glade not installed)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#546907: fixed in rox 1:2.11-3 has caused the Debian Bug report #546907, regarding rox-filer: Templates.glade not installed 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.) -- 546907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546907 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox-filer Version: 2.10-1 Severity: normal Templates.glade needs to be installed in /usr/share/rox, but it got missed out of the rules file. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages rox-filer depends on: ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libc6 2.9-27 GNU C Library: Shared libraries ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libfontconfig1 2.6.0-4 generic font configuration library ii libfreetype62.3.9-5 FreeType 2 font engine, shared lib ii libglade2-0 1:2.6.4-1library to load .glade files at ru ii libglib2.0-02.22.1-1 The GLib library of C routines ii libgtk2.0-0 2.18.1-1 The GTK+ graphical user interface ii libice6 2:1.0.5-1X11 Inter-Client Exchange library ii libpango1.0-0 1.26.0-1 Layout and rendering of internatio ii libsm6 2:1.1.1-1X11 Session Management library ii libx11-62:1.2.2-1X11 client-side library ii libxml2 2.7.5.dfsg-1 GNOME XML library ii shared-mime-info0.60-2 FreeDesktop.org shared MIME databa Versions of packages rox-filer recommends: pn zeroinstall-injector (no description available) Versions of packages rox-filer suggests: ii file 5.03-1 Determines file type using "magic" ii menu 2.1.42 generates programs menu for all me -- no debconf information --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 546...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df154aea 10845 rox_2.11-3_source.buildinfo Files: 3d5dda4554876add00d1489343a5dc96 2014 x11 optional rox_2.11-3.dsc ad742898365ba68b08ae8338046fdad6 11080 x11 optional rox_2.11-3.debian.tar.xz d78
Bug#647377: marked as done (mass bug filling for package depending on menu)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#647377: fixed in rox 1:2.11-3 has caused the Debian Bug report #647377, regarding mass bug filling for package depending on menu 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.) -- 647377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647377 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox Version: 2.10-3 Hello As part of the mass bug filing to cleanup specious dependencies on the package 'menu': http://lists.debian.org/msgid-search/43859.1319914141%40klabs.be The binary package rox-filer declares a 'suggests' dependency on «menu» that might not be needed. As discussed on the mailing list, we have identified two main reasons for a package to declare a dependency on menu: * The package drops a file in /etc/menu-methods/ to *use* the menu entries in dropped in /usr/share/menu/ by other packages. * The package needs the binary /usr/sbin/su-to-root. If a package merely provides a menu entry in /usr/share/menu/, then there is no need to depend, recommend or even suggest 'menu'. I did my best to target this mass bug filling for appropriate package only. Please apologize any mistake. Regards, Franklin --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 647...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df154aea 10845 rox_2.11-3_source.buildinfo Files: 3d5dda4554876add00d1489343a5dc96 2014 x11 optional rox_2.11-3.dsc ad742898365ba68b08ae8338046fdad6 11080 x11 optional rox_2.11-3.debian.tar.xz d78a00afe60a0427ae613012857f12eb 10845 x11 optional rox_2.11-3_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/umnAACgkQweDZLphv fH6seg/9FZnQUgEdgkFfzRzUe2hvbS76gc4NGsTyqIq84tmW6Obp+ZiZJh5WJ8xV y1ayrK/lJvgpMXAgmakeAlm5sRD9IfS7z/yjY1ZK/oZAl5gpFiYewLwZgeUMg7C/ Cw/xvw1tzXfteIgXdp523jU+vFemKsLoOpfCHIdjuWRGXMYoNMYTlk/w6PH1RXEp b9lwsALyRv30FkB/1PFeVdVSTICYzZi78mYzNfJsTdfeYvC1//gykc/aqDd+nlFv vMGgMOh30Aux0l3tUw1jFOltOez3XSGzBdEA0guhvq/BqHSgbGzyiLdi8TdPcINK udSgLu7u+hkJT+WSPOYT77Y5RSZ6JDh2B/WVXDFxd76Fg7HeAmz9Yu+Bsb/bbhpJ QtwcWAiOJThFjJbjHjABXgq1DFOFElfgj4SNEoZQsMxU7Oldn6HT02K3eZ605E5Y xAv89y89hFNTHZRSae+nw8uhsG8tmUZiEY0lzlatDHIJEVDTzmPxeTwi9qH3Y3WE 5xRYEEa5DzmV1CvDqNYjpaqQf9FURC3Dtxd82FqPMszM6qvTbNBdpyQIo2scbrXj FiVr7sU3O2VI/y43oY2tP2LHxIcFWkhZ9Qn+p9fvZvcQf0Rzj+Kn6VAd1L799OlC r+Nm1dMHhp/mkHZgRg03+9O/tFjPhQkZxgUud1tygrUacjS0Lkk= =EsYk -END PGP SIGNATURE End Message ---
Bug#860844: marked as done (rox-filer: maintainer scripts call update-mime-database manually)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#860844: fixed in rox 1:2.11-3 has caused the Debian Bug report #860844, regarding rox-filer: maintainer scripts call update-mime-database manually 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.) -- 860844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860844 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: rox-filer Version: 1:2.11-1 Severity: important Dear Maintainer, This package calls update-mime-database manually from a maintainer script and depends on shared-mime-info. Both are unnecessary these days, and are handled by dpkg triggers automatically, so they should be dropped, as they could cause issues in some cases during upgrades. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859587 for an example. Thank you! Kind regards, Luca Boccassi signature.asc Description: This is a digitally signed message part --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 860...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df154aea 10845 rox_2.11-3_source.buildinfo Files: 3d5dda4554876add00d1489343a5dc96 2014 x11 optional rox_2.11-3.dsc ad742898365ba68b08ae8338046fdad6 11080 x11 optional rox_2.11-3.debian.tar.xz d78a00afe60a0427ae613012857f12eb 10845 x11 optional rox_2.11-3_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/umnAACgkQweDZLphv fH6seg/9FZnQUgEdgkFfzRzUe2hvbS76gc4NGsTyqIq84tmW6Obp+ZiZJh5WJ8xV y1ayrK/lJvgpMXAgmakeAlm5sRD9IfS7z/yjY1ZK/oZAl5gpFiYewLwZgeUMg7C/ Cw/xvw1tzXfteIgXdp523jU+vFemKsLoOpfCHIdjuWRGXMYoNMYTlk/w6PH1RXEp b9lwsALyRv30FkB/1PFeVdVSTICYzZi78mYzNfJsTdfeYvC1//gykc/aqDd+nlFv vMGgMOh30Aux0l3tUw1jFOltOez3XSGzBdEA0guhvq/BqHSgbGzyiLdi8TdPcINK udSgLu7u+hkJT+WSPOYT77Y5RSZ6JDh2B/WVXDFxd76Fg7HeAmz9Yu+Bsb/bbhpJ QtwcWAiOJThFjJbjHjABXgq1DFOFElfgj4SNEoZQsMxU7Oldn6HT02K3eZ605E5Y xAv89y89hFNTHZRSae+nw8uhsG8tmUZiEY0lzlatDHIJEVDTzmPxeTwi9qH3Y3WE 5xRYEEa5DzmV1CvDqNYjpaqQf9FURC3Dtxd82FqPMszM6qvTbNBdpyQIo2scbrXj FiVr7sU3O2VI/y43oY2tP2LHxIcFWkhZ9Qn+p9fvZvcQf0Rzj+Kn6VAd1L799OlC r+Nm1dMHhp/mkHZgRg03+9O/tFjPhQkZxgUud1tygrUacjS0Lkk= =EsYk -END PGP SIGNATURE End Message ---
Bug#905951: marked as done (rox FTCBFS: configures for the build architecture)
Your message dated Fri, 01 Jan 2021 04:04:32 + with message-id and subject line Bug#905951: fixed in rox 1:2.11-3 has caused the Debian Bug report #905951, regarding rox FTCBFS: configures for the build architecture 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.) -- 905951: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905951 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: rox Version: 1:2.11-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap rox fails to cross build from source, because it configures for the build architecture. It uses a quite unusual shell script wrapper to invoke the relevant configure script. Thus it cannot use dh_auto_configure, which would have taken care of the relevant flags automatically. Rather, we must pass the --host flag explicitly. The upstream configure also avoids the well established PKG_PROG_PKG_CONFIG macro that would have just worked and hand crafts its own check that requires the maintainer to supply a working PKG_CONFIG. After doing both, rox cross builds successfully. Please consider applying the attached patch. Helmut diff --minimal -Nru rox-2.11/debian/changelog rox-2.11/debian/changelog --- rox-2.11/debian/changelog 2014-03-09 15:31:58.0 +0100 +++ rox-2.11/debian/changelog 2018-08-12 08:16:54.0 +0200 @@ -1,3 +1,12 @@ +rox (1:2.11-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: (Closes: #-1) ++ Pass --host to the ./configure wrapper. ++ Also export a suitable PKG_CONFIG. + + -- Helmut Grohne Sun, 12 Aug 2018 08:16:54 +0200 + rox (1:2.11-1) unstable; urgency=low [ Jari Aalto ] diff --minimal -Nru rox-2.11/debian/rules rox-2.11/debian/rules --- rox-2.11/debian/rules 2014-03-09 15:31:58.0 +0100 +++ rox-2.11/debian/rules 2018-08-12 08:16:54.0 +0200 @@ -4,10 +4,13 @@ DESTDIR := $(shell pwd)/debian/$(PACKAGE) BUILDDIR := $(shell pwd) +include /usr/share/dpkg/architecture.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +-include /usr/share/dpkg/buildtools.mk +export PKG_CONFIG ?= pkg-config configure: configure-stamp configure-stamp: @@ -25,7 +28,7 @@ build-stamp: dh_testdir - ROX-Filer/AppRun --compile + ROX-Filer/AppRun --compile --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) (cd ROX-Filer/src/po && ./dist) touch build-stamp --- End Message --- --- Begin Message --- Source: rox Source-Version: 1:2.11-3 Done: Adam Borowski We believe that the bug you reported is fixed in the latest version of rox, 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 905...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam Borowski (supplier of updated rox 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: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df1
rox_2.11-3_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 01 Jan 2021 04:39:36 +0100 Source: rox Architecture: source Version: 1:2.11-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Adam Borowski Closes: 541976 546907 647377 860844 905951 Changes: rox (1:2.11-3) unstable; urgency=medium . * QA upload. * Comment out outdated and down VCS. * Replace menu entry with .desktop (Closes: #647377, #541976) * Depend on sensible-utils. * Don't invoke update-mime-info manually (Closes: #860844) * Convert README-es to UTF-8. * Fix FTCBFS: (Closes: #905951, Helmut Grohne) + Pass --host to the ./configure wrapper. + Also export a suitable PKG_CONFIG. * Install Templates.ui (Closes: #546907) Checksums-Sha1: 3e38c06fbf260b8362bcda9e195d83ba1e76ca60 2014 rox_2.11-3.dsc d5012edf7f1759f5e4d48a2c384e378b1003e6ac 11080 rox_2.11-3.debian.tar.xz b4d20dce39d2db81eff722831525483482c02b45 10845 rox_2.11-3_source.buildinfo Checksums-Sha256: 2e853d6f82990ced072669bdc5cee6cc07e7df4274ad915ed1e97fba209b4acb 2014 rox_2.11-3.dsc e42886db01c44b817bb28fe40feef1ec0640fdf1a7210b4a3608110ebfebe570 11080 rox_2.11-3.debian.tar.xz 885b8ad0289edc333a4b83b6665ba4a1be9271965a6b3812501241b0df154aea 10845 rox_2.11-3_source.buildinfo Files: 3d5dda4554876add00d1489343a5dc96 2014 x11 optional rox_2.11-3.dsc ad742898365ba68b08ae8338046fdad6 11080 x11 optional rox_2.11-3.debian.tar.xz d78a00afe60a0427ae613012857f12eb 10845 x11 optional rox_2.11-3_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/umnAACgkQweDZLphv fH6seg/9FZnQUgEdgkFfzRzUe2hvbS76gc4NGsTyqIq84tmW6Obp+ZiZJh5WJ8xV y1ayrK/lJvgpMXAgmakeAlm5sRD9IfS7z/yjY1ZK/oZAl5gpFiYewLwZgeUMg7C/ Cw/xvw1tzXfteIgXdp523jU+vFemKsLoOpfCHIdjuWRGXMYoNMYTlk/w6PH1RXEp b9lwsALyRv30FkB/1PFeVdVSTICYzZi78mYzNfJsTdfeYvC1//gykc/aqDd+nlFv vMGgMOh30Aux0l3tUw1jFOltOez3XSGzBdEA0guhvq/BqHSgbGzyiLdi8TdPcINK udSgLu7u+hkJT+WSPOYT77Y5RSZ6JDh2B/WVXDFxd76Fg7HeAmz9Yu+Bsb/bbhpJ QtwcWAiOJThFjJbjHjABXgq1DFOFElfgj4SNEoZQsMxU7Oldn6HT02K3eZ605E5Y xAv89y89hFNTHZRSae+nw8uhsG8tmUZiEY0lzlatDHIJEVDTzmPxeTwi9qH3Y3WE 5xRYEEa5DzmV1CvDqNYjpaqQf9FURC3Dtxd82FqPMszM6qvTbNBdpyQIo2scbrXj FiVr7sU3O2VI/y43oY2tP2LHxIcFWkhZ9Qn+p9fvZvcQf0Rzj+Kn6VAd1L799OlC r+Nm1dMHhp/mkHZgRg03+9O/tFjPhQkZxgUud1tygrUacjS0Lkk= =EsYk -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#978954: pepperflashplugin-nonfree: should not be part of next stable Debian release
Package: pepperflashplugin-nonfree Version: 1.8.7 Severity: grave Justification: renders package unusable Dear Maintainer, flash has been EOL today. Browsers are starting to block flash. I think we should block this package goes into next release? Yours, Paul -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-5-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8), LANGUAGE=zh_TW:en_US Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages pepperflashplugin-nonfree depends on: ii binutils 2.35.1-6 ii ca-certificates 20200601 ii libgcc-s110.2.1-3 ii libstdc++6 10.2.1-3 ii wget 1.20.3-1+b3 pepperflashplugin-nonfree recommends no packages. Versions of packages pepperflashplugin-nonfree suggests: ii chromium 83.0.4103.116-3.1+b2 pn ttf-dejavu pn ttf-mscorefonts-installer pn ttf-xfree86-nonfree -- no debconf information signature.asc Description: PGP signature
Bug#978946: gfxboot: reproducible builds: Embeds user id and group id in cpio files
Control: tags 978946 fixed-upstream On 2020-12-31, Vagrant Cascadian wrote: > Various cpio archives shipped in gfxboot contain the user id and group > id of the build user: > > > https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/gfxboot.html > > etc/bootsplash/example_01/cdrom/bootlogo > > -rw-r--r--···1··42639·2020-12-24·13:17:48.00·init > vs. > -rw-r--r--···1··42639·2022-01-26·19:45:05.00·init > > > The attached patch fixes this by passing the owner argument to the cpio > calls when creating the archives. This is fixed upstream: https://github.com/openSUSE/gfxboot/pull/35 > Unfortunately, the cpio archives also embed the timestamps of the files > included, which will likely vary between builds, so this does not > resolve all reproducibility issues with these archives. Timestamp issues also fixed upstream in the same pull request. I think applying similar patches to themes/examples* may still be needed. live well, vagrant signature.asc Description: PGP signature
Processed: Re: gfxboot: reproducible builds: Embeds user id and group id in cpio files
Processing control commands: > tags 978946 fixed-upstream Bug #978946 [src:gfxboot] gfxboot: reproducible builds: Embeds user id and group id in cpio files Added tag(s) fixed-upstream. -- 978946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978946 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems