Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588644 - media-gfx/inkscape-0.91-r1 ‘ScopedPtr’ is not a member of ‘Glib’
Summary: media-gfx/inkscape-0.91-r1 ‘ScopedPtr’ is not a member of ‘Glib’
Status: RESOLVED DUPLICATE of bug 587098
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-12 05:49 UTC by Arsen Shnurkov
Modified: 2016-07-14 00:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/media-gfx/inkscape-0.91-r1/temp/build.log (file_588644.txt,157.20 KB, text/plain)
2016-07-12 05:49 UTC, Arsen Shnurkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arsen Shnurkov 2016-07-12 05:49:07 UTC
Created attachment 440404 [details]
/var/tmp/portage/media-gfx/inkscape-0.91-r1/temp/build.log

build log:
http://pastehtml.com/view/gllh87hv9.html

In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5/memory:81:0,
                 from ui/control-manager.h:14,
                 from ui/control-manager.cpp:12:
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/include/g++-v5/bits/unique_ptr.h:49:28: note: declared here
   template<typename> class auto_ptr;
                            ^
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*.
                                      ^
Makefile:8055: recipe for target 'ui/clipboard.o' failed
make[3]: *** [ui/clipboard.o] Error 1


similar bugs
https://bugs.launchpad.net/inkscape/+bug/1567485
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822392
Comment 1 Patrick McLean gentoo-dev 2016-07-14 00:15:27 UTC

*** This bug has been marked as a duplicate of bug 587098 ***