build failure: gcc-4.8.5 (gcc-toolchain-4.8.5)

  • Done
  • quality assurance status badge
Details
One participant
  • Christopher Howard
Owner
unassigned
Submitted by
Christopher Howard
Severity
normal

Debbugs page

Christopher Howard wrote 5 years ago
(address . bug-guix@gnu.org)
38bc29e22a705b6caec3b7e6c1f7c3a43ab17cf1.camel@librehacker.com
My attempt to build gcc-toolchain-4.8.5 dies, with a build failure in
the gcc package. I was hoping to use this package to try to build some
older software.

christopher@nightshade ~/Repos/guix-working$ guix describe
Generation 16 Apr 11 2020 08:47:10 (current)
guix 658505d
branch: master
commit: 658505d7a92f0518e1fc4c965bdaa389a6e83f2c

Error:

In file included from ../../gcc-4.8.5/gcc/cp/except.c:1008:0:
cfns.gperf: In function ‘const char* libc_name_p(const char*, unsigned
int)’:
cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned
int)’ redeclared inline with ‘gnu_inline’ attribute
cfns.gperf:26:14: note: ‘const char* libc_name_p(const char*, unsigned
int)’ previously declared here
cfns.gperf: At global scope:
cfns.gperf:26:14: warning: inline function ‘const char*
libc_name_p(const char*, unsigned int)’ used but never defined
make[3]: *** [Makefile:1059: cp/except.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gcc.pod
make[3]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build/gcc'
make[2]: *** [Makefile:4157: all-stage1-gcc] Error 2
make[2]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build'
make[1]: *** [Makefile:18767: stage1-bubble] Error 2
make[1]: Leaving directory '/tmp/guix-build-gcc-4.8.5.drv-0/build'
make: *** [Makefile:886: all] Error 2
command "make" "-j" "3" "LDFLAGS_FOR_TARGET=-
B/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib -Wl,-
dynamic-linker -Wl,/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-
2.29/lib/ld-linux-x86-64.so.2" "LDFLAGS=-Wl,-
rpath=/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib -Wl,-
dynamic-linker -Wl,/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-
2.29/lib/ld-linux-x86-64.so.2" "BOOT_CFLAGS=-O2 -g0" failed with status
2
builder for `/gnu/store/nx6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc-4.8.5.drv'
failed with exit code 1
build of /gnu/store/nx6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc-4.8.5.drv
failed
View build log at
'/var/log/guix/drvs/nx/6ndhvxg8b2vzhs56fnd3hydkif0rgh-gcc-
4.8.5.drv.bz2'.
cannot build derivation `/gnu/store/qcakvv0m8xbyaw36ykmdm878jjii73b4-
gcc-toolchain-4.8.5.drv': 1 dependencies couldn't be built
guix build: error: build of
`/gnu/store/qcakvv0m8xbyaw36ykmdm878jjii73b4-gcc-toolchain-4.8.5.drv'
failed


--
Christopher Howard
p: +1 (907) 374-0257
gpg: ADDEAADE5D607C8D (keys.gnupg.net)
Christopher Howard wrote 5 months ago
(address . 40758-done@debbugs.gnu.org)
87jzdm6d17.fsf@librehacker.com
I am not having a problem with this on my current computer system, so I am closing this old bug.

Here is my system information:

```
christopher@theoden
-------------------
OS: Guix System x86_64
Host: OptiPlex 9020 00
Kernel: 5.15.167-gnu
Uptime: 24 days, 4 hours, 3 mins
Packages: 167 (guix-system), 251 (guix-user)
Shell: bash 5.1.16
Resolution: 1920x1080
DE: GNOME
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: launch-local-em
CPU: Intel i5-4570 (4) @ 3.600GHz
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM
GPU: Intel HD Graphics
Memory: 4264MiB / 15914MiB
```

--
Christopher Howard
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40758@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40758
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help