We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
archive.h
I do try to install the yay package in my SteamDeck Arch distro using this tutorial and I do face the following problem:
yay
When I do run the command: $ makepkg -si, I do get the following error:
$ makepkg -si
# github.com/Jguer/go-alpm/v2 In file included from ../gopath/pkg/mod/github.com/!jguer/go-alpm/[email protected]/alpm.go:10: /usr/include/alpm.h:42:10: fatal error: archive.h: No such file or directory 42 | #include <archive.h> | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:113: yay] Error 2
Looks like it is a missing archive.h file dependencies.
How I can correct this issue?
The text was updated successfully, but these errors were encountered:
Hi @zohozer, I'm encountering the issue, me too.
My use case is to build a project which imports go-alpm, from a Debian container (actually, based on goreleaser-cross).
I have installed libalpm13 and libalpm-dev deb packages. archive.h headers file import, comes from libalpm.
libalpm13
libalpm-dev
Sorry, something went wrong.
No branches or pull requests
I do try to install the
yay
package in my SteamDeck Arch distro using this tutorial and I do face the following problem:When I do run the command:
$ makepkg -si
, I do get the following error:Looks like it is a missing
archive.h
file dependencies.How I can correct this issue?
The text was updated successfully, but these errors were encountered: