* [Buildroot] [PATCH 1/1] package/gvfs: fix build with meson >= 0.61
@ 2022-01-23 21:26 Fabrice Fontaine
2022-01-26 21:20 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-23 21:26 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Fix the following build failure raised since bump of meson to version
0.61.0 in commit a8dc871139f83c8b4a0cdcdaf2ded18ee463d65f:
../output-1/build/gvfs-1.48.1/daemon/meson.build:368:7: ERROR: Function does not take positional arguments.
Fixes:
- http://autobuild.buildroot.org/results/6231649fac82a70b215186c3396b879a28a96f60
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
...e-incorrect-i18n.merge_file-argument.patch | 33 +++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch
diff --git a/package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch b/package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch
new file mode 100644
index 0000000000..a85a1a374e
--- /dev/null
+++ b/package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch
@@ -0,0 +1,33 @@
+From 17a067b9b823a0d54e061eae45ff8e2c7e4a88d0 Mon Sep 17 00:00:00 2001
+From: Ondrej Holy <oholy@redhat.com>
+Date: Fri, 21 Jan 2022 08:32:31 +0100
+Subject: [PATCH] build: Remove incorrect i18n.merge_file argument
+
+The positional argument was being silently ignored until meson 0.60.0 where
+it fails with "ERROR: Function does not take positional arguments".
+
+Related: https://github.com/mesonbuild/meson/issues/9441
+Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/599
+
+[Retrieved (and backported) from:
+https://gitlab.gnome.org/GNOME/gvfs/-/commit/17a067b9b823a0d54e061eae45ff8e2c7e4a88d0]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ daemon/meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/daemon/meson.build b/daemon/meson.build
+index 5f9559aa..e20ada29 100644
+--- a/daemon/meson.build
++++ b/daemon/meson.build
+@@ -360,7 +360,6 @@ if enable_admin
+ )
+
+ i18n.merge_file(
+- policy,
+ input: policy_in,
+ output: '@BASENAME@',
+ po_dir: po_dir,
+--
+GitLab
+
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/gvfs: fix build with meson >= 0.61
2022-01-23 21:26 [Buildroot] [PATCH 1/1] package/gvfs: fix build with meson >= 0.61 Fabrice Fontaine
@ 2022-01-26 21:20 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-01-26 21:20 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
On Sun, 23 Jan 2022 22:26:07 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fix the following build failure raised since bump of meson to version
> 0.61.0 in commit a8dc871139f83c8b4a0cdcdaf2ded18ee463d65f:
>
> ../output-1/build/gvfs-1.48.1/daemon/meson.build:368:7: ERROR: Function does not take positional arguments.
>
> Fixes:
> - http://autobuild.buildroot.org/results/6231649fac82a70b215186c3396b879a28a96f60
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> ...e-incorrect-i18n.merge_file-argument.patch | 33 +++++++++++++++++++
> 1 file changed, 33 insertions(+)
> create mode 100644 package/gvfs/0001-build-Remove-incorrect-i18n.merge_file-argument.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-26 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-23 21:26 [Buildroot] [PATCH 1/1] package/gvfs: fix build with meson >= 0.61 Fabrice Fontaine
2022-01-26 21:20 ` Thomas Petazzoni
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.