Search Criteria
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: | |
Conflicts: | |
Submitter: | severach |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 1 |
Popularity: | 0.008559 |
First Submitted: | 2016-01-05 00:33 |
Last Updated: | 2019-03-11 03:13 |
Dependencies (10)
- binutils (binutils-tune-bfd-hash, binutils-git)
- elfutils (elfutils-git, libelf-minimal-git)
- glibc (glibc-git)
- gmp (gmp-hg, scipoptsuite, scipoptsuite-bin)
- libmpc (libmpc-git)
- mpfr (mpfr-svn)
- ppl
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- setconf (make)
Required by (1)
- sdlmame-0137 (make)
Latest Comments
severach commented on 2019-12-03 07:18
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
There is no false line in the current gcc_pure64.patch, yet the build still fails with an unbound variable error:
severach commented on 2016-06-07 16:00
It's not necessary to remove the set -u. The false was crashing the compile.
biinari commented on 2016-06-07 12:53
`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