Search Criteria
Package Details: lib32-glibc-eac 2.40-1
Package Actions
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.39 |
First Submitted: | 2024-02-07 00:41 (UTC) |
Last Updated: | 2024-07-25 05:04 (UTC) |
Dependencies (5)
- glibc-eacAUR
- gd (gd-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (584)
- albion-sr-gog (requires lib32-glibc)
- android-sdk (requires lib32-glibc)
- android-sdk-dummy (requires lib32-glibc)
- apidog-bin (requires lib32-glibc)
- appimagelauncher-git (requires lib32-glibc) (make)
- apple-music-electron-bin (requires lib32-glibc)
- astah-uml (requires lib32-glibc)
- balena-cli (requires lib32-glibc) (optional, x86_64)
- balena-cli-bin (requires lib32-glibc) (optional, x86_64)
- beaker-ng-bin (requires lib32-glibc)
- bin2dec (requires lib32-glibc)
- bin32-firefox-bin (requires lib32-glibc)
- bin32-jre (requires lib32-glibc)
- bixolon-srp-270 (requires lib32-glibc)
- bixolon-srp-275 (requires lib32-glibc)
- bixolon-srp-275ii (requires lib32-glibc)
- bixolon-stp-103ii (requires lib32-glibc)
- bricscad-fr_fr (requires lib32-glibc)
- bricscad-pt_br (requires lib32-glibc)
- brother-brgenml1 (requires lib32-glibc)
- Show 564 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
xiota commented on 2024-04-27 10:54 (UTC)
@konradmoesch Don't use
mold
.konradmoesch commented on 2024-04-27 07:46 (UTC)
I get strange errors:
I did use
--mflags "--nocheck"
, no effectMacTavishAO commented on 2024-03-27 14:50 (UTC)
Pushed an update adressing this issue. Thanks @xiota.
xiota commented on 2024-03-27 12:10 (UTC) (edited on 2024-03-27 12:16 (UTC) by xiota)
@Levitating @MacTavishAO The problem is caused by
LDFLAGS=${LDFLAGS/,-z,now/}
on line 133. A couple weeks ago,makepkg.conf
was changed. Previously, linker options were all grouped together:Now, the options are separated:
Removing
,-z,now
leaves behind-Wl
, which is not a valid option on its own.I have not tested, but changing to
LDFLAGS=${LDFLAGS/,-z,now/,-z,lazy}
should fix the problem while working with both old and new config.CucumberSpace commented on 2024-03-27 08:31 (UTC)
--mflags "--nocheck"
if you use yayMacTavishAO commented on 2024-03-26 22:02 (UTC) (edited on 2024-03-26 22:02 (UTC) by MacTavishAO)
I'm not sure why you get this error because this package is virtually one to one copy of glibc package from official repos with the patch.
Good news is that this fail comes from check() step so glibc is already built. You can pass --nocheck option to makepkg to skip this step.
Levitating commented on 2024-03-26 21:48 (UTC)
I am faced with this weird error
MacTavishAO commented on 2024-02-07 23:37 (UTC)
Checks did not fail on me but I suppose --nocheck wouldn't hurt and should decrease build time. It's up to your preference really.
« First ‹ Previous 1 2 3 4 5 Next › Last »