From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:19:21 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUj-0006RO-SL for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:19:21 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUi-0005RB-Se; Thu, 07 Oct 2021 12:19:20 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYQTn-0004hV-Vv; Thu, 07 Oct 2021 12:18:24 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQTn-0005xe-Ex; Thu, 07 Oct 2021 12:18:23 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQTn-00GT3l-C5; Thu, 07 Oct 2021 12:18:23 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:18:23 +0200 Message-Id: <20211007101823.3924910-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210812162955.28040-2-l.stach@pengutronix.de> References: <20210812162955.28040-2-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] xorg-app-xkbcomp: disable remote CPP when building with icecc X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Lucas Stach Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as d9b62e005c3822d8a185e9bec9bfc17c5bb9e1b8. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:18:23 +0200, Lucas Stach wrote: > 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 > Message-Id: <20210812162955.28040-2-l.stach@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 > # ---------------------------------------------------------------------------- _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de