[kde-freebsd] [SVN Commit] area51/KDE/math/rocs

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Aug 20 00:04:47 UTC 2013


Schaich Alonso <alonsoschaich at fastmail.fm> writes:

> No, it still fails to link if built with clang:
>
> # make MAKE_JOBS_UNSAFE=yes build
> ...
> [ 76%] Built target rocs_assignvaluesplugin
> [ 76%] Built target rocs_automoc
> Linking CXX executable rocs
> ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
> ValueModifier::assignRandomIntegers<boost::shared_ptr<Data> >
> (QList<boost::shared_ptr<Data> > const&, QString const&, int, int, int,
> bool)' ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
> ValueModifier::enumerate<boost::shared_ptr<Data> >
> (QList<boost::shared_ptr<Data> > const&, QString const&, int, QString const&,
> bool)' ../lib/librocsvisualeditor.so.5.0.1: undefined reference to `void
> ValueModifier::assignRandomReals<boost::shared_ptr<Data> >
> (QList<boost::shared_ptr<Data> > const&, QString const&, double, double, int,
> bool)' c++: error: linker command failed with exit code 1 (use -v to see
> invocation) *** [App/rocs] Error code 1
> ...

I've got the same errors here with rocs from git master. In the end, it
looks like a bug (or different behavior) in clang/llvm.

I've reported it in <http://llvm.org/bugs/show_bug.cgi?id=16937>.


More information about the kde-freebsd mailing list