Your message dated Fri, 29 Jan 2021 09:34:53 +0000 with message-id <[email protected]> and subject line Bug#980605: fixed in snd 21.0-2 has caused the Debian Bug report #980605, regarding snd: FTBFS: ../../../notcurses_s7.c:3815:10: error: ‘CELL_WIDEASIAN_MASK’ undeclared (first use in this function) 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 [email protected] immediately.) -- 980605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980605 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: snd Version: 21.0-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20210120 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -c -DSCRIPTS_DIR=\"/usr/share/snd\" -DNOTCURSES_2_0_5=1 -Wdate-time > -D_FORTIFY_SOURCE=2 -DREPRODUCIBLE_BUILD=1 -DNOTCURSES_2_0_5=1 -O2 -I. -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security ../../../snd-nogui.c > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_fg_default’: > ../../../notcurses_s7.c:176:3: warning: ‘ncdirect_fg_default’ is deprecated > [-Wdeprecated-declarations] > 176 | return(s7_make_integer(sc, ncdirect_fg_default((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1)))); > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:148:1: note: declared here > 148 | ncdirect_fg_default(struct ncdirect* nc){ > | ^~~~~~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_bg_default’: > ../../../notcurses_s7.c:181:3: warning: ‘ncdirect_bg_default’ is deprecated > [-Wdeprecated-declarations] > 181 | return(s7_make_integer(sc, ncdirect_bg_default((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1)))); > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:156:1: note: declared here > 156 | ncdirect_bg_default(struct ncdirect* nc){ > | ^~~~~~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_fg_rgb’: > ../../../notcurses_s7.c:226:3: warning: ‘ncdirect_fg_rgb’ is deprecated > [-Wdeprecated-declarations] > 226 | return(s7_make_integer(sc, ncdirect_fg_rgb((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1), > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:57:1: note: declared here > 57 | ncdirect_fg_rgb(struct ncdirect* nc, unsigned rgb){ > | ^~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_bg_rgb’: > ../../../notcurses_s7.c:232:3: warning: ‘ncdirect_bg_rgb’ is deprecated > [-Wdeprecated-declarations] > 232 | return(s7_make_integer(sc, ncdirect_bg_rgb((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1), > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:65:1: note: declared here > 65 | ncdirect_bg_rgb(struct ncdirect* nc, unsigned rgb){ > | ^~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_styles_set’: > ../../../notcurses_s7.c:238:3: warning: ‘ncdirect_styles_set’ is deprecated > [-Wdeprecated-declarations] > 238 | return(s7_make_integer(sc, ncdirect_styles_set((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1), > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:170:9: note: declared here > 170 | API int ncdirect_styles_set(struct ncdirect* n, unsigned stylebits) > | ^~~~~~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_styles_on’: > ../../../notcurses_s7.c:244:3: warning: ‘ncdirect_styles_on’ is deprecated > [-Wdeprecated-declarations] > 244 | return(s7_make_integer(sc, ncdirect_styles_on((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1), > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:172:9: note: declared here > 172 | API int ncdirect_styles_on(struct ncdirect* n, unsigned stylebits) > | ^~~~~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘g_ncdirect_styles_off’: > ../../../notcurses_s7.c:250:3: warning: ‘ncdirect_styles_off’ is deprecated > [-Wdeprecated-declarations] > 250 | return(s7_make_integer(sc, ncdirect_styles_off((struct ncdirect > *)s7_c_pointer_with_type(sc, s7_car(args), ncdirect_symbol, __func__, 1), > | ^~~~~~ > In file included from ../../../notcurses_s7.c:10, > from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > /usr/include/notcurses/direct.h:174:9: note: declared here > 174 | API int ncdirect_styles_off(struct ncdirect* n, unsigned stylebits) > | ^~~~~~~~~~~~~~~~~~~ > In file included from ../../../nrepl.c:16, > from ../../../snd-nogui.c:295: > ../../../notcurses_s7.c: In function ‘notcurses_s7_init’: > ../../../notcurses_s7.c:3815:10: error: ‘CELL_WIDEASIAN_MASK’ undeclared > (first use in this function) > 3815 | nc_int(CELL_WIDEASIAN_MASK); > | ^~~~~~~~~~~~~~~~~~~ > ../../../notcurses_s7.c:3802:108: note: in definition of macro ‘nc_int’ > 3802 | #define nc_int(Name) s7_define(sc, notcurses_let, > s7_make_symbol(sc, #Name), s7_make_integer(sc, (s7_int)Name)) > | > ^~~~ > ../../../notcurses_s7.c:3815:10: note: each undeclared identifier is reported > only once for each function it appears in > 3815 | nc_int(CELL_WIDEASIAN_MASK); > | ^~~~~~~~~~~~~~~~~~~ > ../../../notcurses_s7.c:3802:108: note: in definition of macro ‘nc_int’ > 3802 | #define nc_int(Name) s7_define(sc, notcurses_let, > s7_make_symbol(sc, #Name), s7_make_integer(sc, (s7_int)Name)) > | > ^~~~ > make[2]: *** [makefile:55: snd-nogui.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/01/20/snd_21.0-1_unstable.log 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 marking 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 me so that we can identify if something relevant changed in the meantime. About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---Source: snd Source-Version: 21.0-2 Done: IOhannes m zmölnig (Debian/GNU) <[email protected]> We believe that the bug you reported is fixed in the latest version of snd, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. IOhannes m zmölnig (Debian/GNU) <[email protected]> (supplier of updated snd 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 29 Jan 2021 09:52:35 +0100 Source: snd Architecture: source Version: 21.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: IOhannes m zmölnig (Debian/GNU) <[email protected]> Closes: 980605 Changes: snd (21.0-2) unstable; urgency=medium . * Fix FTBFS due to broken notcurses version-comparision (Closes: #980605) Checksums-Sha1: 6020a9046959001d41ce072ece3768fb04fc6ddd 2730 snd_21.0-2.dsc ffe387c4ceef3f84f43604327b9dd6c4311ea60c 77560 snd_21.0-2.debian.tar.xz Checksums-Sha256: be1d56c7c70c00d961a9602f5c75b58ec6e99cd539100093a2727db439b38156 2730 snd_21.0-2.dsc d46a50262ad2948987e96679eb7b26ad9c55c4b9ad7d0506fcca9058185e8833 77560 snd_21.0-2.debian.tar.xz Files: cf1723e0e51cc7486e9778dea9715c3e 2730 sound optional snd_21.0-2.dsc 08df3e3a9215a92ac9d487e77561441f 77560 sound optional snd_21.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmAT0VsWHGZvcnVtQHVt bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+LijD/9JWw6c7//iiz1z8+QqwhkBXcno Q1UeRqAICfZEu2yu64ogUUwYy8Hlv5zLiq5YqTNpGG84REYNPzL67T5vIysap6TR +Y7T/bmnJ20rVcGuIUpskgRTvbfi6239aJdW3loF7OuYv6YZv13/ayCm8VmnpWEa pjrFGRHKKJiRjLv6dd4jmUIIWQp4OjbN0ZxMPperDUrel3MkE6pK81tBUvAILfSx bZAuZsZ2sHACvfMLJsLMQjnvTtPUtDoDbSyTeaBQj+3BD8GFRb6GJ/rBuQfAFQa9 Hm/GDTriA23xhvPBD5hbMGHqQFeqjPL7TvjaAffisY1GbprktQOTakPBWdUqoO7k QJGkHDphI2S1ObLvM04k+M2v7lX5EUfDtRWFOalf0Lyn4nU2OZK0HYco5WEjAXvh 4WlmUZeTtN/KEtN3R3pD7XA/q87x5Q51+zW/8oUtX0MX4UY/8PpoAxIXRQnkqBvY P6dLQPK1XR/NQUYiO6cb/53f2qPTP5O5J+X7yTnEaf68IOev0/jZCcEFgPrjn9I0 3EhstslMUCzLn2GLxo9W1ytBt+Vtxa5c13SP472kfEBF7GamwJdcf0K7ISyK/I+h GmllJU/qKeSpUSQ45lpeWkycmSIGci+obBwJC6YV7+0tGVCYvJrcg0nbrDm20TJP ob9Ue45XggQBg5ezhA== =MzEK -----END PGP SIGNATURE-----
--- End Message ---

