Hello everyone I have some weird behavior associated with pkgin.
I tried to uninstall emacs by doing pkgin remove emacs
everything seemed to go well but i was still able to run emacs.
Note this was on a clean system, I mean after having reinstalled pkgsrc/pkgin from scratch.
I tried which emacs and the path is the one in /usr/pkg/bin/emacs.
At this point in desperation i tried to manually remove the binary. But then of course as expected this did not lead to good stuff.
I tried to do: pkg_admin rebuild and it showed me this:
pkg_admin: emacs26-26.3nb29: File `/usr/pkg/bin/ctags' is in +CONTENTS but not on filesystem!
pkg_admin: emacs26-26.3nb29: File `/usr/pkg/bin/emacs' is in +CONTENTS but not on filesystem!
pkg_admin: emacs26-26.3nb29: File `/usr/pkg/bin/emacs-26.3' is in +CONTENTS but not on filesystem!
pkg_admin: emacs26-26.3nb29: File `/usr/pkg/bin/emacsclient' is in +CONTENTS but not on filesystem!
I tried also pkg_admin rebuild-tree but nothing happens.
I am not able to remove emacs.
My initial goal was to install emacs28 since I noticed that by default emacs26 is installed.
Also as a side note. I have no /etc/mk.conf on my system, is this normal?