Andrius Merkys

Results 166 comments of Andrius Merkys

I ran into the same issue again while working to reintroduce foolscap in Debian. In another package I maintain [I generate the test keys on the fly](https://sources.debian.org/src/node-https-proxy-agent/5.0.0-3/debian/make-snakeoil.exp/) this way ensuring...

Thanks for confirming, @meejah. I have attempted regenerating the keys, and most of the tests now pass. Some of the failing tests fail due to: ``` File "foolscap/test/test_negotiate.py", line 712,...

I have opened PR #90 with new randomly generated keys. With them tests pass.

> Do every conversion end with the error or do you have an example of a successful SMILES to sdf conversion? No, the following succeeds: ```bash $ echo CC |...

> If helpful (x86_64 as by `uname -m`) for Debian 12/bookworm (testing) with OpenBabel 3.1.1.+dfsg-6, the generation of the thiazole .sdf passes without complain or error. Despite the presence of...

> Sorry for the spamming, I don't have access to an arm64 computer so I will ask you to do a couple of more things. Could you please check `obabel...

Debian provides [build logs for all architectures](https://buildd.debian.org/status/package.php?p=openbabel) if this is of any help in this case. To me the logs for arm64 do not seem to contain anything strange around...

Sadly, I have almost no experience with gdb. I tried the following, but it just says "exited normally": ```gdb $ gdb --args obabel -ismi -:"O=C(C1=CN=CS1)N1C2CCC1CN(CC1CC3CCC1O3)C2" -osdf --gen2D GNU gdb (Debian...

I tried both `break mcdlutil.cpp:2575` and `break src/mcdlutil.cpp:2575`, but every time I get ``` No source file named mcdlutil.cpp. Make breakpoint pending on future shared library load? (y or [n])...

OK, I managed to get the breakpoint working. Will let you know if I dig something out.