View previous topic :: View next topic |
Author |
Message |
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Wed Jul 31, 2024 8:09 pm Post subject: Solved! Hyprland emerge always fails - on a System without X |
|
|
using hyprland only system without X or xwayland at all and everything's working fine - nothing changed - just doing daily updates, but
now it won't emerge anymore (Stable and *-9999) >>> https://bugs.gentoo.org/935322
manual compile via cmake working just fine.
current merge log https://0x0.st/XOcf.log
and manual compile via cmake https://0x0.st/XOcW.log
i'am wondering why portage can't get it done anymore ?
thx _________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Last edited by CooSee on Wed Aug 14, 2024 9:00 pm; edited 1 time in total |
|
Back to top |
|
|
sMueggli Guru
Joined: 03 Sep 2022 Posts: 489
|
Posted: Thu Aug 01, 2024 8:36 am Post subject: |
|
|
And if you compile it from scratch? |
|
Back to top |
|
|
GDH-gentoo Veteran
Joined: 20 Jul 2019 Posts: 1676 Location: South America
|
Posted: Thu Aug 01, 2024 9:46 pm Post subject: Re: Hyprland emerge always fails - on a System without X |
|
|
CooSee wrote: | manual compile via cmake working just fine. |
And manual build with Meson, which is what the ebuild is invoking? You passed -DNO_XWAYLAND to cmake, which apparently skips compilation of the source files that are causing the errors, do you know the Meson way of doing the same? _________________
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 |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Fri Aug 09, 2024 1:17 pm Post subject: |
|
|
sorry for long delay - to busy atm
Quote: | -DNO_XWAYLAND to cmake, which apparently skips compilation of the source files that are causing the errors, do you know the Meson way of doing the same? |
but it worked perfectly before with -xwayland via emerge - meson fails with the same error, manual https://0x0.st/XOtu.txt and via emerge https://0x0.st/s/y3qrBdOb_uF_Q2V1Zcn_TA/XWzX.log
i'am wondering why manual compile goes through, but via emerge not ?
just compiled hyprland-0.42.0 via cmake - no issues. https://0x0.st/s/ff3P_s2j7CYjKiFNbyllcg/XWzZ.2024.txt
_________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
CooSee Veteran
Joined: 20 Nov 2004 Posts: 1468 Location: Earth
|
Posted: Wed Aug 14, 2024 8:59 pm Post subject: |
|
|
- do not try this at home - or your cat will start to argue in klingon
copied the ebuild to my local overlay and edited - removed all the entries in:
Code: | src_configure() {
local emesonargs=(
)
meson_src_configure
} |
emerge success - works for me.
_________________ " Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier " |
|
Back to top |
|
|
|