Search Criteria
Package Details: gcc5 5.5.0-3
Package Actions
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: | GPL, custom, LGPL, FDL |
Submitter: | svenstaro |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 16 |
Popularity: | 0.000001 |
First Submitted: | 2018-05-07 18:23 (UTC) |
Last Updated: | 2022-09-24 16:41 (UTC) |
Dependencies (3)
- binutils
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libmpc (libmpc-gitAUR)
Required by (7)
- cuda-8.0
- dwuck4 (make)
- fifth-git (make)
- genesis-git (make)
- nheqminer-cuda-git (make)
- webkitfltk-static-git (make)
- xfresco
Latest Comments
1 2 3 Next › Last »
Cryen commented on 2024-07-01 18:02 (UTC)
Build failed with:
My system doesn't have a
make.conf
file but it does have themakepkg.conf
which has the variable CHOST included. I'm not sure what's wrong here.ztftrue commented on 2021-11-06 10:08 (UTC) (edited on 2021-11-06 10:09 (UTC) by ztftrue)
isl.gforge.inria.fr is closed.
replace http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2 to this https://libisl.sourceforge.io/isl-${_islver}.tar.bz2
run
makepkg --install
rkost commented on 2021-10-20 16:43 (UTC)
isl.gforge.inria.fr is down right now (2021-10-20 16:40 UTC) and it seems that it is down for quite a while now, see recent comments on https://aur.archlinux.org/packages/isl/
severach commented on 2021-09-28 17:24 (UTC)
PKGEXT is from back when the default was the atrociously slow xz, completely unnecessary for large AUR packages. Now the default is zst which is no better than gz but tolerable.
bartus commented on 2021-09-26 10:23 (UTC) (edited on 2021-09-26 10:34 (UTC) by bartus)
@severach: Why PKGBUILD overrides the compression scheme defined in
makepkg.conf
any reason for preventing user selection they desired compression?This sort of messes up my local repo configuration (╯°益°)╯彡┻━┻
Problematic declaration: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=gcc5#n36
Also, could you drop the autodetect of processor threads count and allow users to define their preferred multithreading scheme with
MAKEFLAGS
inmakepkg.conf
or as env var passed withmakepkg MAKEFLAGS="-jxxx
call.gnaggnoyil commented on 2021-09-19 20:32 (UTC)
@yangwenbo99 You should set your
MAKEFLAGS
to-j1
and rerunmakepkg
to locate where the error is.yangwenbo99 commented on 2021-09-08 20:50 (UTC)
I got the error during compilation. However, I cannot locate the exact source of the error.
gnaggnoyil commented on 2021-05-30 16:04 (UTC) (edited on 2021-05-30 16:22 (UTC) by gnaggnoyil)
Thanks. Confirmed this fix solves my issue.
BTW (probably) the same issue happens on gcc48 package too. Maybe we can apply the same fix to that one?
severach commented on 2021-05-28 20:48 (UTC)
That's not the best fix but it's the only one I could find.
gnaggnoyil commented on 2021-05-26 12:46 (UTC)
GCC 11 upgrades its default language standard mode from gnu++14 to gnu++17, meanwhile GCC 5 src contains code that is no longer valid since C++17.
Thus, building this package with GCC 11 reports the following error:
1 2 3 Next › Last »