Search Criteria
Package Details: gcc5 5.5.0-3
Git Clone URL: | https://aur.archlinux.org/gcc5.git (read-only, click to copy) |
---|---|
Package Base: | gcc5 |
Description: | The GNU Compiler Collection (5.x) |
Upstream URL: | https://gcc.gnu.org/gcc-5/ |
Licenses: | |
Submitter: | Svenstaro |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 14 |
Popularity: | 0.076944 |
First Submitted: | 2018-05-07 18:23 |
Last Updated: | 2020-05-25 01:54 |
Dependencies (3)
Required by (15)
- arrayfire-git
- cuda-7.5
- cuda-8.0
- fifth-git (make)
- genesis-git (make)
- matlab-dummy
- nheqminer-aayanl-cuda-git (make)
- nheqminer-cuda-git (make)
- nightingale-git (make)
- palemoon-26 (make)
- palemoon-git (make)
- vcash
- visual-sfm (make)
- webkitfltk-static-git (make)
- xulrunner192 (make)
Latest Comments
1 2 Next › Last »
ghollisjr commented on 2020-04-30 08:56
I'm getting the same error as @asfjjv and @daniel_shub, but @8472's modified PKGBUILD and patch file do solve the problem.
daniel_shub commented on 2020-04-23 13:15
It does not build for me in a clean chroot. I get the same error as @adfjjv. It looks like there are some patches in the comments. Can someone more savvy than I update the PKGBUILD.
ecomaikgolf commented on 2020-03-22 23:52
Doesn't compile, needs to be patched
8472 commented on 2020-03-04 16:05
@midori: I've been playing with that just yesterday, and compilation has finished ok, so I guess my adaptation attempts could be alright, here:
PKGBUILD content: https://pastebin.com/inU6GxtT
glibc2.30-ipc_perm.patch content: https://pastebin.com/m2ngMHUe
midori commented on 2020-03-03 17:44
Hello adfjjv. Sorry, can you please explain me how to apply your fix? Also, in the link you shared, the patch that I have to download is the one commented by Joseph Myers?
adfjjv commented on 2020-02-28 12:14
The aforementioned problem is due to glibc 2.30 https://patchwork.ozlabs.org/patch/1136271/ I've attached the fix.
adfjjv commented on 2020-02-28 10:54
Doesn't build on up-to-date Arch. Error:
lonaowna commented on 2018-09-28 15:20
Sorry for the late response zurozuro and cpuheater. The glibc 2.28 issue is fixed in gcc5 5.5.0-3.
cpuheater commented on 2018-09-28 13:10
Same issue here. The reason is that the function
ustat
was removed in glibc-2.28: https://lists.gnu.org/archive/html/info-gnu/2018-08/msg00000.htmlThere's an AUR package for glibc-2.27 which installs into /opt/glibc-2.27/ but I couldn't figure out yet how to compile with this custom glibc. Probably the easiest approach would be to modify the glibc-2.27 package such that it replaces the system's glibc.
zurozuro commented on 2018-09-18 14:28
I have encountered problem compiling gcc. Any ideas?