Re: [dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-28 Thread Randy Palamar
> scripts/mkproto: 15: cannot create /usr/local/share/man: Is a directory Actually, looking at it again this is just a problem in the makefile. scripts/mkproto has too many args. Though fixing that exposes a separate issue with the way `find` is being invoked. - Randy

Re: [dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-28 Thread Randy Palamar
Hi, > scripts/mkproto: 15: cannot create /usr/local/share/man: Is a directory This is a problem with mkdir in sbase. It probably shouldn't error out when mkdir(3p) fails and sets errno to EEXIST or EISDIR. I'll send a patch to hackers@ soon. - Randy

[dev] [Bug][sbase] make install borked since commit ddde8021

2023-10-28 Thread Rene Kita
I can't find the patch in the mail archives, but git://git.suckless.org/sbase has commit ddde8021 (Simplify install/uninstall). With this commit trying to install gives the following result: % make install scripts/mkproto install /usr/local /usr/local/share/man proto scripts/mkproto: 15: cannot