mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0
@ 2021-12-10 10:15 Philipp Zabel
  2021-12-17 10:53 ` Michael Olbrich
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Philipp Zabel @ 2021-12-10 10:15 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/wayland.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/wayland.make b/rules/wayland.make
index b237a97016ff..72d1f367bdd5 100644
--- a/rules/wayland.make
+++ b/rules/wayland.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland
 #
 # Paths and names
 #
-WAYLAND_VERSION	:= 1.19.0
-WAYLAND_MD5	:= 5d59ac3d8a8f4e42de2ceb8bb19dfca9
+WAYLAND_VERSION	:= 1.20.0
+WAYLAND_MD5	:= 5095264157bf0565b921ceaf9d698d98
 WAYLAND		:= wayland-$(WAYLAND_VERSION)
 WAYLAND_SUFFIX	:= tar.xz
 WAYLAND_URL	:= http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX)
@@ -41,7 +41,8 @@ WAYLAND_CONF_OPT	:= \
 	-Ddtd_validation=false \
 	-Dicon_directory= \
 	-Dlibraries=true \
-	-Dscanner=true
+	-Dscanner=true \
+	-Dtests=false
 
 # ----------------------------------------------------------------------------
 # 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] 5+ messages in thread

* Re: [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0
  2021-12-10 10:15 [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0 Philipp Zabel
@ 2021-12-17 10:53 ` Michael Olbrich
  2021-12-17 11:24   ` Philipp Zabel
  2022-01-06  9:33   ` Philipp Zabel
  2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 2 replies; 5+ messages in thread
From: Michael Olbrich @ 2021-12-17 10:53 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: ptxdist

With this applied I get this error in my test builds:

FAILED: bin/wflinfo
: && [...]/arm-v7a-linux-gnueabihf-gcc --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=incompatible-pointer-types -Werror=int-conversion -Werror=missing-prototypes -O2 -g -DNDEBUG -rdynamic
src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o -o bin/wflinfo  -Wl,-rpath,i[...]/build-target/waffle-1.7.0-build/lib:  lib/libwaffle-1.so.0.7.0 && :
[...]/arm-v7a-linux-gnueabihf/bin/ld: lib/libwaffle-1.so.0.7.0: undefined reference to `wl_proxy_marshal_flags'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
make: *** [[...]/rules/post/ptxd_make_world_compile.make:19: [...]/state/waffle.compile] Error 1

Do you have an idea what happens here?

Michael

On Fri, Dec 10, 2021 at 11:15:45AM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
>  rules/wayland.make | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/wayland.make b/rules/wayland.make
> index b237a97016ff..72d1f367bdd5 100644
> --- a/rules/wayland.make
> +++ b/rules/wayland.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland
>  #
>  # Paths and names
>  #
> -WAYLAND_VERSION	:= 1.19.0
> -WAYLAND_MD5	:= 5d59ac3d8a8f4e42de2ceb8bb19dfca9
> +WAYLAND_VERSION	:= 1.20.0
> +WAYLAND_MD5	:= 5095264157bf0565b921ceaf9d698d98
>  WAYLAND		:= wayland-$(WAYLAND_VERSION)
>  WAYLAND_SUFFIX	:= tar.xz
>  WAYLAND_URL	:= http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX)
> @@ -41,7 +41,8 @@ WAYLAND_CONF_OPT	:= \
>  	-Ddtd_validation=false \
>  	-Dicon_directory= \
>  	-Dlibraries=true \
> -	-Dscanner=true
> +	-Dscanner=true \
> +	-Dtests=false
>  
>  # ----------------------------------------------------------------------------
>  # Install
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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


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

* Re: [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0
  2021-12-17 10:53 ` Michael Olbrich
@ 2021-12-17 11:24   ` Philipp Zabel
  2022-01-06  9:33   ` Philipp Zabel
  1 sibling, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2021-12-17 11:24 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

On Fri, 2021-12-17 at 11:53 +0100, Michael Olbrich wrote:
> With this applied I get this error in my test builds:
> 
> FAILED: bin/wflinfo
> : && [...]/arm-v7a-linux-gnueabihf-gcc --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=incompatible-pointer-types -Werror=int-conversion -Werror=missing-prototypes -O2 -g -DNDEBUG -rdynamic
> src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o -o bin/wflinfo  -Wl,-rpath,i[...]/build-target/waffle-1.7.0-build/lib:  lib/libwaffle-1.so.0.7.0 && :
> [...]/arm-v7a-linux-gnueabihf/bin/ld: lib/libwaffle-1.so.0.7.0: undefined reference to `wl_proxy_marshal_flags'
> collect2: error: ld returned 1 exit status
> ninja: build stopped: subcommand failed.
> make: *** [[...]/rules/post/ptxd_make_world_compile.make:19: [...]/state/waffle.compile] Error 1
> 
> Do you have an idea what happens here?

Probably the same as https://github.com/libsdl-org/SDL/issues/5088

regards
Philipp

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


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

* Re: [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0
  2021-12-17 10:53 ` Michael Olbrich
  2021-12-17 11:24   ` Philipp Zabel
@ 2022-01-06  9:33   ` Philipp Zabel
  1 sibling, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2022-01-06  9:33 UTC (permalink / raw)
  To: ptxdist

On Fri, 2021-12-17 at 11:53 +0100, Michael Olbrich wrote:
> With this applied I get this error in my test builds:
> 
> FAILED: bin/wflinfo
> : && [...]/arm-v7a-linux-gnueabihf-gcc --std=c99 -Wall -Werror=implicit-function-declaration -fvisibility=hidden -Werror=incompatible-pointer-types -Werror=int-conversion -Werror=missing-prototypes -O2 -g -DNDEBUG -rdynamic
> src/utils/CMakeFiles/wflinfo.dir/wflinfo.c.o -o bin/wflinfo  -Wl,-rpath,i[...]/build-target/waffle-1.7.0-build/lib:  lib/libwaffle-1.so.0.7.0 && :
> [...]/arm-v7a-linux-gnueabihf/bin/ld: lib/libwaffle-1.so.0.7.0: undefined reference to `wl_proxy_marshal_flags'
> collect2: error: ld returned 1 exit status
> ninja: build stopped: subcommand failed.
> make: *** [[...]/rules/post/ptxd_make_world_compile.make:19: [...]/state/waffle.compile] Error 1
> 
> Do you have an idea what happens here?

FTR,
https://gitlab.freedesktop.org/mesa/waffle/-/merge_requests/106

regards
Philipp

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


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

* Re: [ptxdist] [APPLIED] wayland: version bump 1.19.0 -> 1.20.0
  2021-12-10 10:15 [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0 Philipp Zabel
  2021-12-17 10:53 ` Michael Olbrich
@ 2022-02-28 12:09 ` Michael Olbrich
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2022-02-28 12:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 3d963c6375fd19c95eaf43f666fd8a52424500a3.

Michael

[sent from post-receive hook]

On Mon, 28 Feb 2022 13:09:08 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20211210101545.1763794-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wayland.make b/rules/wayland.make
> index b237a97016ff..72d1f367bdd5 100644
> --- a/rules/wayland.make
> +++ b/rules/wayland.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland
>  #
>  # Paths and names
>  #
> -WAYLAND_VERSION	:= 1.19.0
> -WAYLAND_MD5	:= 5d59ac3d8a8f4e42de2ceb8bb19dfca9
> +WAYLAND_VERSION	:= 1.20.0
> +WAYLAND_MD5	:= 5095264157bf0565b921ceaf9d698d98
>  WAYLAND		:= wayland-$(WAYLAND_VERSION)
>  WAYLAND_SUFFIX	:= tar.xz
>  WAYLAND_URL	:= http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX)
> @@ -41,7 +41,8 @@ WAYLAND_CONF_OPT	:= \
>  	-Ddtd_validation=false \
>  	-Dicon_directory= \
>  	-Dlibraries=true \
> -	-Dscanner=true
> +	-Dscanner=true \
> +	-Dtests=false
>  
>  # ----------------------------------------------------------------------------
>  # 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] 5+ messages in thread

end of thread, other threads:[~2022-02-28 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 10:15 [ptxdist] [PATCH] wayland: version bump 1.19.0 -> 1.20.0 Philipp Zabel
2021-12-17 10:53 ` Michael Olbrich
2021-12-17 11:24   ` Philipp Zabel
2022-01-06  9:33   ` Philipp Zabel
2022-02-28 12:09 ` [ptxdist] [APPLIED] " Michael Olbrich

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