Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo and Lightscribe?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
gscheel
n00b
n00b


Joined: 08 Nov 2005
Posts: 22

PostPosted: Sat Oct 17, 2009 2:07 am    Post subject: Reply with quote

I don't think that's the problem. I added the overlay

Code:

sumomo glen # layman -S
* Running command "/usr/bin/svn up "/usr/local/portage/layman/lightscribe""...
At revision 1561.
*
* Success:
* ------
*
* Successfully synchronized overlay "lightscribe".


But portage doesn't see it.

Code:

sumomo glen # emerge liblightscribe

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies ... done!

emerge: there are no ebuilds to satisfy "liblightscribe".
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2508
Location: Silver City, NM

PostPosted: Sat Oct 17, 2009 4:10 am    Post subject: Reply with quote

Do you have this line in your /etc/make.conf?
Code:
source /usr/local/portage/layman/make.conf
Back to top
View user's profile Send private message
gscheel
n00b
n00b


Joined: 08 Nov 2005
Posts: 22

PostPosted: Sat Oct 17, 2009 12:13 pm    Post subject: Reply with quote

I did not. That seems to have fixed it. Thank you very much for your help.
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Wed Oct 21, 2009 12:18 pm    Post subject: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Hello,

with the newer gcc it won't compile.

Please look here:

https://bugs.gentoo.org/show_bug.cgi?id=263236
R. R.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Wed Oct 21, 2009 5:38 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Tinitus wrote:
Hello,

with the newer gcc it won't compile.

R. R.


could you plz post the output of thw failed merge

thx
Mario
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Wed Oct 21, 2009 8:18 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Geos_One wrote:
Tinitus wrote:
Hello,

with the newer gcc it won't compile.

R. R.


could you plz post the output of thw failed merge

thx
Mario


Oh sorry I forget..

Code:
Generating lightscribe_interface.moc
CMakeFiles/lscribed.dir/drives.cpp.o: In function `Drive::routine()':
drives.cpp:(.text+0x2a18): warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so, may conflict with libstdc++.so.6
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::erase(unsigned int, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(float)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::~basic_streambuf()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::c_str() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::__throw_length_error(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator+=(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::epptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::eback() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Alloc_hider::_Alloc_hider(wchar_t*, std::allocator<wchar_t> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::append(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::imbue(std::locale const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::locale::classic()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for bool@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `virtual thunk to std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for std::logic_error@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::setp(wchar_t*, wchar_t*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_rethrow@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_end_catch@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::pbase() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::logic_error::logic_error(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator+=(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned int, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_copy_chars(wchar_t*, wchar_t*, wchar_t*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::_M_out_cur_move(long)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::logic_error::what() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char const*, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::xsgetn(wchar_t*, int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::fill(char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for std::runtime_error@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::replace(__gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, __gnu_cxx::__normal_iterator<wchar_t*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, wchar_t const*, wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::xsgetn(char*, int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::~basic_string()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::operator<<(long)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::operator<<(unsigned short)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::pptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::allocator<char>::~allocator()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::basic_ostream(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_iend() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::~basic_ios()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::__throw_logic_error(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<wchar_t, std::char_traits<wchar_t> >::~basic_ios()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::_Resetiosflags)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::bad_alloc@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator+=(char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::basic_ios()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_call_unexpected@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator+=(wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(char const*, std::_Ios_Openmode)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_terminal@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::epptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::_M_out_cur_move(long)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::gptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::logic_error@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `virtual thunk to std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::setg(wchar_t*, wchar_t*, wchar_t*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::showmanyc()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::uflow()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::basic_streambuf()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::uflow()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::cout@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_refdata()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(std::ios_base& (*)(std::ios_base&))@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::exception::~exception()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(unsigned int, unsigned int, char const*, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::is_open()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::runtime_error::runtime_error(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >& std::operator<< <wchar_t, std::char_traits<wchar_t> >(std::basic_ostream<wchar_t, std::char_traits<wchar_t> >&, wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::sync()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::egptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `operator new[](unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::__throw_out_of_range(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(unsigned int, char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::length() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::__default_alloc_template<true, 0>::allocate(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::_Setw)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for std::exception@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::operator<<(bool)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::eback() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::xsputn(wchar_t const*, int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::setp(char*, char*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for long@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::basic_ostream(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(char const*, std::_Ios_Openmode)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::end()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::data() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_copy_chars(char*, char*, char*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_refcopy()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, unsigned int, std::allocator<wchar_t> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::imbue(std::locale const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::basic_ostream<char, std::char_traits<char> >@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_begin_catch@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::allocator<char>::allocator()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::begin()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_iend() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::data() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::operator<<(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_istream<char, std::char_traits<char> >::get(char&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::compare(wchar_t const*) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::close()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find(wchar_t const*, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::basic_streambuf()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::max_size() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::locale::~locale()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::basic_ostream<wchar_t, std::char_traits<wchar_t> >@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::runtime_error::~runtime_error()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_create(unsigned int, std::allocator<char> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::gptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_empty_rep()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::logic_error::~logic_error()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::exception@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<wchar_t, std::char_traits<wchar_t> >::basic_ios()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned int, std::allocator<char> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for std::bad_alloc@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Alloc_hider::_Alloc_hider(char*, std::allocator<char> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::sync()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_refdata()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator=(wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::length() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::empty() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::showmanyc()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::operator<<(int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::at(unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_refcopy()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::pptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_terminal@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::sputc(wchar_t)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::allocator<wchar_t>::~allocator()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::substr(unsigned int, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `operator new(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::operator void*() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_allocate_exception@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, unsigned int, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator+=(wchar_t)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::pbase() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator=(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator[](unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::at(unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::append(wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::allocator<wchar_t>::allocator()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::sputc(char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >::operator<<(int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::bad_alloc::~bad_alloc()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, char const*, char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::replace(unsigned int, unsigned int, wchar_t const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `virtual thunk to std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `__cxa_throw@CXXABI_1.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::erase(unsigned int, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::runtime_error@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `operator delete[](void*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(unsigned int, unsigned int, char const*) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::imbue(std::locale const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >& std::operator<< <wchar_t, std::char_traits<wchar_t> >(std::basic_ostream<wchar_t, std::char_traits<wchar_t> >&, char const*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::basic_streambuf<char, std::char_traits<char> >@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >& std::operator<< <wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >(std::basic_ostream<wchar_t, std::char_traits<wchar_t> >&, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::exception::what() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::~basic_ofstream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::assign(wchar_t const*, unsigned int)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find(wchar_t, unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_ibegin() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `typeinfo for std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned int, std::allocator<wchar_t> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::max_size() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::egptr() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned int) const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::size() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::setg(char*, char*, char*)@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `virtual thunk to std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()@GLIBCPP_3.2'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../liblightscribe.so: undefined reference to `std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::compare(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) const@GLIBCPP_3.2'
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [lscribed/lscribed] Fehler 1


on AMD 64bit

R. R.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Oct 22, 2009 2:16 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Tinitus wrote:


Oh sorry I forget..


on AMD 64bit

R. R.



could you plz post the output of
Code:
equery l liblightscribe


it looks like you are using a old version of liblightsribe

thx
Mario
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Thu Oct 22, 2009 4:46 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Geos_One wrote:
Tinitus wrote:


Oh sorry I forget..


on AMD 64bit

R. R.



could you plz post the output of
Code:
equery l liblightscribe


it looks like you are using a old version of liblightsribe

thx
Mario



Hello,

here it is

Code:
equery l liblightscribe
[ Searching for package 'liblightscribe' in all categories among: ]
 * installed packages
[I--] [ ~] app-cdr/liblightscribe-1.18.8.1 (0)

R. R.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Oct 22, 2009 8:42 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Tinitus wrote:


Code:
equery l liblightscribe
[ Searching for package 'liblightscribe' in all categories among: ]
 * installed packages
[I--] [ ~] app-cdr/liblightscribe-1.18.8.1 (0)

R. R.


this schould not happen as the version of liblightscribe in my tree could not have the described error
is there somewhere on your system still another version?
Back to top
View user's profile Send private message
platojones
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1602
Location: Just over the horizon

PostPosted: Sun Oct 25, 2009 7:51 pm    Post subject: Reply with quote

I installed the lightscribe portage set from the overlay...to be honest, I expected it to be a challenge. I was wrong. It worked perfectly right out of the box on my amd64 system. Outstanding work guys. Thanks to Geos_One for putting this overlay together. And thanks as well to BitJam for documenting the steps.

BTW, this seems like a lightscribe software issue, but I noticed that revdep-rebuild always want's to re-emerge lightscribe-simplelabeler...any thoughts about how I can fix that?

UPDATE: Never mind that last question...that lightscribe binary package is the only 32 library on my 64 bit system...there are issues that causes revdep-rebuild problems under those circumstances. The simple solution was to add the following line to my make.conf:

Code:
SEARCH_DIRS_MASK="/opt/lightscribe/SimpleLabeler/lib32"
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Mon Oct 26, 2009 7:07 pm    Post subject: Reply with quote

platojones wrote:
I installed the lightscribe portage set from the overlay...to be honest, I expected it to be a challenge. I was wrong. It worked perfectly right out of the box on my amd64 system. Outstanding work guys. Thanks to Geos_One for putting this overlay together. And thanks as well to BitJam for documenting the steps.

BTW, this seems like a lightscribe software issue, but I noticed that revdep-rebuild always want's to re-emerge lightscribe-simplelabeler...any thoughts about how I can fix that?

UPDATE: Never mind that last question...that lightscribe binary package is the only 32 library on my 64 bit system...there are issues that causes revdep-rebuild problems under those circumstances. The simple solution was to add the following line to my make.conf:

Code:
SEARCH_DIRS_MASK="/opt/lightscribe/SimpleLabeler/lib32"


thx for the report i will add a revdep rebuild file to simpla labeler
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Mon Oct 26, 2009 7:11 pm    Post subject: Re: app-cdr/qlscribe-0.13-r1 won't compile on gcc-4.3.4 Reply with quote

Tinitus wrote:


Hello,

here it is

Code:
equery l liblightscribe
[ Searching for package 'liblightscribe' in all categories among: ]
 * installed packages
[I--] [ ~] app-cdr/liblightscribe-1.18.8.1 (0)

R. R.


is your problem solved ?

if you still have this problem plz remerge liblightscribe
Back to top
View user's profile Send private message
platojones
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1602
Location: Just over the horizon

PostPosted: Tue Oct 27, 2009 6:42 pm    Post subject: Reply with quote

Geos_One wrote:
thx for the report i will add a revdep rebuild file to simpla labeler


No problem...I just upgraded with the new lightscribe softerware version and the fix...it works. No more revdep-rebuild issues. Thanks.
Back to top
View user's profile Send private message
platojones
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1602
Location: Just over the horizon

PostPosted: Thu Oct 29, 2009 2:49 pm    Post subject: Reply with quote

The overlay appears to be offline...is this permanent or is it coming back?
Back to top
View user's profile Send private message
rtomek
Apprentice
Apprentice


Joined: 05 Jan 2007
Posts: 210
Location: Chicago

PostPosted: Thu Oct 29, 2009 3:30 pm    Post subject: Reply with quote

platojones wrote:
The overlay appears to be offline...is this permanent or is it coming back?


it's been a week and still not working....
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Thu Oct 29, 2009 9:35 pm    Post subject: Reply with quote

platojones wrote:
The overlay appears to be offline...is this permanent or is it coming back?


its back
(i always stop apache at midnight to do some automatic security updates but yesterday the server didn't come back)

thx
Mario
Back to top
View user's profile Send private message
platojones
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1602
Location: Just over the horizon

PostPosted: Fri Oct 30, 2009 12:26 am    Post subject: Reply with quote

Yes, it's back. Thanks!
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Wed Dec 02, 2009 3:27 pm    Post subject: liblightscribe 1.18.10.2 Reply with quote

the update for liblightscribe 1.18.10.2 is online.

thx
Mario
Back to top
View user's profile Send private message
platojones
Veteran
Veteran


Joined: 23 Oct 2002
Posts: 1602
Location: Just over the horizon

PostPosted: Wed Dec 02, 2009 3:40 pm    Post subject: Re: liblightscribe 1.18.10.2 Reply with quote

Geos_One wrote:
the update for liblightscribe 1.18.10.2 is online.

thx
Mario


Great! I'll upgrade today. Thanks.
Back to top
View user's profile Send private message
Twenynge
n00b
n00b


Joined: 08 Jan 2010
Posts: 56

PostPosted: Sat Jan 23, 2010 10:32 pm    Post subject: Reply with quote

I am having difficulties installing this software. I followed the instructions posted by BitJam, and I encounter issues during the following steps:

Code:
emerge -av @lightscribe


I get the following error:
Code:
!!! '@lightscribe' is not a valid package atom.
!!! Please check ebuild(5) for full details.


Is this because I need to create an /etc/portage/sets directory and then create a /lightscribe directory within /sets? if so, what do I put in /lightscribe?

I continued on and attempted to
Code:
emerge -av qlscribe
and found that qlscribe and liblightscribe were masked. I unmasked the two packages and tried to emerge qlscribe again, this time met with a fetch restriction for app-cdr/liblightscribe-1.18.2-r1. I went to the lightscribe website to download the .rpm and put it in my dist file manually, but the site did not have "liblightscribe-1.18.2-r1". Do I need to convert the .rpm into a .tar.gz? Also, how do I install using sets?

Thanks in advance...
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sun Jan 24, 2010 8:14 am    Post subject: Reply with quote

Twenynge wrote:

Code:
emerge -av @lightscribe


I get the following error:
Code:
!!! '@lightscribe' is not a valid package atom.
!!! Please check ebuild(5) for full details.




your version of portage don't support sets (no need to create any dirs)

no only copy the to files to your distfiles dir
and the version can only be 1.18.10.2 for the lighscribe system software and 1.18.6.1 for the lightscribe sdk (because there is no 1.18.2 at all in the tree)
you don't need to convert them

yes the packages are masked for testing only you have to unmask them by allowing the testing keyword for these packages

Quote:

echo "app-cdr/liblightscribe ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe
echo "app-cdr/lightscribe-lacie ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe
echo "app-cdr/lightscribe-lsprint ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe
echo "app-cdr/lightscribe-simplelabeler ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe
echo "app-cdr/lightscribe-template ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe
echo "app-cdr/qlscribe ~amd64 ~x86" >> /etc/portage/package.keywords/lightscribe


if you still have a problem let us know
Back to top
View user's profile Send private message
Twenynge
n00b
n00b


Joined: 08 Jan 2010
Posts: 56

PostPosted: Sun Jan 24, 2010 8:36 am    Post subject: Reply with quote

Thanks for the quick response. I dumped the .rpm files in my distfiles directory and did an emerge -av qlscribe and it worked perfectly.

Thanks again.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Sun Jan 24, 2010 8:46 am    Post subject: Reply with quote

Twenynge wrote:
Thanks for the quick response. I dumped the .rpm files in my distfiles directory and did an emerge -av qlscribe and it worked perfectly.

Thanks again.


i would also suggest to install "lightscribe-template"
these are the samples from the lightscribe site (only if you need them)

thx and have fun
Mario
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 250
Location: Austria,Graz

PostPosted: Wed Feb 03, 2010 6:09 am    Post subject: News on Lightscribe Reply with quote

Hallo,

Lightscribe is now becomming part of the sunrise overlay (the first step into gentoo)
the first 2 ebuilds are in and waiting for review to become part of "layman -a sunrise"
(dev-libs/liblightscribe app-cdr/qlscribe)

1 important change had been made, liblightscribe moved to another category

app-cdr/liblightscribe -> dev-libs/liblightscribe

so plz unmerge emerge -C app-cdr/liblightscribe and remerge emerge -1v dev-libs/liblightscribe
the next update should error out

thx for all your help to make this possible
Mario

the changes will be added shortly to my overlay
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Tue Jun 22, 2010 11:50 am    Post subject: Reply with quote

Didn´t follow the developement in the lightscribe overlay for some time now.
I am surprised and also confused.
I´ve added sunrise to overlay layman but the requested ebuild version and the downloaded rpm version
don´t match:
dev-libs/liblightscribe-1.18.14.1 is what´s needed but downloadable system software is 1.18.15.1?

What else is new, please? :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 7 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum