[GH-ISSUE #3075] configure script breaks #1929

Closed
opened 2026-05-05 08:35:41 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @matu3ba on GitHub (Dec 8, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3075

Upon running ./configurecommit acd14b8f4f broke master with

hecking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
./configure: line 3076: syntax error near unexpected token newline' ./configure: line 3076: AX_CHECK_COMPILE_FLAG('

Can anybody else reproduce?

Line 3021 looks edgy, but it might be easier to recreate the automake output.

Originally created by @matu3ba on GitHub (Dec 8, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/3075 Upon running `./configure`commit acd14b8f4f9055fea09997438ca733f9b7cdf14d broke master with hecking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib ./configure: line 3076: syntax error near unexpected token `newline' ./configure: line 3076: `AX_CHECK_COMPILE_FLAG(' Can anybody else reproduce? Line 3021 looks edgy, but it might be easier to recreate the automake output.
gitea-mirror 2026-05-05 08:35:41 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ghost commented on GitHub (Dec 8, 2019):

@matu3ba I commented with the same issue in acd14b8f4f. Until there's a proper fix you can unbreak git master by running autoreconf -vfi prior to configure.

<!-- gh-comment-id:562994198 --> @ghost commented on GitHub (Dec 8, 2019): @matu3ba I commented with the same issue in https://github.com/netblue30/firejail/commit/acd14b8f4f9055fea09997438ca733f9b7cdf14d. Until there's a proper fix you can unbreak git master by running `autoreconf -vfi` prior to configure.
Author
Owner

@netblue30 commented on GitHub (Dec 9, 2019):

Thanks @glitsj16, @matu3ba. I've seen the comment. I have no idea what's going on. The script was generated on a Debian stable. I've seen the problem a few months ago, then it disappeared. To fix it locally I used to run"autoreconf -i --install".

I generated a new configure script on Debian 8 and checked it in (8c4a8801e4)

<!-- gh-comment-id:563028311 --> @netblue30 commented on GitHub (Dec 9, 2019): Thanks @glitsj16, @matu3ba. I've seen the comment. I have no idea what's going on. The script was generated on a Debian stable. I've seen the problem a few months ago, then it disappeared. To fix it locally I used to run"autoreconf -i --install". I generated a new configure script on Debian 8 and checked it in (https://github.com/netblue30/firejail/commit/8c4a8801e4cc1904cf45a8ec05cbeef067856ffd)
Author
Owner

@Fred-Barclay commented on GitHub (Dec 9, 2019):

Just checked on Arch, all good now. 😄

<!-- gh-comment-id:563046720 --> @Fred-Barclay commented on GitHub (Dec 9, 2019): Just checked on Arch, all good now. :smile:
Author
Owner

@matu3ba commented on GitHub (Dec 9, 2019):

Thanks @netblue30 for the fast fix. On Manjaro it works for me now. I would suggest to close this bug after the proper fix was tested.

<!-- gh-comment-id:563472645 --> @matu3ba commented on GitHub (Dec 9, 2019): Thanks @netblue30 for the fast fix. On Manjaro it works for me now. I would suggest to close this bug after the proper fix was tested.
Author
Owner

@ghost commented on GitHub (Dec 14, 2019):

Fixed via 8c4a8801e4, closing.

<!-- gh-comment-id:565671963 --> @ghost commented on GitHub (Dec 14, 2019): Fixed via https://github.com/netblue30/firejail/commit/8c4a8801e4cc1904cf45a8ec05cbeef067856ffd, closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1929
No description provided.