Github messages for voidlinux
 help / color / mirror / Atom feed
From: Javyre <Javyre@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [Package Request] GccEmacs
Date: Fri, 21 Aug 2020 02:27:59 +0200	[thread overview]
Message-ID: <20200821002759.yU7f_YmRjy4JtSnmIxFNr7N60ANFvGoAeWasRT0BDQU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24240@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

New comment by Javyre on void-packages repository

https://github.com/void-linux/void-packages/issues/24240#issuecomment-677971846

Comment:
I basically just looked at the arch packagebuild and the packaging notes on the gccjit website and I transcribed the parts of the gcc void template that were relevant to libgccjit and x86-64.

I'm not sure whether libgccjit should have it's own package template or be yet another subpackage of gcc. I think the best choice would be to have it as a subpackage of gcc and add an extra `./configure` and `make` call in `do_configure()` and `do_build()` so that libgccjit could be built with `--enable-host-shared` and not the rest of the packages.

@zenny Assuming you're familiar enough with shell scripts, I suggest just starting and `Ctrl-F`ing through the [manual](https://github.com/void-linux/void-packages/blob/master/Manual.md) whenever you're confused. (worked for me)

Also, I updated the gist with a terrible (but working) template for gccemacs that I am not proud of.
Worth noting: 
 - I had to add `libgccjit.so.0 libgccjit-9.3.0_6` to `common/shlibs` to get my gccemacs to install since xbps couldn't find the provider of that `.so`. 
 - I had to disable the `hooks/post-install/11-pkglint-elf-in-usrshare.sh` hook since gccemacs (at least for the time being) stores `eln` files in `/usr/share`. If I understand correctly, this was fine before since they would be `el` or `elc` files which are portable, but with native-comp, now those files are actual binaries. This would definitely need to be fixed and discussed with andrea or another gccemacs dev. (It is unclear from the mailing list what the `eln` search path is or where it is even defined)

  parent reply	other threads:[~2020-08-21  0:27 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 11:57 [ISSUE] [Package Request] GCCemacs zenny
2020-08-13  9:03 ` [Package Request] GccEmacs leahneukirchen
2020-08-13 12:10 ` zenny
2020-08-13 12:20 ` zenny
2020-08-16 23:31 ` Javyre
2020-08-17  7:45 ` zenny
2020-08-17  7:55 ` zenny
2020-08-21  0:27 ` Javyre [this message]
2020-09-27 23:10 ` ap4y
2020-10-24  4:25 ` ericonr
2020-10-29  8:49 ` zenny
2020-10-29  8:50 ` zenny
2020-10-29 19:36 ` zenny
2020-11-03 17:59 ` Javyre
2020-11-03 17:59 ` Javyre
2020-11-05  8:09 ` zenny
2020-11-05 14:45 ` Javyre
2020-11-05 21:00 ` zenny
2020-11-06  5:24 ` zenny
2020-11-06 18:33 ` zenny
2020-11-09  9:43 ` zenny
2020-11-09  9:43 ` [ISSUE] [CLOSED] " zenny
2021-02-15 21:06 ` lane-brain
2021-02-15 22:38 ` ericonr
2021-02-16  0:29 ` ericonr
2021-02-16  1:08 ` lane-brain
2021-02-16  1:10 ` lane-brain
2021-02-16  1:11 ` lane-brain
2021-02-16  1:12 ` lane-brain
2021-02-16  1:13 ` lane-brain
2021-02-16  1:14 ` lane-brain
2021-02-16  1:15 ` lane-brain
2021-02-16  1:19 ` ericonr
2021-02-16  1:40 ` lane-brain
2021-02-16  1:40 ` lane-brain
2021-02-27  0:12 ` xianwenchen
2021-06-22 18:20 ` lulcat
2021-06-22 18:21 ` lulcat
2021-10-17  8:03 ` basicfunc
2021-10-17 15:47 ` leahneukirchen
2022-01-11 10:01 ` soanvig
2022-01-11 14:07 ` basicfunc
2022-01-11 14:09 ` basicfunc
2022-04-16 14:05 ` [ISSUE] [CLOSED] " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200821002759.yU7f_YmRjy4JtSnmIxFNr7N60ANFvGoAeWasRT0BDQU@z \
    --to=javyre@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).