* [Buildroot] [Bug 12366] New: Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland
@ 2019-11-27 15:42 bugzilla at busybox.net
2019-11-27 15:50 ` [Buildroot] [Bug 12366] " bugzilla at busybox.net
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2019-11-27 15:42 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12366
Bug ID: 12366
Summary: Gstreamer1 gst1-plugins-bad do not compile with
RPI-Userland
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: t.ruschival at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
When selecting gst1-plugins-bad (e.g. i3tag, speed) the meson build fails if
RPI-USERLAND has not been built before.
This is probably caused by commit #5d6c408e953 (Adam Duskett 2019-07-13
17:43:19) where special handling for RPI-USERLAND paths was added to
GST1_PLUGINS_BAD_CFLAGS.
After manually building of rpi-userland with make rpi-userland-rebuild, the
build for gst1-plugins-bad works.
Below the error log of /gst1-plugins-bad-1.16.1/build/meson-logs/meson-log.txt
-----
Sanity check compile stderr:
-----
Running test binary command:
/home/ruschi/tmp/rpi0w_defconfig/build/gst1-plugins-bad-1.16.1/build/meson-private/sanitycheckcpp.exe
C++ compiler for the build machine: c++ (gcc 9.2.1 "c++ (Debian 9.2.1-19) 9.2.1
20191109")
C++ linker for the build machine: GNU ld.bfd 2.33.1
Sanity testing C compiler:
/home/ruschi/tmp/rpi0w_defconfig/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc
Is cross compiler: True.
Sanity check compiler command line:
/home/ruschi/tmp/rpi0w_defconfig/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc
/home/ruschi/tmp/rpi0w_defconfig/build/gst1-plugins-bad-1.16.1/build/mrpi0w_defconfig/build/gst1-plugins-bad-1.16.1/build/meson-private/sanitycheckc_cross.exe
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
/home/ruschi/tmp/rpi0w_defconfig/husr/include/IL
/home/ruschi/tmp/rpi0w_defconfig/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/interface/vcos/pthreads
/home/ruschi/tmp/rpi0w_defconfig/host/arm-buildroot-lin/vmcs_host/linux -pipe
-D_FILE_OFFSET_BITS=64 -c
Sanity check compile stdout:
-----
Sanity check compile stderr:
arm-buildroot-linux-uclibcgnueabihf-gcc.br_real: error:
/home/ruschi/tmp/rpi0w_defconfig/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/IL:
No such file or directory
arm-buildroot-linux-uclibcgnueabihf-gcc.br_real: error:
/home/ruschi/tmp/rpi0w_defconfig/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/interface/vcos/pthreads:
No such file
arm-buildroot-linux-uclibcgnueabihf-gcc.br_real: error:
/home/ruschi/tmp/rpi0w_defconfig/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/interface/vmcs_host/linux:
No such fil
-----
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 12366] Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland
2019-11-27 15:42 [Buildroot] [Bug 12366] New: Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland bugzilla at busybox.net
@ 2019-11-27 15:50 ` bugzilla at busybox.net
2019-11-28 23:35 ` bugzilla at busybox.net
2019-12-01 21:35 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2019-11-27 15:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12366
--- Comment #1 from Thomas Ruschival <t.ruschival@gmail.com> ---
Here the reference to the patch from buildroot mailing list:
http://lists.busybox.net/pipermail/buildroot/2019-October/262454.html
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 12366] Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland
2019-11-27 15:42 [Buildroot] [Bug 12366] New: Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland bugzilla at busybox.net
2019-11-27 15:50 ` [Buildroot] [Bug 12366] " bugzilla at busybox.net
@ 2019-11-28 23:35 ` bugzilla at busybox.net
2019-12-01 21:35 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2019-11-28 23:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12366
Peter Seiderer <ps.report@gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at buildroot.uclibc |ps.report at gmx.net
|.org |
Status|NEW |ASSIGNED
--- Comment #2 from Peter Seiderer <ps.report@gmx.net> ---
Can confirm the failure, patch suggested:
https://patchwork.ozlabs.org/patch/1202305/
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 12366] Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland
2019-11-27 15:42 [Buildroot] [Bug 12366] New: Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland bugzilla at busybox.net
2019-11-27 15:50 ` [Buildroot] [Bug 12366] " bugzilla at busybox.net
2019-11-28 23:35 ` bugzilla at busybox.net
@ 2019-12-01 21:35 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2019-12-01 21:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12366
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> ---
Merged for 2019.11, thanks
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-01 21:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-27 15:42 [Buildroot] [Bug 12366] New: Gstreamer1 gst1-plugins-bad do not compile with RPI-Userland bugzilla at busybox.net
2019-11-27 15:50 ` [Buildroot] [Bug 12366] " bugzilla at busybox.net
2019-11-28 23:35 ` bugzilla at busybox.net
2019-12-01 21:35 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox