Your message dated Fri, 08 Mar 2024 19:50:47 +0000
with message-id <e1rigex-0027bn...@fasolo.debian.org>
and subject line Bug#1065489: fixed in mongo-c-driver 1.26.1-1
has caused the Debian Bug report #1065489,
regarding mongo-c-driver: FTBFS on armhf: format ‘%ld’ expects argument of type 
‘long int’, but argument 4 has type ‘__suseconds64_t’ {aka ‘long long int’}
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.)


-- 
1065489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mongo-c-driver
Version: 1.26.0-1.1
Severity: serious
Tags: ftbfs
User: debian-...@lists.debian.org
Usertags: time-t

Dear Maintainer,

mongo-c-driver fails to build from source on armhf. The failure may be
explained with the build flags introduced for the time64 migration,
which are on by default on armhf:

 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 
-Werror=implicit-function-declaration

[ 37%] Building C object 
src/libmongoc/CMakeFiles/mongoc_static.dir/src/mongoc/mongoc-error.c.o
cd /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libmongoc && /usr/bin/cc 
-DBSON_STATIC -DHAVE_STDARG_H -DHAVE_UNISTD_H -DKMS_MESSAGE_ENABLE_CRYPTO 
-DKMS_MESSAGE_ENABLE_CRYPTO_LIBCRYPTO -DKMS_MESSAGE_LITTLE_ENDIAN 
-DKMS_MSG_STATIC -DMCOMMON_NAME_PREFIX=_mongoc_mcommon -DMONGOC_COMPILATION 
-DMONGOC_STATIC -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 
-I/<<PKGBUILDDIR>>/src/libmongoc/../kms-message/src 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libmongoc/src 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libmongoc/src/mongoc 
-I/<<PKGBUILDDIR>>/src/libmongoc/src 
-I/<<PKGBUILDDIR>>/src/libmongoc/src/mongoc 
-I/<<PKGBUILDDIR>>/src/libmongoc/../../src/common 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libmongoc/../../src 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libmongoc/../../src/common 
-I/<<PKGBUILDDIR>>/src/libbson/src 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/libbson/src 
-I/<<PKGBUILDDIR>>/src/common 
-I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/src/common -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 -Werror=implicit 
-Werror=return-type -Werror=incompatible-pointer-types -Werror=int-conversion 
-Werror=discarded-qualifiers -Werror=uninitialized -Werror -pedantic -Wall 
-Wempty-body -Wexpansion-to-defined -Wformat -Wformat-nonliteral 
-Wformat-security -Winit-self -Wmissing-include-dirs -Wredundant-decls -Wshadow 
-Wstrict-prototypes -Wswitch-default -Wswitch-enum -Wundef -Wuninitialized 
-Wno-strict-aliasing -fPIC -DUTF8PROC_EXPORTS -MD -MT 
src/libmongoc/CMakeFiles/mongoc_static.dir/src/mongoc/mongoc-error.c.o -MF 
CMakeFiles/mongoc_static.dir/src/mongoc/mongoc-error.c.o.d -o 
CMakeFiles/mongoc_static.dir/src/mongoc/mongoc-error.c.o -c 
/<<PKGBUILDDIR>>/src/libmongoc/src/mongoc/mongoc-error.c
/<<PKGBUILDDIR>>/src/libmongoc/src/mongoc/mongoc-log.c: In function 
‘mongoc_log_default_handler’:
/<<PKGBUILDDIR>>/src/libmongoc/src/mongoc/mongoc-log.c:215:21: error: format 
‘%ld’ expects argument of type ‘long int’, but argument 4 has type 
‘__suseconds64_t’ {aka ‘long long int’} [-Werror=format=]
  215 |             "%s.%04ld: [%5d]: %8s: %12s: %s\n",
      |                 ~~~~^
      |                     |
      |                     long int
      |                 %04lld
  216 |             nowstr,
  217 |             tv.tv_usec / 1000L,
      |             ~~~~~~~~~~~~~~~~~~
      |                        |
      |                        __suseconds64_t {aka long long int}
cc1: all warnings being treated as errors
make[3]: *** [src/libmongoc/CMakeFiles/mongoc_shared.dir/build.make:765: 
src/libmongoc/CMakeFiles/mongoc_shared.dir/src/mongoc/mongoc-log.c.o] Error 1

--- End Message ---
--- Begin Message ---
Source: mongo-c-driver
Source-Version: 1.26.1-1
Done: Kyle Kloberdanz <kyle.kloberd...@mongodb.com>

We believe that the bug you reported is fixed in the latest version of
mongo-c-driver, 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.
Kyle Kloberdanz <kyle.kloberd...@mongodb.com> (supplier of updated 
mongo-c-driver 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: Fri, 08 Mar 2024 10:44:18 -0600
Source: mongo-c-driver
Architecture: source
Version: 1.26.1-1
Distribution: unstable
Urgency: medium
Maintainer: Mongo C Driver Team <mongo-c-driver-deb...@googlegroups.com>
Changed-By: Kyle Kloberdanz <kyle.kloberd...@mongodb.com>
Closes: 1065489
Changes:
 mongo-c-driver (1.26.1-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #1065489)
Checksums-Sha1:
 cca5a547417d12bbed0b6697cafdd19474afa8cd 2737 mongo-c-driver_1.26.1-1.dsc
 fdcfcc8f220b04ae713de978aeefead8b6afd65e 6755501 
mongo-c-driver_1.26.1.orig.tar.gz
 473a7ccaef8d8398ad34f293051e5df655540674 12852 
mongo-c-driver_1.26.1-1.debian.tar.xz
 9d5534d35fc27e3b27e4c05f3c60e0956bb672ea 10736 
mongo-c-driver_1.26.1-1_amd64.buildinfo
Checksums-Sha256:
 997e96b116fdcda7185d861dfb0399c7251c339da186794e25160db700a40c7a 2737 
mongo-c-driver_1.26.1-1.dsc
 5143dd21922723e11956c4b8ba4143c87a90ee44f3b7134cb8b9c68342a91298 6755501 
mongo-c-driver_1.26.1.orig.tar.gz
 ef77c6a46330936df3d64caaa19a0d6351b5c348848399bbb93f02cf284891de 12852 
mongo-c-driver_1.26.1-1.debian.tar.xz
 29437ccd644d35a4fbcca1d61dfdb0b4519ff8bf467a83333837587d1c20ab04 10736 
mongo-c-driver_1.26.1-1_amd64.buildinfo
Files:
 2e9ef87e16466ca52d22ba56ba2af5fe 2737 libs optional mongo-c-driver_1.26.1-1.dsc
 5f1721f36811534b7db7716f8caafdef 6755501 libs optional 
mongo-c-driver_1.26.1.orig.tar.gz
 d7fc73576f683d72406eb39488e4dd4f 12852 libs optional 
mongo-c-driver_1.26.1-1.debian.tar.xz
 1be2d3c97fb88b6bc34cb4f41874cb52 10736 libs optional 
mongo-c-driver_1.26.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEIYZ1DR4ae5UL01q7ldFmTdL1kUIFAmXraEEACgkQldFmTdL1
kUJ8OBAAr0ZsTd8G7Tz3uV7AR7Po90UciZYBwVurgMLzbW0OUkt4poXBVbH1km5J
V5h5G7DoSPruvM3t9KXjZJwtxRu7L2D4hn/XU4bJrue3yCXVDlEC0OYX2ugBkB5w
zJNm0y1o+hPKOrINXFhDeYNy+D5IgN3tD4kJkQ29xC+ajitYIvrO/FqIvIRM7CMN
A1L7eeusshQVFhfnUPuG/rNGTqldkiepul4H6ERv/KX+hQHJAXsmLXXfWHwgTT+l
3GzZ3EpvY2tw0L14uicp9DcBqgaNgdNsXjemkqyIuiB+JGSb+AJY0zK5skSBb2ht
MVRjR0OTr4KJvmly30Qq4ZwNPE0rCAPuoJlFPmD9IxuPgyBo0BvKvw+kGKCpGzcV
lgoD1awvc+6UxDQ5iKpy4ivR7S33mxfwCTyqDzO9S6C/tSV2A7ywrnSwe4T+8g16
hy6MQol2tqEyzSymLlo+pXlDikQJj3v/4fRHtV1ita9cDnqx1ycW+hdvu8UW7gdX
9u57juf4Puya+iLBLyceBh6A9y0J5y+oK6hEJen+jhaTP8S+n36J/v/UOjky14WX
NPm2B0+IRJNV9Nfkdl1uGdzbsICBX/Z/P8/g/730e82qHDKo+bzxNmCkKVj6c50R
lfF9vSNT3HdyHnvgl//gF4ETOuMlpu8eeTlG5U+8zKtw2CA1b3k=
=bPEf
-----END PGP SIGNATURE-----

Attachment: pgpLdXXHeQPmR.pgp
Description: PGP signature


--- End Message ---

Reply via email to