On Fri, May 14, 2021, at 2:16 PM, Odhiambo Washington wrote:
On Sat, May 15, 2021 at 12:01 AM Mark Sapiro <mark@msapiro.net> wrote:
On 5/14/21 1:54 PM, Odhiambo Washington wrote:
/usr/local/include/sass
That is the only thing found that is in the base system.
And that's the one you want. What is it's mode?
root@gw:/usr/home/wash # ls -al /usr/local/include/sass total 104 drwxr-xr-x 2 root wheel 512 Apr 16 16:49 . drwxr-xr-x 176 root wheel 10240 Apr 19 18:05 .. -rw-r--r-- 1 root wheel 2369 Apr 8 11:08 base.h -rw-r--r-- 1 root wheel 10742 Apr 8 11:08 context.h -rw-r--r-- 1 root wheel 6632 Apr 8 11:08 functions.h -rw-r--r-- 1 root wheel 6489 Apr 8 11:08 values.h -rw-r--r-- 1 root wheel 198 Apr 8 11:08 version.h
I imagined I needed an executable.
This sounds like a result of you running pip3 install sass
, probably with sudo
which failed mid-way due to the exception you posted above.
Which OS are you using? On debian/ubuntu, you can install:
sudo apt install sassc
I am not exactly sure how it got removed during your upgrade to the new version of Mailman since it shouldn't affect your system packages.
Did you install Mailman initially using system packages or instructions provided at 1?
-- thanks, Abhilash Raj (maxking)