Github messages for voidlinux
 help / color / mirror / Atom feed
From: loreb <loreb@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Tcc won't link executables
Date: Tue, 24 Aug 2021 21:02:59 +0200	[thread overview]
Message-ID: <20210824190259.Af8cEIHYlGtjeB-LUHrtESBNZzsUSxcinCULESkBr_E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30630@inbox.vuxu.org>

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

New comment by loreb on void-packages repository

https://github.com/void-linux/void-packages/issues/30630#issuecomment-904898353

Comment:
@hiltjo @niansa 

It stayed broken because 99.9% of the people who install tcc also install gcc/clang, which happen to pull in the required dependency :)

Copy/paste the fix from gcc's template:
```
case "$XBPS_TARGET_MACHINE" in
        *-musl)  depends+=" musl-devel";;
        *)       depends+=" glibc-devel";;
esac
```

and submit a pull request (unless it's troublesome for some reason)


  parent reply	other threads:[~2021-08-24 19:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 13:34 [ISSUE] " niansa
2021-05-05 12:50 ` loreb
2021-05-05 14:25 ` ericonr
2021-08-23 21:04 ` hiltjo
2021-08-24 19:02 ` loreb [this message]
2021-08-25 16:56 ` hiltjo
2021-08-25 18:55 ` loreb
2021-08-30  9:43 ` loreb
2022-05-15 18:48 ` hiltjo
2022-05-16 15:38 ` loreb
2022-05-16 20:01 ` hiltjo
2022-05-16 20:02 ` hiltjo
2022-05-18 15:25 ` loreb
2022-05-19 12:18 ` ericonr

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=20210824190259.Af8cEIHYlGtjeB-LUHrtESBNZzsUSxcinCULESkBr_E@z \
    --to=loreb@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).