Package Details: gcc49 4.9.4-3

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, custom, LGPL, FDL
Submitter: rubenvb
Maintainer: severach
Last Packager: severach
Votes: 21
Popularity: 0.000000
First Submitted: 2015-07-01 12:48 (UTC)
Last Updated: 2023-02-22 04:47 (UTC)

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)

Right, I bumped the wrong number. It should be fixed now.

parnmatt commented on 2017-09-19 16:59 (UTC) (edited on 2017-09-19 17:01 (UTC) by parnmatt)

curl: (9) Server denied you to change to the given directory ==> ERROR: Failure while downloading ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.5/gcc-4.9.5.tar.bz2 Aborting... That file does not exist. Server 550 error. There is no 4.9.5 on the FTP server.