Closed Jdogzz closed 3 years ago
I saw similar errors calling start-process-shell-command
on a 28.x build and added this workaround which fixed things enough for me to continue https://github.com/cmstrickland/el-get/commit/e35ec12dcfd2f907e76e9f5e309b3a4aafb15b04
@cmstrickland Thanks, that seemed to allow my install to proceed but it failed later with more errors of a similar kind. I think in my case it moved the errors to when the remove function was called, but I got around that too by just manually deleting the package directories blocking it.
@Jdogzz @cmstrickland : The changes in #2801 should ideally fix the problem in the remove
path as well. (I faced these errors too)
I have fixed the issue in my el-get package : File el-get-status.el:line 176 (define-obsolete-function-alias 'el-get-package-status 'el-get-read-package-status "21.1" "tomrtc") define-obsolete-function-alias has 3 mandatory arguments and the last one optional but only two are provided.
This should have been fixed by #2801. Please reopen if it's not.
Attempting to run el-get-update-all ends with the error:
I ran git pull in my el-get directory (and patching as discussed in #2805), and am running a freshly compiled copy of emacs from the development branch (GNU Emacs 28.0.50).
The debugger reports: