Yasuhiro Kimura
Yasuhiro Kimura
If I add following steps, 3.5. M-x `toggle-debug-on-error` Then I get following backtrace. ``` Debugger entered--Lisp error: (error "Selecting deleted buffer") #f(compiled-function (connection) "Return true if the end of the...
I tried some repositories on GitHub with following steps. 1. rm -f ~/.emacs.d/forge-database.sqlite 2. git clone [URL of repository] 3. Start emacs. 4. M-x magit 5. Select directory cloned at...
> The problem is that your Makefile has bad permissions. You are right! Permissions of mail/postfix-policyd-spf-python/Makefile was 0600 and after I changed it to 0644 build succeeded without any error....
> I think we have too many options as is and complicate the interface. Defaulting to `make -s` when `poudriere -v` is not used seems better to me. I updated...
> In fact, you should not use Rspamd without hyperscan. I'll probably fix that issue but in future I plan to make Hyperscan dependency mandatory. IIUC hyperscan works only with...
> Let's probably hold on till 3.7.5 By applying d907a95ac build scceeds without hyperscan. Thanks for quick fix!
> > I just wonder why it is marked automatic in the first place. > > yes, that's what I'm after, too I also faced the issue and reported it...
IMO `pkg autoremove` should not uninstall itself even if it is marked as automatic. The backgroud of it is the behavior of `pkg delete -a` that it doesn't uninstall pkg...
By applying commit 98e731bf6 build of 3.13.0 succeeds without hyperscan.