Package Details: gcc46 4.6.4-4

Git Clone URL: https://aur.archlinux.org/gcc46.git (read-only, click to copy)
Package Base: gcc46
Description: The GNU Compiler Collection (4.6.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Conflicts: gcc46-multilib
Provides: gcc-46
Submitter: anpu
Maintainer: severach
Last Packager: severach
Votes: 15
Popularity: 0.000000
First Submitted: 2012-04-23 22:27 (UTC)
Last Updated: 2022-09-25 03:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

technic93 commented on 2013-04-22 19:02 (UTC)

Can't compile with 4.8 libiberty/fibheap.c:38:24: error: ‘LONG_MIN’ undeclared (first use in this function)

remyoudompheng commented on 2013-04-05 20:16 (UTC)

The following package worked for me: https://dev.archlinux.org/~remy/tmp/gcc46-4.6.3-1.src.tar.gz

<deleted-account> commented on 2013-02-28 13:48 (UTC)

Begin of response about new version of texinfo: http://cgit.haiku-os.org/buildtools/commit/?id=btrev43050

pelluch commented on 2013-02-26 01:48 (UTC)

After applying jaapcrezee's suggestion, I reproduced stringchopper's error. Attempting to remove the # Do not run fixincludes sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in from PKGBUILD does not help. I also attempted to remove the install-fixincludes target from the gcc-build Makefile, but came upon several other similar "No such file or directory" errors. I guess this has to do with a simple pathing problem, and will attempt some fixes when I have a bit more time (thankfully rebuilding the whole thing doesn't seem to be necessary as the errors only occur in the package() phase of the PKGBUILD).

jaapcrezee commented on 2013-02-22 09:10 (UTC)

A manual downgrade of texinfo to version 4.13a-8 gives a clean compile again. But thats only temporary ofcourse...

jaapcrezee commented on 2013-02-22 08:55 (UTC)

Currently this (and most other gcc versions also) don't build because of the latest texinfo upgrade (I guess). Is there a patch know to fix this problem?: Doing info in gcc make[2]: Entering directory `/data/home_jaap/src/gcc46/gcc46/src/gcc-build/gcc' if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I /data/home_jaap/src/gcc46/gcc46/src/gcc-4.6.3/gcc/doc \ -I /data/home_jaap/src/gcc46/gcc46/src/gcc-4.6.3/gcc/doc/include -o doc/cpp.info /data/home_jaap/src/gcc46/gcc46/src/gcc-4.6.3/gcc/doc/cpp.texi; \ fi /data/home_jaap/src/gcc46/gcc46/src/gcc-4.6.3/gcc/doc/cppopts.texi:772: @itemx must follow @item make[2]: *** [doc/cpp.info] Error 1 make[2]: Leaving directory `/data/home_jaap/src/gcc46/gcc46/src/gcc-build/gcc' make[1]: *** [info-gcc] Error 1 make[1]: Leaving directory `/data/home_jaap/src/gcc46/gcc46/src/gcc-build' make: *** [do-info] Error 2

<deleted-account> commented on 2013-02-14 21:25 (UTC)

in the PKGBUILD is this: # Do not run fixincludes sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in --------------------------------- But I got this error: configure: creating ./config.status CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status config.status: creating Makefile make[1]: Entering directory `/home/briphi/builds/gcc46/src/gcc-build' /bin/sh /home/briphi/builds/gcc46/src/gcc-4.6.3/mkinstalldirs /home/briphi/builds/gcc46/pkg/usr /home/briphi/builds/gcc46/pkg/usr mkdir -p -- /home/briphi/builds/gcc46/pkg/usr /home/briphi/builds/gcc46/pkg/usr /bin/sh: line 3: cd: ./fixincludes: No such file or directory make[1]: *** [install-fixincludes] Error 1 make[1]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build' make: *** [install] Error 2 ==> ERROR: A failure occurred in package(). Aborting... ------------------------------- Which file do I edit (or patch) to have 'make' cd to proper directory. I see at least two 'fixincludes' directories, so not sure what's going on here... should it be, instead of .fixincludes ../fixincludes ../build-i686-pc-linux-gnu/fixincludes ./build-i686-pc-linux-gnu/fixincludes Or perhaps this (per the line sed line in PKGBUILD) doesn't need to happen at all(?)

artafinde commented on 2012-12-14 20:19 (UTC)

I got into a segmentation fault while building: /home/inglor/cowerPkg/gcc46/src/gcc-4.6.3/gcc/combine.c: In function ‘rest_of_handle_combine’: /home/inglor/cowerPkg/gcc46/src/gcc-4.6.3/gcc/combine.c:13846:1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. I have an 8core machine and using -j9 flag. Same results with -j1

chenxiaolong commented on 2012-10-15 18:06 (UTC)

@joko: If you install with an AUR helper, such as yaourt or packer, the package is built in /tmp, which is mounted in RAM (and therefore, limited by your free memory). You should download the tarball and build it manually with makepkg :)

joko commented on 2012-10-15 09:23 (UTC)

I get "ranlib: .libs/libgfortran.a: No space left on device" and it seems there is at least 5.2G of free space. How much space is it required?