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.029024 |
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
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
mirh commented on 2020-03-21 02:08 (UTC)
You need to back-backport the latter part of this patch for the thing to still compile https://gitweb.gentoo.org/proj/gcc-patches.git/tree/9.2.0/gentoo/36_all_glibc-2.31-libsanitizer-2.patch
rubenvb commented on 2018-09-16 16:25 (UTC)
Thanks for the patch and all the comments. I updated the PKGBUILD. It just built successfully for me, hopefully it's fine for you as well.
jpcima commented on 2018-09-16 13:46 (UTC)
For sanitizers try this patch: https://git.io/fA1PF (I backported from gentoo's gcc-patches)
About LD_PRELOAD, I have needed this variable to make it work. It was necessary not only in the build() step, but the package() step also. (
export LD_PRELOAD=/usr/lib/libstdc++.so
, before make install) It would fail at a ranlib step, possibly the same problem as @billypilgrim reported.billypilgrim commented on 2018-09-07 08:40 (UTC)
This package isn't building for me :-(
I also tried taking out LD_PRELOAD and adding --disable-libsanitizer, to no avail.
Here is the error I get: config.status: executing depfiles commands libtool: link: ranlib .libs/libitm.a libtool: link: ( cd ".libs" && rm -f "libitm.la" && ln -s "../libitm.la" "libitm.la" ) make[4]: Leaving directory '/tmp/trizen-alex/gcc49/src/gcc-build/x86_64-pc-linux-gnu/libitm' make[3]: Leaving directory '/tmp/trizen-alex/gcc49/src/gcc-build/x86_64-pc-linux-gnu/libitm' make[2]: Leaving directory '/tmp/trizen-alex/gcc49/src/gcc-build/x86_64-pc-linux-gnu/libitm' config.status: executing libtool commands config.status: executing default commands make[1]: Leaving directory '/tmp/trizen-alex/gcc49/src/gcc-build' make: *** [Makefile:896: all] Error 2
severach commented on 2018-08-30 01:33 (UTC) (edited on 2018-08-30 02:04 (UTC) by severach)
Take out LD_PRELOAD, add configure --disable-libsanitizer.
Ok. Looks like LD_PRELOAD is still needed on some systems.
emacsomancer commented on 2018-08-29 00:51 (UTC)
I'm getting the same error as @repligon
repligon commented on 2018-08-19 06:54 (UTC)
compilation fails with src/gcc-4.9.4/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc:84:23: fatal error: sys/ustat.h: No such file or folder
blambin commented on 2018-03-04 03:07 (UTC) (edited on 2018-03-04 03:12 (UTC) by blambin)
Anyone install with an error here . snipp: https://gist.github.com/blambin/9b6faf3fc6b60f5c97721dc9182410cc
rubenvb commented on 2017-09-23 08:25 (UTC)
parnmatt commented on 2017-09-19 16:59 (UTC) (edited on 2017-09-19 17:01 (UTC) by parnmatt)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »