Package Details: emacs-pgtk-native-comp-git 29.0.50.155762-1

Git Clone URL: https://aur.archlinux.org/emacs-pgtk-native-comp-git.git (read-only, click to copy)
Package Base: emacs-pgtk-native-comp-git
Description: GNU Emacs. Development master branch.
Upstream URL: http://www.gnu.org/software/emacs/
Licenses: GPL3
Provides: emacs
Replaces: emacs
Submitter: flatwhatson
Maintainer: TomFryers
Last Packager: TomFryers
Votes: 14
Popularity: 0.000005
First Submitted: 2020-08-21 14:09 (UTC)
Last Updated: 2022-12-08 14:37 (UTC)

Required by (313)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

yin commented on 2021-05-18 13:30 (UTC)

@flatwhatson yes i can. my tmp is mounted with noexec which was why was failing... so i just mount -o remount,exec /tmp... i hate this

thanks for the support @flatwhatson

flatwhatson commented on 2021-05-18 13:22 (UTC)

@yin The relevant error there is:

libgccjit.so: error: /tmp/libgccjit-EWQyzF/fake.so: failed to map segment from shared object

Is your /tmp working correctly? Can you touch /tmp/foo?

yin commented on 2021-05-18 12:54 (UTC)

@flatwhatson https://bin.disroot.org/?fc0e3648dbcf6bb3#B6kcKW6UZRNYP9TbAjBPUXenrYiFVAs5VefrvM2ewpE

flatwhatson commented on 2021-05-18 12:24 (UTC)

@yin Please upload src/emacs-git/config.log, this should include the actual error from the failing smoke test.

yin commented on 2021-05-18 12:16 (UTC)

this is coming from src/emacs-git/configure

  17631 if ac_fn_c_try_run "$LINENO"
  17632 then :
  17633
  17634 else $as_nop
  17635
  17636   as_fn_error $? "Installed libgccjit has failed passing the smoke test.

yin commented on 2021-05-18 12:08 (UTC)

@japhir i have everything at 11.1.0

$ pacman -Qs gcc
local/gcc 11.1.0-1 (base-devel)
    The GNU Compiler Collection - C and C++ frontends
local/gcc-ada 11.1.0-1
    Ada front-end for GCC (GNAT)
local/gcc-libs 11.1.0-1
    Runtime libraries shipped by GCC
local/lib32-gcc-libs 11.1.0-1 (multilib-devel)
    32-bit runtime libraries shipped by GCC
local/libgccjit 11.1.0-1
    Just-In-Time Compilation using GCC.

MithicSpirit commented on 2021-05-18 11:25 (UTC)

@yin @japhir gcc-libs 11.1.0 is in core: https://archlinux.org/packages/core/x86_64/gcc-libs/. Maybe you the repos you are pulling from haven't updated yet? (note that since the previous version of libgccjit required version 10 and this one requires version 11 you may need to use the -d/--nodeps flag).

japhir commented on 2021-05-18 10:53 (UTC)

@yin: that's probably because libgccjit now requires gcc-libs=11.1.0, which is not in [core]. I've been trying to figure it out as well…

yin commented on 2021-05-18 02:31 (UTC)

issues installing this. full log: https://bin.disroot.org/?f2dc7912b5c6505d#BXLTuqgLwLdjDXg72gfhsmtfM2DteKnqoTwL7NKqLhPZ

Karrq commented on 2021-05-17 09:26 (UTC)

@miguelbernadi Since nativecomp has been merged into master, technically all packages that are based on emacs master will have native compilation now.

And reading the PKGBUILD you can see this package is based on a merge of both, and checking the source it's only 14 commits behind master at the time of writing, so this package is definitely not abandoned...

Maybe the PKGBUILD just needs some refactoring to explain the new status but other than that I think it's good to use...