daily pastebin goal
53%
SHARE
TWEET

How can I get past this part?

a guest Mar 14th, 2015 186 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@li256-27:/home/test/go/src# pwd
  2. /home/test/go/src
  3. root@li256-27:/home/test/go/src# ./all.bash
  4. # Building C bootstrap tool.
  5. cmd/dist
  6.  
  7. # Building compilers and Go bootstrap tool for host, linux/amd64.
  8. lib9
  9. In file included from /usr/include/inttypes.h:26:0,
  10.                  from /home/test/go/include/u.h:60,
  11.                  from /home/test/go/src/lib9/atoi.c:28:
  12. /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directoryIn file included from /usr/include/inttypes.h:26:0,
  13.                  from /home/test/go/include/u.h:60,
  14.                  from /home/test/go/src/lib9/_exits.c:28:
  15. /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directoryIn file included from /usr/include/inttypes.h:26:0,
  16.                  from /home/test/go/include/u.h:60,
  17.                  from /home/test/go/src/lib9/await.c:31:
  18. /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
  19. compilation terminated.
  20.  
  21. compilation terminated.
  22.  
  23. compilation terminated.
  24. In file included from /usr/include/inttypes.h:26:0,
  25.                  from /home/test/go/include/u.h:60,
  26.                  from /home/test/go/src/lib9/_p9dir.c:28:
  27. /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
  28. compilation terminated.
  29. go tool dist: FAILED: gcc -Wall -Wstrict-prototypes -Wextra -Wunused -Wno-sign-compare -Wno-missing-braces -Wno-parentheses -Wno-unknown-pragmas -Wno-switch -Wno-comment -Wno-missing-field-initializers -Werror -fno-common -ggdb -pipe -Wuninitialized -O2 -fmessage-length=0 -c -m64 -I /home/test/go/include -DPLAN9PORT -I /home/test/go/src/lib9 -o $WORK/await.o /home/test/go/src/lib9/await.c
  30. go tool dist: FAILED: gcc -Wall -Wstrict-prototypes -Wextra -Wunused -Wno-sign-compare -Wno-missing-braces -Wno-parentheses -Wno-unknown-pragmas -Wno-switch -Wno-comment -Wno-missing-field-initializers -Werror -fno-common -ggdb -pipe -Wuninitialized -O2 -fmessage-length=0 -c -m64 -I /home/test/go/include -DPLAN9PORT -I /home/test/go/src/lib9 -o $WORK/_exits.o /home/test/go/src/lib9/_exits.c
  31. go tool dist: FAILED: gcc -Wall -Wstrict-prototypes -Wextra -Wunused -Wno-sign-compare -Wno-missing-braces -Wno-parentheses -Wno-unknown-pragmas -Wno-switch -Wno-comment -Wno-missing-field-initializers -Werror -fno-common -ggdb -pipe -Wuninitialized -O2 -fmessage-length=0 -c -m64 -I /home/test/go/include -DPLAN9PORT -I /home/test/go/src/lib9 -o $WORK/atoi.o /home/test/go/src/lib9/atoi.c
  32. go tool dist: FAILED: gcc -Wall -Wstrict-prototypes -Wextra -Wunused -Wno-sign-compare -Wno-missing-braces -Wno-parentheses -Wno-unknown-pragmas -Wno-switch -Wno-comment -Wno-missing-field-initializers -Werror -fno-common -ggdb -pipe -Wuninitialized -O2 -fmessage-length=0 -c -m64 -I /home/test/go/include -DPLAN9PORT -I /home/test/go/src/lib9 -o $WORK/_p9dir.o /home/test/go/src/lib9/_p9dir.c
  33.  
  34. ## see its here:
  35. root@li256-27:/home/test/go/src# ls -l /usr/include/i386-linux-gnu/bits/predefs.h
  36. -rw-r--r-- 1 root root 1153 Feb 25 17:57 /usr/include/i386-linux-gnu/bits/predefs.h
  37. root@li256-27:/home/test/go/src# uname -a
  38. Linux li256-27 3.18.5-x86_64-linode52 #1 SMP Thu Feb 5 12:18:36 EST 2015 x86_64 x86_64 x86_64 GNU/Linux
  39. root@li256-27:/home/test/go/src# cat /etc/debian_version
  40. wheezy/sid
RAW Paste Data
Top