avr-libc fails to compile (on x86_64)

  • Done
  • quality assurance status badge
Details
One participant
  • Danny Milosavljevic
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 9 years ago
(address . bug-guix@gnu.org)
20160325194511.2152dfa7@scratchpost.org
guix package -i avr-libc
...
In file included from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/features.h:389:0,
from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/limits.h:25,
from ../../../../avr-libc-1.8.1/libc/stdlib/strtol.c:33:
/gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# include <gnu/stubs-32.h>
^
compilation terminated.
Makefile:1871: recipe for target 'strtol.o' failed
make[5]: *** [strtol.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/features.h:389:0,
from /gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/limits.h:25,
from ../../../../avr-libc-1.8.1/libc/stdlib/strtod.c:40:
/gnu/store/8k32s1nv8qg2i8600gfzp6alz4a7s5vb-glibc-2.22/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# include <gnu/stubs-32.h>
^
compilation terminated.
Makefile:1871: recipe for target 'strtod.o' failed
make[5]: *** [strtod.o] Error 1
Makefile:1891: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
Makefile:361: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
Makefile:361: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:423: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:361: recipe for target 'all' failed
make: *** [all] Error 2
phase `build' failed after 3.7 seconds
builder for `/gnu/store/rwj2b28w5vfwn87zrc3fs81gdbbq2h2j-avr-libc-1.8.1.drv' failed with exit code 1
guix package: error: build failed: build of `/gnu/store/rwj2b28w5vfwn87zrc3fs81gdbbq2h2j-avr-libc-1.8.1.drv' failed
Danny Milosavljevic wrote 7 years ago
(no subject)
(address . control@debbugs.gnu.org)
20171222233504.7b7e2899@scratchpost.org
close 23115
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 23115
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