Hi guys,
I would really like to have a molecule drawing application on mybox and been looking around for some possibilities.
Outside pkgsrc: Free for personal use and available as .deb or .rpm only, there is Marvin Sketch, which I used sometime ago on Ubuntu. Other, professional alternatives require a license. I don't really need all the features, just be able to draw some molecules every now and then 😟
Within pkgsrc: gnome-chemistry-utils
, which hasn't been maintained in years and requires building from source and, the unmaintained chemtool
, this available through pkgin
.
Installing chemtool works with no errors, but when launching I get
$ chemtool
Memory fault (core dumped)
Trying debug and I get
$ gdb /usr/pkg/bin/chemtool /home/pin/chemtool.core
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/pkg/bin/chemtool...(no debugging symbols found)...done.
[New process 1]
Core was generated by `chemtool'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000418617 in ?? ()
So the binary is compiled without debug symbols 🙁
Any suggestions?
Maybe I could look into MolSketch...
EDIT: ...or not, it requires Qt5 🙁