Your message dated Mon, 08 Nov 2021 19:33:35 +0000
with message-id <e1mkaod-0009p4...@fasolo.debian.org>
and subject line Bug#984020: fixed in codeblocks 20.03-3.1
has caused the Debian Bug report #984020,
regarding codeblocks: ftbfs with GCC-11
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.)


-- 
984020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:codeblocks
Version: 20.03-3
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/codeblocks_20.03-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE="\"2020-04-18\"" -DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
projectpathpanel.lo projectpathpanel.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE="\"2020-04-18\"" -DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o wiz.lo wiz.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE=\"2020-04-18\" -DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
projectpathpanel.cpp  -fPIC -DPIC -o .libs/projectpathpanel.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE=\"2020-04-18\" -DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c wiz.cpp  -fPIC 
-DPIC -o .libs/wiz.o
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE="\"2020-04-18\"" -DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o wizpage.lo 
wizpage.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include/scripting/include -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus 
-DCB_AUTOCONF -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG 
-DBUILD_DATE=\"2020-04-18\" -DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c wizpage.cpp  -fPIC 
-DPIC -o .libs/wizpage.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -module -shared 
-version-info 0:1:0 -no-undefined -avoid-version -Wl,--no-undefined 
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libscriptedwizard.la -rpath 
/usr/lib/codeblocks/plugins buildtargetpanel.lo compilerpanel.lo 
filepathpanel.lo genericselectpath.lo infopanel.lo genericsinglechoicelist.lo 
projectpathpanel.lo wiz.lo wizpage.lo ../../sdk/libcodeblocks.la 
-L/usr/lib/x86_64-linux-gnu -pthread   -lwx_gtk3u_aui-3.0 
-lwx_gtk3u_propgrid-3.0 -lwx_gtk3u_richtext-3.0 -lwx_gtk3u_xrc-3.0 
-lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 
-lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o  .libs/buildtargetpanel.o 
.libs/compilerpanel.o .libs/filepathpanel.o .libs/genericselectpath.o 
.libs/infopanel.o .libs/genericsinglechoicelist.o .libs/projectpathpanel.o 
.libs/wiz.o .libs/wizpage.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/src/sdk/.libs 
../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk3u_aui-3.0 
-lwx_gtk3u_propgrid-3.0 -lwx_gtk3u_richtext-3.0 -lwx_gtk3u_xrc-3.0 
-lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 
-lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/11 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. 
-lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-
 gnu/11/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o  -g -O2 
-fstack-protector-strong -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-z -Wl,now 
-Wl,--as-needed -pthread   -pthread -Wl,-soname -Wl,libscriptedwizard.so -o 
.libs/libscriptedwizard.so
libtool: link: ( cd ".libs" && rm -f "libscriptedwizard.la" && ln -s 
"../libscriptedwizard.la" "libscriptedwizard.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/scriptedwizard'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/scriptedwizard'
Making all in projectsimporter
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/projectsimporter'
Making all in resources
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/src/plugins/projectsimporter/resources'
PWD=`pwd` cd . && zip 
/<<PKGBUILDDIR>>/src/plugins/projectsimporter/resources/projectsimporter.zip 
manifest.xml *.xrc > /dev/null
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/src/plugins/projectsimporter/resources'
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/projectsimporter'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
projectsimporter.lo projectsimporter.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o devcpploader.lo 
devcpploader.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o msvc10loader.lo 
msvc10loader.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o msvc7loader.lo 
msvc7loader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c msvc7loader.cpp  
-fPIC -DPIC -o .libs/msvc7loader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c devcpploader.cpp  
-fPIC -DPIC -o .libs/devcpploader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
projectsimporter.cpp  -fPIC -DPIC -o .libs/projectsimporter.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c msvc10loader.cpp  
-fPIC -DPIC -o .libs/msvc10loader.o
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
msvc7workspaceloader.lo msvc7workspaceloader.cpp
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o msvcloader.lo 
msvcloader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
msvc7workspaceloader.cpp  -fPIC -DPIC -o .libs/msvc7workspaceloader.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c msvcloader.cpp  
-fPIC -DPIC -o .libs/msvcloader.o
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
msvcworkspacebase.lo msvcworkspacebase.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
msvcworkspacebase.cpp  -fPIC -DPIC -o .libs/msvcworkspacebase.o
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include 
-I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
msvcworkspaceloader.lo msvcworkspaceloader.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet 
-I../../../src/include/mozilla_chardet/mfbt 
-I../../../src/include/mozilla_chardet/nsprpub/pr/include 
-I../../../src/include/mozilla_chardet/xpcom 
-I../../../src/include/mozilla_chardet/xpcom/base 
-I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
msvcworkspaceloader.cpp  -fPIC -DPIC -o .libs/msvcworkspaceloader.o
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -module -shared 
-version-info 0:1:0 -no-undefined -avoid-version -Wl,--no-undefined 
-Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o libprojectsimporter.la -rpath 
/usr/lib/codeblocks/plugins projectsimporter.lo devcpploader.lo msvc10loader.lo 
msvc7loader.lo msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo 
msvcworkspaceloader.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu 
-pthread   -lwx_gtk3u_aui-3.0 -lwx_gtk3u_propgrid-3.0 -lwx_gtk3u_richtext-3.0 
-lwx_gtk3u_xrc-3.0 -lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 
-lwx_gtk3u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  
-ltinyxml -lpthread -ldl 
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o  .libs/projectsimporter.o 
.libs/devcpploader.o .libs/msvc10loader.o .libs/msvc7loader.o 
.libs/msvc7workspaceloader.o .libs/msvcloader.o .libs/msvcworkspacebase.o 
.libs/msvcworkspaceloader.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/src/sdk/.libs 
../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk3u_aui-3.0 
-lwx_gtk3u_propgrid-3.0 -lwx_gtk3u_richtext-3.0 -lwx_gtk3u_xrc-3.0 
-lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 
-lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -ltinyxml -lpthread -ldl 
-L/usr/lib/gcc/x86_64-linux-gnu/11 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. 
-lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux
 -gnu/11/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o  -g -O2 
-fstack-protector-strong -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-z -Wl,now 
-Wl,--as-needed -pthread   -pthread -Wl,-soname -Wl,libprojectsimporter.so -o 
.libs/libprojectsimporter.so
libtool: link: ( cd ".libs" && rm -f "libprojectsimporter.la" && ln -s 
"../libprojectsimporter.la" "libprojectsimporter.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/projectsimporter'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/projectsimporter'
Making all in openfileslist
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/plugins/openfileslist'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../../src/include  -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 
-I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread 
-I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF 
-Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE="\"2020-04-18\"" 
-DBUILD_TIME="\"19:47:24\"" -DCB_PRECOMP -DPIC   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c -o 
openfileslistplugin.lo openfileslistplugin.cpp
PWD=`pwd` cd . && zip 
/<<PKGBUILDDIR>>/src/plugins/openfileslist/openfileslist.zip manifest.xml > 
/dev/null
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include 
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -I../../../src/include 
-I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -Wdate-time 
-D_FORTIFY_SOURCE=2 -DNDEBUG -DBUILD_DATE=\"2020-04-18\" 
-DBUILD_TIME=\"19:47:24\" -DCB_PRECOMP -DPIC -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Winvalid-pch -fPIC -fexceptions -c 
openfileslistplugin.cpp  -fPIC -DPIC -o .libs/openfileslistplugin.o
In file included from /usr/include/c++/11/map:60,
                 from ./manager.h:9,
                 from ./cbplugin.h:17,
                 from ./sdk_common.h:110,
                 from ./sdk_precomp.h:13,
                 from ./sdk.h:17:
/usr/include/c++/11/bits/stl_tree.h: In instantiation of ‘static const _Key& 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_S_key(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_Const_Link_type) [with _Key = ProjectFile*; _Val = ProjectFile*; 
_KeyOfValue = std::_Identity<ProjectFile*>; _Compare = 
TargetFilesData::compareLess; _Alloc = std::allocator<ProjectFile*>; 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Const_Link_type = 
const std::_Rb_tree_node<ProjectFile*>*]’:
/usr/include/c++/11/bits/stl_tree.h:2069:47:   required from 
‘std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = ProjectFile*; 
_Val = ProjectFile*; _KeyOfValue = std::_Identity<ProjectFile*>; _Compare = 
TargetFilesData::compareLess; _Alloc = std::allocator<ProjectFile*>; 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::key_type = 
ProjectFile*]’
/usr/include/c++/11/bits/stl_tree.h:2122:4:   required from 
‘std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, 
_KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = 
ProjectFile* const&; _Key = ProjectFile*; _Val = ProjectFile*; _KeyOfValue = 
std::_Identity<ProjectFile*>; _Compare = TargetFilesData::compareLess; _Alloc = 
std::allocator<ProjectFile*>]’
/usr/include/c++/11/bits/stl_set.h:512:25:   required from ‘std::pair<typename 
std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other>::const_iterator, bool> 
std::set<_Key, _Compare, _Alloc>::insert(const value_type&) [with _Key = 
ProjectFile*; _Compare = TargetFilesData::compareLess; _Alloc = 
std::allocator<ProjectFile*>; typename std::_Rb_tree<_Key, _Key, 
std::_Identity<_Tp>, _Compare, typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other>::const_iterator = 
std::_Rb_tree<ProjectFile*, ProjectFile*, std::_Identity<ProjectFile*>, 
TargetFilesData::compareLess, std::allocator<ProjectFile*> >::const_iterator; 
typename __gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key>::other = 
std::allocator<ProjectFile*>; typename 
__gnu_cxx::__alloc_traits<_Alloc>::rebind<_Key> = 
__gnu_cxx::__alloc_traits<std::allocator<ProjectFile*>, 
ProjectFile*>::rebind<ProjectFile*>; typename _Alloc::value_type = 
ProjectFile*; std::set<_Key,
  _Compare, _Alloc>::value_type = ProjectFile*]’
openfileslistplugin.cpp:440:60:   required from here
/usr/include/c++/11/bits/stl_tree.h:770:15: error: static assertion failed: 
comparison object must be invocable as const
  770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/11/bits/stl_tree.h:770:15: note: ‘std::is_invocable_v<const 
TargetFilesData::compareLess&, ProjectFile* const&, ProjectFile* const&>’ 
evaluates to false
make[4]: *** [Makefile:592: openfileslistplugin.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins/openfileslist'
make[3]: *** [Makefile:535: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins'
make[2]: *** [Makefile:545: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:677: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:26: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: codeblocks
Source-Version: 20.03-3.1
Done: Adrian Bunk <b...@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated codeblocks 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: Mon, 08 Nov 2021 15:51:13 +0200
Source: codeblocks
Architecture: source
Version: 20.03-3.1
Distribution: unstable
Urgency: medium
Maintainer: David Paleino <da...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 984020
Changes:
 codeblocks (20.03-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu++14 to workaround FTBFS with gcc 11.
     (Closes: #984020)
Checksums-Sha1:
 2c1b44c7c1958cca454eee2dabcf1974ac5c51e6 2473 codeblocks_20.03-3.1.dsc
 6ae7d285db88ba4ed6f564649410bede19e455d8 27404 
codeblocks_20.03-3.1.debian.tar.xz
Checksums-Sha256:
 819196a12132b7c0242f8038e7d241a858dbaeb27f3a577441456820ade77dea 2473 
codeblocks_20.03-3.1.dsc
 8003ea831a64910ae1d4d4c1717c882be2c2285fb375e3c7b5b5b2bb6595b894 27404 
codeblocks_20.03-3.1.debian.tar.xz
Files:
 08506b44ce2657dad95eb362f645587e 2473 x11 optional codeblocks_20.03-3.1.dsc
 d80f9764611673a02a1c70f0190b34f4 27404 x11 optional 
codeblocks_20.03-3.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGJSCcACgkQiNJCh6LY
mLFUcw/9G0jeKOuCbNfRj/EkRBBc1Y+4HFfkY8+Q1mEW/rIBKpQB9zhU6jQZEkrs
OhifAucSVv0kT2RwoFolGMMERXwIBZH0N1lLrwYb1QDv0rZOfRgfHP7dXTBc0v2U
dZYH27LSLgjHlbqtQcMriHFQjjoTO6pMhNWSB7jASgXC8hlDiroceeeVckXrnlrk
kg2/yGqO0MRcCqGh1h/O744pSxF/no7uZRPRps6VF4760UOPU8pAhtfQFMdhdnBB
/JotVBe3qnc2Wpfaag6Ts1xij1SpRZiXAaBROXD3ZaPGqBg6yBaCd1sqt0F2YJFt
16/R0ZcwUNKEsPod2jWvNkMABRlFHoQEuoEvBhxHYf4a6dJSFTwNOL1vQ8ox6C3g
AzXnfsORXdhurzH1R86QaxjY9Qo5w4vWMW517w9n34Vvu0dZcUYMgX6+26HznDXP
CUOWE0HF8cF4xivZxD6stGgZgSb4am8cXgT4J+2qeaGL6gPhlrfsG+jNc9hGRag0
lY1MZ9z534VSqkbFj+extlwAH66LUATOje/9v1xvXoQaTWg6wxnMrTXJ8dOQ3blg
ZVvdw/0TH7lABOSsauYuQqZT9yooFUxeu2KPKJ/8FmUrTmjFOV0sgUxfHuW/JXxx
UwQp2c0obRO3cThks+hVM2pTKccgWssVWYUz3PEdVe4NBT2IH/U=
=xQMz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to