Your message dated Tue, 19 Mar 2024 13:49:34 +0000
with message-id <e1rmzqq-002rdv...@fasolo.debian.org>
and subject line Bug#1065375: fixed in bc 1.07.1-4
has caused the Debian Bug report #1065375,
regarding bc fails to build with abi=time64
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.)


-- 
1065375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bc
Version: bc 1.07.1-3
Severity: serious
Tags: sid trixie patch

bc fails to build with abi=time64, which turns on -Werror=implicit-function-declaration.
  * Avoid -Wimplicit-function-declaration warnings.
 
diff -Nru bc-1.07.1/debian/patches/no-implicit-function-declaration.diff bc-1.07.1/debian/patches/no-implicit-function-declaration.diff
--- bc-1.07.1/debian/patches/no-implicit-function-declaration.diff	1970-01-01 01:00:00.000000000 +0100
+++ bc-1.07.1/debian/patches/no-implicit-function-declaration.diff	2024-03-03 13:40:56.000000000 +0100
@@ -0,0 +1,50 @@
+--- a/dc/dc.c
++++ b/dc/dc.c
+@@ -47,6 +47,7 @@
+ #include <unistd.h>
+ #include "dc.h"
+ #include "dc-proto.h"
++#include "number.h"
+ 
+ #ifndef EXIT_SUCCESS	/* C89 <stdlib.h> */
+ # define EXIT_SUCCESS	0
+--- a/dc/eval.c
++++ b/dc/eval.c
+@@ -41,6 +41,7 @@
+ #endif
+ #include "dc.h"
+ #include "dc-proto.h"
++#include "number.h"
+ 
+ typedef enum {DC_FALSE, DC_TRUE} dc_boolean;
+ 
+--- a/dc/misc.c
++++ b/dc/misc.c
+@@ -47,6 +47,7 @@
+ #include <getopt.h>
+ #include "dc.h"
+ #include "dc-proto.h"
++#include "number.h"
+ 
+ #ifndef EXIT_FAILURE	/* C89 <stdlib.h> */
+ # define EXIT_FAILURE	1
+--- a/dc/stack.c
++++ b/dc/stack.c
+@@ -33,6 +33,7 @@
+ #include "dc.h"
+ #include "dc-proto.h"
+ #include "dc-regdef.h"
++#include "number.h"
+ 
+ /* an oft-used error message: */
+ #define Empty_Stack do{					\
+--- a/dc/string.c
++++ b/dc/string.c
+@@ -45,6 +45,7 @@
+ #endif
+ #include "dc.h"
+ #include "dc-proto.h"
++#include "number.h"
+ 
+ /* here is the completion of the dc_string type: */
+ struct dc_string {
diff -Nru bc-1.07.1/debian/patches/series bc-1.07.1/debian/patches/series
--- bc-1.07.1/debian/patches/series	2019-12-05 20:35:54.000000000 +0100
+++ bc-1.07.1/debian/patches/series	2024-03-03 13:38:34.000000000 +0100
@@ -5,3 +5,4 @@
 06_read_dcrc.diff
 07_bc_man.diff
 08_no-make-circular-dependencies.diff
+no-implicit-function-declaration.diff

--- End Message ---
--- Begin Message ---
Source: bc
Source-Version: 1.07.1-4
Done: Ryan Kavanagh <r...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bc, 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.
Ryan Kavanagh <r...@debian.org> (supplier of updated bc 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 14:06:49 -0400
Source: bc
Architecture: source
Version: 1.07.1-4
Distribution: unstable
Urgency: medium
Maintainer: Ryan Kavanagh <r...@debian.org>
Changed-By: Ryan Kavanagh <r...@debian.org>
Closes: 1043703 1065375
Changes:
 bc (1.07.1-4) unstable; urgency=medium
 .
   [ Gürkan Myczko ]
   * add d/clean so one can debuild several times (say with CC=clang)
     (Closes: #1043703)
 .
   [ Ryan Kavanagh ]
   * Mark all patches as forwarded
   * wrap-and-sort packaging
   * Bump compat level to 13
   * Switch to gbp-pq
   * Fix implicit declarations in 05_notice_read_write_errors.diff that cause
     FTBFS (Closes: #1065375)
   * Bump standards version to 4.6.2, no changes required
   * Bump copyright years
   * Fix 04_info_dircategory.diff to actually set the info dircategory for dc
     to Math
Checksums-Sha1:
 63634608e7c238e698868909084e6896c2e3d341 1884 bc_1.07.1-4.dsc
 56a05afa0ffda2e5f8d83be7584afda9a87ee37d 25140 bc_1.07.1-4.debian.tar.xz
 bec65d838b00a6263378a08cad180a94549e75df 7473 bc_1.07.1-4_amd64.buildinfo
Checksums-Sha256:
 bd9acd6ac43d7729c02e6d362b1d5601c1733ad4fa6ac64d8b317d98135a4f5b 1884 
bc_1.07.1-4.dsc
 3d73fa24dfc196df0d3d45fa5feede4108bd8442c256a40159db28131008abe9 25140 
bc_1.07.1-4.debian.tar.xz
 013822f406e227496fd9d84a9e431b9dca9ed132a46110bbf8f207562e4522e6 7473 
bc_1.07.1-4_amd64.buildinfo
Files:
 c6e1565a15e7e2c2afac807ec48b9fd5 1884 math standard bc_1.07.1-4.dsc
 ed084931c28ce41d888e6acd28c383d2 25140 math standard bc_1.07.1-4.debian.tar.xz
 40c37f549e7e69dfeda6be9df679e86f 7473 math standard bc_1.07.1-4_amd64.buildinfo

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

iQJCBAEBCgAtFiEEP7FHOW9as2zJ9q6CWXuniu1D+jAFAmX5kj4PHHJha0BkZWJp
YW4ub3JnAAoJEFl7p4rtQ/owv1oP93On+9ggKXRgfQHDvsOakB6knxYEjzbOH2qB
pKBUc026Tv2Esb1QV1l1VqW+DQTsEW3OSOugYawKgjJ8wTkvox0qDINAEMsUuOPT
MfpRZ3zVGdmQGuEa+ZojHA0tVPctOoLtHcWP1r+G4w1SFv4jdDIqngEDmJKmhTlu
FN5De1CftDdydqunQZ9EkbGtU7KL3mrdlYx/VI6hQdYUHRXZrgeOuXV5NsBCc6mb
Al6N0wcICFeFxB3b+8amHStKy2ZNedHZSmn6qXQKzw342E6Nw3dKw8ljKWJgGAON
QlXGMXSwH0ZgB02TDbrrKzNyPIoyoxPtDgEPVdDxY4wtwxOSrOywIXkKzjnhNrx8
1pYGINyX0eOzANA/4hQYN5moc5nDKmpoUhVPN3pXnMctWCQbC8OylJEYun4QoEku
2qEKDXyHefEODFHPhBmnxNlPl2hKJNdGykuZgiGH6VgiMOXSlFq7DDsG4ce9gppi
H6hBG5co4hiFyBlFm/NHWMUk8O56gG3lOIF3mDXMK4iHWFELaq2Oc1L6hgOPwVXh
GdLtfi+AQwTklkL0jjpWJngyEd+HGlV1c/Xg1+ELlCHJlNELvx0DS3ygasOBdxy2
rF84uI6Lzi2T9oKcPHbdB81S89tuApv2qfMmqFaZVhWaaY4zjLX+JfN1Y0q+eWhQ
3fXxd74=
=xlPo
-----END PGP SIGNATURE-----

Attachment: pgpPqNo6PXZpu.pgp
Description: PGP signature


--- End Message ---

Reply via email to