Skip to content
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

"There was some failure" when not adding a space after directive in pacman.conf #697

Closed
koraa opened this issue Mar 8, 2021 · 3 comments

Comments

@koraa
Copy link

koraa commented Mar 8, 2021

The following directive in my pacman.conf yields an error "There was some failure":

NoUpgrade= /usr/bin/vi

This one does not:

NoUpgrade = /usr/bin/vi

Nor does the following result in an error

NoUpgrade =/usr/bin/vi

Thanks for building aura!!!

@fosskers
Copy link
Owner

fosskers commented Mar 8, 2021

Thanks, this is clearly a parser bug in the Haskell. Let me take a look. This wouldn't be an issue with the Rust port, as it uses a dedicated library for parsing the pacman.conf.

@fosskers
Copy link
Owner

fosskers commented Mar 9, 2021

It was a relatively easy fix.

@fosskers
Copy link
Owner

3.2.4 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants