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

pacman packages fail to install #42

Open
de-vri-es opened this issue Apr 1, 2019 · 2 comments
Open

pacman packages fail to install #42

de-vri-es opened this issue Apr 1, 2019 · 2 comments

Comments

@de-vri-es
Copy link

de-vri-es commented Apr 1, 2019

Currently, pacman dies on packages from the cloudabi-ports repository.

First it successfully finishes package verification (or appears to, anyway), and then it says:

failed to commit transaction (invalid or corrupted package)

This is probably because the packages in the ports repository aren't build with makepkg but put together manually. While it's probably a bug with pacman that the error message is so unclear, there's probably a change in the package format that needs to be implemented here as well.

@m-ou-se
Copy link
Member

m-ou-se commented Apr 1, 2019

With a newer version of pacman, the error is:

error: failed to commit transaction (wrong or NULL argument passed)

This happens for any update which contains a cloudabi package, but it doesn't specifically say that the cloudabi package is the problem. (It is, but had to find that out by binary search.)

@de-vri-es
Copy link
Author

A bit of stracing so far seems to indicate pacman isn't event downloading the new package, which is kinda odd.

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