Your message dated Mon, 28 Apr 2025 21:34:47 +0000
with message-id <e1u9w7j-004rsc...@fasolo.debian.org>
and subject line Bug#1103227: fixed in r-bioc-grohmm 1.40.3-3
has caused the Debian Bug report #1103227,
regarding r-bioc-grohmm: ftbfs with GCC-15
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.)


-- 
1103227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:r-bioc-grohmm
Version: 1.40.3-2
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/r-bioc-grohmm_1.40.3-2_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package r-bioc-grohmm
dpkg-buildpackage: info: source version 1.40.3-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael R. Crusoe <cru...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --buildsystem R
   dh_auto_clean -O--buildsystem=R
   dh_autoreconf_clean -O--buildsystem=R
   dh_clean -O--buildsystem=R
 debian/rules binary
dh binary --buildsystem R
   dh_update_autotools_config -O--buildsystem=R
   dh_autoreconf -O--buildsystem=R
   dh_auto_configure -O--buildsystem=R
   dh_auto_build -O--buildsystem=R
   dh_auto_test -O--buildsystem=R
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=R
   dh_prep -O--buildsystem=R
   dh_auto_install --destdir=debian/r-bioc-grohmm/ -O--buildsystem=R
I: R Package: groHMM Version: 1.40.3
I: Building using R version 4.4.2-1
I: R API version: r-api-4.0
I: Using built-time from d/changelog: Mon, 13 Jan 2025 21:17:46 +0100
        mkdir -p 
/build/reproducible-path/r-bioc-grohmm-1.40.3/debian/r-bioc-grohmm/usr/lib/R/site-library
        R CMD INSTALL -l 
/build/reproducible-path/r-bioc-grohmm-1.40.3/debian/r-bioc-grohmm/usr/lib/R/site-library
 --clean . "--built-timestamp='Mon, 13 Jan 2025 21:17:46 +0100'"
* installing *source* package ‘groHMM’ ...
** package ‘groHMM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (Debian 15-20250213-1) 15.0.1 20250213 (experimental) 
[master r15-7502-g26baa2c09b3]’
make[1]: Entering directory '/build/reproducible-path/r-bioc-grohmm-1.40.3/src'
gcc -I"/usr/share/R/include" -DNDEBUG       -fpic  -g -O2 
-ffile-prefix-map=/build/reproducible-path/r-base-4.4.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
AnnotateProbes.c -o AnnotateProbes.o
gcc -I"/usr/share/R/include" -DNDEBUG       -fpic  -g -O2 
-ffile-prefix-map=/build/reproducible-path/r-base-4.4.2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
DecayAlgorithm.c -o DecayAlgorithm.o
DecayAlgorithm.c: In function ‘getTranscriptPositions’:
DecayAlgorithm.c:94:15: error: expected identifier or ‘(’ before ‘false’
   94 |     const int false= 0;
      |               ^~~~~
make[1]: *** [/usr/lib/R/etc/Makeconf:195: DecayAlgorithm.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/r-bioc-grohmm-1.40.3/src'
make[1]: Entering directory '/build/reproducible-path/r-bioc-grohmm-1.40.3/src'
make[1]: Leaving directory '/build/reproducible-path/r-bioc-grohmm-1.40.3/src'
ERROR: compilation failed for package ‘groHMM’
* removing 
‘/build/reproducible-path/r-bioc-grohmm-1.40.3/debian/r-bioc-grohmm/usr/lib/R/site-library/groHMM’
dh_auto_install: error: R CMD INSTALL -l 
/build/reproducible-path/r-bioc-grohmm-1.40.3/debian/r-bioc-grohmm/usr/lib/R/site-library
 --clean . "--built-timestamp='Mon, 13 Jan 2025 21:17:46 +0100'" returned exit 
code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: r-bioc-grohmm
Source-Version: 1.40.3-3
Done: Rebecca N. Palmer <rebecca_pal...@zoho.com>

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

Debian distribution maintenance software
pp.
Rebecca N. Palmer <rebecca_pal...@zoho.com> (supplier of updated r-bioc-grohmm 
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: Mon, 28 Apr 2025 16:28:06 +0100
Source: r-bioc-grohmm
Architecture: source
Version: 1.40.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <r-pkg-t...@alioth-lists.debian.net>
Changed-By: Rebecca N. Palmer <rebecca_pal...@zoho.com>
Closes: 1103227
Changes:
 r-bioc-grohmm (1.40.3-3) unstable; urgency=medium
 .
   * Team upload.
   * Be compatible with R 4.5, thanks to Li Wenjun. (Closes: #1103227)
Checksums-Sha1:
 9ff9f6f1c40b24a47704eca2dc452c9d61429ef3 2223 r-bioc-grohmm_1.40.3-3.dsc
 e8265350b5166ad40d37ed1a5555408f9374707b 4556 
r-bioc-grohmm_1.40.3-3.debian.tar.xz
 61b8e57cd7d7ea888ac8984d1351b790b7c8904b 5929 
r-bioc-grohmm_1.40.3-3_source.buildinfo
Checksums-Sha256:
 a41f096ba682158637b9f376a3297498b26d6c1d2c33a41991c91f4de9c29b2e 2223 
r-bioc-grohmm_1.40.3-3.dsc
 34a18e569eff6d3cbfdf3f298cc2040331a045f0d9dba6b22f258505502fe549 4556 
r-bioc-grohmm_1.40.3-3.debian.tar.xz
 386d15085c9b5373463e37aa5ebce5d3b0394dc15f5f5ba20456762d545787c4 5929 
r-bioc-grohmm_1.40.3-3_source.buildinfo
Files:
 5efadba59af5dc6a657d0ef69bc5f137 2223 gnu-r optional r-bioc-grohmm_1.40.3-3.dsc
 394326ea1229cc2f2f6c99632fd0bbc1 4556 gnu-r optional 
r-bioc-grohmm_1.40.3-3.debian.tar.xz
 b1d2cdffec1b10bd0d68f9ec1843d1a0 5929 gnu-r optional 
r-bioc-grohmm_1.40.3-3_source.buildinfo

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

iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmgP5nwYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJmMRwP/0armI5NHti8SOYPMUbrlods
FfBFLtkZbjsbo20zFfUMUHRB+rX1hdm5wy8OPjP8Bf0e/ByNnxi98ag0E7vjxZ8t
bcPEhvW78+0IoP0i4UxF6hI05QVardsJZPN1x9HhVHZgnWjKPB8pftqPiYg4efTY
yBIRskUwfzrokcOliCZEfm/QQuTu6I4hrwF02UejZweyx+4+0yKU/2ibL/pkY9+r
4HTH8zLiLinlYYzjklreLW7asAxwBgSkI5jOnXq2uIO76QdCA/HYvGiBZRqMOE1g
8wn7Vns66GfbfGNqwHttuweg3riDoCZ4rcG6yLVjeN2INLQLjZyWAdEP/MT7ja26
eP+VASMkAPSM3fK5Fc+9+WHCiJsCV4PO84p9d+4AtKcefsxW+eblwBn3hqdAWXed
mTDcmdFNq2G9YbkoXixJ8rueFHvXQBEgE9qz1hOZBQg5ULcvrfYMuOTrODdqnJib
Kj2zkTfi5DCX5AkCTlJSyUC0HTcoBN8/g/68PO3ei/HbSKqsoWJbzFvxUNdlTaOQ
9ImwmEctao3YHNeFW6pQdSdVNHetvZPMkDYfvo6AaptGp/8tYFwiuRV5P2c1qj4/
jci/x6gwN2J2k7iiadyKsx0EQVlstnddx8Bn6F4OKya/WcilUeBCITMBNjC3spX1
HBVX/2LZjkaT18DpnUON
=hUAc
-----END PGP SIGNATURE-----

Attachment: pgpLYLnEqMW1H.pgp
Description: PGP signature


--- End Message ---

Reply via email to