Opened 10 years ago

Last modified 6 years ago

#43306 closed defect

clustalx @2.1: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >' — at Version 1

Reported by: pst@… Owned by: snc@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: clustalx

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have a fresh install of macports. I did "sudo port install clustalx", got:

Error: org.macports.build for port clustalx returned: command execution failed
Please see the log file for port clustalx for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_clustalx/clustalx/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port clustalx failed

Log attached.

Change History (2)

Changed 10 years ago by pst@…

Attachment: main.log added

Build error log for clustalx

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to snc@…
Port: clustalx added
Summary: clustalx 2.1, build errorclustalx @2.1: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'

The first error in the log seems to be:

:info:build In file included from clustalW/general/VectorOutOfRange.cpp:9:
:info:build clustalW/general/VectorOutOfRange.h:23:21: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
:info:build         std::string _name;
:info:build                     ^
:info:build /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:188:33: note: template is declared here
:info:build     class _LIBCPP_TYPE_VIS_ONLY basic_string;
:info:build                                 ^
Note: See TracTickets for help on using tickets.