all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
@ 2023-12-12  0:02 john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-12-13 10:44 ` Andrea Corallo
  0 siblings, 1 reply; 6+ messages in thread
From: john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-12-12  0:02 UTC (permalink / raw)
  To: 67799

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)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
  2023-12-12  0:02 bug#67799: 30.0.50; --without-all fails if libgccjit is installed john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-12-13 10:44 ` Andrea Corallo
  2023-12-13 11:27   ` Andrea Corallo
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Corallo @ 2023-12-13 10:44 UTC (permalink / raw)
  To: 67799; +Cc: jm

john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
  2023-12-13 10:44 ` Andrea Corallo
@ 2023-12-13 11:27   ` Andrea Corallo
  2023-12-13 13:48     ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Corallo @ 2023-12-13 11:27 UTC (permalink / raw)
  To: 67799; +Cc: jm

Andrea Corallo <acorallo@gnu.org> writes:

> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
> editors" <bug-gnu-emacs@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
  2023-12-13 11:27   ` Andrea Corallo
@ 2023-12-13 13:48     ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-12-13 14:07       ` Andrea Corallo
  2023-12-13 14:15       ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 6+ messages in thread
From: john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-12-13 13:48 UTC (permalink / raw)
  To: Andrea Corallo; +Cc: 67799

Andrea Corallo <acorallo@gnu.org> writes:

> Andrea Corallo <acorallo@gnu.org> writes:
>
>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>> editors" <bug-gnu-emacs@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
  2023-12-13 13:48     ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-12-13 14:07       ` Andrea Corallo
  2023-12-13 14:15       ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 6+ messages in thread
From: Andrea Corallo @ 2023-12-13 14:07 UTC (permalink / raw)
  To: john muhl; +Cc: 67799-done

john muhl <jm@pub.pink> writes:

> Andrea Corallo <acorallo@gnu.org> writes:
>
>> Andrea Corallo <acorallo@gnu.org> writes:
>>
>>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>>> editors" <bug-gnu-emacs@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#67799: 30.0.50; --without-all fails if libgccjit is installed
  2023-12-13 13:48     ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-12-13 14:07       ` Andrea Corallo
@ 2023-12-13 14:15       ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 6+ messages in thread
From: john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-12-13 14:15 UTC (permalink / raw)
  To: 67799-done

john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> writes:

> Andrea Corallo <acorallo@gnu.org> writes:
>
>> Andrea Corallo <acorallo@gnu.org> writes:
>>
>>> john muhl via "Bug reports for GNU Emacs, the Swiss army knife of text
>>> editors" <bug-gnu-emacs@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-13 14:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12  0:02 bug#67799: 30.0.50; --without-all fails if libgccjit is installed john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-13 10:44 ` Andrea Corallo
2023-12-13 11:27   ` Andrea Corallo
2023-12-13 13:48     ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-13 14:07       ` Andrea Corallo
2023-12-13 14:15       ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.