Search Criteria
Package Details: gcc49 4.9.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gcc49.git (read-only, click to copy) |
---|---|
Package Base: | gcc49 |
Description: | The GNU Compiler Collection (4.9.x) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | GPL-3.0-or-later, LGPL-3.0+, LicenseRef-custom, GFDL-1.3 |
Submitter: | rubenvb |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 22 |
Popularity: | 0.030220 |
First Submitted: | 2015-07-01 12:48 (UTC) |
Last Updated: | 2024-05-29 21:11 (UTC) |
Dependencies (6)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- binutils (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- libmpc (libmpc-gitAUR) (make)
- dejagnu (dejagnu-gitAUR) (check)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (check)
Required by (2)
- avs-alexa-sampleapp (make)
- ulam-git
Sources (8)
- 0000-gcc-4.9.ucontext.patch
- 0001-gcc-4.9-SIGSEGV.patch
- 0002-gcc-4.9-__res_state.patch
- 0003-gcc-4.9-ustate.patch
- 0004-glibc-2.31-libsanitizer.patch
- ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-0.18.1.tar.gz
- ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.12.2.tar.bz2
- ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.4/gcc-4.9.4.tar.bz2
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
severach commented on 2023-02-22 04:55 (UTC)
I pulled in the c++11 fix @bartus noted from gcc49-multilib.
GloW commented on 2023-02-21 10:04 (UTC)
Do not build:
bartus commented on 2021-07-07 17:39 (UTC)
Fix build against
gcc:11
sanitize FLAGS to prevent mishaps with future gcc releases. http://ix.io/3seU/diffApply with
git am -s < <(curl -s http://ix.io/3seU )
gnaggnoyil commented on 2021-05-30 16:06 (UTC)
GCC 11 upgrades its default language standard mode from gnu++14 to gnu++17, meanwhile GCC 4.9 src contains code that is no longer valid since C++17.
Thus, building this package with GCC 11 reports the following error:
petronny commented on 2020-10-28 07:47 (UTC) (edited on 2020-10-28 07:48 (UTC) by petronny)
I see. Thanks for your explanations.
rubenvb commented on 2020-10-28 07:46 (UTC)
@petronny: No, for one because there is also a gcc43, gcc44, gcc45, gcc46, gcc47, and gcc48 in the AUR which all represent distinct versions that may be required by various tools like Matlab or older CUDA or ICC versions. Aside from that, the version numbering in GCC changed starting from version 5, where the first release was 5.1, and subsequent bugfix releases came out as 5.2, 5.3, etc. in contrast to 4.X.Y starting at 4.X.0 and bugfix releases for as 4.X.1, 4.X.2, etc.
petronny commented on 2020-10-28 07:10 (UTC)
Hi, could this package be called
gcc4
?rubenvb commented on 2020-10-20 07:11 (UTC) (edited on 2020-10-20 08:30 (UTC) by rubenvb)
@dreieck You seem to have not included any relevant error messages in your output.
I see though you are using yaourt. Can you try building it manually with makepkg? This works for me, as does building this package using pacaur.
dreieck commented on 2020-10-19 17:16 (UTC)
Fails to build for me:
rubenvb commented on 2020-03-21 17:50 (UTC)
@mirh I attempted to backport the patch and the build now succeeds. I have not tested any sanitizer functionality though, so I may have well broken that in the process. Let me know if I need to change anything else.
1 2 3 4 5 6 .. 8 Next › Last »