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

Fix breakage on Appveyor for autoreconf not found #68

Closed
vedang opened this issue Jan 7, 2022 · 0 comments · Fixed by #74
Closed

Fix breakage on Appveyor for autoreconf not found #68

vedang opened this issue Jan 7, 2022 · 0 comments · Fixed by #74
Labels
help wanted Extra attention is needed MSWindows Issues related to running pdf-tools on Windows
Milestone

Comments

@vedang
Copy link
Owner

vedang commented Jan 7, 2022

Since 6th Jan, 2022, builds on Appveyor are failing because they cannot find autoreconf [1][2].

This should be implemented from base-devel, but even with base-devel available the builds are failing. Adding an explicit require on autoconf should fix this, but then it throws the following error[3]:

autoreconf -i
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 

I don't use Windows and cannot investigate this further. Someone will need to track down why the CI setup for Appveyor is broken.
[4] and [5] are how the Appveyor setup is configured.

1: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114287
2: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42101965
3: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114778
4: https://github.com/vedang/pdf-tools/blob/master/appveyor.yml
5: https://github.com/vedang/pdf-tools/blob/master/ci/appveyor/install.bat

vedang added a commit that referenced this issue Jan 7, 2022
Since 6th Jan, 2022, builds on Appveyor are failing because they
cannot find `autoreconf`[1][2].

This should be implemented from `base-devel`, but even with
`base-devel` available the builds are failing. Adding an explicit
require on `autoconf` in the hope that this is fixed.

1: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114287
2: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42101965

Relates to: #68
@vedang vedang added help wanted Extra attention is needed MSWindows Issues related to running pdf-tools on Windows labels Jan 7, 2022
@vedang vedang added this to the v1.0.0 milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed MSWindows Issues related to running pdf-tools on Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant