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

ci: GitLab CI is broken (autoreconf) #5358

Closed
kmk3 opened this issue Sep 4, 2022 · 1 comment
Closed

ci: GitLab CI is broken (autoreconf) #5358

kmk3 opened this issue Sep 4, 2022 · 1 comment

Comments

@kmk3
Copy link
Collaborator

kmk3 commented Sep 4, 2022

GitLab CI has been broken since at least the pipeline of commit 836ffe3
("compile fix", 2022-08-29):

Partial error log from the debian_ci job at
https://gitlab.com/Firejail/firejail_ci/-/jobs/2947880865:

make[1]: Leaving directory '/builds/Firejail/firejail_ci'
   dh_clean
 dpkg-source -i -I -b .
dpkg-source: warning: upstream signing key but no upstream tarball signature
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building firejail using existing ./firejail_0.9.71.orig.tar.gz
dpkg-source: info: building firejail in firejail_0.9.71-0.1~ci.debian.tar.xz
dpkg-source: info: building firejail in firejail_0.9.71-0.1~ci.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
configure.ac:42: error: possibly undefined macro: AS_HELP_STRING
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
dh_autoreconf: error: autoreconf -f -i returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -i -I failed
gbp:error: 'debuild -i -I -uc -us' failed: it exited with 29
Cleaning up project directory and file based variables 00:01
ERROR: Job failed: exit code 1

Likely caused by commit 54cb3e7 ("Merge pull request #5315 from
ChrysoliteAzalea/landlock", 2022-08-29).

Should be fixed by #5347.

Cc: @netblue30 @reinerh

@kmk3 kmk3 linked a pull request Sep 4, 2022 that will close this issue
@reinerh reinerh closed this as completed in 2d885e5 Sep 4, 2022
@reinerh
Copy link
Collaborator

reinerh commented Sep 4, 2022

There was a small syntax error in configure.ac. I pushed a fix.

@kmk3 kmk3 moved this to Done (RELNOTES N/A) in Release 0.9.72 Sep 2, 2024
@kmk3 kmk3 changed the title GitLab CI is broken (autoreconf) ci: GitLab CI is broken (autoreconf) Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (RELNOTES N/A)
Development

No branches or pull requests

2 participants