Advertisement
gbc921

PKGBUILD_error_dmtcp

Apr 5th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.37 KB | None | 0 0
  1. cd dmtcp && make
  2. make[1]: Entering directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp'
  3. DMTCP version: 1.2.6 (MTCP_VERSION = 80)
  4. Date built:    Sat Apr 6 00:19:25 BRT 2013
  5. Making all in src
  6. config.log: make[2]: Entering directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp/src'
  7.    ./configure --prefix=/usr/
  8. make  all-am
  9. Description:    Arch Linux
  10. Codename:   n/a
  11. make[3]: Entering directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp/src'
  12. gcc -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT dmtcpaware.o -MD -MP -MF .deps/dmtcpaware.Tpo -c -o dmtcpaware.o dmtcpaware.c
  13. g++ -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT connectionstate.o -MD -MP -MF .deps/connectionstate.Tpo -c -o connectionstate.o connectionstate.cpp
  14. g++ -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT connection.o -MD -MP -MF .deps/connection.Tpo -c -o connection.o connection.cpp
  15. g++ -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT connectionidentifier.o -MD -MP -MF .deps/connectionidentifier.Tpo -c -o connectionidentifier.o connectionidentifier.cpp
  16. g++ -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT connectionmanager.o -MD -MP -MF .deps/connectionmanager.Tpo -c -o connectionmanager.o connectionmanager.cpp
  17. make[1]: Entering directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/mtcp'
  18. rm -f mtcp.t
  19. gcc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -O0 -g -DDMTCP_VERSION=\"1.2.6\" -fPIC -DPIC -fno-stack-protector -Wa,-adhl=mtcp.lis -c -o mtcp.o mtcp.c
  20. ld -shared --verbose > mtcp.t
  21. In file included from /usr/include/dirent.h:26:0,
  22.                  from mtcp.c:59:
  23. /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  24.  #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  25.     ^
  26. In file included from /usr/include/bits/errno.h:24:0,
  27.                  from /usr/include/errno.h:35,
  28.                  from mtcp.c:61:
  29. /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or directory
  30.  #include <asm/errno.h>
  31.                        ^
  32. compilation terminated.
  33. g++ -DHAVE_CONFIG_H -I.    -fPIC -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT connectionrewirer.o -MD -MP -MF .deps/connectionrewirer.Tpo -c -o connectionrewirer.o connectionrewirer.cpp
  34. sed -i -e '1,/========================/ d' mtcp.t
  35. make[1]: *** [mtcp.o] Error 1
  36. make[1]: *** Waiting for unfinished jobs....
  37. sed -i -e '/========================/,$ d' mtcp.t
  38. In file included from /usr/include/sys/socket.h:39:0,
  39.                  from syscallwrappers.h:31,
  40.                  from connection.cpp:24:
  41. /usr/include/bits/socket.h:343:24: fatal error: asm/socket.h: No such file or directory
  42.  #include <asm/socket.h>
  43.                         ^
  44. compilation terminated.
  45. make[3]: *** [connection.o] Error 1
  46. make[3]: *** Waiting for unfinished jobs....
  47. Linux SagerG 3.8.5-1-ARCH #1 SMP PREEMPT Fri Mar 29 19:18:14 CET 2013 x86_64 GNU/Linux
  48. In file included from /usr/include/sys/socket.h:39:0,
  49.                  from syscallwrappers.h:31,
  50.                  from connectionmanager.cpp:23:
  51. /usr/include/bits/socket.h:343:24: fatal error: asm/socket.h: No such file or directory
  52.  #include <asm/socket.h>
  53.                         ^
  54. compilation terminated.
  55. rm -f mtcp.t-fail
  56. Compiler:  gcc
  57. make[3]: *** [connectionmanager.o] Error 1
  58. if test x86_64 = x86_64; then \
  59.   if patch mtcp.t mtcp.t.patch-x86_64; then \
  60.     :; \
  61.   else \
  62.     mv mtcp.t mtcp.t-fail; false; \
  63.   fi \
  64. else \
  65.   if patch mtcp.t mtcp.t.patch-i386; then \
  66.     :; \
  67.   else \
  68.     mv mtcp.t mtcp.t-fail; false; \
  69.   fi \
  70. fi
  71. mv -f .deps/dmtcpaware.Tpo .deps/dmtcpaware.Po
  72. Using built-in specs.
  73. COLLECT_GCC=gcc
  74. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
  75. Target: x86_64-unknown-linux-gnu
  76. Configured with: /build/src/gcc-4.8.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-install-libiberty --enable-multilib --disable-libssp --disable-werror --enable-checking=release
  77. Thread model: posix
  78. gcc version 4.8.0 (GCC)
  79. GNU ld (GNU Binutils) 2.23.2
  80. patching file mtcp.t
  81. Hunk #1 succeeded at 6 with fuzz 2.
  82. Hunk #2 succeeded at 171 (offset -4 lines).
  83. make[1]: Leaving directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/mtcp'
  84. make: *** [mtcp] Error 2
  85. make: *** Waiting for unfinished jobs....
  86. In file included from /usr/include/sys/socket.h:39:0,
  87.                 from ../jalib/jsocket.h:28,
  88.                 from kernelbufferdrainer.h:29,
  89.                 from connectionstate.h:26,
  90.                 from connectionstate.cpp:23:
  91. /usr/include/bits/socket.h:343:24: fatal error: asm/socket.h: No such file or directory
  92. #include <asm/socket.h>
  93.                        ^
  94. compilation terminated.
  95. make[3]: *** [connectionstate.o] Error 1
  96. Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
  97. In file included from /usr/include/bits/errno.h:24:0,
  98.                 from /usr/include/errno.h:35,
  99.                 from ../jalib/jassert.h:32,
  100.                 from ../jalib/jserialize.h:26,
  101.                 from uniquepid.h:29,
  102.                 from connectionidentifier.h:27,
  103.                 from connectionidentifier.cpp:23:
  104. /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or directory
  105. #include <asm/errno.h>
  106.                       ^
  107. compilation terminated.
  108. make[3]: *** [connectionidentifier.o] Error 1
  109. In file included from /usr/include/sys/socket.h:39:0,
  110.                 from ../jalib/jsocket.h:28,
  111.                 from connectionrewirer.h:26,
  112.                 from connectionrewirer.cpp:22:
  113. /usr/include/bits/socket.h:343:24: fatal error: asm/socket.h: No such file or directory
  114. #include <asm/socket.h>
  115.                        ^
  116. compilation terminated.
  117. make[3]: *** [connectionrewirer.o] Error 1
  118. make[3]: Leaving directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp/src'
  119. make[2]: *** [all] Error 2
  120. make[2]: Leaving directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp/src'
  121. make[1]: *** [all-recursive] Error 1
  122. make[1]: Leaving directory `/tmp/yaourt-tmp-gabriel/aur-dmtcp/src/dmtcp-1.2.6/dmtcp'
  123. make: *** [dmtcp] Error 2
  124. java version "1.7.0_17"
  125. OpenJDK Runtime Environment (IcedTea7 2.3.8) (ArchLinux build 7.u17_2.3.8-1-x86_64)
  126. lrwxrwxrwx 1 root root 12 Mar 28 08:44 /lib64/libc.so.6 -> libc-2.17.so
  127. lrwxrwxrwx 1 root root 12 Mar 28 08:44 /lib/libc.so.6 -> libc-2.17.so
  128.  
  129. ==> ERROR: A failure occurred in build().
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement