From: Maxime Devos <maximedevos@telenet.be>
To: "(" <paren@disroot.org>, 57060@debbugs.gnu.org
Subject: [bug#57060] [PATCH] gnu: pcc: Fix build.
Date: Mon, 8 Aug 2022 20:33:11 +0200 [thread overview]
Message-ID: <b38ce531-f144-c416-869a-dfebe705f369@telenet.be> (raw)
In-Reply-To: <20220808163529.12354-1-paren@disroot.org>
[-- Attachment #1.1.1: Type: text/plain, Size: 809 bytes --]
On 08-08-2022 18:35, ( via Guix-patches via wrote:
> + (lambda _
> + ;; Certain variables are defined multiple times. This
> + ;; upsets the linker and causes a build failure.
> + (substitute* "cc/ccom/pass1.h"
> + (("FLT flt_zero;") "extern FLT flt_zero;"))
> + (substitute* (list "cc/ccom/scan.l" "cc/cxxcom/scan.l")
> + (("lineno, ") ""))))
This looks like something upstream needs to know about.
> + (replace 'check
> + (lambda _
> + (invoke "make" "-C" "cc/cpp" "test"))))))
(when tests? ...), in a follow-up or preceding patch (t was present in
the old code), for --without-tests.
Greetings,
Maxime.
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
next prev parent reply other threads:[~2022-08-08 18:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-08 16:35 [bug#57060] [PATCH] gnu: pcc: Fix build ( via Guix-patches via
2022-08-08 18:33 ` Maxime Devos [this message]
2022-08-08 18:53 ` ( via Guix-patches via
2022-08-08 19:08 ` [bug#57060] [PATCH v2 1/2] " ( via Guix-patches via
2022-08-08 19:08 ` [bug#57060] [PATCH v2 2/2] gnu: pcc: Respect --without-tests ( via Guix-patches via
2022-08-11 8:29 ` bug#57060: [PATCH] gnu: pcc: Fix build Mathieu Othacehe
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=b38ce531-f144-c416-869a-dfebe705f369@telenet.be \
--to=maximedevos@telenet.be \
--cc=57060@debbugs.gnu.org \
--cc=paren@disroot.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.