mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc
Date: Thu, 12 Aug 2021 18:29:55 +0200	[thread overview]
Message-ID: <20210812162955.28040-2-l.stach@pengutronix.de> (raw)
In-Reply-To: <20210812162955.28040-1-l.stach@pengutronix.de>

This package triggers an issue where recent GCCs fail to inline a header
file properly when CPP is used with -fdirectives-only, breaking the remote
build. Disable the problematic icecc mode to work around this issue.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/xorg-app-xkbcomp.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/xorg-app-xkbcomp.make b/rules/xorg-app-xkbcomp.make
index 852ce5fc9567..696496ac9682 100644
--- a/rules/xorg-app-xkbcomp.make
+++ b/rules/xorg-app-xkbcomp.make
@@ -35,6 +35,9 @@ XORG_APP_XKBCOMP_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--datadir=$(XORG_DATADIR)
 
+XORG_APP_XKBCOMP_MAKE_ENV	:= \
+	ICECC_REMOTE_CPP=0
+
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2021-08-12 16:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 16:29 [ptxdist] [PATCH 1/2] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5 Lucas Stach
2021-08-12 16:29 ` Lucas Stach [this message]
2021-10-07 10:18   ` [ptxdist] [APPLIED] xorg-app-xkbcomp: disable remote CPP when building with icecc Michael Olbrich
2021-10-07 10:18 ` [ptxdist] [APPLIED] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5 Michael Olbrich

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=20210812162955.28040-2-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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