You are not logged in.

#1 2025-10-10 19:43:36

TySpicer
Member
Registered: 2025-08-31
Posts: 135

[SOLVED] Can't system update - Packages in conflict

After running `sudo pacman -Syu`, I get this:

hyprutils-0.10.0-1 and hyprutils-git-0.8.4.r0.gb2ae320-1 are in conflict. Remove hyprutils-git? [y/N]

If I say "no," it doesn't update. If I say "yes," I get this:

error: failed to prepare transaction (could not satisfy dependencies)
:: removing hyprutils-git breaks dependency 'hyprutils-git' required by hyprlang-git
:: removing hyprutils-git breaks dependency 'hyprutils-git' required by hyprqt6engine-git

I'm not fully sure what everything is for, and I don't want to break anything major. How can I move past this?

Last edited by TySpicer (2025-10-13 18:40:45)

Offline

#2 2025-10-10 21:12:23

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

Either replace the dependent git versions from the AUR w/ the resp. repo ones or update the hypr* packages from the AUR so you fulfill whatever causes the increased hyprutils version demand.

Offline

#3 2025-10-10 21:24:09

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

I cloned the hyprutils-git repo, navigated in, and ran `makepkg -si`. Is this how I would update it?

It gave me this:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by aquamarine
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprgraphics
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprland
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprland-qtutils
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprlock
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprpaper
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by hyprsunset
:: installing hyprutils-git (0.10.0.r0.g3df7bde-1) breaks dependency 'libhyprutils.so=7-64' required by xdg-desktop-portal-hyprland
==> WARNING: Failed to install built package(s).

Offline

#4 2025-10-10 21:31:58

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,018
Website

Re: [SOLVED] Can't system update - Packages in conflict

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2025-10-10 21:47:25

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

Replace hyprlang-git, hyprutils-git and hyprqt6engine-git w/ the non-git rep versions, update the system, then update and replace the repo versions of those packages w/ the AUR versions again (if you still need/want the git variants)
You could in theory use -Ud / -Sd or -Rdd but idk how much the git builds version-depend on either other package and while you're juggling incompatible versions you might run into hyprland failures (and be left with the console)

Offline

#6 2025-10-11 19:21:41

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

seth wrote:

Replace hyprlang-git, hyprutils-git and hyprqt6engine-git w/ the non-git rep versions

How would I go about doing this? I tried `sudo pacman -S hyprlang`, and got this:

resolving dependencies...
looking for conflicting packages...
:: hyprlang-0.6.4-3 and hyprlang-git-0.6.4.r2.g3d63fb4-1 are in conflict. Remove hyprlang-git? [y/N] y
:: hyprutils-0.10.0-1 and hyprutils-git-0.8.4.r0.gb2ae320-1 are in conflict. Remove hyprutils-git? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by aquamarine
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprgraphics
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprland
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprland-qtutils
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprlock
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprpaper
:: removing hyprlang-git breaks dependency 'hyprlang-git' required by hyprqt6engine-git
:: removing hyprutils-git breaks dependency 'hyprutils-git' required by hyprqt6engine-git
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprsunset
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by xdg-desktop-portal-hyprland

Offline

#7 2025-10-11 19:53:30

loqs
Member
Registered: 2014-03-06
Posts: 18,628

Re: [SOLVED] Can't system update - Packages in conflict

pacman -S hyprlang

Will only install hyprlang replacing  hyprlang-git leaving hyprutils-git and hyprqt6engine-git  still installed. You need to install the three packages from official repositories in one transaction.

Offline

#8 2025-10-11 20:08:22

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

I tried

sudo pacman -S hyprlang hyprutils hyprqt6engine

, and it said `error: target not found: hyprqt6engine`. It looks like `hyprqt6engine` is an AUR package. I tried installing that one separately, and got similar errors to before:

error: failed to commit transaction (conflicting files)
hyprqt6engine-debug: /usr/lib/debug/usr/lib/libhyprqt6engine-common.so.debug exists in filesystem (owned by hyprqt6engine-git-debug)
hyprqt6engine-debug: /usr/lib/debug/usr/lib/qt6/plugins/platformthemes/libhyprqt6engine.so.debug exists in filesystem (owned by hyprqt6engine-git-debug)
hyprqt6engine-debug: /usr/lib/debug/usr/lib/qt6/plugins/styles/libhypr-style.so.debug exists in filesystem (owned by hyprqt6engine-git-debug)
Errors occurred, no packages were upgraded.

Offline

#9 2025-10-11 20:26:14

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,018
Website

Re: [SOLVED] Can't system update - Packages in conflict

Why are you installing debug packages? Do you need them? If so, remove hyprqt6engine-git-debug and then install hyprqt6engine-debug, otherwise just remove hyprqt6engine-git-debug and don't install hyprqt6engine-debug.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#10 2025-10-11 20:26:28

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

https://github.com/archlinux/aur/blob/h … e/PKGBUILD isn't version-tied, so you can skip that.
It's also not a dependency for anything so you can just remove it in doubt.

Offline

#11 2025-10-11 20:54:46

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

WorMzy wrote:

Why are you installing debug packages?

I don't know, I'm not sure why that's there. I went ahead and removed a couple packages:

sudo pacman -R hyprqt6engine-git-debug
sudo pacman -R hyprqt6engine-git

What should I do from here?

Offline

#12 2025-10-11 21:05:47

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

Offline

#13 2025-10-11 21:54:37

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

resolving dependencies...
looking for conflicting packages...
:: hyprlang-0.6.4-3 and hyprlang-git-0.6.4.r2.g3d63fb4-1 are in conflict. Remove hyprlang-git? [y/N] y
:: hyprutils-0.10.0-1 and hyprutils-git-0.8.4.r0.gb2ae320-1 are in conflict. Remove hyprutils-git? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by aquamarine
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprgraphics
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprland
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprland-qtutils
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprlock
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprpaper
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by hyprsunset
:: removing hyprutils-git breaks dependency 'libhyprutils.so=7-64' required by xdg-desktop-portal-hyprland

Offline

#14 2025-10-11 22:03:32

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

sudo pacman -Syu hyprlang hyprutils

Offline

#15 2025-10-12 14:33:30

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

Wow, that took some time. Apparently I haven't updated in a while. It looks like it worked. However, after a reboot, I can't seem to get back into Arch. It pulls up the tty login screen, I plug in my username and password, it starts to open Hyprland, and it goes back to the tty login screen. I tried logging in as root, and I get the same issue.

I'm back in Mint now so I can post here. How do I get back into Arch?

Offline

#16 2025-10-12 14:35:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

Only boot the multi-user.target (2nd link below) and check

(pacman -Qs hypr; pacman -Qm) |& tee /tmp/pacman.txt

Also https://wiki.archlinux.org/title/Core_d … _core_dump as hyprland will probably crash.

Offline

#17 2025-10-12 14:44:29

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

Cool, I'm back in the tty now. The command printed out a list, with lots of it running off the page. I can't copy it to here, since I'm on a different machine. What should I do from here?

Offline

#18 2025-10-12 15:01:42

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

I'm trying to figure out how to interpret the core dump link you sent. I ran `journalctl -n 1000` to get the last 1000 lines of journal. I found a Hyprland core dump, so I ran `coredmpctl info 640`. The article mentioned the "Signal" row. For me, it says this:

Signal: 6 (ABRT)

I then ran `coredumpctl debug 640`. It looks like I don't have gdb, so I installed it and ran the debug line again. It's doing a bunch of stuff, I'll post here again if I get anywhere.

Offline

#19 2025-10-12 15:06:55

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

I see, I'm in a `(gdb)` prompt now. The article said to run `thread apply all backtrace full`. I did, and it printed out a huge list of information. What do I do from here?

Offline

#20 2025-10-12 15:07:23

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

The "|& tee /tmp/pacman.txt" part redirected the entire output into that file

cat /tmp/pacman.txt | curl -F 'file=@-' 0x0.st

will upload it and you can apply the same to coredumpctl

Offline

#21 2025-10-12 15:08:59

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

Offline

#22 2025-10-12 15:12:12

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

Offline

#23 2025-10-12 15:45:26

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

(I'll need to leave fairly soon, but I'll be back in a couple of hours)

Offline

#24 2025-10-12 15:48:22

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,068

Re: [SOLVED] Can't system update - Packages in conflict

       Message: Process 640 (Hyprland) of user 1000 dumped core.
                
                Stack trace of thread 640:
                #0  0x00007f6a4389894c n/a (libc.so.6 + 0x9894c)
                #1  0x00007f6a4383e410 raise (libc.so.6 + 0x3e410)
                #2  0x00007f6a4382557a abort (libc.so.6 + 0x2557a)
                #3  0x00007f6a43826613 n/a (libc.so.6 + 0x26613)
                #4  0x00007f6a43926319 __fortify_fail (libc.so.6 + 0x126319)
                #5  0x00007f6a439276d4 __stack_chk_fail (libc.so.6 + 0x1276d4)
                #6  0x000056074b10bda4 n/a (/usr/bin/Hyprland + 0x123da4)
                #7  0x000056074b649532 _ZN13CHyprRenderer13renderMonitorEN9Hyprutils6Memory14CSharedPointerI8CMonitorEEb (/usr/bin/Hyprland + 0x661532)
                #8  0x000056074b36e14b _ZN22CMonitorFrameScheduler7onFrameEv (/usr/bin/Hyprland + 0x38614b)
                #9  0x00007f6a446f90ed _ZN9Hyprutils6Signal15CSignalListener12emitInternalEPv (libhyprutils.so.9 + 0x270ed)
                #10 0x00007f6a446f935a _ZN9Hyprutils6Signal11CSignalBase12emitInternalEPv (libhyprutils.so.9 + 0x2735a)
                #11 0x00007f6a447c35de _ZN10Aquamarine8CBackend12dispatchIdleEv (libaquamarine.so.8 + 0x785de)
                #12 0x000056074b42117a n/a (/usr/bin/Hyprland + 0x43917a)
                #13 0x00007f6a445d5182 wl_event_loop_dispatch (libwayland-server.so.0 + 0xa182)
                #14 0x00007f6a445d7297 wl_display_run (libwayland-server.so.0 + 0xc297)
                #15 0x000056074b424e81 _ZN17CEventLoopManager9enterLoopEv (/usr/bin/Hyprland + 0x43ce81)
                #16 0x000056074b1be237 main (/usr/bin/Hyprland + 0x1d6237)
                #17 0x00007f6a43827675 n/a (libc.so.6 + 0x27675)
                #18 0x00007f6a43827729 __libc_start_main (libc.so.6 + 0x27729)
                #19 0x000056074b21dce5 _start (/usr/bin/Hyprland + 0x235ce5)

Remove

hotshots-git-debug r19.e3712ae-4
hyprlang-git-debug 0.6.4.r2.g3d63fb4-1
hyprutils-git-debug 0.8.4.r0.gb2ae320-1

why are you using mesa-git?
Can you start hyprland for a fresh user w/o a custom hyprland config?
And please post your hyprland config and the output of "eglinfo -B" (I suspect because of the foreign mesa package you might end up on software emulation and "false" output names)

Offline

#25 2025-10-12 15:55:46

TySpicer
Member
Registered: 2025-08-31
Posts: 135

Re: [SOLVED] Can't system update - Packages in conflict

seth wrote:

Remove ...

Done.

seth wrote:

why are you using mesa-git?

Ardour was crashing: https://discourse.ardour.org/t/solved-a … w/112213/3

seth wrote:

Can you start hyprland for a fresh user w/o a custom hyprland config?

I can try that this afternoon.

seth wrote:

And please post your hyprland config ...

http://0x0.st/KSik.txt

seth wrote:

... and the output of "eglinfo -B"

command not found

I probably have to install something for this. I'll take another look this afternoon.

Offline

Board footer

Powered by FluxBB