Your message dated Thu, 26 Sep 2024 20:35:57 +0000
with message-id <e1stvdr-00b9no...@fasolo.debian.org>
and subject line Bug#1073341: fixed in xmlcopyeditor 1.3.1.0-1
has caused the Debian Bug report #1073341,
regarding xmlcopyeditor: FTBFS: wraplibxml.cpp:709:42: error: invalid 
conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlErrorPtr’ 
{aka ‘_xmlError*’} [-fpermissive]
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.)


-- 
1073341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xmlcopyeditor
Version: 1.3.0.0-1.1
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):
> g++ -DPACKAGE_NAME=\"xmlcopyeditor\" -DPACKAGE_TARNAME=\"xmlcopyeditor\" 
> -DPACKAGE_VERSION=\"1.3.0.0\" -DPACKAGE_STRING=\"xmlcopyeditor\ 1.3.0.0\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xmlcopyeditor\" 
> -DVERSION=\"1.3.0.0\" -DGETTEXT_PACKAGE=\"xmlcopyeditor\" -DHAVE_STDIO_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 
> -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  
> -I/usr/include/libxml2     -Wall -g -fexceptions 
> -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 
> -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -DwxDEBUG_LEVEL=0 -D__NO_GTK__ 
> -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 
> -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -MT wraplibxml.o -MD 
> -MP -MF .deps/wraplibxml.Tpo -c -o wraplibxml.o wraplibxml.cpp
> wraplibxml.cpp: In constructor ‘Initializer::Initializer(const wxString&)’:
> wraplibxml.cpp:57:45: warning: ‘void initGenericErrorDefaultFunc(void 
> (**)(void*, const char*, ...))’ is deprecated [-Wdeprecated-declarations]
>    57 |                 initGenericErrorDefaultFunc ( NULL );
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
> In file included from /usr/include/libxml2/libxml/valid.h:15,
>                  from /usr/include/libxml2/libxml/parser.h:19,
>                  from wraplibxml.h:28,
>                  from wraplibxml.cpp:21:
> /usr/include/libxml2/libxml/xmlerror.h:894:5: note: declared here
>   894 |     initGenericErrorDefaultFunc (xmlGenericErrorFunc *handler);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp: In static member function ‘static void 
> Initializer::OnXmlGenericError(void*, const char*, ...)’:
> wraplibxml.cpp:81:33: warning: ‘throw’ will always call ‘terminate’ 
> [-Wterminate]
>    81 |                                 throw std::runtime_error ( "Out of 
> memory" );
>       |                                 
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp:90:33: warning: ‘throw’ will always call ‘terminate’ 
> [-Wterminate]
>    90 |                                 throw std::runtime_error ( buffer );
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp:95:33: warning: ‘throw’ will always call ‘terminate’ 
> [-Wterminate]
>    95 |                                 throw std::runtime_error (
>       |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
>    96 |                                         std::string ( "Can't format 
> message: " ) + msg );
>       |                                         
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp: In member function ‘bool WrapLibxml::parse(const char*, 
> size_t, const wxString&, bool, bool)’:
> wraplibxml.cpp:329:30: warning: ‘int xmlKeepBlanksDefault(int)’ is deprecated 
> [-Wdeprecated-declarations]
>   329 |         xmlKeepBlanksDefault ( indent ? 0 : 1 );
>       |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
> /usr/include/libxml2/libxml/parser.h:957:17: note: declared here
>   957 |                 xmlKeepBlanksDefault    (int val);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp: In member function ‘bool WrapLibxml::xpath(const wxString&, 
> const std::string&, const wxString&)’:
> wraplibxml.cpp:364:30: warning: ‘int xmlKeepBlanksDefault(int)’ is deprecated 
> [-Wdeprecated-declarations]
>   364 |         xmlKeepBlanksDefault ( 0 );
>       |         ~~~~~~~~~~~~~~~~~~~~~^~~~~
> /usr/include/libxml2/libxml/parser.h:957:17: note: declared here
>   957 |                 xmlKeepBlanksDefault    (int val);
>       |                 ^~~~~~~~~~~~~~~~~~~~
> wraplibxml.cpp: In member function ‘std::string 
> WrapLibxml::dumpXPathObject(xmlXPathObjectPtr)’:
> wraplibxml.cpp:476:9: warning: case value ‘5’ not in enumerated type 
> ‘xmlXPathObjectType’ [-Wswitch]
>   476 |         case XPATH_POINT:
>       |         ^~~~
> wraplibxml.cpp:487:9: warning: case value ‘6’ not in enumerated type 
> ‘xmlXPathObjectType’ [-Wswitch]
>   487 |         case XPATH_RANGE:
>       |         ^~~~
> wraplibxml.cpp:488:9: warning: case value ‘7’ not in enumerated type 
> ‘xmlXPathObjectType’ [-Wswitch]
>   488 |         case XPATH_LOCATIONSET:
>       |         ^~~~
> wraplibxml.cpp: In member function ‘wxString WrapLibxml::getLastError()’:
> wraplibxml.cpp:709:42: error: invalid conversion from ‘const xmlError*’ {aka 
> ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
>   709 |         xmlErrorPtr err = xmlGetLastError();
>       |                           ~~~~~~~~~~~~~~~^~
>       |                                          |
>       |                                          const xmlError* {aka const 
> _xmlError*}
> wraplibxml.cpp: In member function ‘std::pair<int, int> 
> WrapLibxml::getErrorPosition()’:
> wraplibxml.cpp:725:42: error: invalid conversion from ‘const xmlError*’ {aka 
> ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
>   725 |         xmlErrorPtr err = xmlGetLastError();
>       |                           ~~~~~~~~~~~~~~~^~
>       |                                          |
>       |                                          const xmlError* {aka const 
> _xmlError*}
> wraplibxml.cpp: In static member function ‘static xmlChar* 
> WrapLibxml::xmlFileNameToURL(const wxString&)’:
> wraplibxml.cpp:791:21: warning: ‘bool wxFileName::Normalize()’ is deprecated: 
> specify the wanted flags explicitly to avoid surprises 
> [-Wdeprecated-declarations]
>   791 |         fn.Normalize();
>       |         ~~~~~~~~~~~~^~
> In file included from wraplibxml.h:25:
> /usr/include/wx-3.2/wx/filename.h:366:10: note: declared here
>   366 |     bool Normalize()
>       |          ^~~~~~~~~
> make[2]: *** [Makefile:722: wraplibxml.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/xmlcopyeditor_1.3.0.0-1.1_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: xmlcopyeditor
Source-Version: 1.3.1.0-1
Done: Miriam Ruiz <mir...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xmlcopyeditor, 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.
Miriam Ruiz <mir...@debian.org> (supplier of updated xmlcopyeditor 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: Thu, 26 Sep 2024 21:22:20 +0200
Source: xmlcopyeditor
Architecture: source
Version: 1.3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Miriam Ruiz <mir...@debian.org>
Changed-By: Miriam Ruiz <mir...@debian.org>
Closes: 1073341
Changes:
 xmlcopyeditor (1.3.1.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Removed unneded patches: lictext.patch, appdata_xml.patch, pcre2.patch and
     wx3.2-compat.patch
   * Added -fpermissive to CFLAGS. Closes: #1073341
Checksums-Sha1:
 307234bf3a610c7f615f8462e3f3637db19a31e2 2002 xmlcopyeditor_1.3.1.0-1.dsc
 813cf1f617aed0c5b3416ba2ee22c4ae05b561f6 5273837 
xmlcopyeditor_1.3.1.0.orig.tar.gz
 5a549692a483e769cd198e0a5785f6c9245d8479 9548 
xmlcopyeditor_1.3.1.0-1.debian.tar.xz
 06a2dadbd40573660d2d65c2ad03792d34ff0b24 12860 
xmlcopyeditor_1.3.1.0-1_amd64.buildinfo
Checksums-Sha256:
 49dd92ac2abb2617e707cf82265fd9bcfc57accb0f8e9a4590dc2d58d3e484e9 2002 
xmlcopyeditor_1.3.1.0-1.dsc
 e871ca97b86acaf177809f6f9a32e34d3e3da6b27c2a1104574a8fb097d07c91 5273837 
xmlcopyeditor_1.3.1.0.orig.tar.gz
 ff38bbb62a7f639e2754c93d864d4a8f8a48694d11bfc93d5a0298e955e19f04 9548 
xmlcopyeditor_1.3.1.0-1.debian.tar.xz
 b6ed4b29809bcc2abc63c6702b5f1f3c626244a5e2b85e9781b082de569b4920 12860 
xmlcopyeditor_1.3.1.0-1_amd64.buildinfo
Files:
 13057fb1a092bc4c9efb3c8b296318df 2002 devel optional 
xmlcopyeditor_1.3.1.0-1.dsc
 3e515b07a9f3c3c73f03c43cbb8719cd 5273837 devel optional 
xmlcopyeditor_1.3.1.0.orig.tar.gz
 fd04a526b4b839e8ced210ea76fb6140 9548 devel optional 
xmlcopyeditor_1.3.1.0-1.debian.tar.xz
 3b70f053055a502569d90fcca82e4bae 12860 devel optional 
xmlcopyeditor_1.3.1.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEde/EE4cQX/r0OS4CX45r4JKP+voFAmb1wY4ACgkQX45r4JKP
+vqO8w/+NLupCMhudHBgoBZpX0Fwlv4H+2FmbVM+QvK+8HOIx3WqUMO/RQxgRA/l
Xd4vFsb/4K5w+Ej2rs5ifIhKQmUzUTKTV6y5Vj+UXvLG9aNsHjUGdERoWeSffTQM
299tmdCx/6DIcRFySn3XdIo9JK6RCqMYifj2A8ImqslobG5E8RjvQFFplgZnDvtq
LTmPf69Yt0qV5b14Mg2gBe1QDep2jA9kb21v6L9g5cjYz6IIu+iBF//qcZNNXF/M
OyMD3TQyC65b5xcw0wuHBQarKFk0JDYURL0VDfgWIjU106Ee65wLCekJaEUYMIyr
HDqYWBgSp/VqOIjZlRBtvVwTUk6AToNwDQblYAC1AH0mD5wL6lLZa+9tKQ8Qmxn2
Cw7iK6yrkuTVSODfh0/HanV0BYZhGo6v2SOtMm2D3WYdDlcJENwqgBqUE6dt7opF
lGiZmmVE3YFbQ7k3j+N3WK6GgXWfuZIOtocZVMxWYD2hA9ClOT4lEEjoUvGp7H8s
KxZj2qo54znTM7NTjCccnbnnroIYegpwY0YGtTnUKtgcF3R6kTPFXHbdnAMumt4O
gP0Bk3Z6vt+5+/kx8Nk2vWy0ekaXA9/WjPjXWsk+j9SmF1TLJopjIQAT7sQ2APPN
x2KpQ2BH0GIAgDs+22P0t8U2SVmPWINMR8EM1Zhnbk7aVSXOnqw=
=gFwS
-----END PGP SIGNATURE-----

Attachment: pgpyRp1P6oa9e.pgp
Description: PGP signature


--- End Message ---

Reply via email to