mkdir -p build nasm -f bin -o build/bootloader -D ARCH_x86_64 -ibootloader/x86_64/ bootloader/x86_64/disk.asm rm -rf "prefix/x86_64-unknown-redox/relibc-install.partial" "prefix/x86_64-unknown-redox/relibc-install" cp -r "prefix/x86_64-unknown-redox/gcc-install" "prefix/x86_64-unknown-redox/relibc-install.partial" cd "/home/johanp/Code/rust/redox/relibc" && \ export PATH="/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/bin:$PATH" && \ export CARGO=xargo && \ make -j `nproc` headers && \ make -j `nproc` install-headers DESTDIR="/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox" && \ make -j `nproc` all && \ make -j `nproc` install DESTDIR="/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox" make[1]: Entering directory '/home/johanp/Code/rust/redox/relibc' rm -rf "target/x86_64-unknown-redox"/include "target/x86_64-unknown-redox"/include.partial mkdir -p "target/x86_64-unknown-redox"/include.partial ./include.sh "target/x86_64-unknown-redox"/include.partial Note: Warnings by cbindgen are suppressed in include.sh. src/header/arpa_inet src/header/assert src/header/ctype src/header/dirent src/header/dlfcn src/header/dl-tls src/header/errno src/header/fcntl src/header/float src/header/fnmatch src/header/getopt src/header/grp src/header/inttypes src/header/libgen src/header/limits src/header/locale src/header/netdb src/header/netinet_in src/header/netinet_ip src/header/netinet_tcp src/header/poll src/header/pwd src/header/regex src/header/semaphore src/header/sgtty src/header/signal src/header/stdio src/header/stdlib ERROR: Cannot find a mangling for generic path GenericPath { path: Path { name: "BitSet" }, export_name: "BitSet", generics: [Array(Primitive(ULong), Value("1"))], ctype: None }. This usually means that a type referenced by this generic was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. src/header/string src/header/strings src/header/sys_auxv src/header/sys_epoll src/header/sys_file src/header/sys_ioctl src/header/sys_mman src/header/sys_resource src/header/sys_select src/header/sys_socket src/header/sys_stat src/header/sys_statvfs src/header/sys_timeb src/header/sys_time src/header/sys_times src/header/sys_uio src/header/sys_un src/header/sys_utsname src/header/sys_wait src/header/termios src/header/time src/header/unistd src/header/utime src/header/wchar mv "target/x86_64-unknown-redox"/include.partial "target/x86_64-unknown-redox"/include touch "target/x86_64-unknown-redox"/include make[1]: Leaving directory '/home/johanp/Code/rust/redox/relibc' make[1]: Entering directory '/home/johanp/Code/rust/redox/relibc' rm -rf "target/x86_64-unknown-redox"/include "target/x86_64-unknown-redox"/include.partial mkdir -p "target/x86_64-unknown-redox"/include.partial ./include.sh "target/x86_64-unknown-redox"/include.partial Note: Warnings by cbindgen are suppressed in include.sh. src/header/arpa_inet src/header/assert src/header/ctype src/header/dirent src/header/dlfcn src/header/dl-tls src/header/errno src/header/fcntl src/header/float src/header/fnmatch src/header/getopt src/header/grp src/header/inttypes src/header/libgen src/header/limits src/header/locale src/header/netdb src/header/netinet_in src/header/netinet_ip src/header/netinet_tcp src/header/poll src/header/pwd src/header/regex src/header/semaphore src/header/sgtty src/header/signal src/header/stdio src/header/stdlib src/header/string ERROR: Cannot find a mangling for generic path GenericPath { path: Path { name: "BitSet" }, export_name: "BitSet", generics: [Array(Primitive(ULong), Value("1"))], ctype: None }. This usually means that a type referenced by this generic was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. src/header/strings src/header/sys_auxv src/header/sys_epoll src/header/sys_file src/header/sys_ioctl src/header/sys_mman src/header/sys_resource src/header/sys_select src/header/sys_socket src/header/sys_stat src/header/sys_statvfs src/header/sys_timeb src/header/sys_time src/header/sys_times src/header/sys_uio src/header/sys_un src/header/sys_utsname src/header/sys_wait src/header/termios src/header/time src/header/unistd src/header/utime src/header/wchar mv "target/x86_64-unknown-redox"/include.partial "target/x86_64-unknown-redox"/include touch "target/x86_64-unknown-redox"/include mkdir -pv "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" cp -rv "include"/* "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" 'include/alloca.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/alloca.h' 'include/bits' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits' 'include/bits/assert.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/assert.h' 'include/bits/ctype.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/ctype.h' 'include/bits/dirent.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/dirent.h' 'include/bits/errno.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/errno.h' 'include/bits/fcntl.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/fcntl.h' 'include/bits/float.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/float.h' 'include/bits/inttypes.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/inttypes.h' 'include/bits/limits.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/limits.h' 'include/bits/locale.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/locale.h' 'include/bits/netdb.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/netdb.h' 'include/bits/signal.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/signal.h' 'include/bits/stdio.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/stdio.h' 'include/bits/stdlib.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/stdlib.h' 'include/bits/unistd.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/unistd.h' 'include/bits/wchar.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/wchar.h' 'include/bits/netinet' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/netinet' 'include/bits/netinet/in.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/netinet/in.h' 'include/bits/sys' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys' 'include/bits/sys/ioctl.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/ioctl.h' 'include/bits/sys/mman.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/mman.h' 'include/bits/sys/resource.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/resource.h' 'include/bits/sys/select.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/select.h' 'include/bits/sys/socket.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/socket.h' 'include/bits/sys/stat.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/stat.h' 'include/bits/sys/time.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/time.h' 'include/bits/sys/wait.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bits/sys/wait.h' 'include/complex.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/complex.h' 'include/fenv.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/fenv.h' 'include/getopt.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/getopt.h' 'include/machine' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/machine' 'include/machine/endian.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/machine/endian.h' 'include/malloc.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/malloc.h' 'include/math.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/math.h' 'include/memory.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/memory.h' 'include/netinet' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netinet' 'include/netinet/in_systm.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netinet/in_systm.h' 'include/setjmp.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/setjmp.h' 'include/stdarg.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdarg.h' 'include/stdbool.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdbool.h' 'include/stddef.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stddef.h' 'include/stdint.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdint.h' 'include/stdio_ext.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdio_ext.h' 'include/sys' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys' 'include/sys/param.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/param.h' 'include/sys/redox.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/redox.h' 'include/sys/types.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/types.h' cp -rv ""target/x86_64-unknown-redox"/include"/* "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" 'target/x86_64-unknown-redox/include/arpa' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/arpa' 'target/x86_64-unknown-redox/include/arpa/inet.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/arpa/inet.h' 'target/x86_64-unknown-redox/include/assert.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/assert.h' 'target/x86_64-unknown-redox/include/ctype.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/ctype.h' 'target/x86_64-unknown-redox/include/dirent.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/dirent.h' 'target/x86_64-unknown-redox/include/dl-tls.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/dl-tls.h' 'target/x86_64-unknown-redox/include/dlfcn.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/dlfcn.h' 'target/x86_64-unknown-redox/include/errno.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/errno.h' 'target/x86_64-unknown-redox/include/fcntl.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/fcntl.h' 'target/x86_64-unknown-redox/include/float.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/float.h' 'target/x86_64-unknown-redox/include/fnmatch.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/fnmatch.h' 'target/x86_64-unknown-redox/include/getopt.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/getopt.h' 'target/x86_64-unknown-redox/include/grp.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/grp.h' 'target/x86_64-unknown-redox/include/inttypes.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/inttypes.h' 'target/x86_64-unknown-redox/include/libgen.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/libgen.h' 'target/x86_64-unknown-redox/include/limits.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/limits.h' 'target/x86_64-unknown-redox/include/locale.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/locale.h' 'target/x86_64-unknown-redox/include/netdb.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netdb.h' 'target/x86_64-unknown-redox/include/netinet/in.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netinet/in.h' 'target/x86_64-unknown-redox/include/netinet/ip.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netinet/ip.h' 'target/x86_64-unknown-redox/include/netinet/tcp.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/netinet/tcp.h' 'target/x86_64-unknown-redox/include/poll.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/poll.h' 'target/x86_64-unknown-redox/include/pwd.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/pwd.h' 'target/x86_64-unknown-redox/include/regex.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/regex.h' 'target/x86_64-unknown-redox/include/semaphore.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/semaphore.h' 'target/x86_64-unknown-redox/include/sgtty.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sgtty.h' 'target/x86_64-unknown-redox/include/signal.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/signal.h' 'target/x86_64-unknown-redox/include/stdio.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdio.h' 'target/x86_64-unknown-redox/include/stdlib.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/stdlib.h' 'target/x86_64-unknown-redox/include/string.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/string.h' 'target/x86_64-unknown-redox/include/strings.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/strings.h' 'target/x86_64-unknown-redox/include/sys/auxv.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/auxv.h' 'target/x86_64-unknown-redox/include/sys/epoll.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/epoll.h' 'target/x86_64-unknown-redox/include/sys/file.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/file.h' 'target/x86_64-unknown-redox/include/sys/ioctl.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/ioctl.h' 'target/x86_64-unknown-redox/include/sys/mman.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/mman.h' 'target/x86_64-unknown-redox/include/sys/resource.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/resource.h' 'target/x86_64-unknown-redox/include/sys/select.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/select.h' 'target/x86_64-unknown-redox/include/sys/socket.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/socket.h' 'target/x86_64-unknown-redox/include/sys/stat.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/stat.h' 'target/x86_64-unknown-redox/include/sys/statvfs.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/statvfs.h' 'target/x86_64-unknown-redox/include/sys/timeb.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/timeb.h' 'target/x86_64-unknown-redox/include/sys/time.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/time.h' 'target/x86_64-unknown-redox/include/sys/times.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/times.h' 'target/x86_64-unknown-redox/include/sys/uio.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/uio.h' 'target/x86_64-unknown-redox/include/sys/un.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/un.h' 'target/x86_64-unknown-redox/include/sys/utsname.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/utsname.h' 'target/x86_64-unknown-redox/include/sys/wait.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sys/wait.h' 'target/x86_64-unknown-redox/include/termios.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/termios.h' 'target/x86_64-unknown-redox/include/time.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/time.h' 'target/x86_64-unknown-redox/include/unistd.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/unistd.h' 'target/x86_64-unknown-redox/include/utime.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/utime.h' 'target/x86_64-unknown-redox/include/wchar.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/wchar.h' cp -v "openlibm/include"/*.h "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" 'openlibm/include/openlibm.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm.h' 'openlibm/include/openlibm_complex.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_complex.h' 'openlibm/include/openlibm_fenv.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv.h' 'openlibm/include/openlibm_fenv_amd64.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_amd64.h' 'openlibm/include/openlibm_fenv_arm.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_arm.h' 'openlibm/include/openlibm_fenv_i387.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_i387.h' 'openlibm/include/openlibm_fenv_mips.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_mips.h' 'openlibm/include/openlibm_fenv_powerpc.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_powerpc.h' 'openlibm/include/openlibm_fenv_s390.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_fenv_s390.h' 'openlibm/include/openlibm_math.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/openlibm_math.h' cp -v "openlibm/src"/*.h "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" 'openlibm/src/aarch64_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/aarch64_fpmath.h' 'openlibm/src/amd64_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/amd64_fpmath.h' 'openlibm/src/bsd_cdefs.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/bsd_cdefs.h' 'openlibm/src/cdefs-compat.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/cdefs-compat.h' 'openlibm/src/fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/fpmath.h' 'openlibm/src/i386_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/i386_fpmath.h' 'openlibm/src/k_log.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/k_log.h' 'openlibm/src/k_logf.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/k_logf.h' 'openlibm/src/math_private.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/math_private.h' 'openlibm/src/math_private_openbsd.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/math_private_openbsd.h' 'openlibm/src/mips_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/mips_fpmath.h' 'openlibm/src/powerpc_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/powerpc_fpmath.h' 'openlibm/src/s390_fpmath.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/s390_fpmath.h' 'openlibm/src/types-compat.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/types-compat.h' cp -v "pthreads-emb/"*.h "/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include" 'pthreads-emb/implement.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/implement.h' 'pthreads-emb/pte_generic_osal.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/pte_generic_osal.h' 'pthreads-emb/pte_osal.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/pte_osal.h' 'pthreads-emb/pte_types.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/pte_types.h' 'pthreads-emb/pthread.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/pthread.h' 'pthreads-emb/sched.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/sched.h' 'pthreads-emb/semaphore.h' -> '/home/johanp/Code/rust/redox/prefix/x86_64-unknown-redox/relibc-install.partial/x86_64-unknown-redox/include/semaphore.h' make[1]: Leaving directory '/home/johanp/Code/rust/redox/relibc' make[1]: Entering directory '/home/johanp/Code/rust/redox/relibc' rm -rf "target/x86_64-unknown-redox"/include "target/x86_64-unknown-redox"/include.partial CARGO_INCREMENTAL=0 xargo rustc --release "--target=x86_64-unknown-redox" -- --emit link="target/x86_64-unknown-redox"/release/librelibc.a rm -rf "target/x86_64-unknown-redox"/pthreads-emb "target/x86_64-unknown-redox"/pthreads-emb.partial mkdir -p "target/x86_64-unknown-redox"/include.partial ./include.sh "target/x86_64-unknown-redox"/include.partial mkdir -p "target/x86_64-unknown-redox" cp -r pthreads-emb "target/x86_64-unknown-redox"/pthreads-emb.partial mv "target/x86_64-unknown-redox"/pthreads-emb.partial "target/x86_64-unknown-redox"/pthreads-emb touch "target/x86_64-unknown-redox"/pthreads-emb Note: Warnings by cbindgen are suppressed in include.sh. src/header/arpa_inet src/header/assert src/header/ctype src/header/dirent src/header/dlfcn src/header/dl-tls src/header/errno src/header/fcntl src/header/float src/header/fnmatch src/header/getopt src/header/grp src/header/inttypes src/header/libgen src/header/limits src/header/locale src/header/netdb src/header/netinet_in src/header/netinet_ip src/header/netinet_tcp src/header/poll src/header/pwd src/header/regex src/header/semaphore src/header/sgtty src/header/signal src/header/stdio src/header/stdlib ERROR: Cannot find a mangling for generic path GenericPath { path: Path { name: "BitSet" }, export_name: "BitSet", generics: [Array(Primitive(ULong), Value("1"))], ctype: None }. This usually means that a type referenced by this generic was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. WARN: Can't find pid_t. This usually means that this type was incompatible or not found. src/header/string src/header/strings src/header/sys_auxv src/header/sys_epoll src/header/sys_file src/header/sys_ioctl src/header/sys_mman src/header/sys_resource src/header/sys_select src/header/sys_socket src/header/sys_stat src/header/sys_statvfs src/header/sys_timeb src/header/sys_time src/header/sys_times src/header/sys_uio src/header/sys_un src/header/sys_utsname src/header/sys_wait src/header/termios src/header/time src/header/unistd src/header/utime src/header/wchar mv "target/x86_64-unknown-redox"/include.partial "target/x86_64-unknown-redox"/include touch "target/x86_64-unknown-redox"/include make[1]: Leaving directory '/home/johanp/Code/rust/redox/relibc'