Your message dated Wed, 13 Mar 2024 21:39:03 +0000
with message-id <e1rkwjt-008yxl...@fasolo.debian.org>
and subject line Bug#1066534: fixed in daligner 1.0+git20240119.335105d-2
has caused the Debian Bug report #1066534,
regarding daligner: FTBFS: ONElib.c:1792: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.)


-- 
1066534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: daligner
Version: 1.0+git20240119.335105d-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 -Wdate-time -D_FORTIFY_SOURCE=2 -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 -o ONE2LA ONE2LA.c align.c DB.c QV.c ONElib.c -lm 
> -Wl,-z,relro -Wl,-z,now
> ONE2LA.c: In function ‘main’:
> ONE2LA.c:135:13: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   135 |       list  = oneIntList(file1);
>       |             ^
> ONE2LA.c:202:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   202 |               list = oneIntList(file1);
>       |                    ^
> ONE2LA.c:210:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   210 |               list = oneIntList(file1);
>       |                    ^
> ONE2LA.c:220:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   220 |               list = oneIntList(file1);
>       |                    ^
> ONE2LA.c:227:20: warning: assignment to ‘int64 *’ {aka ‘long long int *’} 
> from incompatible pointer type ‘I64 *’ {aka ‘long int *’} 
> [-Wincompatible-pointer-types]
>   227 |               list = oneIntList(file1);
>       |                    ^
> ONE2LA.c:30:20: warning: variable ‘small’ set but not used 
> [-Wunused-but-set-variable]
>    30 |   int      tspace, small, tbytes;
>       |                    ^~~~~
> ONElib.c: In function ‘oneSchemaCreateDynamic’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:390:3: note: in expansion of macro ‘assert’
>   390 |   assert (fileType && strlen(fileType) > 0) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:391:3: note: in expansion of macro ‘assert’
>   391 |   assert (!subType || strlen(subType) > 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:943:3: note: in expansion of macro ‘assert’
>   943 |   assert (!vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:944:3: note: in expansion of macro ‘assert’
>   944 |   assert (!vf->isFinal) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneFileOpenRead’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1156:3: note: in expansion of macro ‘assert’
>  1156 |   assert (fileType == NULL || strlen(fileType) > 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘addProvenance’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1758:3: note: in expansion of macro ‘assert’
>  1758 |   assert (!vf->isHeaderOut) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneAddProvenance’:
> ONElib.c:1792:29: error: implicit declaration of function ‘vasprintf’; did 
> you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>  1792 |   va_start (args, format) ; vasprintf (&p.command, format, args) ; 
> va_end (args) ;
>       |                             ^~~~~~~~~
>       |                             vsprintf
> ONElib.c: In function ‘addReference’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1809:3: note: in expansion of macro ‘assert’
>  1809 |   assert (!vf->isHeaderOut) ;
>       |   ^~~~~~
> ONElib.c: In function ‘writeHeader’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1883:3: note: in expansion of macro ‘assert’
>  1883 |   assert (vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1884:3: note: in expansion of macro ‘assert’
>  1884 |   assert (vf->line == 0) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1885:3: note: in expansion of macro ‘assert’
>  1885 |   assert (vf->share >= 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneWriteLine’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2027:3: note: in expansion of macro ‘assert’
>  2027 |   assert (vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2028:3: note: in expansion of macro ‘assert’
>  2028 |   assert (!vf->isFinal || !isalpha(t)) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2031:3: note: in expansion of macro ‘assert’
>  2031 |   assert (li) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2038:7: note: in expansion of macro ‘assert’
>  2038 |     { assert (listLen >= 0) ;
>       |       ^~~~~~
> ONElib.c: In function ‘oneFileClose’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2486:3: note: in expansion of macro ‘assert’
>  2486 |   assert (vf->share >= 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘intGet’:
> ONElib.c:3488:17: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3488 |         case 0: die ("int packing error") ;
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> ONElib.c:3489:9: note: here
>  3489 |         case 1: *pval = *(I64*)(u+1) & 0x0000000000ffff ; return 3 ;
>       |         ^~~~
> ONElib.c:3500:17: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3500 |         case 0: die ("int packing error") ;
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> ONElib.c:3501:9: note: here
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |         ^~~~
> ONElib.c:3486:7: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3486 |       switch (u[0] & 0x07)
>       |       ^~~~~~
> ONElib.c:3497:5: note: here
>  3497 |     case 4:
>       |     ^~~~
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3501:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3507:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> ONElib.c: In function ‘oneSchemaCreateDynamic’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:390:3: note: in expansion of macro ‘assert’
>   390 |   assert (fileType && strlen(fileType) > 0) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:391:3: note: in expansion of macro ‘assert’
>   391 |   assert (!subType || strlen(subType) > 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:943:3: note: in expansion of macro ‘assert’
>   943 |   assert (!vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:944:3: note: in expansion of macro ‘assert’
>   944 |   assert (!vf->isFinal) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneFileOpenRead’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1156:3: note: in expansion of macro ‘assert’
>  1156 |   assert (fileType == NULL || strlen(fileType) > 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘addProvenance’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1758:3: note: in expansion of macro ‘assert’
>  1758 |   assert (!vf->isHeaderOut) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneAddProvenance’:
> ONElib.c:1792:29: error: implicit declaration of function ‘vasprintf’; did 
> you mean ‘vsprintf’? [-Werror=implicit-function-declaration]
>  1792 |   va_start (args, format) ; vasprintf (&p.command, format, args) ; 
> va_end (args) ;
>       |                             ^~~~~~~~~
>       |                             vsprintf
> ONElib.c: In function ‘addReference’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1809:3: note: in expansion of macro ‘assert’
>  1809 |   assert (!vf->isHeaderOut) ;
>       |   ^~~~~~
> ONElib.c: In function ‘writeHeader’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1883:3: note: in expansion of macro ‘assert’
>  1883 |   assert (vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1884:3: note: in expansion of macro ‘assert’
>  1884 |   assert (vf->line == 0) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:1885:3: note: in expansion of macro ‘assert’
>  1885 |   assert (vf->share >= 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘oneWriteLine’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2027:3: note: in expansion of macro ‘assert’
>  2027 |   assert (vf->isWrite) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2028:3: note: in expansion of macro ‘assert’
>  2028 |   assert (!vf->isFinal || !isalpha(t)) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2031:3: note: in expansion of macro ‘assert’
>  2031 |   assert (li) ;
>       |   ^~~~~~
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2038:7: note: in expansion of macro ‘assert’
>  2038 |     { assert (listLen >= 0) ;
>       |       ^~~~~~
> ONElib.c: In function ‘oneFileClose’:
> ONElib.c:35:19: warning: statement with no effect [-Wunused-value]
>    35 | #define assert(x) 0
>       |                   ^
> ONElib.c:2486:3: note: in expansion of macro ‘assert’
>  2486 |   assert (vf->share >= 0) ;
>       |   ^~~~~~
> ONElib.c: In function ‘intGet’:
> ONElib.c:3488:17: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3488 |         case 0: die ("int packing error") ;
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> ONElib.c:3489:9: note: here
>  3489 |         case 1: *pval = *(I64*)(u+1) & 0x0000000000ffff ; return 3 ;
>       |         ^~~~
> ONElib.c:3500:17: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3500 |         case 0: die ("int packing error") ;
>       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
> ONElib.c:3501:9: note: here
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |         ^~~~
> ONElib.c:3486:7: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>  3486 |       switch (u[0] & 0x07)
>       |       ^~~~~~
> ONElib.c:3497:5: note: here
>  3497 |     case 4:
>       |     ^~~~
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3501:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3507:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3501:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7:
> ONElib.c:3507:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘ltfRead’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3501:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3501 |         case 1: *pval = *(I64*)(u+1) | 0xffffffffffff0000 ; return 3 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3502:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3502 |         case 2: *pval = *(I64*)(u+1) | 0xffffffffff000000 ; return 4 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3503:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3503 |         case 3: *pval = *(I64*)(u+1) | 0xffffffff00000000 ; return 5 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3504:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3504 |         case 4: *pval = *(I64*)(u+1) | 0xffffff0000000000 ; return 6 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3505:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3505 |         case 5: *pval = *(I64*)(u+1) | 0xffff000000000000 ; return 7 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3506:25: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3506 |         case 6: *pval = *(I64*)(u+1) | 0xff00000000000000 ; return 8 ;
>       |                         ^~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> In function ‘intGet’,
>     inlined from ‘ltfRead’ at ONElib.c:3546:7,
>     inlined from ‘readCompressedFields’ at ONElib.c:894:15,
>     inlined from ‘oneReadLine’ at ONElib.c:1037:2:
> ONElib.c:3507:23: warning: ‘u’ may be used uninitialized 
> [-Wmaybe-uninitialized]
>  3507 |         case 7: *pval = *(I64*)(u+1) ; return 9 ;
>       |                 ~~~~~~^~~~~~~~~~~~~~
> ONElib.c: In function ‘oneReadLine’:
> ONElib.c:3541:17: note: ‘u’ declared here
>  3541 |   unsigned char u[16] ;
>       |                 ^
> ONElib.c: In function ‘oneFileOpenWriteFrom’:
> ONElib.c:393:33: warning: ‘%ld’ directive writing between 1 and 19 bytes into 
> a region of size between 7 and 25 [-Wformat-overflow=]
>   393 |     sprintf (text, "P %ld %s\nS %ld %s\n", strlen(fileType),fileType, 
> strlen(subType), subType) ;
>       |                                 ^~~
> In function ‘oneSchemaCreateDynamic’,
>     inlined from ‘oneFileOpenWriteFrom’ at ONElib.c:1655:20:
> ONElib.c:393:20: note: directive argument in the range [0, 
> 9223372036854775805]
>   393 |     sprintf (text, "P %ld %s\nS %ld %s\n", strlen(fileType),fileType, 
> strlen(subType), subType) ;
>       |                    ^~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/stdio.h:906,
>                  from ONElib.h:20,
>                  from ONElib.c:38:
> In function ‘sprintf’,
>     inlined from ‘oneSchemaCreateDynamic’ at ONElib.c:393:5,
>     inlined from ‘oneFileOpenWriteFrom’ at ONElib.c:1655:20:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
> ‘__builtin___sprintf_chk’ output 11 or more bytes (assuming 47) into a 
> destination of size 32
>    30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    31 |                                   __glibc_objsize (__s), __fmt,
>       |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>    32 |                                   __va_arg_pack ());
>       |                                   ~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:28: LA2ONE] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/daligner_1.0+git20240119.335105d-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: daligner
Source-Version: 1.0+git20240119.335105d-2
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
daligner, 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 daligner 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: Wed, 13 Mar 2024 21:38:57 +0100
Source: daligner
Architecture: source
Version: 1.0+git20240119.335105d-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: 1066534
Changes:
 daligner (1.0+git20240119.335105d-2) unstable; urgency=medium
 .
   * fix-missing-include.patch: new: fix ftbfs with dpkg. (Closes: #1066534)
Checksums-Sha1:
 5935aed24053ef426d2507cdf3c5a2895d55561f 2287 
daligner_1.0+git20240119.335105d-2.dsc
 ac2259853b2611f8e6987155d81ff70fa080d935 6212 
daligner_1.0+git20240119.335105d-2.debian.tar.xz
Checksums-Sha256:
 d81f99f5a1611ed14eee8739c817bdf2b5e6ef1f958765414cc84aab5ff63469 2287 
daligner_1.0+git20240119.335105d-2.dsc
 3ddc8404a2891e2c1b61b7c95f468fd2f8597bb3c02bf76a3cd6f81ca2ac0052 6212 
daligner_1.0+git20240119.335105d-2.debian.tar.xz
Files:
 7dc7dafb477633f2fc07c672100ccd61 2287 science optional 
daligner_1.0+git20240119.335105d-2.dsc
 bbee119bfbc562cd0ed14a8b6abfc5bc 6212 science optional 
daligner_1.0+git20240119.335105d-2.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmXyD3oUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdpaPxAAh3nF4zi/NmAlTnQAn4wx5zgqKlBn
CC1zi63HECKSt2rxIbHjEQttxCRNfkP8kKqCtr43OaaOWzBRxUsX9Pm+BE3cse8l
X7bZn+cOnW32V+ytmoLFI5M/JynqSgqZPI3D6rMSOImzk/gHTT/dpPDhOsxz06bz
vx0B1B78CqqpXv0cBiDXycz/ZvGpLOhaqnrjRC+54prjb8OFzjr4RbvX/JJvMzn3
X9oI1Ih6v0cienaj8rcbQDD2g0yEgEF6FDth6ePVDR16ERdECK2RDtgzYqQolgZ8
T5y2kQfBdd7K5IZhYUydtSqmjDrgbb8QMu5zAzSv8pMSyUrGbjC5YrGIXWrNq967
/SpabEYHaMvGbBESf6dskNqO1PqzrLUoZ5TxjMvkWPh7QR0W86Z3JGBXw28y9iYf
BHnW07PUnnkB39og+oBHxRX/kQH+8fFo4HnKvSEWlkoOlqpNYbRfFMnH38DDfdH8
Lw+ePRSZIFy/Vk0BPXbVieZ3EJolb8ZTKZKFfXmsMjRqhvdxOBGK4+O2YPMxyQUW
JEZvGbk2wcvAsiI93lQNff9Nfqvauykm6iyFhH+D58qJ6Zsq2YQPaOgK7aWZYylt
6qaR0voT9fE4aU7mrTXC+hXHY2WBNTXWRAwzGjrw43TovV8spp3gm3kXhSTZLYlW
FVMV+uAzHf6mufI=
=EieW
-----END PGP SIGNATURE-----

Attachment: pgpz2vbb0c1KT.pgp
Description: PGP signature


--- End Message ---

Reply via email to