On Wednesday 13 November 2013 20:21:49 Schaich Alonso wrote: > On Wed, 13 Nov 2013 13:51:07 -0200 > Raphael Kubo da Costa <rak...@freebsd.org> wrote: > > > Schaich Alonso <alonsoscha...@fastmail.fm> writes: > > > > > *** science/kalzium (science/openbabel) > > > > I've just fixed openbabel in ports (r333701), can you check if it solves > > your problems? > > Builds and works over here now. > > Alonso > _______________________________________________ > kde-freebsd mailing list > kde-freebsd@kde.org > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information
I deinstalled kalzium and avogadro and try to built with clang: /usr/include/c++/v1/__locale:695:1: error: variable 'isupper' declared as a template isupper(_CharT __c, const locale& __loc) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.cpp:26: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: /usr/include/c++/v1/__locale:695:8: error: expected ';' at end of declaration isupper(_CharT __c, const locale& __loc) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:549:48: error: too many arguments provided to function-like macro invocation const char_type* toupper(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:731:9: note: macro 'toupper' defined here #define toupper(c) towupper(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.cpp:26: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:549:29: error: expected ';' at end of declaration list const char_type* toupper(char_type* __low, const char_type* __high) const ^ /usr/include/c++/v1/__locale:561:48: error: too many arguments provided to function-like macro invocation const char_type* tolower(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:729:9: note: macro 'tolower' defined here #define tolower(c) towlower(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.cpp:26: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:545:27: error: use of undeclared identifier '__c' return do_toupper(__c); ^ /usr/include/c++/v1/__locale:671:21: error: too many arguments provided to function-like macro invocation isspace(_CharT __c, const locale& __loc) ^ /usr/local/include/python2.7/pyport.h:725:9: note: macro 'isspace' defined here #define isspace(c) iswspace(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.cpp:26: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:669:1: error: 'inline' can only appear on functions inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__locale:671:1: error: variable 'isspace' declared as a template isspace(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:671:8: error: expected ';' at end of declaration isspace(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:672:1: error: expected unqualified-id { ^ /usr/include/c++/v1/__locale:695:21: error: too many arguments provided to function-like macro invocation isupper(_CharT __c, const locale& __loc) ^ /usr/local/include/python2.7/pyport.h:727:9: note: macro 'isupper' defined here #define isupper(c) iswupper(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.cpp:26: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythonscript.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:693:1: error: 'inline' can only appear on functions inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__locale:695:1: error: variable 'isupper' declared as a template isupper(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:695:8: error: expected ';' at end of declaration isupper(_CharT __c, const locale& __loc) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:434:15: error: C++ requires a type specifier for all declarations char_type toupper(char_type __c) const ^~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/pyport.h:731:29: note: expanded from macro 'toupper' #define toupper(c) towupper(btowc(c)) ^~~~~ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:440:48: error: too many arguments provided to function-like macro invocation const char_type* toupper(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:731:9: note: macro 'toupper' defined here #define toupper(c) towupper(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:440:29: error: expected ';' at end of declaration list const char_type* toupper(char_type* __low, const char_type* __high) const ^ --- libavogadro/src/CMakeFiles/avogadro.dir/pluginmanager.cpp.o --- *** [libavogadro/src/CMakeFiles/avogadro.dir/pluginmanager.cpp.o] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 /usr/include/c++/v1/__locale:452:48: error: too many arguments provided to function-like macro invocation const char_type* tolower(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:729:9: note: macro 'tolower' defined here #define tolower(c) towlower(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:436:27: error: use of undeclared identifier '__c' return do_toupper(__c); ^ /usr/include/c++/v1/__locale:543:15: error: C++ requires a type specifier for all declarations char_type toupper(char_type __c) const ^~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/python2.7/pyport.h:731:29: note: expanded from macro 'toupper' #define toupper(c) towupper(btowc(c)) ^~~~~ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:549:48: error: too many arguments provided to function-like macro invocation const char_type* toupper(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:731:9: note: macro 'toupper' defined here #define toupper(c) towupper(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:549:29: error: expected ';' at end of declaration list const char_type* toupper(char_type* __low, const char_type* __high) const ^ /usr/include/c++/v1/__locale:561:48: error: too many arguments provided to function-like macro invocation const char_type* tolower(char_type* __low, const char_type* __high) const ^ /usr/local/include/python2.7/pyport.h:729:9: note: macro 'tolower' defined here #define tolower(c) towlower(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:545:27: error: use of undeclared identifier '__c' return do_toupper(__c); ^ /usr/include/c++/v1/__locale:671:21: error: too many arguments provided to function-like macro invocation isspace(_CharT __c, const locale& __loc) ^ /usr/local/include/python2.7/pyport.h:725:9: note: macro 'isspace' defined here #define isspace(c) iswspace(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:669:1: error: 'inline' can only appear on functions inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__locale:671:1: error: variable 'isspace' declared as a template isspace(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:671:8: error: expected ';' at end of declaration isspace(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:672:1: error: expected unqualified-id { ^ /usr/include/c++/v1/__locale:695:21: error: too many arguments provided to function-like macro invocation isupper(_CharT __c, const locale& __loc) ^ /usr/local/include/python2.7/pyport.h:727:9: note: macro 'isupper' defined here #define isupper(c) iswupper(btowc(c)) ^ In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.cpp:25: In file included from /usr/ports/science/avogadro/work/avogadro-1.1.0/libavogadro/src/pythontool_p.h:30: In file included from /usr/local/include/boost/python.hpp:11: In file included from /usr/local/include/boost/python/args.hpp:10: In file included from /usr/local/include/boost/python/args_fwd.hpp:10: In file included from /usr/local/include/boost/python/handle.hpp:11: In file included from /usr/local/include/boost/python/errors.hpp:13: In file included from /usr/local/include/boost/function/function0.hpp:11: In file included from /usr/local/include/boost/function/detail/maybe_include.hpp:13: In file included from /usr/local/include/boost/function/function_template.hpp:13: In file included from /usr/local/include/boost/function/detail/prologue.hpp:17: In file included from /usr/local/include/boost/function/function_base.hpp:20: In file included from /usr/local/include/boost/assert.hpp:82: In file included from /usr/include/c++/v1/iostream:38: In file included from /usr/include/c++/v1/ios:216: /usr/include/c++/v1/__locale:693:1: error: 'inline' can only appear on functions inline _LIBCPP_INLINE_VISIBILITY ^ /usr/include/c++/v1/__locale:695:1: error: variable 'isupper' declared as a template isupper(_CharT __c, const locale& __loc) ^ /usr/include/c++/v1/__locale:695:8: error: expected ';' at end of declaration isupper(_CharT __c, const locale& __loc) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. --- libavogadro/src/CMakeFiles/avogadro.dir/pythonerror.cpp.o --- *** [libavogadro/src/CMakeFiles/avogadro.dir/pythonerror.cpp.o] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 20 errors generated. --- libavogadro/src/CMakeFiles/avogadro.dir/pythoninterpreter.cpp.o --- *** [libavogadro/src/CMakeFiles/avogadro.dir/pythoninterpreter.cpp.o] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 20 errors generated. --- libavogadro/src/CMakeFiles/avogadro.dir/pythontool_p.cpp.o --- *** [libavogadro/src/CMakeFiles/avogadro.dir/pythontool_p.cpp.o] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 20 errors generated. --- libavogadro/src/CMakeFiles/avogadro.dir/pythonscript.cpp.o --- *** [libavogadro/src/CMakeFiles/avogadro.dir/pythonscript.cpp.o] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 5 errors make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 --- libavogadro/src/CMakeFiles/avogadro.dir/all --- *** [libavogadro/src/CMakeFiles/avogadro.dir/all] Error code 2 make[3]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 1 error make[3]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 --- all --- *** [all] Error code 2 make[2]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 1 error make[2]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/science/avogadro *** Error code 1 Stop. make: stopped in /usr/ports/science/avogadro ===>>> make failed for science/avogadro ===>>> Aborting update ===>>> Update for science/avogadro failed ===>>> Aborting update Than I try with gcc: CMakeFiles/avogadro-app.dir/mainwindow.cpp.o: In function `Avogadro::MainWindow::check3DCoords(OpenBabel::OBMol*)': mainwindow.cpp:(.text+0x851): undefined reference to `OpenBabel::OBPlugin::BaseFindType(std::map<char const*, OpenBabel::OBPlugin*, OpenBabel::CharPtrLess, std::allocator<std::pair<char const* const, OpenBabel::OBPlugin*> > >&, char const*)' mainwindow.cpp:(.text+0x891): undefined reference to `OpenBabel::OBPlugin::BaseFindType(std::map<char const*, OpenBabel::OBPlugin*, OpenBabel::CharPtrLess, std::allocator<std::pair<char const* const, OpenBabel::OBPlugin*> > >&, char const*)' CMakeFiles/avogadro-app.dir/mainwindow.cpp.o: In function `Avogadro::MainWindow::prepareClipboardData(Avogadro::PrimitiveList)': mainwindow.cpp:(.text+0x13fd6): undefined reference to `OpenBabel::OBConversion::OBConversion(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)' CMakeFiles/avogadro-app.dir/mainwindow.cpp.o: In function `Avogadro::MainWindow::exportGraphics()': mainwindow.cpp:(.text+0x150c2): undefined reference to `OpenBabel::OBConversion::OBConversion(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)' CMakeFiles/avogadro-app.dir/mainwindow.cpp.o: In function `Avogadro::MainWindow::pasteMimeData(QMimeData const*)': mainwindow.cpp:(.text+0x15bf9): undefined reference to `OpenBabel::OBConversion::OBConversion(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)' mainwindow.cpp:(.text+0x15f08): undefined reference to `OpenBabel::OBConversion::ReadString(OpenBabel::OBBase*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)' CMakeFiles/avogadro-app.dir/importdialog.cpp.o: In function `Avogadro::ImportDialog::ImportDialog(Avogadro::MainWindow*)': importdialog.cpp:(.text+0x8da): undefined reference to `OpenBabel::OBConversion::OBConversion(std::basic_istream<char, std::char_traits<char> >*, std::basic_ostream<char, std::char_traits<char> >*)' importdialog.cpp:(.text+0x91b): undefined reference to `OpenBabel::OBConversion::GetNextFormat(std::_Rb_tree_const_iterator<std::pair<char const* const, OpenBabel::OBPlugin*> >&, char const*&, OpenBabel::OBFormat*&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBResidue::SetNum(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBMol::NextBond(__gnu_cxx::__normal_iterator<OpenBabel::OBBond**, std::vector<OpenBabel::OBBond*, std::allocator<OpenBabel::OBBond*> > >&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBResidue::SetName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBResidue::SetAtomID(OpenBabel::OBAtom*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBGridData::SetValues(std::vector<double, std::allocator<double> > const&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBConversion::ReadFile(OpenBabel::OBBase*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBMol::BeginAtom(__gnu_cxx::__normal_iterator<OpenBabel::OBAtom**, std::vector<OpenBabel::OBAtom*, std::allocator<OpenBabel::OBAtom*> > >&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBMol::BeginBond(__gnu_cxx::__normal_iterator<OpenBabel::OBBond**, std::vector<OpenBabel::OBBond*, std::allocator<OpenBabel::OBBond*> > >&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBAtom::BeginNbrAtom(__gnu_cxx::__normal_iterator<OpenBabel::OBBond**, std::vector<OpenBabel::OBBond*, std::allocator<OpenBabel::OBBond*> > >&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBConversion::Write(OpenBabel::OBBase*, std::basic_ostream<char, std::char_traits<char> >*)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBMol::NextAtom(__gnu_cxx::__normal_iterator<OpenBabel::OBAtom**, std::vector<OpenBabel::OBAtom*, std::allocator<OpenBabel::OBAtom*> > >&)' ../../lib/libavogadro.so.1.1.0: undefined reference to `OpenBabel::OBConversion::Read(OpenBabel::OBBase*, std::basic_istream<char, std::char_traits<char> >*)' collect2: ld returned 1 exit status --- bin/avogadro --- *** [bin/avogadro] Error code 1 make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 1 error make[4]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 --- avogadro/src/CMakeFiles/avogadro-app.dir/all --- *** [avogadro/src/CMakeFiles/avogadro-app.dir/all] Error code 2 make[3]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 1 error make[3]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 --- all --- *** [all] Error code 2 make[2]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 1 error make[2]: stopped in /usr/ports/science/avogadro/work/avogadro-1.1.0 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/science/avogadro *** Error code 1 Stop. make: stopped in /usr/ports/science/avogadro ===>>> make failed for science/avogadro ===>>> Aborting update ===>>> Update for science/avogadro failed ===>>> Aborting update ===>>> Killing background jobs Terminated Thanks. -- Mitja ------- http://www.redbubble.com/people.lumiwa _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information