Your message dated Sun, 17 Mar 2024 19:20:38 +0000
with message-id <e1rlw3i-00b2gv...@fasolo.debian.org>
and subject line Bug#1066663: fixed in dazzdb 1.0+git20230919.414ad05-2
has caused the Debian Bug report #1066663,
regarding dazzdb: FTBFS: ONElib.c:1793:29: error: implicit declaration of 
function ‘vasprintf’; did you mean ‘vsprintf’? 
[-Werror=implicit-function-declaration]
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.)


-- 
1066663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dazzdb
Version: 1.0+git20230919.414ad05-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 
> -Wall -Wextra -Wno-unused-result -fno-strict-aliasing -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now  DB2ONE.c DB.c DB.h QV.c QV.h 
> ONElib.c ONElib.h  -lm -lz -o DB2ONE
> ONElib.c: In function ‘oneAddProvenance’:
> ONElib.c:1793:29: error: implicit declaration of function ‘vasprintf’; did 
> you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>  1793 |   va_start (args, format) ; vasprintf (&p.command, format, args) ; 
> va_end (args) ;
>       |                             ^~~~~~~~~
>       |                             vsprintf
> ONElib.c: In function ‘intGet’:
> ONElib.c:3487:7: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3487 |       switch (u[0] & 0x07)
>       |       ^~~~~~
> ONElib.c:3498:5: note: here
>  3498 |     case 4:
>       |     ^~~~
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3507:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7:
> ONElib.c:3508:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3508 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3507:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3547:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:895:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1038:2:
> ONElib.c:3508:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3508 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3542:17: note: ‘u’ declared here
>  3542 |   unsigned char u[16] ;
>       |                 ^
> cc1: some warnings being treated as errors
> make[1]: *** [<builtin>: DB2ONE] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/dazzdb_1.0+git20230919.414ad05-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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 mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: dazzdb
Source-Version: 1.0+git20230919.414ad05-2
Done: Étienne Mollier <emoll...@debian.org>

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

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated dazzdb 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: Sun, 17 Mar 2024 19:23:21 +0100
Source: dazzdb
Architecture: source
Version: 1.0+git20230919.414ad05-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1066663
Changes:
 dazzdb (1.0+git20230919.414ad05-2) unstable; urgency=medium
 .
   * fix-declaration.patch: new: fix build failure.
     The patch appends the missing declarations for vasprintf(3).
     (Closes: #1066663)
   * d/control: add myself to uploaders.
Checksums-Sha1:
 37fab6bf306a25cda9aaf6c27307dfee474c4ec6 2295 
dazzdb_1.0+git20230919.414ad05-2.dsc
 36f319e1acaa6c03ada7577208b5d1a14d9f4f33 6984 
dazzdb_1.0+git20230919.414ad05-2.debian.tar.xz
Checksums-Sha256:
 32f0a356065fbfc2fb85cf504ec55ef845fa67530faa56cbe35310d53aa192bc 2295 
dazzdb_1.0+git20230919.414ad05-2.dsc
 dd8fea3c91f130d42f2a7bf903318ee2af29ebc2592269e60dc1ef227a5aa2a7 6984 
dazzdb_1.0+git20230919.414ad05-2.debian.tar.xz
Files:
 2953d57b847e4e7cca7f118276ddb776 2295 science optional 
dazzdb_1.0+git20230919.414ad05-2.dsc
 7db13e3e7d361ef11b4f30f614691869 6984 science optional 
dazzdb_1.0+git20230919.414ad05-2.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmX3NlEUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqG+g/7BRJRuWdHbnVwoNX2Ke96muM2Lptc
v9zVVZ0ziidHmSehneqterBk7OWxTRoN/hu20cqEZ1eQjD+ZmGzq+Um11vKhqZLc
dBUhFNFoPdfJhgP3Wyoq5Hh+dPd1JpEvfUJqgdx92WDoiq+eLEvrKJa9/2nCoswY
odx3Zd1iK/gavh8rKm+jYdLcm5I4KmxT3aSEVuAOpTSOfwhbbaMAgAb09g+6im8u
Qnnmgs+sC2/KlN13F9BDZKFTT2rk5yJ2yza9K7TvNGUeaimoKrsaYIF8B25/vLEJ
Yku75IwHvN+QXR6kRA6XpruztKjB7ZUpjspkNL6K/vqcc6LTSQI8orjyF0EVKOgf
t7Gd/rtzzVBtKaYB7f7EehjdDufMqXCNu9J8MDeyArKAMvc9zbOg3VfzzfjHVGl4
NQrBRQbh+P7MKEh0WoTPQmKxE+UYavJKW9N1avv68t9pA8YAjERsQ2N/mJi8NVpq
0+a0Luvp3LRRX35L6CsO7poeiqJEdVKDLE+Ya0AUHsASgsUN3tSdDLcanCaYu7st
b0wQ+slovM35S9U4697Ehbw5JwU9lRKjVvawMG3Tr063WFZGs1bPWb3M1V3vCO/R
VWGy82uea+mbpF/XRYBnBb6aBkFgTWM/NEBHIdaWAtEKCXPSrUizhlvnskeiTqq/
3MuzTDy151KGpe4=
=Iy2t
-----END PGP SIGNATURE-----

Attachment: pgphfR1mthGJQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to