Your message dated Mon, 07 Oct 2024 12:20:35 +0000
with message-id <e1sxmj5-00gkqi...@fasolo.debian.org>
and subject line Bug#1074882: fixed in chntpw 140201-1.2
has caused the Debian Bug report #1074882,
regarding chntpw: 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.)


-- 
1074882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:chntpw
Version: 140201-1
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/chntpw_140201-1_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

[...]
      |           ~~~^
      |              |
      |              unsigned int
      |           %04lx
reged.c: In function ‘main’:
reged.c:218:30: warning: ‘ch’ may be used uninitialized [-Wmaybe-uninitialized]
  218 |               if (logchange) fprintf(ch,"%s ",hive[il]->filename);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reged.c:89:9: note: ‘ch’ was declared here
   89 |   FILE *ch;
      |         ^~
sampasswd.c: In function ‘main’:
sampasswd.c:253:14: warning: ‘ret’ may be used uninitialized 
[-Wmaybe-uninitialized]
  253 |   return(ret | wret);
      |         ~~~~~^~~~~~~
sampasswd.c:141:7: note: ‘ret’ was declared here
  141 |   int ret, wret, il;
      |       ^~~
ntreg.c: In function ‘alloc_val_data’:
ntreg.c:2155:23: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2155 |     datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey;
      |                       ^
ntreg.c:2155:53: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 2155 |     datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey;
      |                                                     ^
ntreg.c: In function ‘openHive’:
ntreg.c:4260:63: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘long unsigned int’ [-Wformat=]
 4260 |             "file is too small; got %d bytes while expecting %d or 
more\n",
      |                                                              ~^
      |                                                               |
      |                                                               int
      |                                                              %ld
 4261 |             rt, sizeof (*hdesc));
      |                 ~~~~~~~~~~~~~~~                                
      |                 |
      |                 long unsigned int
ntreg.c: In function ‘free_block’:
ntreg.c:1236:14: warning: ‘prev’ may be used uninitialized 
[-Wmaybe-uninitialized]
 1236 |     prevsz = get_int(hdesc->buffer+prev);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ntreg.c:1176:24: note: ‘prev’ was declared here
 1176 |   int pofs,vofs,seglen,prev,next,nextsz,prevsz,size;
      |                        ^~~~
ntreg.c: In function ‘trav_path’:
ntreg.c:1734:58: warning: ‘adjust’ may be used uninitialized 
[-Wmaybe-uninitialized]
 1734 |               return(trav_path(hdesc, newnkofs, path+plen+adjust, 
type));
      |                                                          ^
ntreg.c:1597:43: note: ‘adjust’ was declared here
 1597 |   int newnkofs, plen, i, lfofs, vlistofs, adjust, r, ricnt, subs;
      |                                           ^~~~~~
ntreg.c: In function ‘import_reg’:
ntreg.c:3946:18: warning: ‘valstr’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3946 |         valstr = realloc(valstr, strlen(valstr) + l + 3);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntreg.c:3891:11: note: ‘valstr’ was declared here
 3891 |     char *valstr, *key, *walstr = NULL;
      |           ^~~~~~
ntreg.c: In function ‘openHive’:
ntreg.c:4356:29: warning: ‘p’ may be used uninitialized [-Wmaybe-uninitialized]
 4356 |    hdesc->lastbin = pofs - p->ofs_next;  /* Compensate for loop that 
added at end above */
      |                            ~^~~~~~~~~~
ntreg.c:4185:21: note: ‘p’ was declared here
 4185 |   struct hbin_page *p;
      |                     ^
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
"CFLAGS=-DUSELIBGCRYPT -Wall -O2" returned exit code 2
make[1]: *** [debian/rules:52: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:49: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: chntpw
Source-Version: 140201-1.2
Done: Fabio Fantoni <fantonifa...@tiscali.it>

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

Debian distribution maintenance software
pp.
Fabio Fantoni <fantonifa...@tiscali.it> (supplier of updated chntpw 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: SHA256

Format: 1.8
Date: Fri, 20 Sep 2024 13:41:32 +0200
Source: chntpw
Architecture: source
Version: 140201-1.2
Distribution: unstable
Urgency: medium
Maintainer: Javier Fernández-Sanguino Peña <j...@debian.org>
Changed-By: Fabio Fantoni <fantonifa...@tiscali.it>
Closes: 1074882
Changes:
 chntpw (140201-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add a patch for fix ftbfs with gcc-14 (Closes: #1074882)
Checksums-Sha1:
 97d766da66c71f813385cc847d29945f2b661307 1918 chntpw_140201-1.2.dsc
 ac6c7fae75d0930e54a2b2ba2fed1d4a2e0daf22 42928 chntpw_140201-1.2.debian.tar.xz
 d8e8ceac20d74d4d0907bb5e9f677f1ef1ee6574 5905 chntpw_140201-1.2_arm64.buildinfo
Checksums-Sha256:
 7ec69df752bcb1ac0466f0a0aabf82228644fa7f41ca362252c7935a8abf3c58 1918 
chntpw_140201-1.2.dsc
 7a38ea4a1ce03b4e153dd78d05903288398b5e3efed96e0921d25da7083cbdf1 42928 
chntpw_140201-1.2.debian.tar.xz
 f25400003e2abb3c8641f73c83d50e2b79de3b64656d2f2215d426a9d0205a2b 5905 
chntpw_140201-1.2_arm64.buildinfo
Files:
 d4f5c520966bb36ce39842430c7f6d48 1918 admin optional chntpw_140201-1.2.dsc
 886b287025a693b0d52ef4630aa59ad3 42928 admin optional 
chntpw_140201-1.2.debian.tar.xz
 e6cd7e4f63eff519bcf806bcf19b56a0 5905 admin optional 
chntpw_140201-1.2_arm64.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmcDvk4ACgkQXBPW25MF
LgPkJw/+JdncJ7IJm6za7m9HSdgcs0Z0yA8n59ALUka6q7/XZjy7bJtz+1HsrgAx
CKPvdovPFpaw/lBq+bJ/iEkbj6X+b4Yx9MCBZqR7s1cNuxnzYqwy3943juusFz4b
5P4v7QR0vlu92oLOCR3R2KEG7W5WgIY7F1tjiHa6mZjLfNKmDi5QeSkbCyqKl3I8
ljOvq7QSYmdvslWU/VWKrP2l9I/Tj8/c0StL/l1i5fo5De3ofSHh8uQd/XhgO+vf
bt4RlrN5lnd8RXDZQALoKKYjiQDktmC+KHyYCS6EElTmXWHgwh5CfdkUcg5SUpO9
6SnOVQe6wnWtPjLgPP4lo95ie9yr/2AHUlJdnwG6rnRJTxNJuBhlCvcVnJMLWdKZ
iGH2ldrFUCowQqVprlgprq/PXiDItARrswVMd+YnZ6c5XVTz+I2TRZjylovbeZ4J
MFgGyy+lHPX+bW8gytZcpE6AhoKlcmxOFyD75IrBP+bo64HHKJz8bBlmtTHm6lgp
y0JMLrOlbw4/Ee2s9Msz+Mg8JxnTfVRJuLxDiRFoG8fO9wqWGa4QL91XbnANvQUD
+wmurqB8+ZvrD/ZMsbsteItBKdnhLTHey3/lXCx3W1p3U/45CmmiZUXimimuZUhc
rGKz1U6SEPxWe2wp+JFlNRporCSqTwDDDZkctbvwRGTPG6JiBnA=
=HDO6
-----END PGP SIGNATURE-----

Attachment: pgpqnm2a7PwCi.pgp
Description: PGP signature


--- End Message ---

Reply via email to