Your message dated Thu, 27 Feb 2025 17:42:17 +0000
with message-id <[email protected]>
and subject line Bug#1097766: fixed in r-cran-readxl 1.4.4-1
has caused the Debian Bug report #1097766,
regarding r-cran-readxl: 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 [email protected]
immediately.)


-- 
1097766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:r-cran-readxl
Version: 1.4.3-1
Severity: important
Tags: sid forky
User: [email protected]
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-cran-readxl_1.4.3-1_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

[...]
      |           ^~~~~~~~~~~~
/usr/include/c++/15/cstdint:63:11: error: ‘int_least8_t’ has not been declared 
in ‘::’
   63 |   using ::int_least8_t;
      |           ^~~~~~~~~~~~
/usr/include/c++/15/cstdint:64:11: error: ‘int_least16_t’ has not been declared 
in ‘::’
   64 |   using ::int_least16_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:65:11: error: ‘int_least32_t’ has not been declared 
in ‘::’
   65 |   using ::int_least32_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:66:11: error: ‘int_least64_t’ has not been declared 
in ‘::’
   66 |   using ::int_least64_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:68:11: error: ‘intmax_t’ has not been declared in 
‘::’
   68 |   using ::intmax_t;
      |           ^~~~~~~~
/usr/include/c++/15/cstdint:69:11: error: ‘intptr_t’ has not been declared in 
‘::’
   69 |   using ::intptr_t;
      |           ^~~~~~~~
/usr/include/c++/15/cstdint:71:11: error: ‘uint8_t’ has not been declared in 
‘::’
   71 |   using ::uint8_t;
      |           ^~~~~~~
/usr/include/c++/15/cstdint:72:11: error: ‘uint16_t’ has not been declared in 
‘::’
   72 |   using ::uint16_t;
      |           ^~~~~~~~
/usr/include/c++/15/cstdint:73:11: error: ‘uint32_t’ has not been declared in 
‘::’
   73 |   using ::uint32_t;
      |           ^~~~~~~~
/usr/include/c++/15/cstdint:74:11: error: ‘uint64_t’ has not been declared in 
‘::’
   74 |   using ::uint64_t;
      |           ^~~~~~~~
/usr/include/c++/15/cstdint:76:11: error: ‘uint_fast8_t’ has not been declared 
in ‘::’
   76 |   using ::uint_fast8_t;
      |           ^~~~~~~~~~~~
/usr/include/c++/15/cstdint:77:11: error: ‘uint_fast16_t’ has not been declared 
in ‘::’
   77 |   using ::uint_fast16_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:78:11: error: ‘uint_fast32_t’ has not been declared 
in ‘::’
   78 |   using ::uint_fast32_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:79:11: error: ‘uint_fast64_t’ has not been declared 
in ‘::’
   79 |   using ::uint_fast64_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:81:11: error: ‘uint_least8_t’ has not been declared 
in ‘::’
   81 |   using ::uint_least8_t;
      |           ^~~~~~~~~~~~~
/usr/include/c++/15/cstdint:82:11: error: ‘uint_least16_t’ has not been 
declared in ‘::’
   82 |   using ::uint_least16_t;
      |           ^~~~~~~~~~~~~~
/usr/include/c++/15/cstdint:83:11: error: ‘uint_least32_t’ has not been 
declared in ‘::’
   83 |   using ::uint_least32_t;
      |           ^~~~~~~~~~~~~~
/usr/include/c++/15/cstdint:84:11: error: ‘uint_least64_t’ has not been 
declared in ‘::’
   84 |   using ::uint_least64_t;
      |           ^~~~~~~~~~~~~~
/usr/include/c++/15/cstdint:86:11: error: ‘uintmax_t’ has not been declared in 
‘::’
   86 |   using ::uintmax_t;
      |           ^~~~~~~~~
/usr/include/c++/15/cstdint:87:11: error: ‘uintptr_t’ has not been declared in 
‘::’
   87 |   using ::uintptr_t;
      |           ^~~~~~~~~
make[1]: *** [/usr/lib/R/etc/Makeconf:204: XlsWorkBook.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/r-cran-readxl-1.4.3/src'
make[1]: Entering directory '/build/reproducible-path/r-cran-readxl-1.4.3/src'
make[1]: Leaving directory '/build/reproducible-path/r-cran-readxl-1.4.3/src'
ERROR: compilation failed for package ‘readxl’
* removing 
‘/build/reproducible-path/r-cran-readxl-1.4.3/debian/r-cran-readxl/usr/lib/R/site-library/readxl’
dh_auto_install: error: R CMD INSTALL -l 
/build/reproducible-path/r-cran-readxl-1.4.3/debian/r-cran-readxl/usr/lib/R/site-library
 --clean . "--built-timestamp='Fri, 07 Jul 2023 11:54:50 -0500'" returned exit 
code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: r-cran-readxl
Source-Version: 1.4.4-1
Done: Dirk Eddelbuettel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
r-cran-readxl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[email protected]> (supplier of updated r-cran-readxl 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 [email protected])


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

Format: 1.8
Date: Thu, 27 Feb 2025 11:19:53 -0600
Source: r-cran-readxl
Architecture: source
Version: 1.4.4-1
Distribution: unstable
Urgency: medium
Maintainer: Dirk Eddelbuettel <[email protected]>
Changed-By: Dirk Eddelbuettel <[email protected]>
Closes: 1097766
Changes:
 r-cran-readxl (1.4.4-1) unstable; urgency=medium
 .
   * New upstream release                               (Closes: #1097766)
 .
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
   * debian/control: Switch to virtual debhelper-compat (= 13)
Checksums-Sha1:
 ad6b9ffb359ed018ad6f2ad8fcec41d4bb20dcb1 1936 r-cran-readxl_1.4.4-1.dsc
 20ffdb277383036e61cc496a96d98b709fa049cd 1636326 
r-cran-readxl_1.4.4.orig.tar.gz
 353b9760ead92e44215e38c677b37efc0a2c94ba 3780 
r-cran-readxl_1.4.4-1.debian.tar.xz
 f823fbaf8e599866629f92a01088f3f13ca3cc4e 10785 
r-cran-readxl_1.4.4-1_amd64.buildinfo
Checksums-Sha256:
 fa249bbff136a5197a8eb399ad4e815f4530b6f580fac3216339c713e06af119 1936 
r-cran-readxl_1.4.4-1.dsc
 a14f96b77c560b75df7b1bbb2f87e4a248a0223a7d680aafb24de0bef16c8cfe 1636326 
r-cran-readxl_1.4.4.orig.tar.gz
 0e959c4396813ce9edfc40950e9268376b36a0dd0ae09c238a9be83b78570c2d 3780 
r-cran-readxl_1.4.4-1.debian.tar.xz
 65a6b159612877945a75f99975dda9863894776632334a32997745fc2b6636a2 10785 
r-cran-readxl_1.4.4-1_amd64.buildinfo
Files:
 38efca206d954c9e2322004eaa383c02 1936 gnu-r optional r-cran-readxl_1.4.4-1.dsc
 003dc594aa2b765fc96e6a5200c86563 1636326 gnu-r optional 
r-cran-readxl_1.4.4.orig.tar.gz
 a7434de8837247db2f8bb448db37fe8b 3780 gnu-r optional 
r-cran-readxl_1.4.4-1.debian.tar.xz
 ae14d1478ad05c9c3b22aa1f2c3f3de8 10785 gnu-r optional 
r-cran-readxl_1.4.4-1_amd64.buildinfo

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

iQIVAwUBZ8CfNaFIn+KrmaIaAQg5Dw//dkqGZ8Sfwq3hYXLTwYPxT945ayH9sqLa
QZsyy0/aSSHWNl7XUaHKlyWsOVOaJEG+xw1v2ZvbRYNAs8YL0Z1ChU83iFVZd3yL
epfxe514PyNGtkflh+al9APfdKHZWkylkk2mcyTzEkoQ8RE99cRlCeZoEUJeWTU1
q4LX4pv4dX3yveFsBBmpXtQ4mAopX6bqwg7or8NFmbf5GWVUVH73lfHFnlZQDarV
duQxXxTrhQfLr8qVn3cv2yj0Qha6+V1uVvSiza0FNWNc5YdUKirw8eUrGsd/gEwK
R3c6UHXXc00sM1ijRhQ016EVX9XS5FFAnBfSy8TsNnGl3deV2UHyqSXabO4dPsoR
ZCmHYgHk4X1/ANq8l/Vzn81bBHKC5M0e1jUQ4m8ohTdIWSPyEuGHl/3kecJTYwLU
UvpURO/MoXcaTZdDusTRpf9uZuWV8gysvKBW60UFNOzyQjtyfRHvfgnoSZnZleOs
h591xZECrBQl7AxtgnJ2znbnCIsU6StV09Qi4roXSYF/pRSiNBoC4o/Mwl1VPHw2
2xdfbK+mLDpXFyZqybauApW8y/jPeyGr7xTxp375WCVazQ6TzQkXDk7A/8cOBO/3
O4ivIvncTqEzUAbKZ+K6Zd3ZfAwROaRPBxuQi2HnFMCLD+W7GomUvUQ1M4Sm5Tcc
bbia7obwKlo=
=l3+x
-----END PGP SIGNATURE-----

Attachment: pgphBnIHbG1Bf.pgp
Description: PGP signature


--- End Message ---

Reply via email to