Summary: | app-emulation/open-vm-tools-10.0.7[X] failed to build - In function `DnDUIX11::SetCPClipboardFromGtk(Gtk::SelectionData const&)': dndUIX11.cpp:(.text+0xf66): undefined reference to `HgfsUri_ConvertFromPathToHgfsUri' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | joakim.tjernlund, vmware+disabled |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log.tar.bz2
build.log.bz2 |
Description
Leonid Kopylov
2016-11-25 10:38:18 UTC
Created attachment 454318 [details]
build.log.tar.bz2
Comment on attachment 454318 [details]
build.log.tar.bz2
Please do not put single files in a tar archive.
You can compress a large build log like so:
bzip2 build.log
Created attachment 454370 [details]
build.log.bz2
I am unable to reproduce this failure, and I cannot see why it would be failing after reviewing the log. (In reply to Mike Gilbert from comment #4) > I am unable to reproduce this failure, and I cannot see why it would be > failing after reviewing the log. Current app-emulation/open-vm-tools is >= 10.1.10 . Current upstream open-vm-tools is >= 10.1.15 [ https://github.com/vmware/open-vm-tools ] . Please, open a-new in case this problem persists. Thank you. I have a similar problem with 10.1.15: stringxx/.libs/libdndcp_la-string.o: In function `utf::string::insert(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, unsigned int)': string.cc:(.text+0xefc): undefined reference to `Glib::ustring::insert(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, unsigned int)' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::erase(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)': string.cc:(.text+0xf6b): undefined reference to `Glib::ustring::erase(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::erase(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)': string.cc:(.text+0xfde): undefined reference to `Glib::ustring::erase(Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, Glib::ustring_Iterator<__gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >)' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::begin[abi:cxx11]()': string.cc:(.text+0x11e9): undefined reference to `Glib::ustring::begin[abi:cxx11]()' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::begin[abi:cxx11]() const': string.cc:(.text+0x1215): undefined reference to `Glib::ustring::begin[abi:cxx11]() const' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::end[abi:cxx11]()': string.cc:(.text+0x1239): undefined reference to `Glib::ustring::end[abi:cxx11]()' stringxx/.libs/libdndcp_la-string.o: In function `utf::string::end[abi:cxx11]() const': string.cc:(.text+0x1265): undefined reference to `Glib::ustring::end[abi:cxx11]() const' rebuilding gtkmm and glibmm fixed that :) |