Package Details: gcc45 4.5.4-3

Git Clone URL: https://aur.archlinux.org/gcc45.git (read-only, click to copy)
Package Base: gcc45
Description: The GNU Compiler Collection (4.5.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL
Conflicts: gcc45-multilib
Submitter: severach
Maintainer: severach
Last Packager: severach
Votes: 1
Popularity: 0.000000
First Submitted: 2016-01-05 00:33 (UTC)
Last Updated: 2024-03-04 02:20 (UTC)

Latest Comments

severach commented on 2019-12-03 07:18 (UTC)

The error gets lost in the multi thread compile. Specifiy -j1 and we see an error that leads here. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677

gardotd426 commented on 2019-12-02 21:09 (UTC)

There is no false line in the current gcc_pure64.patch, yet the build still fails with an unbound variable error:

/usr/share/makepkg/util/message.sh: line 47: QUIET: unbound variable
/usr/bin/makepkg: line 132: logpipe: unbound variable

severach commented on 2016-06-07 16:00 (UTC)

It's not necessary to remove the set -u. The false was crashing the compile.

biinari commented on 2016-06-07 12:53 (UTC)

`set -u` does not seem to play nice with makepkg, resulting in this error masking other errors in prepare/build/package: /usr/bin/makepkg: line 729: logpipe: unbound variable Also, on the case line for gcc_pure64.patch, there is a `false` statement causing the build to fail. And, as per gcc49, we need to give `--build=${CHOST}` to configure. I have created a patch to the PKGBUILD at https://gist.github.com/biinari/8f731cec631464ef8a045205e87a347e