Your message dated Thu, 20 Jun 2024 08:52:45 +0000 with message-id <E1sKDXB-009seg-Db@fasolo.debian.org> and subject line Bug#1073320: fixed in eurephia 1.1.1-3 has caused the Debian Bug report #1073320, regarding eurephia: FTBFS: eurephia_nullsafe.h:47:43: error: implicit declaration of function ‘atoi’ [-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 owner@bugs.debian.org immediately.) -- 1073320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073320 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: eurephia: FTBFS: eurephia_nullsafe.h:47:43: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Sun, 16 Jun 2024 14:51:45 +0200
- Message-id: <[🔎] Zm7f4bBFShaqTm4l@grub.nussbaum.fr>
Source: eurephia Version: 1.1.1-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20240615 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[3]: Entering directory '/<<PKGBUILDDIR>>' > [ 1%] Building C object common/CMakeFiles/eurephiacommon.dir/certinfo.c.o > [ 2%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_getsym.c.o > [ 4%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_log.c.o > [ 5%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_nullsafe.c.o > [ 6%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_values.c.o > [ 8%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_cfgfile.c.o > [ 9%] Building C object common/CMakeFiles/eurephiacommon.dir/passwd.c.o > /<<PKGBUILDDIR>>/common/passwd.c: In function ‘eurephia_pwd_crypt’: > /<<PKGBUILDDIR>>/common/passwd.c:530:17: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] > 530 | strncpy(saltstr, saltinfo, strlen(saltinfo)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/common/passwd.c:530:17: note: length computed here > 530 | strncpy(saltstr, saltinfo, strlen(saltinfo)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > [ 11%] Building C object common/CMakeFiles/eurephiacommon.dir/randstr.c.o > /<<PKGBUILDDIR>>/common/randstr.c: In function ‘eurephia_randstring’: > /<<PKGBUILDDIR>>/common/randstr.c:65:17: warning: ‘RAND_pseudo_bytes’ is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] > 65 | if( RAND_pseudo_bytes((unsigned char *) rndstr, len) ) { > | ^~ > In file included from /<<PKGBUILDDIR>>/common/randstr.c:33: > /usr/include/openssl/rand.h:79:29: note: declared here > 79 | OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num); > | ^~~~~~~~~~~~~~~~~ > [ 12%] Building C object common/CMakeFiles/eurephiacommon.dir/sha512.c.o > [ 13%] Building C object common/CMakeFiles/eurephiacommon.dir/__/database/eurephiadb.c.o > [ 15%] Building C object common/CMakeFiles/eurephiacommon.dir/eurephia_xml.c.o > In file included from /<<PKGBUILDDIR>>/common/eurephia_xml.c:40: > /<<PKGBUILDDIR>>/common/eurephia_xml.c: In function ‘eurephiaXML_getRoot’: > /<<PKGBUILDDIR>>/common/./eurephia_nullsafe.h:47:43: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration] > 47 | #define atoi_nullsafe(str) (str != NULL ? atoi(str) : 0) > | ^~~~ > /<<PKGBUILDDIR>>/common/eurephia_xml.c:183:21: note: in expansion of macro ‘atoi_nullsafe’ > 183 | xmlformat = atoi_nullsafe(xmlformat_str); > | ^~~~~~~~~~~~~ > cc1: some warnings being treated as errors > make[3]: *** [common/CMakeFiles/eurephiacommon.dir/build.make:205: common/CMakeFiles/eurephiacommon.dir/eurephia_xml.c.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/06/15/eurephia_1.1.1-2_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lucas@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 ---
- To: 1073320-close@bugs.debian.org
- Subject: Bug#1073320: fixed in eurephia 1.1.1-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 20 Jun 2024 08:52:45 +0000
- Message-id: <E1sKDXB-009seg-Db@fasolo.debian.org>
- Reply-to: Andreas Beckmann <anbe@debian.org>
Source: eurephia Source-Version: 1.1.1-3 Done: Andreas Beckmann <anbe@debian.org> We believe that the bug you reported is fixed in the latest version of eurephia, 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 1073320@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Beckmann <anbe@debian.org> (supplier of updated eurephia 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 20 Jun 2024 09:36:49 +0200 Source: eurephia Architecture: source Version: 1.1.1-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Andreas Beckmann <anbe@debian.org> Closes: 1073320 Changes: eurephia (1.1.1-3) unstable; urgency=medium . * QA upload. * Fix building with -Werror=implicit-function-declaration. (Closes: #1073320) * Switch from transitional pkg-config to pkgconf. * Declare Rules-Requires-Root: no. * Build verbosely. * Set locale to POSIX for reproducible timestamps. * Fix omission of CPPFLAGS. Checksums-Sha1: 3853e3453ce02f0e9fe54d7388fa482d98c1f004 1929 eurephia_1.1.1-3.dsc b4893bc7b833db9be3460f692a9f9ceca021473c 4996 eurephia_1.1.1-3.debian.tar.xz 52b38eda2e7b23bb5cde12f013a1f92fbdf2dfdd 7008 eurephia_1.1.1-3_source.buildinfo Checksums-Sha256: 743f734678b11ff086e5932a0872e02d62a0937e90df33e80c576ff348807476 1929 eurephia_1.1.1-3.dsc 86e13a98a6a6ef82b24cdb63e91c89b87def674c7f3618409f10c40587f5d372 4996 eurephia_1.1.1-3.debian.tar.xz 27ce36297c574c8b99469b81da2f4864c6dcc6cd4e51e2d8baf3ac2cc722129a 7008 eurephia_1.1.1-3_source.buildinfo Files: 9c1b7ec34c382b937cb6ef96d6baa44c 1929 net optional eurephia_1.1.1-3.dsc 8f8dc3d09c10bc2eed72d22f4ca77af6 4996 net optional eurephia_1.1.1-3.debian.tar.xz 8a28c18472c5176ba15d768d47b1059f 7008 net optional eurephia_1.1.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZz3KoQHGFuYmVAZGVi aWFuLm9yZwAKCRBfsz+TWentCLbgD/0Z08h/Du4Zr7ZCOUEfiYG4z8rKnktUy8Ej /hlZ/dIiK5gZvJ7ckKzxNl5hQqWhb9qEwzVZavtW4i2Ak4hRJZgmiL93YQGPBQb7 VbzgdzD2mCjpsihXqUUpShGFKhOSbPmfuvm6rI5f9nQO6e2qERgAU94gufFtPntu rUzhwXysVwKXNCk23JT7voXjqqXLCu/msNncPKwCuedSaz52VJu0Su0+DGGyabse M0YM3vaqedct0mpNKLISSfU5forvpgwguEZcB/9WT+ZVWUUpuUkXaiGyLNB4mVQB WN/hsgMwe6kfv8hWCF2GIMtPI7toe/E06p7wF3wgIfJbA3i9FDX2JgJ5/eojYNrC CtW0xkHJT/5P2XWF2xj/1TAjBaEkv1KuB1uaCO+hWbAHvGYoY/r5UzSoaz7QCQsn ElyndXrC9MZjpRf9oAeFGAxGkWy9nPNVir7vY8ek5xxodjKpEvPEQoeZHiL5jEMW 3LVoHYBxJJOzMkHuU85d+U0URGj4FPHeldprww4jK6TTVCF0Q5gHphz7lLCDlgbT TQ4Di8+MoxmVzcaBJnD1+tPSjjU5D8QXsZ5DlDY7MIM+0defECtDq8GmRQisrIbk 8w9yImETZntRlUm/TbsvvMEa1A4tdVy/lAXgJuau6zL2rGtrBRh91h9eLZRidB91 TRn00Li+GA== =9G0b -----END PGP SIGNATURE-----Attachment: pgpQiU86iBXW1.pgp
Description: PGP signature
--- End Message ---