Your message dated Thu, 13 Aug 2020 15:50:52 +0000
with message-id <e1k6fve-000d2g...@fasolo.debian.org>
and subject line Bug#966911: fixed in mame 0.223+dfsg.1-1
has caused the Debian Bug report #966911,
regarding mame: FTBFS: ../../../../../3rdparty/sol2/sol/stack_push.hpp:549:39: 
error: call of overloaded ‘push<const wchar_t*>(lua_State*&, const wchar_t [2], 
const wchar_t*)’ is ambiguous
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.)


-- 
966911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966911
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mame
Version: 0.222+dfsg.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -g0 -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -MMD -MP -MP -DPTR64=1 -DNDEBUG -DCRLF=2 -DLSB_FIRST 
> -DXMD_H -DFLAC__NO_DLL -DNATIVE_DRC=drcbe_x64 -DLUA_COMPAT_ALL 
> -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DNO_AFFINITY_NP -I"../../../../../src/osd" 
> -I"../../../../../src/emu" -I"../../../../../src/devices" 
> -I"../../../../../src/mame" -I"../../../../../src/lib" 
> -I"../../../../../src/lib/util" -I"../../../../../src/lib/netlist" 
> -I"../../../../../3rdparty" -I"../../../../generated/mame/layout" 
> -I"../../../../../scripts"  -m64 -pipe -O3 -fno-strict-aliasing 
> -Wno-unknown-pragmas -Wall -Wcast-align -Wundef -Wformat-security 
> -Wwrite-strings -Wno-sign-compare -Wno-conversion 
> -Wno-error=deprecated-declarations -Wno-unused-result -Wno-array-bounds 
> -Wno-format-overflow -Wno-stringop-truncation -Wno-stringop-overflow 
> -Wno-return-local-addr -m64 -std=c++14 -Woverloaded-virtual 
> -Wno-class-memaccess -Wsuggest-override -flifetime-dse=1 -include 
> ../../../../linux_gcc/obj/x64/Release/emu.h -o 
> "../../../../linux_gcc/obj/x64/Release/src/mame/drivers/fidel_excel.o" -c 
> "../../../../../src/mame/drivers/fidel_excel.cpp"
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:30,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_push.hpp: In instantiation of ‘static 
> int sol::stack::pusher<wchar_t [N]>::push(lua_State*, const wchar_t (&)[N], 
> std::size_t) [with long unsigned int N = 2; lua_State = lua_State; 
> std::size_t = long unsigned int]’:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:173:48:   required from ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const wchar_t (&)[2]; 
> Args = {int}; lua_State = lua_State]’
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:579:33:   required from here
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:549:39: error: call of 
> overloaded ‘push<const wchar_t*>(lua_State*&, const wchar_t [2], const 
> wchar_t*)’ is ambiguous
>   549 |     return stack::push<const wchar_t*>(L, str, str + sz);
>       |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:172:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const wchar_t*; Args 
> = {const wchar_t*}; lua_State = lua_State]’
>   172 |   inline int push(lua_State* L, T&& t, Args&&... args) {
>       |              ^~~~
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:178:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, Arg&&, Args&& ...) [with T = const wchar_t*; Arg 
> = const wchar_t (&)[2]; Args = {const wchar_t*}; <template-parameter-1-4> = 
> void; lua_State = lua_State]’
>   178 |   inline int push(lua_State* L, Arg&& arg, Args&&... args) {
>       |              ^~~~
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:30,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_push.hpp: In instantiation of ‘static 
> int sol::stack::pusher<char16_t [N]>::push(lua_State*, const char16_t (&)[N], 
> std::size_t) [with long unsigned int N = 2; lua_State = lua_State; 
> std::size_t = long unsigned int]’:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:173:48:   required from ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const char16_t 
> (&)[2]; Args = {int}; lua_State = lua_State]’
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:587:33:   required from here
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:560:40: error: call of 
> overloaded ‘push<const char16_t*>(lua_State*&, const char16_t [2], const 
> char16_t*)’ is ambiguous
>   560 |     return stack::push<const char16_t*>(L, str, str + sz);
>       |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:172:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const char16_t*; Args 
> = {const char16_t*}; lua_State = lua_State]’
>   172 |   inline int push(lua_State* L, T&& t, Args&&... args) {
>       |              ^~~~
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:178:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, Arg&&, Args&& ...) [with T = const char16_t*; 
> Arg = const char16_t (&)[2]; Args = {const char16_t*}; 
> <template-parameter-1-4> = void; lua_State = lua_State]’
>   178 |   inline int push(lua_State* L, Arg&& arg, Args&&... args) {
>       |              ^~~~
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:30,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_push.hpp: In instantiation of ‘static 
> int sol::stack::pusher<char32_t [N]>::push(lua_State*, const char32_t (&)[N], 
> std::size_t) [with long unsigned int N = 2; lua_State = lua_State; 
> std::size_t = long unsigned int]’:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:173:48:   required from ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const char32_t 
> (&)[2]; Args = {int}; lua_State = lua_State]’
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:595:33:   required from here
> ../../../../../3rdparty/sol2/sol/stack_push.hpp:571:40: error: call of 
> overloaded ‘push<const char32_t*>(lua_State*&, const char32_t [2], const 
> char32_t*)’ is ambiguous
>   571 |     return stack::push<const char32_t*>(L, str, str + sz);
>       |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
> In file included from ../../../../../3rdparty/sol2/sol/stack.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/object.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/proxy.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/table_core.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/table.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol/state_view.hpp:26,
>                  from ../../../../../3rdparty/sol2/sol/state.hpp:25,
>                  from ../../../../../3rdparty/sol2/sol.hpp:45,
>                  from ../../../../../src/frontend/mame/luaengine.h:27,
>                  from ../../../../../src/frontend/mame/clifront.cpp:19:
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:172:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, T&&, Args&& ...) [with T = const char32_t*; Args 
> = {const char32_t*}; lua_State = lua_State]’
>   172 |   inline int push(lua_State* L, T&& t, Args&&... args) {
>       |              ^~~~
> ../../../../../3rdparty/sol2/sol/stack_core.hpp:178:14: note: candidate: ‘int 
> sol::stack::push(lua_State*, Arg&&, Args&& ...) [with T = const char32_t*; 
> Arg = const char32_t (&)[2]; Args = {const char32_t*}; 
> <template-parameter-1-4> = void; lua_State = lua_State]’
>   178 |   inline int push(lua_State* L, Arg&& arg, Args&&... args) {
>       |              ^~~~
> make[4]: *** [frontend.make:686: 
> ../../../../linux_gcc/obj/x64/Release/src/frontend/mame/clifront.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/mame_0.222+dfsg.1-2_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!

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: mame
Source-Version: 0.223+dfsg.1-1
Done: Jordi Mallach <jo...@debian.org>

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

Debian distribution maintenance software
pp.
Jordi Mallach <jo...@debian.org> (supplier of updated mame 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, 12 Aug 2020 19:36:58 +0200
Source: mame
Architecture: source
Version: 0.223+dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Jordi Mallach <jo...@debian.org>
Closes: 966911
Changes:
 mame (0.223+dfsg.1-1) unstable; urgency=medium
 .
   [ Cesare Falco ]
   * New upstream release.
     - fixes ftbfs after toolchain upgrades (closes: #966911).
 .
   [ Jordi Mallach ]
   * Do not pass -m64 on alpha.
   * Drop ftbfs_arm_asmjit.patch, unneeded in new upstream version.
Checksums-Sha1:
 39a337ce00f874b7dd0255275e1860ef3ce04da1 2527 mame_0.223+dfsg.1-1.dsc
 829229ca42813bff5036cf40330f585c01da6c20 138491796 
mame_0.223+dfsg.1.orig.tar.xz
 561baaeeda363d523e17543b16343c45774ec4ff 68836 
mame_0.223+dfsg.1-1.debian.tar.xz
 14fcc2b2fa954e05a38f53382eb126256ec865ee 15712 
mame_0.223+dfsg.1-1_amd64.buildinfo
Checksums-Sha256:
 36a560b46de293a3de7b33d7beb5e766c98016b5df56b41b13178e49433084b0 2527 
mame_0.223+dfsg.1-1.dsc
 388910c33399d204d1c593d1fd2bc2b9e5cb000c980a38c8a8f58ddfd34a2125 138491796 
mame_0.223+dfsg.1.orig.tar.xz
 f4db5748c923389ecc85673e17c000c5a38317b396f5659a45bd8cc6bf6f919b 68836 
mame_0.223+dfsg.1-1.debian.tar.xz
 c52c03977393322d05ceb4460f798e51b979eceb77e4f791cb20d2bd1552dba2 15712 
mame_0.223+dfsg.1-1_amd64.buildinfo
Files:
 5076f6bdc7f5fa743ac61a829a0c92db 2527 games optional mame_0.223+dfsg.1-1.dsc
 dbc8ba0df5ff0de8f3bc967151de0225 138491796 games optional 
mame_0.223+dfsg.1.orig.tar.xz
 0e8279219e5d6009c17fbcae1c03a1ea 68836 games optional 
mame_0.223+dfsg.1-1.debian.tar.xz
 688b2ca6aef5194e6b80efe0c1492655 15712 games optional 
mame_0.223+dfsg.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAl81VloACgkQJVAvb8vj
ywT9Uw/9FU+swECyp/errxsFcaFo/qi+F+LmgGqI/FRy1pYDLUaFruaUg5qcOU3m
8rg8qvGa7gp/ATrM3p9Wadb+KVeY3D/cSwH0QufBR4gHjcyw0vazB8t6JRJzwH6X
iADuSYrizh5wZQfGDW00wqoJGkylVuPr+nIBdGmzZD6hGMINygznL9AOZ7X1mckE
nQGV8fHOcGDewH9aEJio73r1xneG4D4fpYm4sqk+dBe5D48Uyn8DcxTEJG/Vy15o
AcGtYyhVheeI5ojbS6DrIlAOzloI50ypqnI5OXFGKdzS5Zlu0ifnuR/GvF5WaeR7
JdVHOXgcgl+Ehk/ySbDxelpeyQwxwFYX/ig54ptLuXYec8/6rr5vGXZVgRYpcUrV
m56jSYOxg1CLyVLcHRe6fLDseeQUMLKltU5iG1phPeA38qcVa2YfPb9s61H8kcfB
LT2wTzoTRh9+MOVHPpBvK4U7D/eikptE+7Kz6h/rAq6gcqBP0V8sC4ewXWc4gMhD
VT+ZU0HtVmBnKdGwx2KuOQGadD+olDKpikVq8SIIiZmTJmYHlQWvQwKbyOajNoe3
eH+twcXwzWDvhAYljl/CoBJdX/lO7goxXIGx1bdj5xCW6B0b6esLEHjrY76bcvbI
2fMlwrIQEKwvWZ41f/qiNnQ14oZCaj5hTCjzVAVsjdYXFbERzHQ=
=2jm7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to