Package Details: lib32-glibc-eac 2.42+r3+gbc13db739377-1

Git Clone URL: https://aur.archlinux.org/glibc-eac.git (read-only, click to copy)
Package Base: glibc-eac
Description: GNU C Library (32-bit) with DT_HASH patch for games using EAC
Upstream URL: https://www.gnu.org/software/libc
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: lib32-glibc
Provides: lib32-glibc
Submitter: MacTavishAO
Maintainer: MacTavishAO
Last Packager: MacTavishAO
Votes: 13
Popularity: 0.000985
First Submitted: 2024-02-07 00:41 (UTC)
Last Updated: 2025-08-07 10:49 (UTC)

Dependencies (5)

Required by (737)

Sources (7)

Latest Comments

1 2 3 4 5 Next › Last »

MacTavishAO commented on 2025-08-07 10:50 (UTC)

@orangestar package has been synced. Please rebuild.

orangestar commented on 2025-08-07 04:34 (UTC)

I believe this package is interfering with Firefox. Attempting to launch with this package installed gives

XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
/usr/lib/libc.so.6: version `GLIBC_2.42' not found (required by /usr/lib/firefox/libxul.so)
Couldn't load XPCOM.

Meanwhile, the normal glibc package works fine.

MacTavishAO commented on 2025-03-07 23:11 (UTC)

Hey, I just got a mail informing me glibc-eac-bin breaks systemd, but I don't maintain said binary package.

Picture below shows the glibc-eac and systemd version of my system: https://i.imgur.com/uAnryAt.png

ShiningMoonlight commented on 2025-03-07 22:59 (UTC)

IT DOES BREAK THE SYSTEM IF YOU UPDATE SYSTEMD. YOU WILL NEED TO PACSTRAP FROM A LIVE USB AFTER THAT. PLEASE, IT NEEDS TO BE ADDRESSED.

Pippip19 commented on 2025-02-17 18:12 (UTC) (edited on 2025-02-17 18:13 (UTC) by Pippip19)

Please note reports of system breakage with glibc-eac replacing glibc when upgrading systemd 257.2 -> 257.3 https://bbs.archlinux.org/viewtopic.php?pid=2226660#p2226660

conan-cimmerian commented on 2024-11-02 02:49 (UTC)

How do I replace system glibc with this? using yay to install this gives an irresolvable package, deleting and replacing breaks the system preventing any further updates unless you go into a live environment and run pacstrap again. It successfully builds from the PKGBUILD but it won't install due to the aformentioned conflict.

014 commented on 2024-10-01 22:53 (UTC) (edited on 2024-10-01 22:53 (UTC) by 014)

Even though I see 'export' commands for gcc and g++ in specific areas, the build will not run for me (using Clang by default) unless I add the gcc and g++ export commands towards the top of the PKGBUILD file.

export CC=/usr/bin/gcc
export CXX=/usr/bin/g++