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

Autoreconf error for rofi-calc #6149

Open
sarmong opened this issue May 27, 2024 · 14 comments
Open

Autoreconf error for rofi-calc #6149

sarmong opened this issue May 27, 2024 · 14 comments
Assignees
Labels
bug Something isn't working

Comments

@sarmong
Copy link
Contributor

sarmong commented May 27, 2024

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

/usr/bin/libtoolize: 1: eval: hookable_fns+=: not found
libtoolize:   error: 'func_options_prep' does not accept hook functions.
autoreconf: error: libtoolize failed with exit status: 1

To reproduce

  1. Download this pacscript
  2. pacstall -I rofi-calc.pacscript

Expected behavior

No errors

Screenshots

OS version

Debian 12

Pacstall version

5.1.1

@sarmong sarmong added the bug Something isn't working label May 27, 2024
@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

Yeah, I forgot to put it in when pushing, but it fails on prepare step anyways.

@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

image
Works for me. What issue do you get?

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

It runs fine for me, I get errors only in pacstall

rofi-calc-2024-05-27_20.56.32.mp4

@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

Run pacstall -V.

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

I already mentioned pacstall version in the original post. It is 5.1.1.

@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

Can you copy the pacscript and run docker run -it --net=host --privileged ghcr.io/pacstall/pacstall:latest bash, and test it in there?

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

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?

@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

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

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

Yep, same error on debian-stable docker as I have.

@Elsie19
Copy link
Member

Elsie19 commented May 27, 2024

Can you try installing libtool-bin and libtool in the docker before running the script?

@sarmong
Copy link
Contributor Author

sarmong commented May 27, 2024

Didn't help.

@sarmong
Copy link
Contributor Author

sarmong commented Jun 23, 2024

Hey, any updates?

@Elsie19
Copy link
Member

Elsie19 commented Jun 23, 2024

No, we couldn't find anything besides simply disallowing debian, unless that works for you.

@Elsie19 Elsie19 transferred this issue from pacstall/pacstall Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants