You are not logged in.

#1 2024-09-08 09:14:45

unkle
Member
Registered: 2024-08-11
Posts: 5

[SOLVED] "glibc-eac" package install fails.

I wish to install "glibc-eac" or "glibc-eac-bin" from the AUR as I require them to play some EAC games.

both packages build just fine however once finally in the process of installing them I am prompted to remove the original glibc:
"glibc-eac-bin-2.40-1 and glibc-2.40+r16+gaa533d58ff-2 are in conflict. Remove glibc?"

To which I agree. However, the install fails immediately after, with the message:
"error: failed to prepare transaction (could not satisfy dependencies)"
":: removing glibc breaks dependency 'glibc=2.40+r16+gaa533d58ff' required by lib32-glibc"

The program then exits with exit status 1

I should note that I use a AUR helper for this process. (Yay)

Last edited by unkle (2024-09-08 11:54:33)

Offline

#2 2024-09-08 10:37:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 22,855

Re: [SOLVED] "glibc-eac" package install fails.

You need to install lib32-glibc-eac as well and in the same transaction.

Offline

#3 2024-09-08 10:40:34

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,789

Re: [SOLVED] "glibc-eac" package install fails.

Build with makepkg -s instead of yay . DO NOT add the i parameter

After building has finished, run ls on the build folder .

You should see 3 files ending with pkg.tar.zst  : glibc-eac, lib32-glibc-eac , glibc-eac-locales

Try installing the glibc-eac & lib32-glib-eac pkg.tar.zst files in one command using pacman -U .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2024-09-08 11:53:44

unkle
Member
Registered: 2024-08-11
Posts: 5

Re: [SOLVED] "glibc-eac" package install fails.

Thank you all for the quick answer. Manually building the package and installing both lib32-glibc-eac and glibc-eac in one command with pacman -U installed both packages without issue.

Offline

Board footer

Powered by FluxBB