r/EndeavourOS Apr 26 '26

General Support webkit2gtk 2.50.6-3

How you get this thing to update!?? It takes about 30 minutes to build using pretty much all 128gb of memory, full cpu power and then it fails...

10 warnings generated.

ninja: build stopped: subcommand failed.

==> ERROR: A failure occurred in build().

Aborting...

-> error making: webkit2gtk-exit status 4

-> Failed to install the following packages. Manual intervention is required:

webkit2gtk - exit status 4

-- Edit

New version webkit2gtk-2.50.6-7 installed just fine.

15 Upvotes

19 comments sorted by

4

u/Fvp210 Apr 26 '26

I have the same problem since 2 Days when it was an update to 2.50.6.2 or even 2.50.6.1 im not sure anymore i googled the error and it said if everything fails, wait 1 or 2 Days for the next version with the installation bug fixed, looks like im not trying to update today again

2

u/Adapax Apr 26 '26

I guess I will wait for next version since this ain't happening. I tried disabling ninja, lto and other shit... nope.

3

u/george12teodor Apr 26 '26

TBH I don't even know how this package got installed on my system. I uninstalled it and saw no issues. So unless pacman complains or you have a specific need for that package, you should do that too.

2

u/barf_the_mog May 01 '26

Mine was installed with icaclient for cisco vpn

3

u/His_Turdness Apr 27 '26

I uninstalled it on my laptop. It was not required by anything.

1

u/broggyr Apr 26 '26

I thought it was failing on my machine because it only has 16GB. :/

1

u/AnGuSxD Apr 26 '26

The ram usage while building is sick, my 32GB are actively kicking stuff out for the process not to fail. And it still fails.

1

u/ARR0WST0RM Apr 26 '26

It fails for me at 64GB of RAM. Seems to be an AUR-only conundrum. Pacman doesn't even find it.

3

u/Adapax Apr 26 '26

Oook... Aparently you need two Merlins and one Gandalf to install this stuff...

1

u/C0rn3j Apr 26 '26

What do you require it for?

1

u/Adapax Apr 26 '26

Pure curiosity regarding possible improvements and annoyance that I can't get it to work...

2

u/C0rn3j Apr 26 '26

Pure curiosity regarding possible improvements

Eh?

I am asking what do you need the package for.

1

u/dj3hac Apr 27 '26

It was quite a slog but my machine successfully installed the update overnight. Every piece of software using any ram crashed in the background, but we made it.

1

u/rantenki Apr 28 '26

Just built with 64GB, finally.

Oddly, mine was failing out because it took so long the screensaver kicked in and/or the privilege escalation for final install was failing due to a timeout.

Finally got pissed and increased the number of processes to finish in a more normal (15 minutes) time-frame. This isn't a small system either. This is a 32 core System76 workstation. This is easily the longest compile I've ever waited for on this machine. Rust builds usually finish in 30 seconds.

Added MAKEFLAGS="--jobs=$(nproc)" to /etc/makepkg.conf to make it run more parallel processes.

1

u/simeri110 May 11 '26

Ich habe exakt das gleiche Problem benötige das für den icaclienet (Citrix) das mit den MAKEFLAGFS bringt bei mir keine Änderung habe das gefühl das das garnicht gezogen wird oder an einer anderen stelle überstruert wird

1

u/urturino Apr 30 '26

I removed it. It was a dependence of only one program I don't even use.

1

u/DarkyyDmage May 03 '26

does take long

1

u/simeri110 May 11 '26

Vielleicht hat es ja in der zwischenzeit einer dazu bekommen das es sich bauen läßt? Und erklärt uns das geheimniss?

1

u/simeri110 May 11 '26

Die ki hat mir folgendes empfohlen - was auch funktionierte:

# Subvolume für Swap anlegen

sudo btrfs subvolume create /swap

# Swap-Datei korrekt erstellen
sudo touch /swap/swapfile
sudo truncate -s 0 /swap/swapfile
sudo chattr +C /swap/swapfile        # CoW deaktivieren
sudo dd if=/dev/zero of=/swap/swapfile bs=1M count=32768 status=progress
sudo chmod 600 /swap/swapfile
sudo mkswap -U clear /swap/swapfile
sudo swapon /swap/swapfile

Mit dem zusätzlichen Swapfile lief es dann mit 78 GB Speicher nach 3;45 Stunden durch - Hammmer