Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805506 - gui-libs/gtk-4.2.1-r1 - modules/.../meson.build: ERROR: Dependency gstreamer-gl-1.0 not found, tried pkgconfig and cmake
Summary: gui-libs/gtk-4.2.1-r1 - modules/.../meson.build: ERROR: Dependency gstreamer-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 824006 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-07-31 12:44 UTC by Toralf Förster
Modified: 2022-03-27 04:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.59 KB, text/plain)
2021-07-31 12:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.25 KB, text/plain)
2021-07-31 12:44 UTC, Toralf Förster
Details
environment (environment,114.58 KB, text/plain)
2021-07-31 12:44 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.93 KB, application/x-bzip)
2021-07-31 12:44 UTC, Toralf Förster
Details
gui-libs:gtk-4.2.1-r1:20210731-105934.log (gui-libs:gtk-4.2.1-r1:20210731-105934.log,14.57 KB, text/plain)
2021-07-31 12:44 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,11.58 KB, application/x-bzip)
2021-07-31 12:44 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.54 KB, application/x-bzip)
2021-07-31 12:44 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-07-31 12:44:11 UTC
Run-time dependency gstreamer-gl-1.0 found: NO (tried pkgconfig and cmake)

modules/media/meson.build:46:0: ERROR: Dependency "gstreamer-gl-1.0" not found, tried pkgconfig and cmake

A full log can be found at /var/tmp/portage/gui-libs/gtk-4.2.1-r1/work/gtk-4.2.1-build/meson-logs/meson-log.txt
 * ERROR: gui-libs/gtk-4.2.1-r1::gentoo failed (configure phase):
 *   (no error message)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j3-20210729-194103

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
  (none found)

  HEAD of ::gentoo
commit 2103a6b971c583cb08eaf02615bc108b7c6fc9cd
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 31 09:21:45 2021 +0000

    2021-07-31 09:21:45 UTC

emerge -qpvO gui-libs/gtk
[ebuild  N    ] gui-libs/gtk-4.2.1-r1  USE="X colord cups gstreamer introspection sysprof wayland (-aqua) -broadway -cloudprint -examples -ffmpeg -gtk-doc -test -vulkan -xinerama"
Comment 1 Toralf Förster gentoo-dev 2021-07-31 12:44:12 UTC
Created attachment 728661 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-31 12:44:14 UTC
Created attachment 728664 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-31 12:44:15 UTC
Created attachment 728667 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-31 12:44:16 UTC
Created attachment 728670 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-31 12:44:18 UTC
Created attachment 728673 [details]
gui-libs:gtk-4.2.1-r1:20210731-105934.log
Comment 6 Toralf Förster gentoo-dev 2021-07-31 12:44:19 UTC
Created attachment 728676 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-07-31 12:44:20 UTC
Created attachment 728679 [details]
temp.tar.bz2
Comment 8 Ilia Mirkin 2022-02-15 15:46:55 UTC
Ran into the same thing. Looks like a dependency on media-libs/gst-plugins-base +opengl is missing for gui-libs/gtk +gstreamer.
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-15 16:04:46 UTC
*** Bug 824006 has been marked as a duplicate of this bug. ***
Comment 10 Matt Turner gentoo-dev 2022-03-27 04:43:12 UTC
(In reply to Ilia Mirkin from comment #8)
> Ran into the same thing. Looks like a dependency on
> media-libs/gst-plugins-base +opengl is missing for gui-libs/gtk +gstreamer.

Thanks!
Comment 11 Larry the Git Cow gentoo-dev 2022-03-27 04:43:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c0e602025571bb556904f8d780a91e7f5ddb7

commit 1c0c0e602025571bb556904f8d780a91e7f5ddb7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-03-27 04:43:24 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-03-27 04:43:53 +0000

    gui-libs/gtk: Depend on gst-plugins-base[opengl]
    
    Closes: https://bugs.gentoo.org/805506
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 gui-libs/gtk/gtk-4.6.2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)