Search Criteria
Package Details: 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 (git version) |
| Upstream URL: | https://www.gnu.org/software/libc |
| Licenses: | GPL, LGPL |
| Conflicts: | glibc |
| Provides: | glibc |
| Submitter: | eschwartz |
| Maintainer: | ptr1337 |
| Last Packager: | ptr1337 |
| Votes: | 6 |
| Popularity: | 0.104652 |
| First Submitted: | 2017-12-26 23:39 (UTC) |
| Last Updated: | 2023-07-10 12:41 (UTC) |
Dependencies (9)
- filesystem
- linux-api-headers
- tzdata
- 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 (make)
- gd (gd-gitAUR) (optional) – for memusagestat
- perl (perl-gitAUR) (optional) – for mtrace
Required by (11054)
- 115-browser-bin (requires glibc)
- 1panel-git (requires glibc)
- 2048-gui-git (requires glibc)
- 2048-rs-git (requires glibc)
- 2048-vanced (requires glibc)
- 2048-vanced-git (requires glibc)
- 2048.c (requires glibc)
- 3dslicer (requires glibc)
- 3dslicer-git (requires glibc)
- 3mux (requires glibc)
- 3proxy (requires glibc)
- 3proxy-standalone (requires glibc)
- 3x-ui (requires glibc)
- 3x-ui-xray-core (requires glibc)
- 5db5-channel-data-bin (requires glibc)
- 5db5-channel-lv2-bin (requires glibc)
- 5db5-channel-vst3-bin (requires glibc)
- 5db5-compressor-lv2-bin (requires glibc)
- 5db5-compressor-vst3-bin (requires glibc)
- 5db5-equalizer-lv2-bin (requires glibc)
- Show 11034 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.confi manage to get past the first error, but another appears.I think maybe it can be solved by somehow passing
enable-cet=permissiveorenable-cet=noto 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,nowflag in$LDFLAGS.MAKEPKGremoves-z,now, leaving-Wlwhich is invalid on its own. Had to add the following line inmakepkg.confto 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 »