Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created December 3, 2013 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanxue/7771296 to your computer and use it in GitHub Desktop.
Save hanxue/7771296 to your computer and use it in GitHub Desktop.
[INFO ] Performing some trivial sanity checks
[INFO ] Build started 20131203.122320
[INFO ] Building environment variables
[INFO ] =================================================================
[INFO ] Retrieving needed toolchain components' tarballs
[INFO ] Retrieving needed toolchain components' tarballs: done in 106.00s (at 01:49)
[INFO ] =================================================================
[INFO ] Extracting and patching toolchain components
[INFO ] Extracting and patching toolchain components: done in 0.00s (at 01:49)
[INFO ] =================================================================
[INFO ] Installing GMP for host
[INFO ] Installing GMP for host: done in 41.00s (at 02:30)
[INFO ] =================================================================
[INFO ] Installing MPFR for host
[INFO ] Installing MPFR for host: done in 17.00s (at 02:47)
[INFO ] =================================================================
[INFO ] Installing ISL for host
[INFO ] Installing ISL for host: done in 14.00s (at 03:01)
[INFO ] =================================================================
[INFO ] Installing CLooG for host
[INFO ] Installing CLooG for host: done in 10.00s (at 03:11)
[INFO ] =================================================================
[INFO ] Installing MPC for host
[INFO ] Installing MPC for host: done in 9.00s (at 03:20)
[INFO ] =================================================================
[INFO ] Installing binutils for host
[INFO ] Installing binutils for host: done in 59.00s (at 04:19)
[INFO ] =================================================================
[INFO ] Installing pass-1 core C compiler
[INFO ] Installing pass-1 core C compiler: done in 136.00s (at 06:35)
[INFO ] =================================================================
[INFO ] Installing kernel headers
[INFO ] Installing kernel headers: done in 9.00s (at 06:44)
[INFO ] =================================================================
[INFO ] Installing C library headers & start files
[ERROR] rpc_scan.c:40:10: fatal error: 'libintl.h' file not found
[ERROR] rpc_main.c:41:10: fatal error: 'libintl.h' file not found
[ERROR] ./rpc/types.h:73:9: error: unknown type name '__u_char'; did you mean 'u_char'?
[ERROR] ./rpc/types.h:74:9: error: unknown type name '__u_short'; did you mean 'u_short'?
[ERROR] ./rpc/types.h:75:9: error: unknown type name '__u_int'; did you mean 'u_int'?
[ERROR] ./rpc/types.h:76:9: error: unknown type name '__u_long'; did you mean 'u_long'?
[ERROR] ./rpc/types.h:77:9: error: unknown type name '__quad_t'; did you mean 'u_quad_t'?
[ERROR] ./rpc/types.h:77:18: error: typedef redefinition with different types ('u_quad_t' (aka 'unsigned long long') vs 'int64_t' (aka 'long long'))
[ERROR] ./rpc/types.h:73:9: error: unknown type name '__u_char'; did you mean 'u_char'?
[ERROR] ./rpc/types.h:78:9: error: unknown type name '__u_quad_t'; did you mean 'u_quad_t'?
[ERROR] ./rpc/types.h:79:9: error: unknown type name '__fsid_t'
[ERROR] ./rpc/types.h:83:9: error: unknown type name '__daddr_t'; did you mean 'daddr_t'?
[ERROR] ./rpc/types.h:84:9: error: unknown type name '__caddr_t'; did you mean 'caddr_t'?
[ERROR] ./rpc/types.h:74:9: error: unknown type name '__u_short'; did you mean 'u_short'?
[ERROR] ./rpc/types.h:75:9: error: unknown type name '__u_int'; did you mean 'u_int'?
[ERROR] ./rpc/types.h:76:9: error: unknown type name '__u_long'; did you mean 'u_long'?
[ERROR] ./rpc/types.h:77:9: error: unknown type name '__quad_t'; did you mean 'u_quad_t'?
[ERROR] ./rpc/types.h:77:18: error: typedef redefinition with different types ('u_quad_t' (aka 'unsigned long long') vs 'int64_t' (aka 'long long'))
[ERROR] make[3]: *** [/Volumes/CrosstoolCompile/arm-unknown-linux-gnueabi/build/build-libc-startfiles/sunrpc/cross-rpc_scan.o] Error 1
[ERROR] ./rpc/types.h:78:9: error: unknown type name '__u_quad_t'; did you mean 'u_quad_t'?
[ERROR] ./rpc/types.h:79:9: error: unknown type name '__fsid_t'
[ERROR] ./rpc/types.h:83:9: error: unknown type name '__daddr_t'; did you mean 'daddr_t'?
[ERROR] ./rpc/types.h:84:9: error: unknown type name '__caddr_t'; did you mean 'caddr_t'?
[ERROR] make[3]: *** [/Volumes/CrosstoolCompile/arm-unknown-linux-gnueabi/build/build-libc-startfiles/sunrpc/cross-rpc_clntout.o] Error 1
[ERROR] make[3]: *** [/Volumes/CrosstoolCompile/arm-unknown-linux-gnueabi/build/build-libc-startfiles/sunrpc/cross-rpc_main.o] Error 1
[ERROR] make[3]: *** [/Volumes/CrosstoolCompile/arm-unknown-linux-gnueabi/build/build-libc-startfiles/sunrpc/cross-rpc_parse.o] Error 1
[ERROR] make[2]: *** [sunrpc/install-headers] Error 2
[ERROR] make[1]: *** [install-headers] Error 2
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step 'Installing C library headers & start files'
[ERROR] >> called in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@216]
[ERROR] >> called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@380]
[ERROR] >> called from: do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143]
[ERROR] >> called from: do_libc_start_files[scripts/build/libc/glibc-eglibc.sh-common@60]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@632]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> '/usr/local/Cellar/crosstool-ng/1.19.0/share/doc/crosstool-ng/ct-ng.1.19.0/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 7:07.00)
[07:07] / make: *** [build] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment