View previous topic :: View next topic |
Author |
Message |
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Wed Apr 12, 2023 1:54 pm Post subject: gamescope - libdisplay-info dependencies |
|
|
So I have hyprland but I also want to install gamescope.
However, one dependencies of gamescope is
<media-libs/libdisplay-info-0.1.0
and hyprland needs or using media-libs/libdisplay-info-0.1.0
Not sure if I submit a bug or I dont really know where to ask this but anybody knows why gamescope depends on lower version of libdisplay-info? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Wed Apr 12, 2023 3:14 pm Post subject: |
|
|
According to git log -p -- gui-wm/gamescope/, this was added in gui-wm/gamescope: Version bump to 3.11.52_beta2. The commit does not cite a Gentoo bug for why this was done. Since the log message speculates that the constraint is unnecessary, you could try relaxing it to see if it works. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Thu Apr 13, 2023 3:19 am Post subject: |
|
|
Hu wrote: | According to git log -p -- gui-wm/gamescope/, this was added in gui-wm/gamescope: Version bump to 3.11.52_beta2. The commit does not cite a Gentoo bug for why this was done. Since the log message speculates that the constraint is unnecessary, you could try relaxing it to see if it works. |
Thanks,
I could see here that it states "libdisplay-info-0.1.0 probably does work"
But I can try.
However, can you tell me what you mean by
Quote: | you could try relaxing it to see if it works |
|
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1778 Location: South America
|
Posted: Thu Apr 13, 2023 3:02 pm Post subject: |
|
|
Ja.KooLit wrote: | However, can you tell me what you mean by
Quote: | you could try relaxing it to see if it works |
|
Create a local ebuild repository, copy directory /var/db/repos/gentoo/gui-wm/gamescope to that repository, modify the assignment to RDEPEND in file gamescope-3.11.52_beta6.ebuild to read:
Code: | media-libs/libdisplay-info |
instead of:
Code: | <media-libs/libdisplay-info-0.1.0 |
Then remake the manifest with:
Code: | ebuild gamescope-3.11.52_beta6.ebuild manifest |
And if everything is correct you should be able to install gamescope from the local repository with emerge. _________________
NeddySeagoon wrote: | I'm not a witch, I'm a retired electronics engineer |
Ionen wrote: | As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though |
|
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Thu Apr 13, 2023 8:56 pm Post subject: |
|
|
NICE! Learned something new today. Thank you very much for detailed explanation
Initially, had some error running ebuild... manifest..... but figured I have to copy contents of /var/db/repos/gentoo/gui-wm/ to localrepo and just delete rest leaving only gamescope folder
nyway, long story short, successful emerging and seems to accept from localrepo
however, got a error
Code: | * Messages for package gui-wm/gamescope-3.11.52_beta6:
* ERROR: gui-wm/gamescope-3.11.52_beta6::localrepo failed (configure phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 136: Called src_configure
* environment, line 2298: Called meson_src_configure
* environment, line 1724: Called die
* The specific snippet of code:
* "${mesonargs[@]}" ) || die
*
* If you need support, post the output of `emerge --info '=gui-wm/gamescope-3.11.52_beta6::localrepo'`,
* the complete build log and the output of `emerge -pqv '=gui-wm/gamescope-3.11.52_beta6::localrepo'`.
* The complete build log is located at '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/environment'.
* Working directory: '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6'
* S: '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6'
* GNU info directory index is up-to-date. |
Any ideas? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Thu Apr 13, 2023 11:06 pm Post subject: |
|
|
Based on the output shown, there was an error during the configure phase. If you need more specific help, please follow the instructions that you posted, which will give us the actual text of the error message, which may allow us to tell you why it failed. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Fri Apr 14, 2023 2:38 am Post subject: |
|
|
Hu wrote: | Based on the output shown, there was an error during the configure phase. If you need more specific help, please follow the instructions that you posted, which will give us the actual text of the error message, which may allow us to tell you why it failed. |
thanks
Code: | ╰─➤ emerge --info '=gui-wm/gamescope-3.11.52_beta6::localrepo' 130 ↵
Portage 3.0.46 (python 3.11.2-final-0, default/linux/amd64/17.1/desktop/systemd/merged-usr, gcc-12, glibc-2.37-r1, 6.2.11-gentoo-Ja-HyprLanD x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-6.2.11-gentoo-Ja-HyprLanD-x86_64-AMD_Ryzen_9_5950X_16-Core_Processor-with-glibc2.37
KiB Mem: 65745068 total, 59834008 free
KiB Swap: 59399156 total, 59399156 free
Timestamp of repository gentoo: Thu, 13 Apr 2023 19:46:55 +0000
Head commit of repository gentoo: 2aa895d463d1c1b45cf667dc811a7571992713e0
Timestamp of repository ROKO__: Wed, 12 Apr 2023 09:16:51 +0000
Head commit of repository ROKO__: b4d4c84c543d0117177bb563c1bf4a9fe58cc21a
Timestamp of repository gogooverlay: Mon, 03 Apr 2023 17:16:52 +0000
Head commit of repository gogooverlay: 7a5ca41b8f28b5df58357a95e3455968ed72efca
Timestamp of repository guru: Thu, 13 Apr 2023 07:16:50 +0000
Head commit of repository guru: 67f0a539468565da39d7c3d102b4fcfa31831093
Timestamp of repository menelkir: Thu, 06 Apr 2023 15:46:59 +0000
Head commit of repository menelkir: 309558fac8f3bea4e8a181a8642e6d95934c4672
Timestamp of repository steam-overlay: Sun, 02 Apr 2023 01:01:55 +0000
Head commit of repository steam-overlay: d24ddd3db84f894a52a2fdfd55a26ca822420081
Head commit of repository useless-overlay: 519a2abfeede619610454157bd22b90f37f86851
Timestamp of repository wayland-desktop: Sat, 08 Apr 2023 14:16:49 +0000
Head commit of repository wayland-desktop: 4b1df2e031f3ccbb5ed6a96c1aa2a731ecb7dea9
sh bash 5.2_p15-r2
ld GNU ld (Gentoo 2.40 p4) 2.40.0
app-misc/pax-utils: 1.3.7::gentoo
app-shells/bash: 5.2_p15-r2::gentoo
dev-lang/perl: 5.36.0-r2::gentoo
dev-lang/python: 3.11.2_p2::gentoo
dev-lang/rust-bin: 1.68.2-r1::gentoo
dev-util/cmake: 3.26.3::gentoo
dev-util/meson: 1.0.1::gentoo
sys-apps/baselayout: 2.13-r1::gentoo
sys-apps/sandbox: 2.30-r1::gentoo
sys-apps/systemd: 253.3::gentoo
sys-devel/autoconf: 2.71-r6::gentoo
sys-devel/automake: 1.16.5-r1::gentoo
sys-devel/binutils: 2.40-r4::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang: 16.0.1::gentoo
sys-devel/gcc: 12.2.1_p20230304::gentoo
sys-devel/gcc-config: 2.10::gentoo
sys-devel/libtool: 2.4.7-r1::gentoo
sys-devel/lld: 16.0.1::gentoo
sys-devel/llvm: 16.0.1::gentoo
sys-devel/make: 4.4.1::gentoo
sys-kernel/linux-headers: 6.2::gentoo (virtual/os-headers)
sys-libs/glibc: 2.37-r1::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: git
sync-uri: https://github.com/gentoo-mirror/gentoo.git
priority: -1000
volatile: False
ROKO__
location: /var/db/repos/ROKO__
sync-type: git
sync-uri: https://github.com/gentoo-mirror/ROKO__.git
masters: gentoo
volatile: False
gogooverlay
location: /var/db/repos/gogooverlay
sync-type: git
sync-uri: https://github.com/gentoo-mirror/gogooverlay.git
masters: gentoo
volatile: False
guru
location: /var/db/repos/guru
sync-type: git
sync-uri: https://github.com/gentoo-mirror/guru.git
masters: gentoo
volatile: False
localrepo
location: /var/db/repos/localrepo
masters: gentoo
volatile: False
menelkir
location: /var/db/repos/menelkir
sync-type: git
sync-uri: https://github.com/gentoo-mirror/menelkir.git
masters: gentoo
volatile: False
steam-overlay
location: /var/db/repos/steam-overlay
sync-type: git
sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
masters: gentoo
volatile: False
useless-overlay
location: /var/db/repos/useless-overlay
sync-type: git
sync-uri: https://github.com/Wa1t5/useless-overlay
masters: gentoo
volatile: False
wayland-desktop
location: /var/db/repos/wayland-desktop
sync-type: git
sync-uri: https://github.com/gentoo-mirror/wayland-desktop.git
masters: gentoo
volatile: False
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=32 --load-average=33 --ask --with-bdeps y --complete-graph y --complete-graph-if-new-use y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -march=native -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live candy config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=native -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j32 -l33"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RUSTFLAGS="-C opt-level=3 -C target-cpu=native"
SHELL="/bin/zsh"
USE="X a52 aac acl acpi alsa amd64 apparmor bluetooth branding bzip2 cairo cli crypt dbus dri dts encode exif ffmpeg flac fortran gdbm gif gpm gstreamer gtk gui iconv icu jpeg lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nftables nls nptl ogg opengl openmp pam pango pcre pdf pipewire png policykit ppds pulseaudio qt5 readline sdl seccomp sound spell ssl startup-notification svg systemd test-rust tiff truetype udev udisks unicode upower usb vaapi vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput evdev joystick" KERNEL="linux" L10N="en-US" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby30" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS |
Build Log from /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/build.log
Code: | * Package: gui-wm/gamescope-3.11.52_beta6:0
* Repository: localrepo
* Maintainer: chewi@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc filecaps kernel_linux pipewire userland_GNU wsi-layer
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking gamescope-3.11.52_beta6.tar.gz to /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work
>>> Source unpacked in /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work
>>> Preparing source in /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6 ...
meson setup --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig --native-file /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Db_pch=false -Dwerror=false --buildtype plain --force-fallback-for= -Denable_openvr_support=false -Dpipewire=enabled -Denable_gamescope_wsi_layer=true /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6 /var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52_beta6-build
[1mThe Meson build system[0m
Version: 1.0.1
Source dir: [1m/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6[0m
Build dir: [1m/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52_beta6-build[0m
Build type: [1mnative build[0m
Project name: [1mgamescope[0m
Project version: [1mundefined[0m
C compiler for the host machine: [1mx86_64-pc-linux-gnu-gcc[0m (gcc 12.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 12.2.1_p20230304 p13) 12.2.1 20230304")
C linker for the host machine: [1mx86_64-pc-linux-gnu-gcc[0m ld.bfd 2.40
C++ compiler for the host machine: [1mx86_64-pc-linux-gnu-g++[0m (gcc 12.2.1 "x86_64-pc-linux-gnu-g++ (Gentoo 12.2.1_p20230304 p13) 12.2.1 20230304")
C++ linker for the host machine: [1mx86_64-pc-linux-gnu-g++[0m ld.bfd 2.40
Host machine cpu family: [1mx86_64[0m
Host machine cpu: [1mx86_64[0m
Compiler for C++ supports arguments -Wno-unused-parameter: [1;32mYES[0m
Compiler for C++ supports arguments -Wno-missing-field-initializers: [1;32mYES[0m
Compiler for C++ supports arguments -Wno-c99-designator: [1;31mNO[0m
Compiler for C++ supports arguments -Wno-invalid-offsetof: [1;32mYES[0m
Compiler for C++ supports arguments -Wno-unused-const-variable: [1;32mYES[0m
Found pkg-config: [1m/usr/bin/x86_64-pc-linux-gnu-pkg-config[0m (1.8.1)
Run-time dependency [1mlibpipewire-0.3[0m found: [1;32mYES[0m [36m0.3.69[0m
Library [1mrt[0m found: [1;32mYES[0m
Run-time dependency [1mhwdata[0m found: [1;32mYES[0m [36m0.369[0m
Run-time dependency [1mx11[0m found: [1;32mYES[0m [36m1.8.4[0m
Run-time dependency [1mvulkan[0m found: [1;32mYES[0m [36m1.3.243[0m
Check usable header "[1mvulkan/vulkan.h[0m" with dependency vulkan: [1;32mYES[0m
Found pkg-config: [1m/usr/bin/x86_64-pc-linux-gnu-pkg-config[0m (1.8.1)
Build-time dependency [1mwayland-scanner[0m found: [1;32mYES[0m [36m1.22.0[0m
Program [1m/usr/bin/wayland-scanner[0m found: [1;32mYES[0m (/usr/bin/wayland-scanner)
Run-time dependency [1mvkroots[0m found: [1;32mYES[0m [36mundefined[0m
Run-time dependency [1mxcb[0m found: [1;32mYES[0m [36m1.15[0m
Run-time dependency [1mx11-xcb[0m found: [1;32mYES[0m [36m1.8.4[0m
Run-time dependency [1mwayland-client[0m found: [1;32mYES[0m [36m1.22.0[0m
Configuring [1mVkLayer_FROG_gamescope_wsi.x86_64.json[0m using configuration
Run-time dependency [1mxdamage[0m found: [1;32mYES[0m [36m1.1.6[0m
Run-time dependency [1mxcomposite[0m found: [1;32mYES[0m [36m0.4.6[0m
Run-time dependency [1mxrender[0m found: [1;32mYES[0m [36m0.9.11[0m
Run-time dependency [1mxext[0m found: [1;32mYES[0m [36m1.3.5[0m
Run-time dependency [1mxfixes[0m found: [1;32mYES[0m [36m6.0.1[0m
Run-time dependency [1mxxf86vm[0m found: [1;32mYES[0m [36m1.1.5[0m
Run-time dependency [1mxtst[0m found: [1;32mYES[0m [36m1.2.4[0m
Run-time dependency [1mxres[0m found: [1;32mYES[0m [36m1.2.2[0m
Run-time dependency [1mxmu[0m found: [1;32mYES[0m [36m1.1.4[0m
Run-time dependency [1mlibdrm[0m found: [1;32mYES[0m [36m2.4.115[0m
Run-time dependency [1mwayland-server[0m found: [1;32mYES[0m [36m1.22.0[0m
Run-time dependency [1mwayland-protocols[0m found: [1;32mYES[0m [36m1.31[0m
Run-time dependency [1mxkbcommon[0m found: [1;32mYES[0m [36m1.5.0[0m
Run-time dependency [1mthreads[0m found: [1;32mYES[0m
Run-time dependency [1mlibcap[0m found: [1;32mYES[0m [36m2.68[0m
Run-time dependency [1msdl2[0m found: [1;32mYES[0m [36m2.26.3[0m
Found CMake: [1m/usr/bin/cmake[0m (3.26.3)
Run-time dependency [1mstb[0m found: [1;31mNO[0m (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency [1mstb[0m
Executing subproject [1mstb[0m
stb| Project name: [1mstb[0m
stb| Project version: [1m0.1.0[0m
stb| C compiler for the host machine: [1mx86_64-pc-linux-gnu-gcc[0m (gcc 12.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 12.2.1_p20230304 p13) 12.2.1 20230304")
stb| C linker for the host machine: [1mx86_64-pc-linux-gnu-gcc[0m ld.bfd 2.40
stb| Build targets in project: [1m16[0m
stb| Subproject [1mstb[0m finished.
Dependency [1mstb[0m found: [1;32mYES[0m [36m0.1.0[0m [1;34m(overridden)[0m
Run-time dependency [1mwlroots[0m found: [1;32mYES[0m [36m0.16.2[0m
Run-time dependency [1mdisplay-info[0m found: [1;31mNO[0m (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency [1mdisplay-info[0m
src/meson.build:29:0: [1;31mERROR:[0m Subproject exists but has no meson.build file
A full log can be found at [1m/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52_beta6-build/meson-logs/meson-log.txt[0m
* ERROR: gui-wm/gamescope-3.11.52_beta6::localrepo failed (configure phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 136: Called src_configure
* environment, line 2298: Called meson_src_configure
* environment, line 1724: Called die
* The specific snippet of code:
* "${mesonargs[@]}" ) || die
*
* If you need support, post the output of `emerge --info '=gui-wm/gamescope-3.11.52_beta6::localrepo'`,
* the complete build log and the output of `emerge -pqv '=gui-wm/gamescope-3.11.52_beta6::localrepo'`.
* The complete build log is located at '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/temp/environment'.
* Working directory: '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6'
* S: '/var/tmp/portage/gui-wm/gamescope-3.11.52_beta6/work/gamescope-3.11.52-beta6'
|
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31383 Location: here
|
Posted: Fri Apr 14, 2023 5:14 am Post subject: |
|
|
Maybe related to this upstream bug? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Fri Apr 14, 2023 2:56 pm Post subject: |
|
|
so right now I just have to wait? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Fri Apr 14, 2023 3:51 pm Post subject: |
|
|
The cited bug has a fix, which was applied last month. Does the fix not work for you? |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Fri Apr 14, 2023 5:51 pm Post subject: |
|
|
nope. Issue is ebuild is pulling the older libdisplay info. But Hyprland needs the newer version. If I relaxed it like you suggested, got error... cant install basically |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Fri Apr 14, 2023 7:14 pm Post subject: |
|
|
Yes, the Gentoo ebuild specifies the old version. Your local ebuild can relax that. When you reported that relaxing the constraint was insufficient, you were directed to an upstream bug report, which includes a fix that may be relevant to the failure you saw. I asked whether the fix works for you. You say it doesn't, but then your post reads like you never tried that fix. So, I will ask again, did you try the fix and find it not to work? What did you see different from your most recent build log that leads you to believe that (1) the proposed fix was applied and (2) applying it did not help? |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Sat Apr 15, 2023 1:23 am Post subject: |
|
|
I admit I am completely noob in that kind of things
looking at the bug, as it was closed I have the impression that it was already included since the repo build version is same in that upstream bug and the commit was a month ago
So no I didnt apply fix since I have not clue how to fix. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Sat Apr 15, 2023 3:20 am Post subject: |
|
|
3.11.52-beta6 was tagged 2023-03-04T18:08:38Z. @emersion merged commit 5a672f0 into ValveSoftware:master at 2023-03-12T11:28:35Z, which is about a week later. The fix is included in the repository, but is not included in the tag you are trying to build. Therefore, you must patch that tag, use a live ebuild, or wait for a new release.
Why are you trying to install two incompatible compositors? |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Sat Apr 15, 2023 5:07 am Post subject: |
|
|
From my first post
Quote: | So I have hyprland but I also want to install gamescope.
However, one dependencies of gamescope is
<media-libs/libdisplay-info-0.1.0
and hyprland needs or using media-libs/libdisplay-info-0.1.0
Not sure if I submit a bug or I dont really know where to ask this but anybody knows why gamescope depends on lower version of libdisplay-info? |
That is why I was trying to adjust the gamescope libdisplay-info dependencies because ebuild needs an old libdisplay-info
Oh looking at guru's hyprland ebuild, it does not specify libdisplay-info version... Will try guru's Hyprland ebuild |
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Sat Apr 15, 2023 7:59 am Post subject: |
|
|
soooo... an update.......
Tried guru hyprland....... all fine and dandy..
then gamescope... downgrade libdisplay-info....
cant.....
emerge @preserved-rebuild for hyprland... cant rebuild......
upgraded libdisplay-info to newer, then ran preserve-rebuild.. hyprland rebuild..
so it looks like I have to wait until ebuild updated for gamescope |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22915
|
Posted: Sat Apr 15, 2023 3:47 pm Post subject: |
|
|
Yes, I saw that you want to install gamescope, but you did not explain why you need to do it.
As you found, the dependency in the ebuild is there for good reason (contrary to the optimistic tone in the Gentoo git commit that I found for you). If you want to change the dependency, you also need to apply @emersion's patch to make it work with the new version. |
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1778 Location: South America
|
Posted: Sat Apr 15, 2023 4:46 pm Post subject: |
|
|
Hu wrote: | If you want to change the dependency, you also need to apply @emersion's patch to make it work with the new version. |
... which can be done using /etc/portage/patches in combination with the modified ebuild from the local repository. _________________
NeddySeagoon wrote: | I'm not a witch, I'm a retired electronics engineer |
Ionen wrote: | As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though |
|
|
Back to top |
|
|
Ja.KooLit Tux's lil' helper
Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Sun Apr 16, 2023 12:01 pm Post subject: |
|
|
Quote: | but you did not explain why you need to do it. |
Gamescope can be use for games and HDR.
In Arch it is working so I want to test / try in Gentoo as well hence the reason why I want to install.
Quote: | If you want to change the dependency, you also need to apply @emersion's patch to make it work with the new version. |
Thanks. I will try to find out how to patch. Thank you for finding the patch for me. |
|
Back to top |
|
|
|