User Activity

  • Posted a comment on ticket #11 on Isync

    Every once in a while I'm delving into the code and trying to implement this feature myself. It's hard though.. I'm not experienced enough in C. Here's my attempt so far: diff --git i/src/drv_imap.c w/src/drv_imap.c index ad95e3d..4c1727e 100644 --- i/src/drv_imap.c +++ w/src/drv_imap.c @@ -288,7 +288,8 @@ enum CAPABILITY { NAMESPACE, UTF8_ACCEPT, UTF8_ONLY, - COMPRESS_DEFLATE + COMPRESS_DEFLATE, + IDLE }; static const struct { @@ -311,6 +312,7 @@ static const struct { { "UTF8=ACCEPT", 11 }, { "UTF8=ONLY",...

  • Posted a comment on ticket #2596 on Maxima -- GPL CAS based on DOE-MACSYMA

    Also the rtest_matrixexp test fails for me here on NixOS.

  • Posted a comment on ticket #280 on SAGA GIS

    @oconrad Did the 7.7.0 release include this change? I'm experiencing this issue when trying to build it: MLB_Interface.cpp:53:10: fatal error: opencv2/core.hpp: No such file or directory 53 | #include <opencv2/core.hpp> | ^~~~~~~~~~~~~~~~~~ compilation terminated. make[5]: *** [Makefile:549: MLB_Interface.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from opencv.cpp:49: opencv.h:62:10: fatal error: opencv2/core.hpp: No such file or directory 62 | #include <opencv2/core.hpp>...

  • Posted a comment on ticket #280 on SAGA GIS

    Thanks for the quick fix. I hope to see this on the next release.

  • Created ticket #280 on SAGA GIS

    opencv 4 support?

  • Posted a comment on ticket #555 on Gtk-Gnutella

    BTW Thank you @rmanfredi for helping me and NixOS with this, I appreciate your work.

  • Posted a comment on ticket #555 on Gtk-Gnutella

    BTW, I see you're having a stacktrace with bfd_close_all_done(). Thiis shows that you're not compiling the "devel" branch of gtk-gnutella, and therefore you're hitting the bug I fixed about xstrdup() conflicting (defined in gtk-gnutella but also relied upon in the BFD library, and of course with different semantics!) You were right. I tested with / without hardenning with 1.1.15 as well, for the sake of testing the "stable" release for our packaging (see https://github.com/NixOS/nixpkgs/pull/83067...

  • Posted a comment on ticket #555 on Gtk-Gnutella

    --disable-malloc worked +1. Besides that @rmanfredi , our build system has some hardenning flags enabled by default for out builds. See https://nixos.org/nixpkgs/manual/#sec-hardening-in-nixpkgs . In the current state of the package, we are disabling hardenning for: bindnow fortify pic relro I haven't tested with / without each 1 of these disables, but without all of these hardenning flags disabled, i.e, with: -fPIE -fPIC -O2 -D_FORTIFY_SOURCE=2 for the compiler -z relro -z bindnow linker options...

View All

Personal Data

Username:
doronbehar
Joined:
2018-01-12 14:15:47
Location:
Israel / IDT
Gender:
Male

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB