Your message dated Tue, 02 Jul 2013 18:18:54 +0000
with message-id <e1uu5ae-0008ra...@franck.debian.org>
and subject line Bug#701371: fixed in xmlcopyeditor 1.2.0.9-2
has caused the Debian Bug report #701371,
regarding xmlcopyeditor: ftbfs with GCC-4.8
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.)


-- 
701371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmlcopyeditor
Version: 1.2.0.8-1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  housestyle.h:71:19: error: stray ',' at end of member declaration

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/xmlcopyeditor_1.2.0.8-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
         ^
/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro 
'wxCHECK2_MSG'
       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \
       ^
/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro 
'_WX_DEFINE_TYPEARRAY_HELPER'
     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
     ^
/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro 
'_WX_DEFINE_TYPEARRAY_PTR'
     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
     ^
/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro 
'WX_DEFINE_TYPEARRAY_WITH_DECL_PTR'
     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, 
wxARRAY_EMPTY expmode)
     ^
/usr/include/wx-2.8/wx/aui/framemanager.h:137:1: note: in expansion of macro 
'WX_DEFINE_USER_EXPORTED_ARRAY_PTR'
 WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxAuiPaneInfo*, wxAuiPaneInfoPtrArray, class 
WXDLLIMPEXP_AUI);
 ^
/usr/include/wx-2.8/wx/aui/framemanager.h: In member function 'void 
wxAuiDockInfoPtrArray::Remove(_wxArraywxAuiDockInfoPtrArray)':
/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef 'wxDummyCheckInt' 
locally defined but not used [-Wunused-local-typedefs]
     #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt
                                           ^
/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro 
'wxFORCE_SEMICOLON'
         wxFORCE_SEMICOLON /* just to force a semicolon */
         ^
/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro 
'wxCHECK2_MSG'
       wxCHECK2_MSG( iIndex != wxNOT_FOUND, return,                    \
       ^
/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro 
'_WX_DEFINE_TYPEARRAY_HELPER'
     _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE)
     ^
/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro 
'_WX_DEFINE_TYPEARRAY_PTR'
     _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl)
     ^
/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro 
'WX_DEFINE_TYPEARRAY_WITH_DECL_PTR'
     WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, 
wxARRAY_EMPTY expmode)
     ^
/usr/include/wx-2.8/wx/aui/framemanager.h:138:1: note: in expansion of macro 
'WX_DEFINE_USER_EXPORTED_ARRAY_PTR'
 WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxAuiDockInfo*, wxAuiDockInfoPtrArray, class 
WXDLLIMPEXP_AUI);
 ^
In file included from styledialog.h:31:0,
                 from xmlcopyeditor.cpp:35:
housestyle.h: At global scope:
housestyle.h:71:19: error: stray ',' at end of member declaration
              error,
                   ^
make[2]: *** [xmlcopyeditor.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: xmlcopyeditor
Source-Version: 1.2.0.9-2

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 701...@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: SHA1

Format: 1.8
Date: Tue, 02 Jul 2013 18:19:57 +0200
Source: xmlcopyeditor
Binary: xmlcopyeditor xmlcopyeditor-dbg
Architecture: source i386
Version: 1.2.0.9-2
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <mir...@debian.org>
Changed-By: Miriam Ruiz <mir...@debian.org>
Description: 
 xmlcopyeditor - fast, free, validating XML editor
 xmlcopyeditor-dbg - fast, free, validating XML editor - debug
Closes: 701371 705469
Changes: 
 xmlcopyeditor (1.2.0.9-2) unstable; urgency=low
 .
   * Upgraded Standards-Version from 3.9.3 to 3.9.4
   * Make package buildable in gcc 2.8. Closes: #701371
   * Added menu file. Closes: #705469
Checksums-Sha1: 
 b18a794dd4bb2e0dcd5173fa77d747fa980861de 1345 xmlcopyeditor_1.2.0.9-2.dsc
 766bfc1ed747f00ec1316a8af4dac44810d7ba83 12117 
xmlcopyeditor_1.2.0.9-2.debian.tar.bz2
 96708449120bde99a474c23839df4ffe3342f555 1667384 
xmlcopyeditor_1.2.0.9-2_i386.deb
 8df3a430246d740fd387706d4440b3336833f88e 2754074 
xmlcopyeditor-dbg_1.2.0.9-2_i386.deb
Checksums-Sha256: 
 20f48c698fe8ecf0b3b98d82e8fa9fbbf63446dfa91d2538ca2b145f3bc7759f 1345 
xmlcopyeditor_1.2.0.9-2.dsc
 21337b78b3e48e391ab231ba4f35db33001092cd3a8262c99a37b2f9be6e589b 12117 
xmlcopyeditor_1.2.0.9-2.debian.tar.bz2
 2e23126ed4e0fe87c04712f39bb00f56ffab2d4eb442749270f47526be90a79c 1667384 
xmlcopyeditor_1.2.0.9-2_i386.deb
 557870125a6b38b265847de26b4f301a6c62d1c4cf310f75acb8240043c3220c 2754074 
xmlcopyeditor-dbg_1.2.0.9-2_i386.deb
Files: 
 a1d2619fefe68bc2ef3af51ddea6f716 1345 devel optional 
xmlcopyeditor_1.2.0.9-2.dsc
 613e0440fce462a5a59d938ef8433f11 12117 devel optional 
xmlcopyeditor_1.2.0.9-2.debian.tar.bz2
 fdaa64c2df5f301924d57265a70276b8 1667384 devel optional 
xmlcopyeditor_1.2.0.9-2_i386.deb
 a8ad8cedac0945e75846316f018f7374 2754074 debug extra 
xmlcopyeditor-dbg_1.2.0.9-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlHTBuAACgkQfbltLjbuCGEUpgCgjaONWP2+12PUtSZMQjVW3X7q
4D0Aniji4Tsexblet8mmLGwMygEQAwC9
=GfUH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to