Re: help with emacs package

2020-12-10 Thread Adam Kandur via
oh, thank you again for this information Dec 10, 2020, 11:24 by arunis...@systemreboot.net: >> could anybody describe in details what went wrong? >> > > By default, the HOME environment variable in the build environment is > set to /homeless-shelter, a non-existent directory. Some package

Re: help with emacs package

2020-12-10 Thread Arun Isaac
> could anybody describe in details what went wrong? By default, the HOME environment variable in the build environment is set to /homeless-shelter, a non-existent directory. Some packages try to access HOME to put temporary files or for some other reason. When they find the HOME directory does n

Re: help with emacs package

2020-12-10 Thread Adam Kandur via
thank you! adding ---     (arguments `(#:phases    (modify-phases %standard-phases (add-before 'check 'set-test-environment    (lambda _ (setenv "HOME" "/tmp") #t)--- solved this problem ^_^ could anybody describe in details what went wrong?

help with emacs package

2020-12-09 Thread Adam Kandur via
hi everyone! i'm trying to pack this https://melpa.org/#/roguel-ike to do this, i wrote this package: --- (define-public emacs-roguel-ike   ;; tagged branch is outdated.   (let ((revision "0")     (commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))     (package   (name "emacs-roguel-ike")