You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it still errors out, even if I manually build emacs, using
cd /usr/ports/editors/emacs
sudo make deinstall
sudo make clean
sudo make MAKE_JOBS_UNSAFE=yes install clean
It sucessfully builds emacs, but I can't get around the opnsense script failing on emacs
I even tried installing emacs system-wide but the script didn't detect it:
...
checking for emacs... no
checking for xemacs... no
...
I ran ->
emacs --version
response:
GNU Emacs 29.4
Copyright (C) 2024 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.
When building for certain environments, such as the Raspberry Pi, I need to pass through the argument "MAKE_JOBS_UNSAFE=yes"
Whats interesting is i ran this command
in the build console information it shows that it captured this as a variable
"MAKE_JOBS_UNSAFE=yes"
However I hit an error building the package that needs this argument - emacs-29.4
gmake[1]: *** [Makefile:414: advice-on-failure] Error 2
gmake[1]: Leaving directory '/usr/obj/usr/ports/editors/emacs/work-nox/emacs-29.4'
gmake: *** [Makefile:370: all] Error 2
[20250127150651] ===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Note: if I run the emacs package manually with the MAKE_JOBS_UNSAFE=yes command, it works properly
Workaround:
No workaround can be found yet - stuck
Can you allow this to be passed through or maybe I did something wrong?
The text was updated successfully, but these errors were encountered: