All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner)
@ 2020-05-16  5:37 bugzilla at busybox.net
  2020-05-16  6:21 ` [Buildroot] [Bug 12901] GStreamer doesn't build " bugzilla at busybox.net
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16  5:37 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

            Bug ID: 12901
           Summary: GObject introspection doesn't build on 2020-05 rc1
                    (wrong path for g-ir-scanner)
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: info at hifiberry.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Trying the 2020-05 release candidate, but can't get gobject introspection to
compile

[102/193] Generating Gst-1.0.gir with a custom command
FAILED: gst/Gst-1.0.gir
/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/bin/g-ir-scanner
-I/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/include/gobject-introspection-1.0
-I/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/include
-I/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/include/glib-2.0
-I/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/lib/glib-2.0/include
-pthread --no-libtool --namespace=Gst --nsversion=1.0 --warn-all --output
gst/Gst-1.0.gir '--add-init-section=extern void
gst_init(gint*,gchar**);g_setenv("GST_REGISTRY_DISABLE", "yes",
TRUE);g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg",
TRUE);g_setenv("GST_PLUGIN_PATH_1_0", "",
TRUE);g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);gst_init(NULL,NULL);'
--quiet --c-include=gst/gst.h
-I/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/gst
-I/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/build/gst
-I./. -I../. -I./gst/parse -I../gst/parse
--filelist=/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/build/gst/b408f4a@@gstreamer-1.0 at sha/Gst_1.0_gir_filelist
--include=GLib-2.0 --include=GObject-2.0 --include=GModule-2.0
--symbol-prefix=gst --identifier-prefix=Gst --pkg-export=gstreamer-1.0
--cflags-begin -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_CAST_CHECKS
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -Wno-unused -Wmissing-declarations
-Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat
-Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self
-Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar
-Wdeclaration-after-statement -Wvla -Wpointer-arith -I./. -I../. -I./gst/parse
-I../gst/parse
-I/home/matuschd/buildroot-2020.05-rc1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include
-I/home/matuschd/buildroot-2020.05-rc1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/glib-2.0
-I/home/matuschd/buildroot-2020.05-rc1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/glib-2.0/include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 --cflags-end
--library gstreamer-1.0
-L/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/build/gst
-L/home/matuschd/buildroot-2020.05-rc1/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
--extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=pcre
--extra-library=ffi --extra-library=gmodule-2.0 --extra-library=dl
--extra-library=m --sources-top-dirs
/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/subprojects/
--sources-top-dirs
/home/matuschd/buildroot-2020.05-rc1/output/build/gstreamer1-1.16.2/build/subprojects/
/bin/sh: 1:
/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/bin/g-ir-scanner:
not found
[103/193] Generating symbol file
'gst/b408f4a@@gstreamer-1.0 at sha/libgstreamer-1.0.so.0.1602.0.symbols'
ninja: build stopped: subcommand failed.

The make file is looking for g-ir-scanner at 
/home/matuschd/buildroot-2020.05-rc1/output/host/bin/../arm-buildroot-linux-gnueabihf/sysroot/home/matuschd/buildroot-2020.05-rc1/output/host/bin/g-ir-scanner

However, the binary is at
/home/matuschd/buildroot-2020.05-rc1//output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/g-ir-scanner

It seems for some unknown reason, $HOME is inserted into the path which seems
to be incorrect

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
@ 2020-05-16  6:21 ` bugzilla at busybox.net
  2020-05-16  6:24 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16  6:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

info at hifiberry.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|GObject introspection       |GStreamer doesn't build
                   |doesn't build on 2020-05    |doesn't build on 2020-05
                   |rc1 (wrong path for         |rc1 (wrong path for
                   |g-ir-scanner)               |g-ir-scanner)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
  2020-05-16  6:21 ` [Buildroot] [Bug 12901] GStreamer doesn't build " bugzilla at busybox.net
@ 2020-05-16  6:24 ` bugzilla at busybox.net
  2020-05-16  6:24 ` [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled " bugzilla at busybox.net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16  6:24 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

--- Comment #1 from info at hifiberry.com ---
Just a correction: Problem is not the GObject introspection package, but
GStreamer

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
  2020-05-16  6:21 ` [Buildroot] [Bug 12901] GStreamer doesn't build " bugzilla at busybox.net
  2020-05-16  6:24 ` bugzilla at busybox.net
@ 2020-05-16  6:24 ` bugzilla at busybox.net
  2020-05-16  9:40 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16  6:24 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

info at hifiberry.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|GStreamer doesn't build     |GStreamer doesn't build on
                   |doesn't build on 2020-05    |2020-05 rc1 with GObject
                   |rc1 (wrong path for         |introspection enabled
                   |g-ir-scanner)               |(wrong path for
                   |                            |g-ir-scanner)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2020-05-16  6:24 ` [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled " bugzilla at busybox.net
@ 2020-05-16  9:40 ` bugzilla at busybox.net
  2020-05-16 12:04 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16  9:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

--- Comment #2 from Fabrice Fontaine <fontaine.fabrice@gmail.com> ---
Hi,

Thanks for the bug report, this is a known issue, all meson packages fail to
build with gobject-introspection.

You can find a patch fixing this issue here:
https://patchwork.ozlabs.org/project/buildroot/patch/20200502060435.23004-1-james.hilliard1 at gmail.com/. 

However, this patch has not been merged and probably won't be. James waits for
the next meson release before sending an updated version of this patch (see
https://patchwork.ozlabs.org/project/buildroot/patch/20200315172459.881615-2-aduskett at gmail.com/)

Best Regards,

Fabrice

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2020-05-16  9:40 ` bugzilla at busybox.net
@ 2020-05-16 12:04 ` bugzilla at busybox.net
  2020-05-17  7:28 ` bugzilla at busybox.net
  2020-05-18 11:26 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-16 12:04 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |aduskett at gmail.com
                   |.org                        |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2020-05-16 12:04 ` bugzilla at busybox.net
@ 2020-05-17  7:28 ` bugzilla at busybox.net
  2020-05-18 11:26 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-17  7:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Hi,

This is now supposedly fixed with commit b5cd3142963. Care to test again,
please?

Thanks for the report.

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled (wrong path for g-ir-scanner)
  2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2020-05-17  7:28 ` bugzilla at busybox.net
@ 2020-05-18 11:26 ` bugzilla at busybox.net
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-05-18 11:26 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12901

--- Comment #4 from info at hifiberry.com ---
Tested the b5cd3142963 commit - works now. 

Many thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2020-05-18 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16  5:37 [Buildroot] [Bug 12901] New: GObject introspection doesn't build on 2020-05 rc1 (wrong path for g-ir-scanner) bugzilla at busybox.net
2020-05-16  6:21 ` [Buildroot] [Bug 12901] GStreamer doesn't build " bugzilla at busybox.net
2020-05-16  6:24 ` bugzilla at busybox.net
2020-05-16  6:24 ` [Buildroot] [Bug 12901] GStreamer doesn't build on 2020-05 rc1 with GObject introspection enabled " bugzilla at busybox.net
2020-05-16  9:40 ` bugzilla at busybox.net
2020-05-16 12:04 ` bugzilla at busybox.net
2020-05-17  7:28 ` bugzilla at busybox.net
2020-05-18 11:26 ` bugzilla at busybox.net

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.