nix-community / emacs-overlay

Bleeding edge emacs overlay [maintainer=@adisbladis]
493 stars 165 forks source link

emacsGcc fails to compile on startup #148

Closed thomasheartman closed 3 years ago

thomasheartman commented 3 years ago

I have an issue that's similar to #147, but seems to be separate. Since Friday, when the build has succeeded, I get compilation errors on startup saying that

Warning (initialization): An error occurred while loading ‘/home/thomas/.emacs.d/init.el’:

Native compiler error: (lambda (arg4 &optional) (let ((f #'yes-or-no-p)) (funcall f arg4))), Loading /nix/store/rvny5bzfg2dl8jkv5yl317678z6a4m73-emacs-gcc-20210509.0/share/emacs/site-lisp/site-start.el (source)...
Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-84a335cc/subr--trampoline-7965732d6f722d6e6f2d70_yes_or_no_p_0.eln...
/nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory
/nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory
/nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc
/nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc
libgccjit.so: error: error invoking gcc driver
Debugger entered--Lisp error: (native-ice "failed to compile" "/home/thomas/.emacs.d/eln-cache/28.0.50-84a335cc/s..." "error invoking gcc driver")
  comp--compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-84a335cc/s...")
  comp-compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-84a335cc/s...")
  comp-final1()
  load-with-code-conversion("/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." nil t)
  command-line-1(("-l" "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..."))
  command-line()
  normal-top-level()

Because no-one else has reported this, I'm assuming it's something I'm doing wrong (in my config) but I don't know exactly what and I can't figure it out. As a result of this, Emacs doesn't load the init file and my setup doesn't work correctly. However, I can't quite figure out what the error is pointing to and think it might have some relation to this overlay.

I appreciate that it might not be directly related to this overlay, but it suddenly started happening just a few days ago and I don't know where else to turn. Thanks for your time and insights. :pray:

Additional info

Because this isn't clear from the issue, I want to point out that neither emacsUnstable nor emacsGit show the same errors on startup. I suppose this is to be expected because they don't use native compilation, but I wanted to be explicit about it.

Also, my system is NixOS and the channel is nixos-unstable

collares commented 3 years ago

nixos-unstable advanced since you filed the issue. Is this still a problem?

lambdadog commented 3 years ago

Honestly a libgccjit.so error doesn't feel like an error in your config, given that native-comp runs prior to actually loading any of the user's config (an issue I bumped into in one of my projects -- since I package my config in a nix derivation, it couldn't find a directory that was writable to perform compilation in and I had to set one in an environmental variable since it couldn't be set early enough in elisp).

It seems that this is an error invoking the embedded driver specifically, seeing as the error is "error invoking gcc driver" with nothing following it (extra context is provided when loading an external driver fails, example vs the error I'm fairly certain you've gotten), but I'm not particularly familiar with libgccjit or even C, frankly, so I can't really say more.

thomasheartman commented 3 years ago

@collares Thanks for the suggestion! I just tried again now, but I still get the same error.

@lambdadog Ooh, that's really interesting; thanks for the input! I tried a few things now and I'm really now sure what to make of it, but it seems like my config might trigger it (though might just be a symptom, not a cause):

I tried running a few variations now (didn't think of this earlier; sorry):

emacs -Q runs fine. No messages and no warnings.

emacs -q gets similar error messages as running it with my config, but less wordy.

`emacs -q` warnings ``` Warning (comp): seq.el.gz:397:16: Warning: ‘seq-contains’ is an obsolete generic function (as of 27.1); use ‘seq-contains-p’ instead. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/help-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/gv.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-extra.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/warnings.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/subr-x.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rx.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/time-date.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging ```

Running emacs-Q -l ~/.emacs.d/straight/repos/straight.el/bootstrap.el (the recommended way to start Emacs with straight.el reday) gives the same errors as above. (I use straight, so thought this might be relevant).

Running emacs with my configuration does work to some extent, though it fails at some point: it prints messages and it sets the custom theme that I use in my config. Here's the full error log. Most of it seems to be the same error as mentioned above with not being able to invoke libgcc, but some errors are also unique for using my config.

Errors when using my config ``` Error (use-package): general/:config: Native compiler error: (lambda (arg0 arg1 arg2 &optional) (let ((f #'define-key)) (funcall f arg0 arg1 arg2))), "Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-646566696e652d6b6579_define_key_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice \"failed to compile\" \"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\" \"error invoking gcc driver\") comp--compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-final1() load-with-code-conversion(\"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" nil t) command-line-1((\"-l\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\")) command-line() normal-top-level() " Disable showing Disable loggingError (use-package): general/:config: Native compiler error: (lambda (arg0 arg1 arg2 &optional) (let ((f #'define-key)) (funcall f arg0 arg1 arg2))), "Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-646566696e652d6b6579_define_key_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice \"failed to compile\" \"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\" \"error invoking gcc driver\") comp--compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-final1() load-with-code-conversion(\"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" nil t) command-line-1((\"-l\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\")) command-line() normal-top-level() " Disable showing Disable logging Warning (initialization): An error occurred while loading ‘/home/thomas/.emacs.d/init.el’: Native compiler error: (lambda (arg4 &optional) (let ((f #'yes-or-no-p)) (funcall f arg4))), Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-7965732d6f722d6e6f2d70_yes_or_no_p_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice "failed to compile" "/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s..." "error invoking gcc driver") comp--compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-final1() load-with-code-conversion("/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." nil t) command-line-1(("-l" "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722...")) command-line() normal-top-level() To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging Warning (comp): seq.el.gz:397:16: Warning: ‘seq-contains’ is an obsolete generic function (as of 27.1); use ‘seq-contains-p’ instead. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/help-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-extra.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/gv.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-vars.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/warnings.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/subr-x.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/password-cache.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/map.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/json.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rx.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-parse.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-handlers.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-domsuf.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-history.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/mailcap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-methods.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-privacy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-proxy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-expand.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-cookie.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/auth-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/cal-menu.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/format-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/find-func.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/browse-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-compat.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-keys.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/advice.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-eval.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/calendar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/package.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-emacs-lisp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/time-date.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/outline.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-faces.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/easy-mmode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-entities.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/ring.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ansi-color.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macro.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-src.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-exp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-list.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-footnote.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-w3m.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-ref.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-lob.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bbdb.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/iso8601.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-tangle.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image/exif.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/jka-compr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-docview.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/doc-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/text-property-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mail-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/ietf-drums.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dired.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2045.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/textmodes/bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2047.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/wid-edit.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gmm-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-win.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailabbrev.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2231.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-encode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-bodies.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg-config.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/derived.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epa.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-decode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-sec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc822.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rmc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/puny.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-range.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/parse-time.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/netrc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnoo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/utf7.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-int.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mail-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-cloud.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-undo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dom.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/svg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/kinsoku.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnimap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/message.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dig.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml2015.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-group.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-uu.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/shr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dframe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ezimage.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-opt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/speedbar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnselect.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-irc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-mhe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-start.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/thingatpt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-queue.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xdg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/avl-tree.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-art.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-dispatcher.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/generator.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-refile.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-id.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): general.el:2721:44: Warning: the function ‘use-package-handler/:ghook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2682:14: Warning: the function ‘general-normalize-hook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2679:25: Warning: the function ‘general-normalize-hook-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2598:23: Warning: the function ‘general--sanitize-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2525:16: Warning: the function ‘general-tomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2524:16: Warning: the function ‘general-otomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2523:16: Warning: the function ‘general-itomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2522:16: Warning: the function ‘general-nvmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2521:16: Warning: the function ‘general-iemap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2520:16: Warning: the function ‘general-rmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2519:16: Warning: the function ‘general-omap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2518:16: Warning: the function ‘general-mmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2517:16: Warning: the function ‘general-vmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2516:16: Warning: the function ‘general-nmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2515:16: Warning: the function ‘general-emap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2514:16: Warning: the function ‘general-imap’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-git.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/diff-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-visual-bell.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:38:27: Warning: reference to free variable ‘org-heading-keyword-regexp-format’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:37:27: Warning: reference to free variable ‘org-todo-regexp’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:39:69: Warning: reference to free variable ‘org-done-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:53:20: Warning: reference to free variable ‘org-fontify-done-headline’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:55:32: Warning: reference to free variable ‘org-activate-links’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:50:15: Warning: reference to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:70:20: Warning: assignment to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:42:15: Warning: the function ‘org-delete-all’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/face-remap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-org.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/use-package/use-package-core.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/obsolete/cl.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-sum.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/pcase.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/general/general.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-element.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (initialization): An error occurred while loading ‘/home/thomas/.emacs.d/init.el’: Native compiler error: (lambda (arg4 &optional) (let ((f #'yes-or-no-p)) (funcall f arg4))), Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-7965732d6f722d6e6f2d70_yes_or_no_p_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice "failed to compile" "/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s..." "error invoking gcc driver") comp--compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-final1() load-with-code-conversion("/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." nil t) command-line-1(("-l" "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722...")) command-line() normal-top-level() To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging Warning (comp): seq.el.gz:397:16: Warning: ‘seq-contains’ is an obsolete generic function (as of 27.1); use ‘seq-contains-p’ instead. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/help-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-extra.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/gv.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-vars.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/warnings.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/subr-x.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/password-cache.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/map.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/json.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rx.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-parse.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-handlers.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-domsuf.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-history.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/mailcap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-methods.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-privacy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-proxy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-expand.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-cookie.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/auth-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/cal-menu.el.gz: Error: Internal native compiler error failed to compError (use-package): general/:config: Native compiler error: (lambda (arg0 arg1 arg2 &optional) (let ((f #'define-key)) (funcall f arg0 arg1 arg2))), "Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-646566696e652d6b6579_define_key_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice \"failed to compile\" \"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\" \"error invoking gcc driver\") comp--compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-compile-ctxt-to-file(\"/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...\") comp-final1() load-with-code-conversion(\"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\" nil t) command-line-1((\"-l\" \"/tmp/emacs-int-comp-subr--trampoline-646566696e652...\")) command-line() normal-top-level() " Disable showing Disable logging Warning (initialization): An error occurred while loading ‘/home/thomas/.emacs.d/init.el’: Native compiler error: (lambda (arg4 &optional) (let ((f #'yes-or-no-p)) (funcall f arg4))), Loading /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/site-lisp/site-start.el (source)... Compiling /home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/subr--trampoline-7965732d6f722d6e6f2d70_yes_or_no_p_0.eln... /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crti.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find crtbeginS.o: No such file or directory /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc /nix/store/vfqlryhvm8063hs7ax9k2vb8wmch5v0v-binutils-2.31.1/bin/ld: cannot find -lgcc libgccjit.so: error: error invoking gcc driver Debugger entered--Lisp error: (native-ice "failed to compile" "/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s..." "error invoking gcc driver") comp--compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-compile-ctxt-to-file("/home/thomas/.emacs.d/eln-cache/28.0.50-7b14f512/s...") comp-final1() load-with-code-conversion("/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722..." nil t) command-line-1(("-l" "/tmp/emacs-int-comp-subr--trampoline-7965732d6f722...")) command-line() normal-top-level() To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the ‘--debug-init’ option to view a complete error backtrace. Disable showing Disable logging Warning (comp): seq.el.gz:397:16: Warning: ‘seq-contains’ is an obsolete generic function (as of 27.1); use ‘seq-contains-p’ instead. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/help-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-extra.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/gv.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-vars.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/warnings.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/subr-x.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/password-cache.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/map.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/json.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rx.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-parse.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-handlers.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/cl-seq.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-domsuf.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-history.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/mailcap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-methods.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-privacy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-proxy.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-expand.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-cookie.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/auth-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/cal-menu.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/format-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/find-func.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/browse-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-compat.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-keys.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/advice.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-eval.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/calendar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/package.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-emacs-lisp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/time-date.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/outline.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-faces.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/easy-mmode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-entities.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/ring.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ansi-color.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macro.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-src.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-exp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-list.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-footnote.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-w3m.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-ref.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-lob.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bbdb.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/iso8601.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-tangle.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image/exif.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/jka-compr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-docview.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/doc-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/text-property-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mail-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/ietf-drums.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dired.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2045.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/textmodes/bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2047.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/wid-edit.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gmm-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-win.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailabbrev.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2231.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-encode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-bodies.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg-config.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/derived.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epa.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-decode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-sec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc822.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rmc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/puny.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-range.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/parse-time.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/netrc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnoo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/utf7.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-int.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mail-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-cloud.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-undo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dom.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/svg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/kinsoku.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnimap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/message.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dig.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml2015.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-group.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-uu.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/shr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dframe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ezimage.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-opt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/speedbar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnselect.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-irc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-mhe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-start.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/thingatpt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-queue.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xdg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/avl-tree.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-art.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-dispatcher.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/generator.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-refile.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-id.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): general.el:2721:44: Warning: the function ‘use-package-handler/:ghook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2682:14: Warning: the function ‘general-normalize-hook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2679:25: Warning: the function ‘general-normalize-hook-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2598:23: Warning: the function ‘general--sanitize-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2525:16: Warning: the function ‘general-tomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2524:16: Warning: the function ‘general-otomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2523:16: Warning: the function ‘general-itomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2522:16: Warning: the function ‘general-nvmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2521:16: Warning: the function ‘general-iemap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2520:16: Warning: the function ‘general-rmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2519:16: Warning: the function ‘general-omap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2518:16: Warning: the function ‘general-mmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2517:16: Warning: the function ‘general-vmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2516:16: Warning: the function ‘general-nmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2515:16: Warning: the function ‘general-emap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2514:16: Warning: the function ‘general-imap’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-git.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/diff-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-visual-bell.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:38:27: Warning: reference to free variable ‘org-heading-keyword-regexp-format’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:37:27: Warning: reference to free variable ‘org-todo-regexp’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:39:69: Warning: reference to free variable ‘org-done-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:53:20: Warning: reference to free variable ‘org-fontify-done-headline’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:55:32: Warning: reference to free variable ‘org-activate-links’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:50:15: Warning: reference to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:70:20: Warning: assignment to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:42:15: Warning: the function ‘org-delete-all’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/face-remap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-org.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/use-package/use-package-core.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/obsolete/cl.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-sum.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/pcase.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/general/general.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-element.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging ile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/format-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/find-func.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/browse-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-compat.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macs.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-keys.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/advice.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-eval.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/calendar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/package.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-emacs-lisp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/time-date.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/outline.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-faces.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/easy-mmode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-entities.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/ring.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ansi-color.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-core.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-pcomplete.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/comint.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-macro.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-src.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-exp.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-list.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-table.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-footnote.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-w3m.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-ref.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-lob.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bbdb.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/iso8601.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ob-tangle.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image/exif.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/jka-compr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-docview.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/image-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/doc-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/text-property-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mail-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/ietf-drums.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dired.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2045.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/textmodes/bibtex.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2047.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/wid-edit.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-util.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gmm-utils.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-win.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/mailabbrev.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnheader.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc2231.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-encode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-bodies.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg-config.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/derived.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epa.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-decode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-sec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/mail/rfc822.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/rmc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/puny.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-range.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/epg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/calendar/parse-time.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/netrc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-spec.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnoo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/utf7.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-int.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mail-source.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-cloud.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xml.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-undo.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dom.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dbus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/svg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/international/kinsoku.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnimap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/message.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/dig.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml-smime.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-view.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mml2015.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-group.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-uu.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/shr.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/dframe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/ezimage.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/eieio-opt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-search.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/speedbar.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-gnus.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/nnselect.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-info.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-irc.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-rmail.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-mhe.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/mm-url.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-start.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/thingatpt.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/url/url-queue.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/xdg.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/ol-eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/avl-tree.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-art.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-dispatcher.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/net/eww.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/generator.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-refile.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-id.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): general.el:2721:44: Warning: the function ‘use-package-handler/:ghook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2682:14: Warning: the function ‘general-normalize-hook’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2679:25: Warning: the function ‘general-normalize-hook-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2598:23: Warning: the function ‘general--sanitize-arglist’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2525:16: Warning: the function ‘general-tomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2524:16: Warning: the function ‘general-otomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2523:16: Warning: the function ‘general-itomap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2522:16: Warning: the function ‘general-nvmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2521:16: Warning: the function ‘general-iemap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2520:16: Warning: the function ‘general-rmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2519:16: Warning: the function ‘general-omap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2518:16: Warning: the function ‘general-mmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2517:16: Warning: the function ‘general-vmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2516:16: Warning: the function ‘general-nmap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2515:16: Warning: the function ‘general-emap’ is not known to be defined. Disable showing Disable logging Warning (comp): general.el:2514:16: Warning: the function ‘general-imap’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/vc-git.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/vc/diff-mode.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-visual-bell.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:38:27: Warning: reference to free variable ‘org-heading-keyword-regexp-format’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:37:27: Warning: reference to free variable ‘org-todo-regexp’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:39:69: Warning: reference to free variable ‘org-done-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:53:20: Warning: reference to free variable ‘org-fontify-done-headline’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:55:32: Warning: reference to free variable ‘org-activate-links’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:50:15: Warning: reference to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:70:20: Warning: assignment to free variable ‘org-font-lock-extra-keywords’ Disable showing Disable logging Warning (comp): doom-themes-ext-org.el:42:15: Warning: the function ‘org-delete-all’ is not known to be defined. Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/face-remap.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/doom-themes/doom-themes-ext-org.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/use-package/use-package-core.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/obsolete/cl.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/gnus/gnus-sum.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/emacs-lisp/pcase.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /home/thomas/dotfiles/.emacs.d/straight/build/general/general.el: Error: Internal native compiler error failed to compile Disable showing Disable logging Warning (comp): libgccjit.so: error: error invoking gcc driver Disable showing Disable logging Warning (comp): /nix/store/22swvj2scz8vxirl09phjp2ij7kcj5mb-emacs-gcc-20210510.0/share/emacs/28.0.50/lisp/org/org-element.el.gz: Error: Internal native compiler error failed to compile Disable showing Disable logging ```

I don't have time to research this further today, but I'll see what I can find tomorrow. Also, it seems that this isn't really a config problem as the same config runs fine when using 27.1 (though I have noticed some things not being applied properly 🤔 ), but rather that it just triggers the error a lot more.

Again: thanks very much for your time and input!

lambdadog commented 3 years ago

@thomasheartman To my knowledge the main difference between loading with emacs -Q and emacs -q is that -Q also excludes site-start.el, which nixpkgs sets.

My assumption is that emacs -Q is just giving libgccjit no elisp to chew on, since all of the packages included with emacs are precompiled by the derivation and don't require any runtime invocation of libgccjit.

This reinforces my view that it's some error with libgccjit on your system, but I'm not sure how to isolate it enough that we could take it upstream to gcc (or perhaps nixpkgs, as there could be something wrong with the packaging?). If it's a gcc upstream issue then I'd take it to the emacs mailing list and see if someone could help getting it to a reproducible case, but given that it could be on nixpkgs' end, I'm not sure how to get to that point.

collares commented 3 years ago

I thought this would be fixed by the channel update because comp-native-driver-options, which is patched by nixpkgs, was renamed to native-comp-driver-options. Weird that it isn't fixed... Are you using a recent version of the overlay too? Both should be updated.

thomasheartman commented 3 years ago

@lambdadog Ah, yeah, that sounds reasonable, what with -Q not giving it any elisp at all. I'm not sure about the mailing lists, but that is probably where we'd have to go if this doesn't lead anywhere.

@collares Interesting. I think that might have helped me figure this out! I source both the unstable channel and the overlay via tarbals. I made a change to how I did it after the native-comp branch was merged. Previously I did it like this:

  unstable = import (
    fetchTarball
      "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"
  ) {
    overlays = [
      (
        import (
          builtins.fetchTarball {
            url =
              "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
          }
        )
      )
    ];
  };

And then used it as unstable.emacsGcc.

But then I changed the overlay to instead apply to nixpkgs (via nixpkgs.overlays) and the emacsGcc refererence to be pkgs.emacsGcc. After switching it back now, Emacs at least appears to be starting properly 🤞🏾 However, parts of my config still isn't applied and it's throwing all kinds of warnings in the Warnings buffer, plus a number of Lisp errors from external packages, such as this

Debugger entered--Lisp error: (void-variable LaTeX-fancyvrb-key-val-options-local)
  LaTeX-fvextra-update-key-val()
  TeX-auto-parse()
  TeX-update-style()
  TeX-auto-list-information("length")
  LaTeX-length-list()
  byte-code([...] // <- more content here

Did the jit compiler recently get stricter? Hmm.

Update: the warnings appear to have gone away after restarting Emacs

So they were probably the result of the compiler recompiling everything. Interestingly enough, that also seems to have made Emacs correctly parse and apply my config to. Why would they have anything to do with each other? Perhaps if it gets a warning while compiling an external package it stops applying config to it?

thomasheartman commented 3 years ago

So after trying to make things work as expected for a bit, I have found the following: as a standalone X application, Emacs 28 (both emacsGit and emacsGcc) work just fine. However, when using EXWM, something goes wrong on initialization and any non-X buffers don't display and the mode line is missing. I can still interact with mini-buffer prompts (but only when using mini-frame and having them display in a separate frame). It seems that anything non-X related just doesn't work well. Using emacsUnstable, however, things appear to work as expected.

I don't know what would cause this, and it's probably a stretch asking for any input here, but if you have any ideas, I'd love to hear them. It seems weird that it would work with Emacs 27.2 and not 28. I also think I've seen some error messages when compiling emacsGcc about exwm-core not being available, but I wasn't able to reproduce this when I tried.

mbroeders commented 3 years ago

I'm experiencing the same problem and haven't found the solution yet. Though this may be the same issue as mentioned here on github.

collares commented 3 years ago

@thomasheartman @mbroeders There's an EXWM workaround at https://github.com/nix-community/emacs-overlay/issues/146#issuecomment-833916006. It's an upstream bug (which is very close to being fixed).

The void-variable error is probably a bug in the package you're using! Native compilation is stricter than the interpreter or byte-compiler at catching bugs involving files not requireing every other file being used. This is also the case with the warnings you see. I bet maintainers will fix those warnings very quickly once native compilation is on by default :)

thomasheartman commented 3 years ago

@mbroeders Oh, so it's not just me then? I'm happy that it's not just me messing up, but sad that it affects other people too.

@collares That's amazing! Thanks for the workaround. I'll try that out shortly to see if it makes things better. I followed the link to the mailing thread and the discourse about the issue. Is there a way to 'monitor' it, so that I know when it's fixed and when I can go back to using the unpatched version emacsGcc?

collares commented 3 years ago

@thomasheartman Unfortunately the "subscribe to a bug" feature does not work on GNU's debbugs instance, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=5439. The only "push" way I know to get notifications is to subscribe to the bug-gnu-emacs mailing list. This "subscribes" to every emacs bug, in a sense, but you can add filters so only bugs you care about reach your Inbox. If that's too much, you can install the debbugs emacs package to make it quicker to check the bug periodically.

It's likely that the fix will touch the same code the issue-causing commit did, so you'll get a notification anyway when the patch fails to apply :)

thomasheartman commented 3 years ago

@collares Ah, okay. Thanks! I'll just leave it in for now, then, and maybe try and take it out at some point in the future. Worst case, I can always put it back in :smile:

Anyway: the problem that the issue was created for has been solved: the solution was to apply the emacs overlay to the unstable channel and not to the stable channel. As such, I'll close this issue now. Thanks, everyone, for your help and participation! :pray:

thomasheartman commented 3 years ago

Just a heads up for anyone visiting this thread later: this was fixed some time around May 20th (2021) 🎉

As predicted, the patch referenced above stopped applying cleanly when it was fixed.