Your message dated Tue, 26 Apr 2016 23:06:54 +0000
with message-id <e1avc4e-0005uj...@franck.debian.org>
and subject line Bug#822392: fixed in inkscape 0.91-8
has caused the Debian Bug report #822392,
regarding inkscape: FTBFS: error: 'ScopedPtr' is not a member of 'Glib'
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.)


-- 
822392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: inkscape
Version: 0.91-7
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> nclude/x86_64-linux-gnu -I/usr/include/libcdr-0.1 
> -I/usr/include/librevenge-0.0     -I/usr/include/poppler -pthread 
> -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
> -DPOTRACE=\"potrace\" -std=c++11 -pthread -I/usr/include/gtkmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/include/atkmm-1.6 
> -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 
> -I/usr/include/gdkmm-2.4 -I/usr/lib/x86_64-linux-gnu/gdkmm-2.4/include 
> -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include 
> -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include 
> -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
> -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include 
> -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include 
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -I/usr/include/gtkspell-2.0 -pthread -std=c++11 
> -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/giomm-2.4 
> -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 
> -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/libpng16 
> -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 
> -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include   
> -DG_DISABLE_DEPRECATED -DGLIBMM_DISABLE_DEPRECATED -DGDKMM_DISABLE_DEPRECATED 
> -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED 
> -DGTKMM_DISABLE_DEPRECATED -Werror=format-security -Wswitch 
> -Werror=return-type -DGSEAL_ENABLE -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat 
> -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2  
> -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch 
> -Wno-unused-parameter -g -O2 -fPIE -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fopenmp -c -o ui/dialog/ocaldialogs.o 
> ui/dialog/ocaldialogs.cpp
> ui/dialog/document-properties.cpp: In member function 'void 
> Inkscape::UI::Dialog::DocumentProperties::onDocUnitChange()':
> ui/dialog/document-properties.cpp:1696:33: warning: variable 'old_doc_unit' 
> set but not used [-Wunused-but-set-variable]
>      Inkscape::Util::Unit const *old_doc_unit = unit_table.getUnit("px");
>                                  ^
> ui/clipboard.cpp: In member function 'void 
> Inkscape::UI::ClipboardManagerImpl::_inkscape_wait_for_targets(std::__cxx11::list<Glib::ustring>&)':
> ui/clipboard.cpp:1405:22: error: 'ScopedPtr' is not a member of 'Glib'
>              target = Glib::ScopedPtr<char>(atom_name).get(); //This frees 
> the gchar*.
>                       ^
> ui/clipboard.cpp:1405:38: error: expected primary-expression before 'char'
>              target = Glib::ScopedPtr<char>(atom_name).get(); //This frees 
> the gchar*.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: inkscape
Source-Version: 0.91-8

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

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated inkscape 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: Tue, 26 Apr 2016 22:06:31 +0000
Source: inkscape
Binary: inkscape
Architecture: source
Version: 0.91-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 inkscape   - vector-based drawing program
Closes: 771807 822392
Changes:
 inkscape (0.91-8) unstable; urgency=medium
 .
   * debian/control:
     + Use my @debian.org email address.
     + Bump Standards-Version to 3.9.8, no changes needed.
     + Use HTTPS in Vcs-Git.
     + Demote pstoedit to Suggests.
     + Document suggested packages.  Closes: #771807
   * debian/watch: rewrite, using format=4 and pgpmode=next/prev to allow gpg
     verification of the tarball.
     Thanks to Osamu Aoki <os...@debian.org> for the help and for implementing
     all this new stuff in devscripts.
   * debian/inkscape.menu: remove, after CTTE's decision in #741573.
   * debian/patches/fix-FTBFS.patch: backport patch from upstream to fix FTBFS
     with a glibmm without Glib::ScopedPtr.  Closes: #822392
Checksums-Sha1:
 ddd1179f5c255cf537f3037f5b44d4aacea88b1e 2555 inkscape_0.91-8.dsc
 0c9dbd5dda2368794dc93a92607aaee800d8a3db 24504 inkscape_0.91-8.debian.tar.xz
Checksums-Sha256:
 7c566e4066208ee5d9be57e58bea96e4fa301797af4bcabae596e4134c072bf5 2555 
inkscape_0.91-8.dsc
 a361a60e53f2146fe3309cc02a6601047da6c5af6a61855d39188c0c84c6be65 24504 
inkscape_0.91-8.debian.tar.xz
Files:
 6d927d4f378e6a7ed59ca4140283c47a 2555 graphics optional inkscape_0.91-8.dsc
 34b3a75ce0fec21802d47b7e2a816a51 24504 graphics optional 
inkscape_0.91-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXH+luAAoJEEsEP825REVAeT4P/REO2ISHQsIJBT97uBeJnxZo
FKClgR1Eer2ETpgcME2A2/YQPHPJKw4URu92un9ECwM3qcBy2GYyMmzZ5gSeA/x8
GAIk9usuX5dnR7T1Ejd/uPEsL8DeKa5/AyZ5ZNJtVu94WtVRLw1MCjBRdEskxG2k
1xOyZqJBm+D5oWBhPSjkdOWzA9ZK96W2Ubo1BSbo6obcmBiObrQeA56DE+pRezm/
O4AUvWM0A8m+Cx5/5K/Dknt3XhqusJ8i93hJ9uG5BwhRs3Ww1H6SS17rGMRhBJ+X
DAnXathmn4WgcgVyamKj1VXJqNKVMc+kA5YrhxZhPWKJcgwhXqbWxNELzMyOVj5w
tw4fNcgJSNSuhogXEgVNWB7r1BV3Ek+Mnh3kdM2XUqGeiZ9xiSOs1SDkddYU5GBE
LLDtCfYKk7/q3OZajEa3bsVDi2HTK21nCQuDlQIFXeiHadH1byhrPtOcVGxuIFtA
q9tf309U7XxEKH/USj4iJeNqHfhNJxDQ71PQ/sBdipBqUMUBSkeeIdC+UG4pIHFs
4g9I+i3LpSFV7KCmii7u6T5EugygbgS53I6ImQ5VFqMHrNohp0sS2L0oao2NBmNs
XngY7t1HwhSxS/jE0RfhZOI3xHjVqHGqc5xrnHVdWspyGiAsBVE/rsB6w71mVp9C
dxvt95e/JFC+C7puoEzj
=1CsE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to