Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Step 21 : RUN /geordi/src/prep-image
  2. ---> Running in c3979308b187
  3.  
  4. cd /geordi/run
  5.  
  6. for n in 0 1 2 3 4 5 6 7 8 9
  7. do
  8. touch $n $n.s $n.o
  9. chmod 666 $n $n.s $n.o
  10. done
  11.  
  12. touch t
  13. chmod 777 t
  14.  
  15.  
  16. gcc -fPIC -shared -Wall -o /lib/libdiagnose_sigsys.so /geordi/src/diagnose_sigsys.c
  17.  
  18. /geordi/src/lockdown/compile.sh
  19.  
  20. cd /geordi/src/prelude
  21. patch /usr/local/include/c++/7.0.1/typeinfo libstdcxx_demangle_typeinfo_name.patch -o libstdcxx_patched_typeinfo.hpp
  22. patching file libstdcxx_patched_typeinfo.hpp (read from /usr/local/include/c++/7.0.1/typeinfo)
  23. patch /usr/local/include/c++/v1/typeinfo libcxx_demangle_typeinfo_name.patch -o libcxx_patched_typeinfo.hpp
  24. patching file libcxx_patched_typeinfo.hpp (read from /usr/local/include/c++/v1/typeinfo)
  25. Hunk #1 FAILED at 69.
  26. Hunk #2 FAILED at 110.
  27. 2 out of 2 hunks FAILED -- saving rejects to file libcxx_patched_typeinfo.hpp.rej
  28. The command '/bin/sh -c /geordi/src/prep-image' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement