I'm downloading mira to work with MITObim. When downloading the stable release required (4.0.2), after installation mirabait -v identifies 4.9.6. Is there a version mix up in the binaries here on sourceforge?
Shouldn't be, that'd be a first. Can you please check wether you are calling the right binary? Either via "which mirabait", then check path, or call the downloaded binary directly with full path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Shouldn't be, that'd be a first. Can you please check wether you are
calling the right binary? Either via "which mirabait", then check path, or
call the downloaded binary directly with full path.
Status: open Version: 4.0.1 Created: Tue Apr 02, 2019 08:46 PM UTC by Rob Denton Last Updated: Tue Apr 02, 2019 08:46 PM UTC Owner: Bastien Chevreux
I'm downloading mira to work with MITObim. When downloading the stable
release required (4.0.2), after installation mirabait -v identifies 4.9.6.
Is there a version mix up in the binaries here on sourceforge?
A bug of the C++ libraries which I learned to circumvent in later versions of MIRA. Should you insist on using 4.0.2, the workaround is:
export LC_ALL=C
in the shell, then it will work.
Though I would suggest you use mirabait from either 4.9.6 or from 5rc1 (on GitHub). I think I slightly changed the commandline interface for mirabait inbetween 4.0.x and 4.9.x, so MITObim might need slight adaptation. But the core functionality of mirabait remained the same.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A bug of the C++ libraries which I learned to circumvent in later versions
of MIRA. Should you insist on using 4.0.2, the workaround is:
export LC_ALL=C
in the shell, then it will work.
Though I would suggest you use mirabait from either 4.9.6 or from 5rc1 (on
GitHub). I think I slightly changed the commandline interface for mirabait
inbetween 4.0.x and 4.9.x, so MITObim might need slight adaptation. But the
core functionality of mirabait remained the same.
Status: open Version: 4.0.1 Created: Tue Apr 02, 2019 08:46 PM UTC by Rob Denton Last Updated: Tue Apr 02, 2019 08:50 PM UTC Owner: Bastien Chevreux
I'm downloading mira to work with MITObim. When downloading the stable
release required (4.0.2), after installation mirabait -v identifies 4.9.6.
Is there a version mix up in the binaries here on sourceforge?
Shouldn't be, that'd be a first. Can you please check wether you are calling the right binary? Either via "which mirabait", then check path, or call the downloaded binary directly with full path.
I uninstalled a previous version that was put on via conda. I downloaded
the linux binary for 4.0.2.
"which mirabait" points to the correct location.
"mirabait -v" produces the following error:
"mirabait: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt <
(sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))'
failed.
Aborted (core dumped)"
This is on ubuntu. Thanks!
On Tue, Apr 2, 2019 at 3:50 PM Bastien Chevreux bach@users.sourceforge.net
wrote:
Related
Tickets: #40
A bug of the C++ libraries which I learned to circumvent in later versions of MIRA. Should you insist on using 4.0.2, the workaround is:
export LC_ALL=C
in the shell, then it will work.
Though I would suggest you use mirabait from either 4.9.6 or from 5rc1 (on GitHub). I think I slightly changed the commandline interface for mirabait inbetween 4.0.x and 4.9.x, so MITObim might need slight adaptation. But the core functionality of mirabait remained the same.
That fixed the problem. Thanks!!
On Tue, Apr 2, 2019, 5:02 PM Bastien Chevreux bach@users.sourceforge.net
wrote:
Related
Tickets: #40