Search Criteria
Package Details: lib32-glibc-git 2.37.r601.g7ff33eca68-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/glibc-git.git (read-only, click to copy) |
---|---|
Package Base: | glibc-git |
Description: | GNU C Library (32-bit) (git version) |
Upstream URL: | https://www.gnu.org/software/libc |
Licenses: | GPL, LGPL |
Conflicts: | lib32-glibc |
Provides: | lib32-glibc |
Submitter: | eschwartz |
Maintainer: | ptr1337 |
Last Packager: | ptr1337 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-26 23:39 (UTC) |
Last Updated: | 2023-07-10 12:41 (UTC) |
Dependencies (5)
- glibc-gitAUR
- 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 (634)
- 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)
- bpf-dtrace-utils (requires lib32-glibc) (make)
- bricscad-pt_br (requires lib32-glibc)
- brother-brgenml1 (requires lib32-glibc)
- Show 614 more...
Latest Comments
1 2 Next › Last »
sigurd4 commented on 2024-11-25 02:11 (UTC) (edited on 2024-11-25 02:40 (UTC) by sigurd4)
After putting
In my
makepkg.conf
i manage to get past the first error, but another appears.I think maybe it can be solved by somehow passing
enable-cet=permissive
orenable-cet=no
to the configure script, but i couldn't get it to work.For now, just commenting out the configuration step of the 32 bit version got me past the error.
After that i get a third error, because i use the
-Wl,-z,now
flag in$LDFLAGS
.MAKEPKG
removes-z,now
, leaving-Wl
which is invalid on its own. Had to add the following line inmakepkg.conf
to solve it:micwoj92 commented on 2024-11-13 00:20 (UTC)
Please use SPDX license identifier.
faceless33 commented on 2023-06-26 11:06 (UTC)
Not compiling indeed
Xakurinha32 commented on 2023-06-04 02:29 (UTC)
Building isn't working anylonger, here is the issue:
bidulock commented on 2022-08-05 19:25 (UTC)
I added the following line to get it to work:
jeisom commented on 2022-04-05 22:43 (UTC)
@jlocks @muio
In your makepkg.conf, comment out the "CPPFLAGS" variable and it should work. it was defined as "-D_FORTIFY_SOURCE=2" on mine and removing it resolved it.
muio commented on 2022-02-06 04:46 (UTC) (edited on 2022-02-06 06:27 (UTC) by muio)
I'm getting the same error as @jlocks
This is how I try to build it:
jlocks commented on 2021-12-28 20:00 (UTC) (edited on 2021-12-28 20:01 (UTC) by jlocks)
1 2 Next › Last »