You are not logged in.
Hey everyone,
I want to install ESS for Emacs (emacs-ess-git). The problem is, that I receive this error message:
makepkg -rsi
error: target not found: emacs-julia-mode
If I install the emacs-julia-mode package seperatly I've got this error message:
makepkg -rsi
==> ERROR: source should be an array
I have no idea, what I should do now. Maybe someone can help me out. Thanks ![]()
Offline
The first error is because makepkg cannot install packages from the AUR, so you need to build and install emacs-julia-mode manually first (ideally you should use --asdeps option to let pacman know that this package is being installed as a dependency for another package). The second error is because the PKGBUILD for emacs-julia-mode is written incorrectly. You can fix it yourself by making the source variable into an array (add an open parenthesis after the equals and close parenthesis at the end of the declaration), but let the maintainer know that they should fix the package as well.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline