-
Notifications
You must be signed in to change notification settings - Fork 53
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
Arch Linux AUR not working because it isnt passing all tests #85
Comments
I think that you're right that there are missing dependencies. Since the FAT filesystem regression tests are all failing, I'd say that |
I just corrected the dependencies in the AUR. Try installing again. |
installed mtools manually and it worked(before u updated the aur) |
I'm trying to install this aur package and now other tests fail:
both failed because of: find: '/dev/vboxusb': Permission denied Any idea if I'm missing something as well? |
Found my problem, make check needs to be run as root. |
Ugh. I really didn't want the tests to require root. I guess those tests need to be smarter to avoid that permission denied error. |
Just to add, those tests that failed won't impact you at all when using |
Here you go
|
This fixes the issue that tcoopman reported in issue #85.
I had the same |
maybe some dependencies missing in the requirments of the AUR?
The text was updated successfully, but these errors were encountered: