Open sarmong opened 5 months ago
Can you try putting the line:
cd "${_archive}"
Yeah, I forgot to put it in when pushing, but it fails on prepare step anyways.
Works for me. What issue do you get?
It runs fine for me, I get errors only in pacstall
https://github.com/pacstall/pacstall/assets/42828375/72003a32-7c97-4e66-9586-15f7dd54e30a
Run pacstall -V
.
I already mentioned pacstall version in the original post. It is 5.1.1.
Can you copy the pacscript and run docker run -it --net=host --privileged ghcr.io/pacstall/pacstall:latest bash
, and test it in there?
it works. Did it succeed for you on Ubuntu? Could it be Debian-specific issue? Is there a Debian-based docker image to test with?
it works. Did it succeed for you on Ubuntu? Could it be Debian-specific issue? Is there a Debian-based docker image to test with?
Yes, you can do any of the following:
$ docker run -it --net=host --privileged ghcr.io/pacstall/debian-stable:develop-978e2905 bash
$ docker run -it --net=host --privileged ghcr.io/pacstall/debian-unstable:develop-978e2905 bash
$ docker run -it --net=host --privileged ghcr.io/pacstall/debian-testing:develop-978e2905 bash
Yep, same error on debian-stable docker as I have.
Can you try installing libtool-bin
and libtool
in the docker before running the script?
Didn't help.
Hey, any updates?
No, we couldn't find anything besides simply disallowing debian, unless that works for you.
Describe the bug
I have a pacscript for rofi-calc. It was working fine before 5.0, but now that I migrated it to new version, it no longer works.
This is the error I get after running
autoreconf
To reproduce
pacstall -I rofi-calc.pacscript
Expected behavior
No errors
Screenshots
-
OS version
Debian 12
Pacstall version
5.1.1