-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualBox dkms makefile fails compilation on aura, but not on pacman #584
Comments
I've actually had these exact problems recently when installing For reference, check out the flood of complaints here: https://aur.archlinux.org/packages/vmware-workstation/ If there is something that Aura can do to address this (there seem to be an environment/PATH problem?) then I'm more than happy to help fix it. |
Hi there, were you able to figure anything out? |
Any luck? |
I'm also getting this with any |
Can you try again with the version of Aura that I just released ( |
This appears to fix #613 for me, but dkms packages from AUR (I haven't tried official, I already had Vbox installed) seem to fail still. Here's what happened when I attempted to install xpadneo.
and the make.log
|
You know what... I bet when Aura does |
False alarm - the |
Whoa. Building |
From the comments on the
|
Oh... the smoking gun! pacmanProc :: [String] -> ProcessConfig () () ()
pacmanProc args = setEnv [("LC_ALL", "C")] $ proc "pacman" args
... so I'm nuking most of the environment that gets passed to |
Yup, that fixes it. |
I just released Aura |
Legend! Works for me 👌 |
When I install
virtualbox
andvirtualbox-host-dkms
(sudo aura -S ...
), aura gives this error:Error Log from the specified file:
The most insteresting part of this issue is that pacman (
sudo pacman -S ...
) is fine and compiles the modules.The text was updated successfully, but these errors were encountered: