Your message dated Mon, 12 Aug 2024 11:50:57 +0000
with message-id <e1sdtzh-00394z...@fasolo.debian.org>
and subject line Bug#1073323: fixed in sc-im 0.8.3+ds-4
has caused the Debian Bug report #1073323,
regarding sc-im: FTBFS: formats/ods.c:97:28: error: implicit declaration of 
function ‘malloc’ [-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.)


-- 
1073323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sc-im
Version: 0.8.3+ds-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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):
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -DNCURSES -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DSNAME=\"sc-im\" 
> -DHELP_PATH=\"/usr/share/sc-im\" -DLIBDIR=\"/usr/share/doc/sc-im\" 
> -DDFLT_PAGER=\"less\" -DDFLT_EDITOR=\"vim\" -DUSECOLORS 
> -DHISTORY_FILE=\"sc-iminfo\" -DHISTORY_DIR=\".cache\" 
> -DCONFIG_FILE=\"scimrc\" -DCONFIG_DIR=\".config/sc-im\" 
> -DINS_HISTORY_FILE=\"sc-iminfo\" -DUNDO -DMAXROWS=65536 -DUSELOCALE -DMOUSE 
> -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\" 
> -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\" 
> -DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\" -DAUTOBACKUP -DHAVE_PTHREAD 
> -DGNUPLOT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DODS -DXLSX 
> -I/usr/include/libxml2  -DXLUA -I/usr/include/lua5.4  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o formats/xlsx.o formats/xlsx.c
> formats/ods.c: In function ‘open_ods’:
> formats/ods.c:97:28: error: implicit declaration of function ‘malloc’ 
> [-Werror=implicit-function-declaration]
>    97 |         content = (char *) malloc(sb_content.size);
>       |                            ^~~~~~
> formats/ods.c:58:1: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘malloc’
>    57 | #include "../utils/string.h"
>   +++ |+#include <stdlib.h>
>    58 | #endif
> formats/ods.c:97:28: warning: incompatible implicit declaration of built-in 
> function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>    97 |         content = (char *) malloc(sb_content.size);
>       |                            ^~~~~~
> formats/ods.c:97:28: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘malloc’
> formats/ods.c:101:13: error: implicit declaration of function ‘free’ 
> [-Werror=implicit-function-declaration]
>   101 |             free(content);
>       |             ^~~~
> formats/ods.c:101:13: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> formats/ods.c:101:13: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
> formats/ods.c:101:13: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> formats/ods.c:120:30: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   120 |         if (content != NULL) free(content);
>       |                              ^~~~
> formats/ods.c:120:30: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> formats/ods.c:168:24: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   168 |                        free(strf);
>       |                        ^~~~
> formats/ods.c:168:24: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> formats/ods.c:211:35: error: implicit declaration of function ‘atof’ 
> [-Werror=implicit-function-declaration]
>   211 |                        double l = atof((char *) value);
>       |                                   ^~~~
> formats/ods.c:223:20: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   223 |                    free(st);
>       |                    ^~~~
> formats/ods.c:223:20: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> formats/ods.c:243:5: warning: incompatible implicit declaration of built-in 
> function ‘free’ [-Wbuiltin-declaration-mismatch]
>   243 |     free(content);
>       |     ^~~~
> formats/ods.c:243:5: note: include ‘<stdlib.h>’ or provide a declaration of 
> ‘free’
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -DNCURSES -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DSNAME=\"sc-im\" 
> -DHELP_PATH=\"/usr/share/sc-im\" -DLIBDIR=\"/usr/share/doc/sc-im\" 
> -DDFLT_PAGER=\"less\" -DDFLT_EDITOR=\"vim\" -DUSECOLORS 
> -DHISTORY_FILE=\"sc-iminfo\" -DHISTORY_DIR=\".cache\" 
> -DCONFIG_FILE=\"scimrc\" -DCONFIG_DIR=\".config/sc-im\" 
> -DINS_HISTORY_FILE=\"sc-iminfo\" -DUNDO -DMAXROWS=65536 -DUSELOCALE -DMOUSE 
> -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\" 
> -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\" 
> -DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\" -DAUTOBACKUP -DHAVE_PTHREAD 
> -DGNUPLOT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DODS -DXLSX 
> -I/usr/include/libxml2  -DXLUA -I/usr/include/lua5.4  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cmds/cmds.o cmds/cmds.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -DNCURSES -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DSNAME=\"sc-im\" 
> -DHELP_PATH=\"/usr/share/sc-im\" -DLIBDIR=\"/usr/share/doc/sc-im\" 
> -DDFLT_PAGER=\"less\" -DDFLT_EDITOR=\"vim\" -DUSECOLORS 
> -DHISTORY_FILE=\"sc-iminfo\" -DHISTORY_DIR=\".cache\" 
> -DCONFIG_FILE=\"scimrc\" -DCONFIG_DIR=\".config/sc-im\" 
> -DINS_HISTORY_FILE=\"sc-iminfo\" -DUNDO -DMAXROWS=65536 -DUSELOCALE -DMOUSE 
> -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\" 
> -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\" 
> -DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\" -DAUTOBACKUP -DHAVE_PTHREAD 
> -DGNUPLOT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DODS -DXLSX 
> -I/usr/include/libxml2  -DXLUA -I/usr/include/lua5.4  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cmds/cmds_command.o cmds/cmds_command.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -DNCURSES -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DSNAME=\"sc-im\" 
> -DHELP_PATH=\"/usr/share/sc-im\" -DLIBDIR=\"/usr/share/doc/sc-im\" 
> -DDFLT_PAGER=\"less\" -DDFLT_EDITOR=\"vim\" -DUSECOLORS 
> -DHISTORY_FILE=\"sc-iminfo\" -DHISTORY_DIR=\".cache\" 
> -DCONFIG_FILE=\"scimrc\" -DCONFIG_DIR=\".config/sc-im\" 
> -DINS_HISTORY_FILE=\"sc-iminfo\" -DUNDO -DMAXROWS=65536 -DUSELOCALE -DMOUSE 
> -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\" 
> -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\" 
> -DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\" -DAUTOBACKUP -DHAVE_PTHREAD 
> -DGNUPLOT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DODS -DXLSX 
> -I/usr/include/libxml2  -DXLUA -I/usr/include/lua5.4  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cmds/cmds_edit.o cmds/cmds_edit.c
> cc -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -g -DNCURSES -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DSNAME=\"sc-im\" 
> -DHELP_PATH=\"/usr/share/sc-im\" -DLIBDIR=\"/usr/share/doc/sc-im\" 
> -DDFLT_PAGER=\"less\" -DDFLT_EDITOR=\"vim\" -DUSECOLORS 
> -DHISTORY_FILE=\"sc-iminfo\" -DHISTORY_DIR=\".cache\" 
> -DCONFIG_FILE=\"scimrc\" -DCONFIG_DIR=\".config/sc-im\" 
> -DINS_HISTORY_FILE=\"sc-iminfo\" -DUNDO -DMAXROWS=65536 -DUSELOCALE -DMOUSE 
> -DDEFAULT_COPY_TO_CLIPBOARD_CMD=\""xclip -i -selection clipboard <"\" 
> -DDEFAULT_PASTE_FROM_CLIPBOARD_CMD=\""xclip -o -selection clipboard"\" 
> -DDEFAULT_OPEN_FILE_UNDER_CURSOR_CMD=\""scopen"\" -DAUTOBACKUP -DHAVE_PTHREAD 
> -DGNUPLOT -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -DODS -DXLSX 
> -I/usr/include/libxml2  -DXLUA -I/usr/include/lua5.4  -Wdate-time 
> -D_FORTIFY_SOURCE=2  -c -o cmds/cmds_insert.o cmds/cmds_insert.c
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: formats/ods.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/sc-im_0.8.3+ds-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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: sc-im
Source-Version: 0.8.3+ds-4
Done: Alex Myczko <t...@debian.org>

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

Debian distribution maintenance software
pp.
Alex Myczko <t...@debian.org> (supplier of updated sc-im 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: Mon, 15 Jul 2024 06:13:15 +0000
Source: sc-im
Architecture: source
Version: 0.8.3+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Math Team <team+m...@tracker.debian.org>
Changed-By: Alex Myczko <t...@debian.org>
Closes: 1073323
Changes:
 sc-im (0.8.3+ds-4) unstable; urgency=medium
 .
   * Bump standards version to 4.7.0.
   * Add missing header. (Closes: #1073323)
Checksums-Sha1:
 c55e097c67b076c1ad463a65b640ecf207e83c82 2005 sc-im_0.8.3+ds-4.dsc
 b8892eac7160f3ec0183d76dacab413d24b6e917 3872 sc-im_0.8.3+ds-4.debian.tar.xz
 ceca849763cbb4e182ddea099cbd0ee5740719b3 12593 
sc-im_0.8.3+ds-4_source.buildinfo
Checksums-Sha256:
 fa892cfe266813ee554b6001092e920fe26f9cf009400a6867ecdaa550a88ef4 2005 
sc-im_0.8.3+ds-4.dsc
 4cf5aa6358ff83c4ad1eae9b22b6f72a2f23ce09d53c548a3eb5cd41024c0374 3872 
sc-im_0.8.3+ds-4.debian.tar.xz
 8a69c3a49ff272571cc71fe358f77759b296d47923159bec8f515513d9e35c82 12593 
sc-im_0.8.3+ds-4_source.buildinfo
Files:
 67c7395fa3d4951a69c089b295f0ab77 2005 math optional sc-im_0.8.3+ds-4.dsc
 459cd5c740a1a988f0d349cae74ded06 3872 math optional 
sc-im_0.8.3+ds-4.debian.tar.xz
 c786486cc8060672deb09b073564d267 12593 math optional 
sc-im_0.8.3+ds-4_source.buildinfo

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

iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAma589UACgkQEWhSvN91
FcAMYg/6A+t39cud67BVj07EwyWkNvdYDqYI5HvTb74k3gmre05pkaAoMGmXi0qw
+yQMhNK3cY0cH4YF3alluwIuI92+yQViOP+EFACR4oPC4+65S7WdeewVk/D8IMyg
hNdfe6eWKaK3HH/yqhaXwI+IfQG9SE71a+eQAgtwL9h5PKeaiDX5GLTahdE0ph7Z
tkBqhcczk2b6fmZ7OW1iF/igzozhcFuHxNaAnmpwt/Hl4gLKE/RArO128rKnkinT
FI3HKuYRow7RGPNkQggyJ0NWVS22amCJbQnxNYAYlPP4HQ5zdt+1fFXZCZrzh0zw
Li92ZU/hHPUAF+Q7UtSAYWPnlJiGB0fEyspJ5kjB4soaPF4zj/1jl/ncaxXuoAFp
qo1ZKRMJQZbERyQ6TVarD8sR1XWVkjE28/UqDJujIaxNhheWiRHnhYV1KE/vZSY3
VpjhGZ3sIvh2Yp7xIqZEtRARw18AsH8dpb7Gfu3lEEIlPtMjUr0hGhELz2YGHqRx
4tVMb17NrpRZ177rQGfyKQe30bv5wW5RbIt6PuZRoGZq99T8IBuG6OSsU+W+yq/7
1DPrMV/prqSOanXR/RWevYcV9u4Q9ZhCtQtxxPT4glPmjGwcj8MX49RSVhcH4TGx
JYeZx2VMkiSw49V6DYaa+PGihjlRlwri3YZYEG7/JDX+wR8nDu8=
=b0gG
-----END PGP SIGNATURE-----

Attachment: pgpcNBWrDdOzG.pgp
Description: PGP signature


--- End Message ---

Reply via email to