lightyears is marked for autoremoval from testing

2024-04-03 Thread Debian testing autoremoval watch
lightyears 1.5.0-3 is marked for autoremoval from testing on 2024-05-03

It (build-)depends on packages with these RC bugs:
1064708: pygame: FTBFS: AssertionError: "No video mode" does not match 
"Parameter 'surface' is invalid"
 https://bugs.debian.org/1064708



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



mp3roaster is marked for autoremoval from testing

2024-04-03 Thread Debian testing autoremoval watch
mp3roaster 0.3.0-8 is marked for autoremoval from testing on 2024-05-02

It (build-)depends on packages with these RC bugs:
1066115: mpg321: FTBFS: error: implicit declaration of function 
‘mpg321_alsa_get_volume’ [-Werror=implicit-function-declaration]
 https://bugs.debian.org/1066115



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



Bug#1066437: libast: FTBFS: snprintf.c:45:22: error: unknown type name ‘size_t’

2024-04-03 Thread Andreas Beckmann

On Wed, 13 Mar 2024 13:03:27 +0100 Lucas Nussbaum  wrote:

Source: libast
Version: 0.7-9.1



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



> snprintf.c:45:22: error: unknown type name ‘size_t’
>45 | vsnprintf(char *str, size_t count, const char *fmt, va_list args)
>   |  ^~


This was so far the worst case of -Werror=implicit-function-declaration 
I encountered:

- a missing #include  (for exit()) caused a configure test to fail
- that didn't cause the configure step to fail (or silently disable some 
feature)
- but enabled a fallback codepath which had tons of errors triggering on 
-Werror=implicit-function-declaration


;-)

Perhaps you could add to your wiki entry about this bug class that there 
may be non-obvious problems during the configure step caused by 
-Werror=implicit-function-declaration that might

- silently disable features (because detection failed)
- enable unwanted fallback codepaths for "missing" (becuase misdetected) 
features


Andreas



Processing of libast_0.7-10_source.changes

2024-04-03 Thread Debian FTP Masters
libast_0.7-10_source.changes uploaded successfully to localhost
along with the files:
  libast_0.7-10.dsc
  libast_0.7-10.debian.tar.xz
  libast_0.7-10_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1066437: marked as done (libast: FTBFS: snprintf.c:45:22: error: unknown type name ‘size_t’)

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 17:34:04 +
with message-id 
and subject line Bug#1066437: fixed in libast 0.7-10
has caused the Debian Bug report #1066437,
regarding libast: FTBFS: snprintf.c:45:22: error: unknown type name ‘size_t’
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.)


-- 
1066437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libast
Version: 0.7-9.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -I../include/libast -I../include -I../include/libast  -I/usr/include 
> -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -c -o snprintf.lo snprintf.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include/libast 
> -I../include -I../include/libast -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c 
> snprintf.c  -fPIC -DPIC -o .libs/snprintf.o
> snprintf.c:45:22: error: unknown type name ‘size_t’
>45 | vsnprintf(char *str, size_t count, const char *fmt, va_list args)
>   |  ^~
> snprintf.c:8:1: note: ‘size_t’ is defined in header ‘’; did you 
> forget to ‘#include ’?
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:58:21: error: unknown type name ‘size_t’
>58 | snprintf(char *str, size_t count, const char *fmt, ...)
>   | ^~
> snprintf.c:58:21: note: ‘size_t’ is defined in header ‘’; did you 
> forget to ‘#include ’?
> snprintf.c: In function ‘fmtstr’:
> snprintf.c:250:36: error: implicit declaration of function ‘iscntrl’ 
> [-Werror=implicit-function-declaration]
>   250 | if (visible_control && iscntrl(c) && !isspace(c)) {
>   |^~~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘iscntrl’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:250:51: error: implicit declaration of function ‘isspace’ 
> [-Werror=implicit-function-declaration]
>   250 | if (visible_control && iscntrl(c) && !isspace(c)) {
>   |   ^~~
> snprintf.c:250:51: note: include ‘’ or provide a declaration of 
> ‘isspace’
> snprintf.c: In function ‘fmtdouble’:
> snprintf.c:359:5: error: implicit declaration of function ‘strcpy’ 
> [-Werror=implicit-function-declaration]
>   359 | strcpy(fmtstr, "%");
>   | ^~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:359:5: warning: incompatible implicit declaration of built-in 
> function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
>   359 | strcpy(fmtstr, "%");
>   | ^~
> snprintf.c:359:5: note: include ‘’ or provide a declaration of 
> ‘strcpy’
> snprintf.c:361:9: error: implicit declaration of function ‘strcat’ 
> [-Werror=implicit-function-declaration]
>   361 | strcat(fmtstr, "-");
>   | ^~
> snprintf.c:361:9: note: include ‘’ or provide a declaration of 
> ‘strcat’
> snprintf.c:361:9: warning: incompatible implicit declaration of built-in 
> function ‘strcat’ [-Wbuiltin-declaration-mismatch]
> snprintf.c:361:9: note: include ‘’ or provide a declaration of 
> ‘strcat’
> snprintf.c:363:9: error: implicit declaration of function ‘sprintf’ 
> [-Werror=implicit-function-declaration]
>   363 | sprintf(fmtstr + strlen(fmtstr), "%d", len);
>   | ^~~
> snprintf.c:8:1: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> 7 | # include 
>   +++ |+#include 
> 8 | #else
> snprintf.c:363:9: warning: incompatible implicit declaration of built-in 
> function ‘sprintf’ [-Wbuiltin-declaration-mismatch]
>   363 | sprintf(fmtstr + strlen(fmtstr), "%d", len);
>   | ^~~
> snprintf.c:363:9: note: include ‘’ or provide a declaration of 
> ‘sprintf’
> snprintf.c:363:26: error: implicit declaration of function ‘strlen’ 
> [-Werror=implicit-function-declaration]
>   

libast_0.7-10_source.changes ACCEPTED into unstable

2024-04-03 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Apr 2024 19:17:52 +0200
Source: libast
Architecture: source
Version: 0.7-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1066437
Changes:
 libast (0.7-10) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1066437)
   * Set Rules-Requires-Root: no.
   * Whitespace and redundancy cleanup.
Checksums-Sha1:
 d9daa8586a13f33f9c080e43801fa0ab0f69dc8a 1838 libast_0.7-10.dsc
 4ec6c2ceb33e2a8041730e9c1ff8214394317b5c 5160 libast_0.7-10.debian.tar.xz
 d3854c0fec2089ee3ddead495603efc456207253 11606 libast_0.7-10_source.buildinfo
Checksums-Sha256:
 46c5066af76f9d2dfabe8dd60bd91149d2527638e3e899d60540f4bc72a4b1b6 1838 
libast_0.7-10.dsc
 a0e982a5e51324795f70212c69fedfc76e943c4d68f5e04fbf3470a15ce69e3a 5160 
libast_0.7-10.debian.tar.xz
 543574f708f47a97d3fc80bfdd2c95d2dd02b04ff8ed6249bad4cd222e3c4df8 11606 
libast_0.7-10_source.buildinfo
Files:
 d300dee21789a2c3a542cddb705afdeb 1838 libs optional libast_0.7-10.dsc
 761bd7e07d3a5f309bc8e823d0c9f949 5160 libs optional libast_0.7-10.debian.tar.xz
 9d0e70ede9697c19679c29eba1afe07d 11606 libs optional 
libast_0.7-10_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNj9kQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCLTrD/0YhB9HOryG6SHBq4R8ZbqQTNqUYFxSUZLt
p4H35gF0ajQf7Ua46D5oWZU3EWCHVf2BxN0fdGgQCDyXde2+QQBBMTQIPO1aQ5MW
ItHCqYxThm0sR23VwVoz+q7qcv1Jgl7TpNwCRENTCQIAKh/v6yOcDDX/tA4+X09Y
S5bDym4JuaJtGXVSLvujXqK1M/5y5h5RoC+rW346z17hz1M5Sz/cNasjgEbJGSWQ
58/FCAvpSxqNewH7ueIVzMmplOoFyiJST+u9E6HS8GdLI1Gb831zwPXU4YG57Ro6
v5gVvW8HItTaa5Qfgn1iCsKxakFAZmOv2BE1XTByHDfNwo8artgVuoXWWJQOZ3pU
MHlWATPTmpfpKUs3d8BM6zNl+NjOLEz79IKxEORG9JHSRn+8Fb8Hxy75AIchwl2/
DC9GAo+uTqDpIlDwD1DQBp+z8VLOtDErdLzv6z4yZvh7EYv7c/kNaUz14aEg95jV
ZKK0E62xNUy+IKNIW6ZuetNy08nJkv2mTGY0xTfWOAvE4wzyLT8Wnx6hx2Fm0A+C
6pm44wPV8i3yzFAqs7i6YnAs99kjhwy0/RZ+dl4bs927BaVABrzjcQs4URB9qwQY
oGnRDAKNPJz4gYck0tuqFl4uC7F//lVpr6gu/upVtbgM06NUvPj0wAVCL+NIAkx+
3H662TApCw==
=h1vu
-END PGP SIGNATURE-



pgpUVagkoAsCn.pgp
Description: PGP signature


Bug#1053169: Please remove librbd-dev build-depends on all 32 bits arch

2024-04-03 Thread Andreas Beckmann
Followup-For: Bug #1053169

Migration is currently blocked behind the t64 transition.

Andreas



Bug#1066604: marked as done (trickle: FTBFS: configure: error: Couldn't figure out how to access libc)

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 12:21:06 +
with message-id 
and subject line Bug#1066604: fixed in trickle 1.07-13
has caused the Debian Bug report #1066604,
regarding trickle: FTBFS: configure: error: Couldn't figure out how to access 
libc
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.)


-- 
1066604: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066604
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: trickle
Version: 1.07-12
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> checking for libtirpc... yes
> checking if underscores are needed for symbols... no
> checking if we can access libc without dlopen... no
> checking if we can access libc with libc.so... no
> checking if we can access libc with /usr/lib/libc.so*... no
> configure: error: Couldn't figure out how to access libc
>   tail -v -n \+0 config.log


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/trickle_1.07-12_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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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: trickle
Source-Version: 1.07-13
Done: Andreas Beckmann 

We believe that the bug you reported is fixed in the latest version of
trickle, 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.
Andreas Beckmann  (supplier of updated trickle 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: Wed, 03 Apr 2024 13:18:05 +0200
Source: trickle
Architecture: source
Version: 1.07-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1066604
Changes:
 trickle (1.07-13) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1066604)
   * Switch B-D from pkg-config to pkgconf.
Checksums-Sha1:
 7076ccb53cc9dbb31e02073c28799c98c5ce8ee7 1888 trickle_1.07-13.dsc
 f3395aee970a4c40f513ba3518abeedea234b1e6 9556 trickle_1.07-13.debian.tar.xz
 a261d6b30540ead463d29c10c861c19b8f197bca 6380 trickle_1.07-13_source.buildinfo
Checksums-Sha256:
 f7c51b47074d4ebfcf13872c9a43f6911bada8b30107daf69e3a5e7b338bb2af 1888 
trickle_1.07-13.dsc
 5882744172c1f0cc4e298ba37612b81a2f5c479ef6007cf7b591348d16ee2f6e 9556 
trickle_1.07-13.debian.tar.xz
 3f1a2e1b70c3dd89ea0444b3ae1b87b30d3eb72be623d79975e76a1ddb661960 6380 
trickle_1.07-13_source.buildinfo
Files:
 d9731a2516183fb40e57a4eb2460956a 1888 net optional trickle_1.07-13.dsc
 b057a33d912767ff84af917238a3b732 9556 net optional 
trickle_1.07-13.debian.tar.xz
 9f718db7f8bfde27b9dd8452d13d20c8 6380 net optional 
trickle_1.07-13_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNO48QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCFh6D/9gVz0F3e2t8bP2vxzLRDoHthiNUoS/mRxS
Ffm01nTjY4/jKxC/kzhjTo2/5qN55vaWVQzTKaCiXDRGvlPdR2IcVfv01QAemlNv
mEB2UYYDqKEx8rEZUxIXnf/IRIPI31YHg9XtpD+qPfrQp/XhDzNGWsEXAjm72sUV
MNny12wWzsbsWJ++yQKiABEfyXqjoRLatMovEyqyQZVEIzAvgw8daPAKgkjGmNTJ
/XMM6vg9gGe8kt3mLHJmOFkrR1AIPnie7dyWqMW1MTGmBi1sisFDQM3umDkm+CaN
0OzZnPx4re8necDmVEAPCe2VuxdZlyEJpJuchnJqdWVwFS1lKcC8oefVYjtehcjK
o1t9nyPsYTx20JAaPN+VlLvadAfu5FntCwv/kgRmXiC9EJ2KUVGur0HKPh9y99ER
YflUMNTyYswLKhTWqxJXdatqrFpzC7jKpTlu569GjuudyoyRDoK6N80JHVLP2sps

Bug#1065767: marked as done (libopendbx: FTBFS on arm{el,hf}: mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ [-Werror=implicit-function-declaration])

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 12:19:41 +
with message-id 
and subject line Bug#1065767: fixed in libopendbx 1.4.6-17
has caused the Debian Bug report #1065767,
regarding libopendbx: FTBFS on arm{el,hf}: mssql_basic.c:324:21: error: 
implicit declaration of function ‘dbpoll’ 
[-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.)


-- 
1065767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libopendbx
Version: 1.4.6-16.1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=libopendbx=armhf=1.4.6-16.1=1709139710=0

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DAPINUMBER=10200 
-I../../lib -I/usr/include/mysql -I/usr/include/postgresql -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -Wall -pedantic -std=c99 -MT 
libmssqlbackend_la-mssql_basic.lo -MD -MP -MF 
.deps/libmssqlbackend_la-mssql_basic.Tpo -c mssql_basic.c  -fPIC -DPIC -o 
.libs/libmssqlbackend_la-mssql_basic.o
mssql_basic.c: In function ‘mssql_odbx_result’:
mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ 
[-Werror=implicit-function-declaration]
  324 | if( dbpoll( dbproc, ms, ,  ) == FAIL ) { 
return -ODBX_ERR_BACKEND; }
  | ^~
mssql_basic.c: In function ‘mssql_err_handler’:
mssql_basic.c:758:38: warning: the comparison will always evaluate as ‘false’ 
for the address of ‘errmsg’ will never be NULL [-Waddress]
  758 | if( tc == NULL || tc->errmsg == NULL )
  |  ^~
In file included from mssql_basic.h:11,
 from mssql_basic.c:11:
mssqlbackend.h:46:14: note: ‘errmsg’ declared here
   46 | char errmsg[MSSQL_MSGLEN];
  |  ^~
mssql_basic.c: In function ‘mssql_msg_handler’:
mssql_basic.c:791:38: warning: the comparison will always evaluate as ‘false’ 
for the address of ‘errmsg’ will never be NULL [-Waddress]
  791 | if( tc == NULL || tc->errmsg == NULL )
  |  ^~
mssqlbackend.h:46:14: note: ‘errmsg’ declared here
   46 | char errmsg[MSSQL_MSGLEN];
  |  ^~
cc1: some warnings being treated as errors
make[4]: *** [Makefile:515: libmssqlbackend_la-mssql_basic.lo] Error 1

Cheers
-- 
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: libopendbx
Source-Version: 1.4.6-17
Done: Andreas Beckmann 

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated libopendbx 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: Wed, 03 Apr 2024 13:07:55 +0200
Source: libopendbx
Architecture: source
Version: 1.4.6-17
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1015508 1051751 1065767
Changes:
 libopendbx (1.4.6-17) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1065767)
   * Update .symbols file.
   * Set Rules-Requires-Root: no.
   * Switch to debhelper-compat (= 13).
   * Switch to dh.
   * Enable all hardening flags.
   * Update .symbols for loong64, thanks to yalingfang.  (Closes: #1051751)
   * Mark some symbols as optional if LTO is used.  (Closes: #1015508)
Checksums-Sha1:
 6982206992962d08cb48e97e9e2e4f30b6093eb4 2799 libopendbx_1.4.6-17.dsc
 f523b38346894224146a51fcfe81f7150de2f056 78016 
libopendbx_1.4.6-17.debian.tar.xz
 39d73f3f2f51c3e3642ff4e99685d827fb37360d 9381 
libopendbx_1.4.6-17_source.buildinfo
Checksums-Sha256:
 

Bug#1066319: marked as done (libopendbx: FTBFS: mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ [-Werror=implicit-function-declaration])

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 12:19:41 +
with message-id 
and subject line Bug#1065767: fixed in libopendbx 1.4.6-17
has caused the Debian Bug report #1065767,
regarding libopendbx: FTBFS: mssql_basic.c:324:21: error: implicit declaration 
of function ‘dbpoll’ [-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.)


-- 
1065767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libopendbx
Version: 1.4.6-16.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):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..  -DAPINUMBER=10200 -I../../lib -I/usr/include/mysql 
> -I/usr/include/postgresql -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -pedantic -std=c99 -MT 
> libmssqlbackend_la-mssql_basic.lo -MD -MP -MF 
> .deps/libmssqlbackend_la-mssql_basic.Tpo -c -o 
> libmssqlbackend_la-mssql_basic.lo `test -f 'mssql_basic.c' || echo 
> './'`mssql_basic.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DAPINUMBER=10200 
> -I../../lib -I/usr/include/mysql -I/usr/include/postgresql -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -pedantic -std=c99 -MT libmssqlbackend_la-mssql_basic.lo -MD -MP -MF 
> .deps/libmssqlbackend_la-mssql_basic.Tpo -c mssql_basic.c  -fPIC -DPIC -o 
> .libs/libmssqlbackend_la-mssql_basic.o
> mssql_basic.c: In function ‘mssql_odbx_result’:
> mssql_basic.c:324:21: error: implicit declaration of function ‘dbpoll’ 
> [-Werror=implicit-function-declaration]
>   324 | if( dbpoll( dbproc, ms, ,  ) == FAIL ) 
> { return -ODBX_ERR_BACKEND; }
>   | ^~
> mssql_basic.c: In function ‘mssql_err_handler’:
> mssql_basic.c:758:38: warning: the comparison will always evaluate as ‘false’ 
> for the address of ‘errmsg’ will never be NULL [-Waddress]
>   758 | if( tc == NULL || tc->errmsg == NULL )
>   |  ^~
> In file included from mssql_basic.h:11,
>  from mssql_basic.c:11:
> mssqlbackend.h:46:14: note: ‘errmsg’ declared here
>46 | char errmsg[MSSQL_MSGLEN];
>   |  ^~
> mssql_basic.c: In function ‘mssql_msg_handler’:
> mssql_basic.c:791:38: warning: the comparison will always evaluate as ‘false’ 
> for the address of ‘errmsg’ will never be NULL [-Waddress]
>   791 | if( tc == NULL || tc->errmsg == NULL )
>   |  ^~
> mssqlbackend.h:46:14: note: ‘errmsg’ declared here
>46 | char errmsg[MSSQL_MSGLEN];
>   |  ^~
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:515: libmssqlbackend_la-mssql_basic.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libopendbx_1.4.6-16.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=ign=7=7=only=ftbfs-20240313=lu...@debian.org=1=1=1=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: libopendbx
Source-Version: 1.4.6-17
Done: Andreas Beckmann 

We believe that the bug you reported is fixed in the latest version of
libopendbx, which is due to be installed in the Debian FTP archive.

A summary of 

trickle_1.07-13_source.changes ACCEPTED into unstable

2024-04-03 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Apr 2024 13:18:05 +0200
Source: trickle
Architecture: source
Version: 1.07-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1066604
Changes:
 trickle (1.07-13) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1066604)
   * Switch B-D from pkg-config to pkgconf.
Checksums-Sha1:
 7076ccb53cc9dbb31e02073c28799c98c5ce8ee7 1888 trickle_1.07-13.dsc
 f3395aee970a4c40f513ba3518abeedea234b1e6 9556 trickle_1.07-13.debian.tar.xz
 a261d6b30540ead463d29c10c861c19b8f197bca 6380 trickle_1.07-13_source.buildinfo
Checksums-Sha256:
 f7c51b47074d4ebfcf13872c9a43f6911bada8b30107daf69e3a5e7b338bb2af 1888 
trickle_1.07-13.dsc
 5882744172c1f0cc4e298ba37612b81a2f5c479ef6007cf7b591348d16ee2f6e 9556 
trickle_1.07-13.debian.tar.xz
 3f1a2e1b70c3dd89ea0444b3ae1b87b30d3eb72be623d79975e76a1ddb661960 6380 
trickle_1.07-13_source.buildinfo
Files:
 d9731a2516183fb40e57a4eb2460956a 1888 net optional trickle_1.07-13.dsc
 b057a33d912767ff84af917238a3b732 9556 net optional 
trickle_1.07-13.debian.tar.xz
 9f718db7f8bfde27b9dd8452d13d20c8 6380 net optional 
trickle_1.07-13_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNO48QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCFh6D/9gVz0F3e2t8bP2vxzLRDoHthiNUoS/mRxS
Ffm01nTjY4/jKxC/kzhjTo2/5qN55vaWVQzTKaCiXDRGvlPdR2IcVfv01QAemlNv
mEB2UYYDqKEx8rEZUxIXnf/IRIPI31YHg9XtpD+qPfrQp/XhDzNGWsEXAjm72sUV
MNny12wWzsbsWJ++yQKiABEfyXqjoRLatMovEyqyQZVEIzAvgw8daPAKgkjGmNTJ
/XMM6vg9gGe8kt3mLHJmOFkrR1AIPnie7dyWqMW1MTGmBi1sisFDQM3umDkm+CaN
0OzZnPx4re8necDmVEAPCe2VuxdZlyEJpJuchnJqdWVwFS1lKcC8oefVYjtehcjK
o1t9nyPsYTx20JAaPN+VlLvadAfu5FntCwv/kgRmXiC9EJ2KUVGur0HKPh9y99ER
YflUMNTyYswLKhTWqxJXdatqrFpzC7jKpTlu569GjuudyoyRDoK6N80JHVLP2sps
op6goGBb4pCSHBc6vdQELT6BDyLEk2HzoRzPCE3oHuwp7+wj6Z6Y7MeGo5mptZp6
h6p0uTOda5k3E+kYl16iGGJ28MakLJwnzb0JLrEIpSX+DQ4ST0pw8UF3DL0IiaTL
cG/BbDG+wX5dJE0oMP+A6M24m/qwN8GdwTAKhW2J3nA8AEowDJKmeleTNxvMpJ+o
heLauNbh5w==
=+SGz
-END PGP SIGNATURE-



pgpKAkkX5Qdnh.pgp
Description: PGP signature


Bug#1015508: marked as done (libopendbx: ftbfs with LTO (link time optimization) enabled)

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 12:19:41 +
with message-id 
and subject line Bug#1015508: fixed in libopendbx 1.4.6-17
has caused the Debian Bug report #1015508,
regarding libopendbx: ftbfs with LTO (link time optimization) enabled
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.)


-- 
1015508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libopendbx
Version: 1.4.6-16
Severity: minor
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-lto

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.  For a background
for LTO please see

https://wiki.debian.org/ToolChain/LTO

The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures.  The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.

To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:

export DEB_BUILD_MAINT_OPTIONS = optimize=+lto

Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:

export DEB_BUILD_MAINT_OPTIONS = optimize=-lto

or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/libopendbx_1.4.6-16_unstable_dpkglto.log
The last lines of the build log are at the end of this report.

[...]
make[2]: Leaving directory '/<>'
make[1]: Leaving directory '/<>'
dh_testdir -a
dh_testroot -a
dh_installdocs -plibopendbx1
dh_installchangelogs -plibopendbx1 ChangeLog
dh_installman -plibopendbx1-dev debian/tmp/usr/share/man/man3/*
dh_install -plibopendbx1 "debian/tmp/usr/lib/libopendbx.so.*" "usr/lib/"
dh_install -plibopendbx1 "debian/tmp/usr/lib/libopendbxplus.so.*" "usr/lib/"
dh_install -plibopendbx1 --autodest "debian/tmp/usr/share/locale/*/*/opendbx.mo"
dh_install -plibopendbx1-dev "debian/tmp/usr/include/opendbx/api" 
"usr/include/opendbx"
dh_install -plibopendbx1-dev "debian/tmp/usr/include/opendbx/api.h" 
"usr/include/opendbx"
dh_install -plibopendbx1-dev "debian/tmp/usr/lib/libopendbx.so" 
"debian/tmp/usr/lib/libopendbx.a" "usr/lib/"
dh_install -plibopendbx1-dev "debian/tmp/usr/lib/libopendbxplus.so" 
"debian/tmp/usr/lib/libopendbxplus.a" "usr/lib/"
dh_install -plibopendbx1-dev "opendbx.pc" "usr/lib/x86_64-linux-gnu/pkgconfig/"
dh_link -plibopendbx1-dev "usr/share/doc/libopendbx1" 
"usr/share/doc/libopendbx1-dev"
dh_link -plibopendbx1-dev "usr/include/opendbx/api.h" "usr/include/odbx.h"
dh_link -popendbx-utils "usr/share/doc/libopendbx1" 
"usr/share/doc/opendbx-utils"
set -e ; \
for be in firebird mssql mysql pgsql odbc sqlite3 sybase ; do \
dh_install  -plibopendbx1-${be} 
"debian/tmp/usr/lib/opendbx/lib${be}backend.so*" "usr/lib/opendbx/" ; \
dh_link -plibopendbx1-${be} "usr/share/doc/libopendbx1" 
"usr/share/doc/libopendbx1-${be}" ; \
done
dh_installman -popendbx-utils debian/tmp/usr/share/man/man1/*
dh_install -popendbx-utils
mv /<>/debian/opendbx-utils/usr/bin/odbxtest.sh 
/<>/debian/opendbx-utils/usr/bin/odbxtest.master
dh_link -a
dh_strip -a
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a --exclude=backend
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libopendbx1/DEBIAN/symbols doesn't match 
completely debian/libopendbx1.symbols
--- debian/libopendbx1.symbols (libopendbx1_1.4.6-16_amd64)
+++ dpkg-gensymbolsdol74R   2022-06-10 08:58:23.522545710 +
@@ -137,17 +137,17 @@
  _ZN7OpenDBX9Conn_ImplD2Ev@Base 1.4.6
  
_ZN7OpenDBX9ExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii@Base
 1.4.6
  
_ZN7OpenDBX9ExceptionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii@Base
 1.4.6
- _ZN7OpenDBX9ExceptionD0Ev@Base 1.4.6
- _ZN7OpenDBX9ExceptionD1Ev@Base 1.4.6
- _ZN7OpenDBX9ExceptionD2Ev@Base 1.4.6
+#MISSING: 1.4.6-16# _ZN7OpenDBX9ExceptionD0Ev@Base 1.4.6
+#MISSING: 1.4.6-16# _ZN7OpenDBX9ExceptionD1Ev@Base 1.4.6
+#MISSING: 1.4.6-16# _ZN7OpenDBX9ExceptionD2Ev@Base 1.4.6
  _ZN7OpenDBX9Stmt_ImplC1EP6odbx_t@Base 1.4.6
  _ZN7OpenDBX9Stmt_ImplC2EP6odbx_t@Base 1.4.6
  _ZNK7OpenDBX9Exception7getCodeEv@Base 1.4.6
  

Bug#1051751: marked as done (libopendbx: Please add support for new arch Loongarch)

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 12:19:41 +
with message-id 
and subject line Bug#1051751: fixed in libopendbx 1.4.6-17
has caused the Debian Bug report #1051751,
regarding libopendbx: Please add support for new arch Loongarch
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.)


-- 
1051751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopendbx Version: 1.4.6-16 Severity: wishlist Tags: patch 
User: debian-de...@lists.debian.org Usertags: loongarch64 Dear 
maintainers,    When I compiled libopendbx for loongarch architecture, 
libopendbx symbols checked fail is happened.


We have added loong64 check for libopendbx symbols, the patch

can be found in the attachment. If you have any questions, you can 
contact me at any time. Thanks!


diff --git a/debian/libopendbx1.symbols b/debian/libopendbx1.symbols
index f385fe0..87505f7 100644
--- a/debian/libopendbx1.symbols
+++ b/debian/libopendbx1.symbols
@@ -53,11 +53,11 @@ libopendbxplus.so.1 libopendbx1 #MINVER#
  _ZN7OpenDBX15StmtSimple_ImplD0Ev@Base 1.4.6
  _ZN7OpenDBX15StmtSimple_ImplD1Ev@Base 1.4.6
  _ZN7OpenDBX15StmtSimple_ImplD2Ev@Base 1.4.6
- (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX3Lob4readEPvj@Base 1.4.6
- (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX3Lob4readEPvm@Base 1.4.6
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !loong64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX3Lob4readEPvj@Base 1.4.6
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX3Lob4readEPvm@Base 1.4.6
  _ZN7OpenDBX3Lob5closeEv@Base 1.4.6
- (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX3Lob5writeEPvj@Base 1.4.6
- (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX3Lob5writeEPvm@Base 1.4.6
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !loong64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX3Lob5writeEPvj@Base 1.4.6
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX3Lob5writeEPvm@Base 1.4.6
  _ZN7OpenDBX3LobC1EPNS_9Lob_IfaceE@Base 1.4.6
  _ZN7OpenDBX3LobC1ERKS0_@Base 1.4.6
  _ZN7OpenDBX3LobC2EPNS_9Lob_IfaceE@Base 1.4.6
@@ -113,11 +113,11 @@ libopendbxplus.so.1 libopendbx1 #MINVER#
  _ZN7OpenDBX6ResultD1Ev@Base 1.4.6
  _ZN7OpenDBX6ResultD2Ev@Base 1.4.6
  _ZN7OpenDBX6ResultaSERKS0_@Base 1.4.6
- (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX8Lob_Impl4readEPvj@Base 1.4.6
- (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX8Lob_Impl4readEPvm@Base 1.4.6
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !loong64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX8Lob_Impl4readEPvj@Base 1.4.6
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX8Lob_Impl4readEPvm@Base 1.4.6
  _ZN7OpenDBX8Lob_Impl5closeEv@Base 1.4.6
- (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX8Lob_Impl5writeEPvj@Base 1.4.6
- (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX8Lob_Impl5writeEPvm@Base 1.4.6
+ (arch=!alpha !amd64 !arm64 !ia64 !kfreebsd-amd64 !loong64 !mips64 !mips64el !ppc64 !ppc64el !riscv64 !s390 !s390x !sparc64)_ZN7OpenDBX8Lob_Impl5writeEPvj@Base 1.4.6
+ (arch=alpha amd64 arm64 ia64 kfreebsd-amd64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390 s390x sparc64)_ZN7OpenDBX8Lob_Impl5writeEPvm@Base 1.4.6
  _ZN7OpenDBX8Lob_ImplC1EP13odbx_result_tPKc@Base 1.4.6
  _ZN7OpenDBX8Lob_ImplC2EP13odbx_result_tPKc@Base 1.4.6
  _ZN7OpenDBX8Lob_ImplD0Ev@Base 1.4.6
--- End Message ---
--- Begin Message ---
Source: libopendbx
Source-Version: 1.4.6-17
Done: Andreas Beckmann 

We believe that the bug you reported is fixed in the latest version of
libopendbx, 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 

libopendbx_1.4.6-17_source.changes ACCEPTED into unstable

2024-04-03 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Apr 2024 13:07:55 +0200
Source: libopendbx
Architecture: source
Version: 1.4.6-17
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1015508 1051751 1065767
Changes:
 libopendbx (1.4.6-17) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with -Werror=implicit-function-declaration.
 (Closes: #1065767)
   * Update .symbols file.
   * Set Rules-Requires-Root: no.
   * Switch to debhelper-compat (= 13).
   * Switch to dh.
   * Enable all hardening flags.
   * Update .symbols for loong64, thanks to yalingfang.  (Closes: #1051751)
   * Mark some symbols as optional if LTO is used.  (Closes: #1015508)
Checksums-Sha1:
 6982206992962d08cb48e97e9e2e4f30b6093eb4 2799 libopendbx_1.4.6-17.dsc
 f523b38346894224146a51fcfe81f7150de2f056 78016 
libopendbx_1.4.6-17.debian.tar.xz
 39d73f3f2f51c3e3642ff4e99685d827fb37360d 9381 
libopendbx_1.4.6-17_source.buildinfo
Checksums-Sha256:
 f7d865d44313aa99bdeff36394c13a4572c95b1f8ef06cc263ef5a41605421ab 2799 
libopendbx_1.4.6-17.dsc
 7ff24220688e571afd018994079f56689b2f78869f6c850151220f57a05412ce 78016 
libopendbx_1.4.6-17.debian.tar.xz
 c6591d94cc7547ac3368c1b5dba453836035f603d38a8f2e897c606253eef10d 9381 
libopendbx_1.4.6-17_source.buildinfo
Files:
 78bb003d23404d86468ad36a833c0bf3 2799 libs optional libopendbx_1.4.6-17.dsc
 1f8688e331c51a1e9b39b53e8f1d3a71 78016 libs optional 
libopendbx_1.4.6-17.debian.tar.xz
 65b1041959b26a44b843be57409eab71 9381 libs optional 
libopendbx_1.4.6-17_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNORQQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCII/D/9CP4fo+OMq7HNSbG+towAkZEo1S6wDW4ND
wgXDKmtZAG7VxKUaANodutQCVO63ZQG3YL8z02nfaWty+6SD8lBHxLAnFA2tsKCu
hxnq2WtiowvU3zHqKjbDReWcxI5zCi7bjPG7o+XzQ9yJEt+Z+4mX3b0OC9FbQhII
Vrer0mxgSfI9g0l8BU5ecxOi4TskhxDIknPXCbA9suGKY/ALfjut47+eu4ERyk6p
pj2n2o51RWSI6RE4EaQOh6JBNPoJfFBzWsOPeJy18lGHP5CIajk12JUguU3mt1hp
mkBdP8lmjJ+l4kA/+Ruz3uBWkluHu0t9LEsDBzGda2UTtSyrF9vTFi/7xOI65Byf
s7ZzoT8+s1r1O1t7L48NMNUBxHuc/RmPasfBHeLc4OXr0ue7BfxQvmEtfmdCQJSc
LJlpUyBTPr5xSK/KmEnrOwhIbrZbkl2eTdD2YhRn3cAs53VSXlLm/UD+LmRNyg7r
wkKNCVFHFg5D2IjX06wOsJXdPJY/fkbs+XdUkwI/uFYZZQCmeyzLQsU5BCIuvi84
eWkDWeTARtbObouH1z1IMZhpiMyQlathYtdBEc5a5efb5q+h2wMqlDl7/quXlaHl
YDGGQCAqXl5wUaYebdyu1mUljsSYHBdqIIiXJdW9107hKkAEZRwkx0AStg7hlujr
Jh2AupJ9CQ==
=HY4B
-END PGP SIGNATURE-



pgpHwK3PwcYj5.pgp
Description: PGP signature


Processing of trickle_1.07-13_source.changes

2024-04-03 Thread Debian FTP Masters
trickle_1.07-13_source.changes uploaded successfully to localhost
along with the files:
  trickle_1.07-13.dsc
  trickle_1.07-13.debian.tar.xz
  trickle_1.07-13_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of libopendbx_1.4.6-17_source.changes

2024-04-03 Thread Debian FTP Masters
libopendbx_1.4.6-17_source.changes uploaded successfully to localhost
along with the files:
  libopendbx_1.4.6-17.dsc
  libopendbx_1.4.6-17.debian.tar.xz
  libopendbx_1.4.6-17_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of gimp-gap_2.6.0+dfsg-8_source.changes

2024-04-03 Thread Debian FTP Masters
gimp-gap_2.6.0+dfsg-8_source.changes uploaded successfully to localhost
along with the files:
  gimp-gap_2.6.0+dfsg-8.dsc
  gimp-gap_2.6.0+dfsg-8.debian.tar.xz
  gimp-gap_2.6.0+dfsg-8_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1068059: marked as done (Update Build-Depends for the time64 library renames)

2024-04-03 Thread Debian Bug Tracking System
Your message dated Wed, 03 Apr 2024 10:04:53 +
with message-id 
and subject line Bug#1068059: fixed in gimp-gap 2.6.0+dfsg-8
has caused the Debian Bug report #1068059,
regarding Update Build-Depends for the time64 library renames
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.)


-- 
1068059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gimp-gap
Version: 2.6.0dfsg-7
Severity: serious
Tags: ftbfs

The package explicitly Build-Depends: libglib2.0-0, this needs to be changed to
libglib2.0-0t64 if it's needed at all.


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: gimp-gap
Source-Version: 2.6.0+dfsg-8
Done: Andreas Beckmann 

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated gimp-gap 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: Wed, 03 Apr 2024 11:45:25 +0200
Source: gimp-gap
Architecture: source
Version: 2.6.0+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1068059
Changes:
 gimp-gap (2.6.0+dfsg-8) unstable; urgency=medium
 .
   * QA upload.
   * Drop superfluous Build-Depends: libglib2.0-0.  (Closes: #1068059)
   * Build with dh_autoreconf and fix linking with -lm.
   * Set Rules-Requires-Root: no.
   * Whitespace cleanup.
Checksums-Sha1:
 d4bf53aeed9445065a06cb372f19918ca949dda6 1959 gimp-gap_2.6.0+dfsg-8.dsc
 1257f20e7364cd86326607dfff8f068372b2bbc5 7000 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 d09b9edcf128e89f3b1e5ba9223914374645ab99 13533 
gimp-gap_2.6.0+dfsg-8_source.buildinfo
Checksums-Sha256:
 0f1c17044879f6509fa3cda0ca460d916db8b17cc013e317f54e8dc3dc4328ea 1959 
gimp-gap_2.6.0+dfsg-8.dsc
 35f6c1d462454132460271d35ce8245e228b0d9b0ef3386a5cff879ce96de33c 7000 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 bac2ba6149a72bd1a591e77498828f53739199645b5e3baea768569915da27d8 13533 
gimp-gap_2.6.0+dfsg-8_source.buildinfo
Files:
 86495b18ea89ca11070f0397aee90c4c 1959 graphics optional 
gimp-gap_2.6.0+dfsg-8.dsc
 53c306b8d70c11e5ddd65013f419c7b7 7000 graphics optional 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 d0cb99e886118629121d576b4d2d9981 13533 graphics optional 
gimp-gap_2.6.0+dfsg-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNJYYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCGBlD/45EWAW8RgREvGajFrPprJcAxMp4ANR8Y/c
JJohqFOsC7jbIufpyf1Hj47gRjAdsxOEuOVEu74+mt/3bcsWQTPBOubUbSZOjVnh
ebkXLrQ0Sc8Lxc1wbrxTN/qSnEmnryevWqi/AO3VDjqTtTq2eArwZbdCkweWWKk5
RbgRgxclKY+j6f/sVcXAasg3DAASMIMjgbUInRvjSKgKc+9lStBxEVgMlucx89qB
zBniEmwuL2WO0D2SCxWxB5/0rvOuoA4ktBkSR2G2xcPL+H1rMsW55Cvbz7uvrkk/
Y/jiIlPqhwd4p1GQJYgbF45ovg9V6qedA7bZuUg+ZiuPmd+FkG2mvVcqzh7+YhZT
C0tUUmLahEn781e7lyp57kAb5tOBlmVn+ds6XxNcda+8j4887onjqrQLfPsSQwX1
RiNPja7DTGFM+/MZ75EuSIGEVVwQ7Wd25VLQmRBPCN1YgTpop7OgW/jHX6nmXv2y
T84+1zVzcItH3S8Zh7BmlPGgDTCByJBH2B3qRLM/FRvwHLZZPWGU3Ycze2aeolDS
HWo5fnBluWWo284HQrHZxVZzS5EpWzSZ6ylroDZvwTNaO14AzYSOG5/T5ztMgOzf
rChI+V9cig/lL7BwZNpxZayTsGWNvSwKVK2yoNMXLPtj/Jvdv9urtP3p0lBIFpi8
TFnzLzawOQ==
=rjWB
-END PGP SIGNATURE-



pgp9l5cOtroTY.pgp
Description: PGP signature
--- End Message ---


gimp-gap_2.6.0+dfsg-8_source.changes ACCEPTED into unstable

2024-04-03 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 03 Apr 2024 11:45:25 +0200
Source: gimp-gap
Architecture: source
Version: 2.6.0+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1068059
Changes:
 gimp-gap (2.6.0+dfsg-8) unstable; urgency=medium
 .
   * QA upload.
   * Drop superfluous Build-Depends: libglib2.0-0.  (Closes: #1068059)
   * Build with dh_autoreconf and fix linking with -lm.
   * Set Rules-Requires-Root: no.
   * Whitespace cleanup.
Checksums-Sha1:
 d4bf53aeed9445065a06cb372f19918ca949dda6 1959 gimp-gap_2.6.0+dfsg-8.dsc
 1257f20e7364cd86326607dfff8f068372b2bbc5 7000 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 d09b9edcf128e89f3b1e5ba9223914374645ab99 13533 
gimp-gap_2.6.0+dfsg-8_source.buildinfo
Checksums-Sha256:
 0f1c17044879f6509fa3cda0ca460d916db8b17cc013e317f54e8dc3dc4328ea 1959 
gimp-gap_2.6.0+dfsg-8.dsc
 35f6c1d462454132460271d35ce8245e228b0d9b0ef3386a5cff879ce96de33c 7000 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 bac2ba6149a72bd1a591e77498828f53739199645b5e3baea768569915da27d8 13533 
gimp-gap_2.6.0+dfsg-8_source.buildinfo
Files:
 86495b18ea89ca11070f0397aee90c4c 1959 graphics optional 
gimp-gap_2.6.0+dfsg-8.dsc
 53c306b8d70c11e5ddd65013f419c7b7 7000 graphics optional 
gimp-gap_2.6.0+dfsg-8.debian.tar.xz
 d0cb99e886118629121d576b4d2d9981 13533 graphics optional 
gimp-gap_2.6.0+dfsg-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYNJYYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCGBlD/45EWAW8RgREvGajFrPprJcAxMp4ANR8Y/c
JJohqFOsC7jbIufpyf1Hj47gRjAdsxOEuOVEu74+mt/3bcsWQTPBOubUbSZOjVnh
ebkXLrQ0Sc8Lxc1wbrxTN/qSnEmnryevWqi/AO3VDjqTtTq2eArwZbdCkweWWKk5
RbgRgxclKY+j6f/sVcXAasg3DAASMIMjgbUInRvjSKgKc+9lStBxEVgMlucx89qB
zBniEmwuL2WO0D2SCxWxB5/0rvOuoA4ktBkSR2G2xcPL+H1rMsW55Cvbz7uvrkk/
Y/jiIlPqhwd4p1GQJYgbF45ovg9V6qedA7bZuUg+ZiuPmd+FkG2mvVcqzh7+YhZT
C0tUUmLahEn781e7lyp57kAb5tOBlmVn+ds6XxNcda+8j4887onjqrQLfPsSQwX1
RiNPja7DTGFM+/MZ75EuSIGEVVwQ7Wd25VLQmRBPCN1YgTpop7OgW/jHX6nmXv2y
T84+1zVzcItH3S8Zh7BmlPGgDTCByJBH2B3qRLM/FRvwHLZZPWGU3Ycze2aeolDS
HWo5fnBluWWo284HQrHZxVZzS5EpWzSZ6ylroDZvwTNaO14AzYSOG5/T5ztMgOzf
rChI+V9cig/lL7BwZNpxZayTsGWNvSwKVK2yoNMXLPtj/Jvdv9urtP3p0lBIFpi8
TFnzLzawOQ==
=rjWB
-END PGP SIGNATURE-



pgpp7rCoxUFUg.pgp
Description: PGP signature