OpenBSD installation issues
olavfosse opened this issue · 3 comments
-
The installation script incorrectly says aspell is installed
Checking to see if aspell is installed... found.
whereas it is in fact not installed.
$ pkg_info -A | grep aspell $ which aspell which: aspell: Command not found.
I do not know if this is related to the issue, but OpenBSD base comes with with
/usr/bin/spell
which is in$PATH
. -
printf throws a bunch of errors
____ _ _ printf: unknown escape sequence `\ ' | _ _ __ ___| |_ _ __| | ___ printf: unknown escape sequence `\ ' printf: unknown escape sequence `\ ' | |_) | __/ _ | | | |/ _ |/ _ | __/| | | __/ | |_| | (_| | __/ printf: unknown escape sequence `\_' printf: unknown escape sequence `\_' printf: unknown escape sequence `\_' printf: unknown escape sequence `\_' |_| |_| ___|_|__,_|__,_|___|
Raw output of curl -L https://git.io/epre | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 141 100 141 0 0 66 0 0:00:02 0:00:02 --:--:-- 66
100 8143 100 8143 0 0 3259 0 0:00:02 0:00:02 --:--:-- 34214
Checking to see if git is installed... found.
Checking to see if aspell is installed... found.
Cloning the Prelude's GitHub repository...
Cloning into '/home/olav/.emacs.d'...
remote: Enumerating objects: 6175, done.
remote: Total 6175 (delta 0), reused 0 (delta 0), pack-reused 6175
Receiving objects: 100% (6175/6175), 4.68 MiB | 1.43 MiB/s, done.
Resolving deltas: 100% (3689/3689), done.
Making the required directories.
Bytecompiling Prelude.
____ _ _
printf: unknown escape sequence `\ '
| _ _ __ ___| |_ _ __| | ___
printf: unknown escape sequence `\ '
printf: unknown escape sequence `\ '
| |_) | __/ _ | | | |/ _ |/ _
| __/| | | __/ | |_| | (_| | __/
printf: unknown escape sequence `\_'
printf: unknown escape sequence `\_'
printf: unknown escape sequence `\_'
printf: unknown escape sequence `\_'
|_| |_| ___|_|__,_|__,_|___|
... is now installed and ready to do thy bidding, Master olav!
Don't forget to adjust the modules you want to use in /home/olav/.emacs.d/personal/prelude-modules.el!
System information
$ uname -srp
OpenBSD 6.7 amd64
$ emacs --version
GNU Emacs 26.3
Copyright (C) 2019 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
Aside from these issues it seems to work correctly. It opens and closes cleanly without any errors or warnings. I have not tried any advanced features, but writing a hello world in c plus compiling and running it in shell worked as expected.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.