-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
AUR helpers: build gets errors #420
Comments
Regarding Regarding the other issue: that's the expected behavior. The pacman profile contains the rules:
and |
This is more complex than it sounds. The problem is not about pacman but about any AUR helper (and makepkg), they use profiled programs during package build time and therefore, they require access to they own internal directories. The solution needs to come with a dedicated profile for those profiles. However, as a makepkg, can build anything, anyhow it is... complex to have a profile that can fit into it. Furthermore, from a security point of view it would make more sense to simply sandbox the build. The easy solution is to come with an unconfined profile to ensure it the build program does not conflict with the other profiles (I have this solution in place myself for some programs). As a side effect, this would also fix #404 |
@roddhjav update my repos is terribly long (~ 4 mns).
what can i do ? |
Thanks, that should be fixed now. |
ie: without `sudo pacmcan -U ...` see #420
I used yay to install an app, but it failed. Because compiler had no permission to that file to compile it unless set to complain mode. Here is the log:
The text was updated successfully, but these errors were encountered: