GNU bug report logs - #67799
30.0.50; --without-all fails if libgccjit is installed

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Tue, 12 Dec 2023 16:58:01 UTC

Severity: normal

Found in version 30.0.50

Done: Andrea Corallo <acorallo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67799 in the body.
You can then email your comments to 67799 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Tue, 12 Dec 2023 16:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to john muhl <jm <at> pub.pink>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 12 Dec 2023 16:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; --without-all fails if libgccjit is installed
Date: Mon, 11 Dec 2023 18:02:17 -0600
When libgccjit is installed ‘./configure --without-all’ fails
with the error:

  checking for gcc_jit_context_acquire in -lgccjit... yes
  checking for libgccjit.h... yes
  configure: error: '--with-native-compilation' requires zlib

Using ‘--without-all --with-native-compilation=no’ makes it work
as does uninstalling the libgccjit packages.

In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
 3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
Repository branch: master
System Description: Fedora Linux 39 (Thirty Nine)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Wed, 13 Dec 2023 10:46:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <acorallo <at> gnu.org>
To: john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
 editors" <bug-gnu-emacs <at> gnu.org>
Cc: john muhl <jm <at> pub.pink>, 67799 <at> debbugs.gnu.org
Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed
Date: Wed, 13 Dec 2023 05:44:36 -0500
john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs <at> gnu.org> writes:

> When libgccjit is installed ‘./configure --without-all’ fails
> with the error:
>
>   checking for gcc_jit_context_acquire in -lgccjit... yes
>   checking for libgccjit.h... yes
>   configure: error: '--with-native-compilation' requires zlib
>
> Using ‘--without-all --with-native-compilation=no’ makes it work
> as does uninstalling the libgccjit packages.
>
> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
>  3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
> Repository branch: master
> System Description: Fedora Linux 39 (Thirty Nine)

Looking at it.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Wed, 13 Dec 2023 10:46:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Wed, 13 Dec 2023 11:29:02 GMT) Full text and rfc822 format available.

Message #14 received at 67799 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <acorallo <at> gnu.org>
To: 67799 <at> debbugs.gnu.org
Cc: jm <at> pub.pink
Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed
Date: Wed, 13 Dec 2023 06:27:53 -0500
Andrea Corallo <acorallo <at> gnu.org> writes:

> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
> editors" <bug-gnu-emacs <at> gnu.org> writes:
>
>> When libgccjit is installed ‘./configure --without-all’ fails
>> with the error:
>>
>>   checking for gcc_jit_context_acquire in -lgccjit... yes
>>   checking for libgccjit.h... yes
>>   configure: error: '--with-native-compilation' requires zlib
>>
>> Using ‘--without-all --with-native-compilation=no’ makes it work
>> as does uninstalling the libgccjit packages.
>>
>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
>>  3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
>> Repository branch: master
>> System Description: Fedora Linux 39 (Thirty Nine)
>
> Looking at it.

Hi John,

281a16d15fa seems to do the job for me, please have a look and let us
know.

Thanks for reporting

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Wed, 13 Dec 2023 13:50:02 GMT) Full text and rfc822 format available.

Message #17 received at 67799 <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: Andrea Corallo <acorallo <at> gnu.org>
Cc: 67799 <at> debbugs.gnu.org
Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed
Date: Wed, 13 Dec 2023 07:48:26 -0600
Andrea Corallo <acorallo <at> gnu.org> writes:

> Andrea Corallo <acorallo <at> gnu.org> writes:
>
>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>> editors" <bug-gnu-emacs <at> gnu.org> writes:
>>
>>> When libgccjit is installed ‘./configure --without-all’ fails
>>> with the error:
>>>
>>>   checking for gcc_jit_context_acquire in -lgccjit... yes
>>>   checking for libgccjit.h... yes
>>>   configure: error: '--with-native-compilation' requires zlib
>>>
>>> Using ‘--without-all --with-native-compilation=no’ makes it work
>>> as does uninstalling the libgccjit packages.
>>>
>>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
>>>  3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
>>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
>>> Repository branch: master
>>> System Description: Fedora Linux 39 (Thirty Nine)
>>
>> Looking at it.
>
> Hi John,
>
> 281a16d15fa seems to do the job for me, please have a look and let us
> know.
>
> Thanks for reporting
>
>   Andrea

Thanks. That fixes it for me too.




Reply sent to Andrea Corallo <acorallo <at> gnu.org>:
You have taken responsibility. (Wed, 13 Dec 2023 14:08:02 GMT) Full text and rfc822 format available.

Notification sent to john muhl <jm <at> pub.pink>:
bug acknowledged by developer. (Wed, 13 Dec 2023 14:08:02 GMT) Full text and rfc822 format available.

Message #22 received at 67799-done <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <acorallo <at> gnu.org>
To: john muhl <jm <at> pub.pink>
Cc: 67799-done <at> debbugs.gnu.org
Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed
Date: Wed, 13 Dec 2023 09:07:16 -0500
john muhl <jm <at> pub.pink> writes:

> Andrea Corallo <acorallo <at> gnu.org> writes:
>
>> Andrea Corallo <acorallo <at> gnu.org> writes:
>>
>>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>>> editors" <bug-gnu-emacs <at> gnu.org> writes:
>>>
>>>> When libgccjit is installed ‘./configure --without-all’ fails
>>>> with the error:
>>>>
>>>>   checking for gcc_jit_context_acquire in -lgccjit... yes
>>>>   checking for libgccjit.h... yes
>>>>   configure: error: '--with-native-compilation' requires zlib
>>>>
>>>> Using ‘--without-all --with-native-compilation=no’ makes it work
>>>> as does uninstalling the libgccjit packages.
>>>>
>>>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
>>>>  3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
>>>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
>>>> Repository branch: master
>>>> System Description: Fedora Linux 39 (Thirty Nine)
>>>
>>> Looking at it.
>>
>> Hi John,
>>
>> 281a16d15fa seems to do the job for me, please have a look and let us
>> know.
>>
>> Thanks for reporting
>>
>>   Andrea
>
> Thanks. That fixes it for me too.

Cool, closing then.

Thanks!

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67799; Package emacs. (Wed, 13 Dec 2023 14:19:02 GMT) Full text and rfc822 format available.

Message #25 received at 67799-done <at> debbugs.gnu.org (full text, mbox):

From: john muhl <jm <at> pub.pink>
To: 67799-done <at> debbugs.gnu.org
Subject: Re: bug#67799: 30.0.50; --without-all fails if libgccjit is installed
Date: Wed, 13 Dec 2023 08:15:00 -0600
john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org> writes:

> Andrea Corallo <acorallo <at> gnu.org> writes:
>
>> Andrea Corallo <acorallo <at> gnu.org> writes:
>>
>>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>>> editors" <bug-gnu-emacs <at> gnu.org> writes:
>>>
>>>> When libgccjit is installed ‘./configure --without-all’ fails
>>>> with the error:
>>>>
>>>>   checking for gcc_jit_context_acquire in -lgccjit... yes
>>>>   checking for libgccjit.h... yes
>>>>   configure: error: '--with-native-compilation' requires zlib
>>>>
>>>> Using ‘--without-all --with-native-compilation=no’ makes it work
>>>> as does uninstalling the libgccjit packages.
>>>>
>>>> In GNU Emacs 30.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version
>>>>  3.24.38, cairo version 1.18.0) of 2023-12-11 built on localhost
>>>> Repository revision: 6abea4d98d1d964c68a78cb9b5321071da851654
>>>> Repository branch: master
>>>> System Description: Fedora Linux 39 (Thirty Nine)
>>>
>>> Looking at it.
>>
>> Hi John,
>>
>> 281a16d15fa seems to do the job for me, please have a look and let us
>> know.
>>
>> Thanks for reporting
>>
>>   Andrea
>
> Thanks. That fixes it for me too.

Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 Jan 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.