Re: How to "lock" package exclusion?

2017-06-15 Thread Ken Brown
On 6/15/2017 3:25 PM, Oleksandr Gavenko wrote: On 2017-06-13, Oleksandr Gavenko wrote: I am not sure if Emacs need libfam0 via libglib2.0_0... I've got response: https://emacs.stackexchange.com/questions/33545/how-is-important-libfam-and-gam-server Emacs w32 built with

Re: How to "lock" package exclusion?

2017-06-15 Thread Oleksandr Gavenko
On 2017-06-13, Oleksandr Gavenko wrote: > I am not sure if Emacs need libfam0 via libglib2.0_0... I've got response: https://emacs.stackexchange.com/questions/33545/how-is-important-libfam-and-gam-server Emacs w32 built with ``gfilenotify``:: (featurep 'gfilenotify) (member

Re: How to "lock" package exclusion?

2017-06-13 Thread Ken Brown
On 6/13/2017 2:39 AM, Oleksandr Gavenko wrote> How can I "lock" package to prevent intalling even if it is "required". There's no supported way to do this, but you can try to trick setup into thinking a package is installed by editing /etc/setup/installed.db. You'll have to re-do this every

How to "lock" package exclusion?

2017-06-13 Thread Oleksandr Gavenko
Procexp showed that /usr/libexec/gam_server.exe has link to Emacs. There is another evidence:: bash# apt-cyg depends emacs-w32 | grep gamin 170:emacs-w32 > emacs > libglib2.0_0 > libfam0 > gamin 1533:emacs-w32 > libMagickCore6_2 > libcairo2 > libglib2.0_0 > libfam0 > gamin Previously