Your message dated Fri, 11 Aug 2017 18:34:59 +0000
with message-id <[email protected]>
and subject line Bug#870959: Removed package(s) from unstable
has caused the Debian Bug report #811946,
regarding pearpc: FTBFS with GCC 6: unable to find string literal operator
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.)


-- 
811946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811946
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pearpc
Version: 0.5.dfsg-2.1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-literal-operator

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I../../.. -I ../..    -Wundef -Wall 
> -Woverloaded-virtual -fsigned-char -O3 -fomit-frame-pointer -g -fno-inline 
> -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -I/usr/include/SDL 
> -D_GNU_SOURCE=1 -D_REENTRANT -c -o ppc_alu.o ppc_alu.cc
> In file included from ppc_alu.cc:21:0:
> ppc_alu.cc: In function 'void ppc_opc_addox(PPC_CPU_State&)':
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:158:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("addox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_addcox(PPC_CPU_State&)':
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:216:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("addcox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_addeox(PPC_CPU_State&)':
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:279:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("addeox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_addmeox(PPC_CPU_State&)':
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:473:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("addmeox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_addzeox(PPC_CPU_State&)':
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:528:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("addzeox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_divwx(PPC_CPU_State&)':
> ../../debug/tracers.h:52:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [21]', 'long unsigned int' arguments
>  #define PPC_ALU_WARN(msg...) ht_printf("[CPU/ALU] <Warning> "msg)
>                                         ^
> 
> ppc_alu.cc:1229:3: note: in expansion of macro 'PPC_ALU_WARN'
>    PPC_ALU_WARN("division by zero @%08x\n", aCPU.pc);
>    ^~~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_divwox(PPC_CPU_State&)':
> ../../debug/tracers.h:52:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [21]', 'long unsigned int' arguments
>  #define PPC_ALU_WARN(msg...) ht_printf("[CPU/ALU] <Warning> "msg)
>                                         ^
> 
> ppc_alu.cc:1270:3: note: in expansion of macro 'PPC_ALU_WARN'
>    PPC_ALU_WARN("division by zero\n");
>    ^~~~~~~~~~~~
> 
> ../../debug/tracers.h:75:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [19]', 'long unsigned int' arguments
>  #define PPC_ALU_ERR(msg...) {ht_printf("[CPU/ALU] <Error> "msg);exit(1); }
>                                         ^
> 
> ppc_alu.cc:1280:2: note: in expansion of macro 'PPC_ALU_ERR'
>   PPC_ALU_ERR("divwox unimplemented\n");
>   ^~~~~~~~~~~
> 
> ppc_alu.cc: In function 'void ppc_opc_divwux(PPC_CPU_State&)':
> ../../debug/tracers.h:52:40: error: unable to find string literal operator 
> 'operator""msg' with 'const char [21]', 'long unsigned int' arguments
>  #define PPC_ALU_WARN(msg...) ht_printf("[CPU/ALU] <Warning> "msg)
...

--- End Message ---
--- Begin Message ---
Version: 0.5.dfsg-2.1+rm

Dear submitter,

as the package pearpc has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/870959

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to