mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5
@ 2021-08-12 16:29 Lucas Stach
  2021-08-12 16:29 ` [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc Lucas Stach
  2021-10-07 10:18 ` [ptxdist] [APPLIED] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2021-08-12 16:29 UTC (permalink / raw)
  To: ptxdist

Update to latest upstream version.

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

diff --git a/rules/xorg-app-xkbcomp.make b/rules/xorg-app-xkbcomp.make
index 9b949e6fda34..852ce5fc9567 100644
--- a/rules/xorg-app-xkbcomp.make
+++ b/rules/xorg-app-xkbcomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XORG_APP_XKBCOMP) += xorg-app-xkbcomp
 #
 # Paths and names
 #
-XORG_APP_XKBCOMP_VERSION	:= 1.4.2
-XORG_APP_XKBCOMP_MD5		:= 12610df19df2af3797f2c130ee2bce97
+XORG_APP_XKBCOMP_VERSION	:= 1.4.5
+XORG_APP_XKBCOMP_MD5		:= c45e9f7971a58b8f0faf10f6d8f298c0
 XORG_APP_XKBCOMP		:= xkbcomp-$(XORG_APP_XKBCOMP_VERSION)
 XORG_APP_XKBCOMP_SUFFIX		:= tar.bz2
 XORG_APP_XKBCOMP_URL		:= $(call ptx/mirror, XORG, individual/app/$(XORG_APP_XKBCOMP).$(XORG_APP_XKBCOMP_SUFFIX))
-- 
2.30.2


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc
  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
  2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-10-07 10:18 ` [ptxdist] [APPLIED] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Lucas Stach @ 2021-08-12 16:29 UTC (permalink / raw)
  To: ptxdist

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5
  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 ` [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc Lucas Stach
@ 2021-10-07 10:18 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Lucas Stach

Thanks, applied as 0c38512ee7d777644fdf7807360dbf83af995474.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:21 +0200, Lucas Stach <l.stach@pengutronix.de> wrote:
> Update to latest upstream version.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20210812162955.28040-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/xorg-app-xkbcomp.make b/rules/xorg-app-xkbcomp.make
> index 9b949e6fda34..852ce5fc9567 100644
> --- a/rules/xorg-app-xkbcomp.make
> +++ b/rules/xorg-app-xkbcomp.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XORG_APP_XKBCOMP) += xorg-app-xkbcomp
>  #
>  # Paths and names
>  #
> -XORG_APP_XKBCOMP_VERSION	:= 1.4.2
> -XORG_APP_XKBCOMP_MD5		:= 12610df19df2af3797f2c130ee2bce97
> +XORG_APP_XKBCOMP_VERSION	:= 1.4.5
> +XORG_APP_XKBCOMP_MD5		:= c45e9f7971a58b8f0faf10f6d8f298c0
>  XORG_APP_XKBCOMP		:= xkbcomp-$(XORG_APP_XKBCOMP_VERSION)
>  XORG_APP_XKBCOMP_SUFFIX		:= tar.bz2
>  XORG_APP_XKBCOMP_URL		:= $(call ptx/mirror, XORG, individual/app/$(XORG_APP_XKBCOMP).$(XORG_APP_XKBCOMP_SUFFIX))

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] xorg-app-xkbcomp: disable remote CPP when building with icecc
  2021-08-12 16:29 ` [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc Lucas Stach
@ 2021-10-07 10:18   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Lucas Stach

Thanks, applied as d9b62e005c3822d8a185e9bec9bfc17c5bb9e1b8.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:23 +0200, Lucas Stach <l.stach@pengutronix.de> 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 <l.stach@pengutronix.de>
> Message-Id: <20210812162955.28040-2-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-07 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [ptxdist] [PATCH 2/2] xorg-app-xkbcomp: disable remote CPP when building with icecc Lucas Stach
2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-07 10:18 ` [ptxdist] [APPLIED] xorg-app-xkbcomp: version bump 1.4.2 -> 1.4.5 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox