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: configure.ac for leap15.6 #21557

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

Lunarequest
Copy link
Contributor

@Lunarequest Lunarequest commented Jan 28, 2025

There is a bug in the version of autotools in leap 15.6. It can be tested in the following way

  1. on leap 15.6 run autoreconf on the cockpit source code
  2. run ./configure
  3. syntax error

after a few seconds the configure script exists with

./configure: line 4783: syntax error near unexpected token `pidfd_getpid'
./configure: line 4783: `    pidfd_getpid'

The fix was found by @Nykseli

Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This doesn't hurt, so let's not waste more time on this.

@martinpitt martinpitt merged commit bf6b816 into cockpit-project:main Jan 28, 2025
85 checks passed
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

Successfully merging this pull request may close these issues.

2 participants