Your message dated Fri, 04 Apr 2025 15:09:24 +0000
with message-id <e1u0ifc-003z23...@fasolo.debian.org>
and subject line Bug#1075462: fixed in ruby-gsl 2.1.0.3+dfsg1-6
has caused the Debian Bug report #1075462,
regarding ruby-gsl: ftbfs with GCC-14
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.)


-- 
1075462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ruby-gsl
Version: 2.1.0.3+dfsg1-5
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/ruby-gsl_2.1.0.3+dfsg1-5_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
      |                                                                         
                                                                     VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE,  VALUE) {aka long unsigned int 
(*)(long unsigned int,  long unsigned int,  long unsigned int,  long unsigned 
int,  long unsigned int,  long unsigned int)}
blas2.c:1085:3: note: in expansion of macro ‘rb_define_module_function’
 1085 |   rb_define_module_function(module, "dsyr2", rb_gsl_blas_dsyr2_a, 4);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:273:21: note: expected ‘VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’} but argument is of type ‘VALUE (*)(VALUE,  VALUE,  VALUE,  
VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long unsigned int,  long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’}
  273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *)
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:258:41: note: in definition of 
macro ‘RBIMPL_ANYARGS_DECL’
  258 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _04(__VA_ARGS__, 
VALUE(*)(VALUE, VALUE, VALUE, VALUE, VALUE), int); \
      |                                         ^~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:337:142: error: passing 
argument 3 of ‘rb_define_module_function_04’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  337 | #define rb_define_module_function(mod, mid, func, arity)    
RBIMPL_ANYARGS_DISPATCH_rb_define_module_function((arity), (func))((mod), 
(mid), (func), (arity))
      |                                                                         
                                                                     ^~~~~~
      |                                                                         
                                                                     |
      |                                                                         
                                                                     VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE,  VALUE) {aka long unsigned int 
(*)(long unsigned int,  long unsigned int,  long unsigned int,  long unsigned 
int,  long unsigned int,  long unsigned int)}
blas2.c:1086:3: note: in expansion of macro ‘rb_define_module_function’
 1086 |   rb_define_module_function(module, "zher2!", rb_gsl_blas_zher2, 4);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:273:21: note: expected ‘VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’} but argument is of type ‘VALUE (*)(VALUE,  VALUE,  VALUE,  
VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long unsigned int,  long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’}
  273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *)
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:258:41: note: in definition of 
macro ‘RBIMPL_ANYARGS_DECL’
  258 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _04(__VA_ARGS__, 
VALUE(*)(VALUE, VALUE, VALUE, VALUE, VALUE), int); \
      |                                         ^~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:337:142: error: passing 
argument 3 of ‘rb_define_module_function_04’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  337 | #define rb_define_module_function(mod, mid, func, arity)    
RBIMPL_ANYARGS_DISPATCH_rb_define_module_function((arity), (func))((mod), 
(mid), (func), (arity))
      |                                                                         
                                                                     ^~~~~~
      |                                                                         
                                                                     |
      |                                                                         
                                                                     VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE,  VALUE) {aka long unsigned int 
(*)(long unsigned int,  long unsigned int,  long unsigned int,  long unsigned 
int,  long unsigned int,  long unsigned int)}
blas2.c:1087:3: note: in expansion of macro ‘rb_define_module_function’
 1087 |   rb_define_module_function(module, "zher2", rb_gsl_blas_zher2_a, 4);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:273:21: note: expected ‘VALUE 
(*)(VALUE,  VALUE,  VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’} but argument is of type ‘VALUE (*)(VALUE,  VALUE,  VALUE,  
VALUE,  VALUE,  VALUE)’ {aka ‘long unsigned int (*)(long unsigned int,  long 
unsigned int,  long unsigned int,  long unsigned int,  long unsigned int,  long 
unsigned int)’}
  273 | RBIMPL_ANYARGS_DECL(rb_define_module_function, VALUE, const char *)
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.1.0/ruby/internal/anyargs.h:258:41: note: in definition of 
macro ‘RBIMPL_ANYARGS_DECL’
  258 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _04(__VA_ARGS__, 
VALUE(*)(VALUE, VALUE, VALUE, VALUE, VALUE), int); \
      |                                         ^~~
make[1]: *** [Makefile:246: blas2.o] Error 1
make[1]: Leaving directory 
'/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/gsl-2.1.0.3/ext/gsl_native'
ERROR:  Error installing /tmp/d20240702-1054136-bpbiel/gsl-2.1.0.3.gem:
        ERROR: Failed to build gem native extension.

    current directory: 
/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/gsl-2.1.0.3/ext/gsl_native
/usr/bin/ruby3.1 -I/usr/lib/ruby/vendor_ruby extconf.rb
current directory: 
/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/gsl-2.1.0.3/ext/gsl_native
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20240702-1054141-r7un72 
sitelibdir\=./.gem.20240702-1054141-r7un72 clean
current directory: 
/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/gsl-2.1.0.3/ext/gsl_native
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20240702-1054141-r7un72 
sitelibdir\=./.gem.20240702-1054141-r7un72
Building has failed. See above output for more information on the failure.
make failed, exit code 2

Gem files will remain installed in 
/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/gems/gsl-2.1.0.3
 for inspection.
Results logged to 
/<<PKGBUILDDIR>>/debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0/extensions/x86_64-linux/3.1.0/gsl-2.1.0.3/gem_make.out
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.1 -S gem 
install --config-file /dev/null --verbose --local --verbose --no-document 
--ignore-dependencies --install-dir 
debian/ruby-gsl/usr/lib/x86_64-linux-gnu/rubygems-integration/3.1.0 
/tmp/d20240702-1054136-bpbiel/gsl-2.1.0.3.gem (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:213:in `block 
in run_gem'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
        from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:212:in `run_gem'
        from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:121:in `block 
in install_files_and_build_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:69:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:69:in 
`install_files_and_build_extensions'
        from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `build'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:54:in `block in 
install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:52:in `install'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:163:in `install'
        from /usr/bin/dh_ruby:89:in `<main>'
dh_auto_install: error: dh_ruby --install 
/<<BUILDDIR>>/ruby-gsl-2.1.0.3\+dfsg1/debian/ruby-gsl returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ruby-gsl
Source-Version: 2.1.0.3+dfsg1-6
Done: Youhei SASAKI <uwab...@gfd-dennou.org>

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

Debian distribution maintenance software
pp.
Youhei SASAKI <uwab...@gfd-dennou.org> (supplier of updated ruby-gsl 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, 04 Apr 2025 15:20:00 +0900
Source: ruby-gsl
Architecture: source
Version: 2.1.0.3+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Youhei SASAKI <uwab...@gfd-dennou.org>
Closes: 1075462 1076659
Changes:
 ruby-gsl (2.1.0.3+dfsg1-6) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Team upload.
   * Update standards version to 4.6.1, no changes needed.
 .
   [ Cédric Boutillier ]
   * Add gsl2.8.patch to fix compatibility with GSL2.8 (Closes: #1076659)
   * prepare changelog
   * clean .ccls-cache/
 .
   [ Youhei SASAKI ]
   * Add patch: NArray support, gcc-14 incompatible-pointer-types,
     warning of undefining the allocator (Closes: #1075462)
   * Remove X?-Ruby-Versions fields from d/control
   * Bump Standards-Version to 4.7.2 (no changes needed)
   * Add NArray support
Checksums-Sha1:
 8a37578c6ee53c4369cc008e4fed853c5d79be69 2169 ruby-gsl_2.1.0.3+dfsg1-6.dsc
 d1c427c9f184b0038b7dccb3e845ec0a3421f958 23936 
ruby-gsl_2.1.0.3+dfsg1-6.debian.tar.xz
 240f178da13ecc3d685ca9a0f65ecc68fe2df327 9253 
ruby-gsl_2.1.0.3+dfsg1-6_arm64.buildinfo
Checksums-Sha256:
 27c3dc977637200d35484be9182a16d74c0593b101cba0730601359cad93dce4 2169 
ruby-gsl_2.1.0.3+dfsg1-6.dsc
 1cd0f7999f34f73c49427959f4a83de72e255bcef55fda2cb86fce2da07ec968 23936 
ruby-gsl_2.1.0.3+dfsg1-6.debian.tar.xz
 4611b0d4bf36dedc32d050a4576247e4476a404704bac101d9400048d9b01ea4 9253 
ruby-gsl_2.1.0.3+dfsg1-6_arm64.buildinfo
Files:
 dc0cfecb761c78c8f2a58399fbd7ba43 2169 ruby optional 
ruby-gsl_2.1.0.3+dfsg1-6.dsc
 f35cc3dc888d6cf9555961a0c46b7fef 23936 ruby optional 
ruby-gsl_2.1.0.3+dfsg1-6.debian.tar.xz
 99e16f6809ffdacb8d6a1cb43a95266f 9253 ruby optional 
ruby-gsl_2.1.0.3+dfsg1-6_arm64.buildinfo

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

iQIzBAEBCgAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmfv46oACgkQ/A2xu81G
C97YAhAArfqQIgFAKeBaui8H8myDlkSbUgFz7LLVy3AL6SAMbfeUamsfLz+v9MVo
JyLqmumUyVftMnxIJAtA+zlmEsS3LoXjj+8lSXp/5FzL5h5DG47Imu2mbONX1Tpl
k4yviU6FteCL3wrKa7TuaROCq8Cpk448mDcC9iclc7OnyXcY17rJwpfGAa6UOnd5
7pEkvRHQPsXW8nrdxSLZ/zmZk9UdZNU7hF4nfstblCmzwVFl0T2QJ8lkzRGXplXZ
mipowQylXLSUGjdnvBER6eaSSSGhpix4mZ93zx5McR3FFWEWgF9jPves1kHKv9bj
yoIH6d0GyCFVRHavSopyA6gT88JRnMCFTnOnEqU38GFYYl6yZjhQzKQEMaKqfgHF
uaelcH/H4kQg7WFgFkR79YbYUsZdJ7XVqvBQcNAQPqXdyMdwMdWYjMIxYj9FmPQA
fioauc9MlF/sEF2/fT4NHrMJEbzb+nrReBtabdp73h6jcUdFs7oRVf31izYk6Od4
bC+rWt/oJ8UWrrUySYCNY6JK+BV5ktdXxTie6pUk0manXB/DOHVHbecbOliW4bU4
mPT/UUJvOIxOfNT88gA5YTtYLvyaW5K08p4xxrcdOeYOTv1Lvt+iRzH5ailw1A8H
ClQiQ9XJ9EdolRBP8OIy5CpmWmH2+sZTY+vUmrvWj/2oGZO2d5s=
=9n1m
-----END PGP SIGNATURE-----

Attachment: pgpsYSy6QJmQc.pgp
Description: PGP signature


--- End Message ---

Reply via email to