Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. (016440) [18:27:18] (native) calculate depends of perl, sed, installkernel, bash, gmp-dev, bc, linux-headers, elfutils-dev, ncurses-dev (pmbootstrap -v for details)
  2. (016440) [18:27:20] (native) % rm -rf /home/pmos/build
  3. (016440) [18:27:24] % sudo cp -r /home/martin/Code/postmarketos/pmbootstrap/aports/device/linux-samsung-i545/ /home/martin/.local/var/pmbootstrap/chroot_native/home/pmos/build
  4. (016440) [18:27:24] (native) % chown -R pmos:pmos /home/pmos/build
  5. (016440) [18:27:24] (native) extract kernel source
  6. (016440) [18:27:24] (native) % cd /home/pmos/build; busybox su pmos -c abuild unpack
  7. >>> linux-samsung-i545: Fetching linux-samsung-i545-d557b03690836f6d1444dd4ec0125b268f5f5c4b.tar.gz::https://github.com/LineageOS/android_kernel_samsung_jf/archive/d557b03690836f6d1444dd4ec0125b268f5f5c4b.tar.gz
  8. >>> linux-samsung-i545: Checking sha512sums...
  9. linux-samsung-i545-d557b03690836f6d1444dd4ec0125b268f5f5c4b.tar.gz: OK
  10. config-samsung-i545.armhf: OK
  11. compiler-gcc6.h: OK
  12. 01_msm-fix-perf_trace_counters.patch: OK
  13. 02_gpu-msm-fix-gcc5-compile.patch: OK
  14. >>> linux-samsung-i545: Unpacking /var/cache/distfiles/linux-samsung-i545-d557b03690836f6d1444dd4ec0125b268f5f5c4b.tar.gz...
  15. (016440) [18:27:30] (native) apply patches
  16. (016440) [18:27:30] (native) % cd /home/pmos/build; busybox su pmos -c CARCH=armhf abuild prepare
  17. (016440) [18:27:30] *** output passed to pmbootstrap stdout, not to this log ***
  18. (016440) [18:27:31] ERROR: Command failed: (native) % cd /home/pmos/build; busybox su pmos -c CARCH=armhf abuild prepare
  19. (016440) [18:27:31] See also: <https://postmarketos.org/troubleshooting>
  20. (016440) [18:27:31] Traceback (most recent call last):
  21. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/helpers/run.py", line 74, in core
  22. subprocess.check_call(cmd)
  23. File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
  24. raise CalledProcessError(retcode, cmd)
  25. subprocess.CalledProcessError: Command '['sudo', 'env', '-i', '/bin/sh', '-c', 'CHARSET=UTF-8 HISTFILE=\'~/.ash_history\' PATH=/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/ash TERM=xterm /usr/sbin/chroot /home/martin/.local/var/pmbootstrap/chroot_native /bin/sh -c \'cd /home/pmos/build;busybox su pmos -c \'"\'"\'CARCH=armhf abuild prepare\'"\'"\'\'']' returned non-zero exit status 1.
  26.  
  27. The above exception was the direct cause of the following exception:
  28.  
  29. Traceback (most recent call last):
  30. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/__init__.py", line 61, in main
  31. getattr(frontend, args.action)(args)
  32. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/helpers/frontend.py", line 262, in kconfig
  33. pmb.build.menuconfig(args, args.package)
  34. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/build/menuconfig.py", line 132, in menuconfig
  35. "/home/pmos/build", log=False, env={"CARCH": arch})
  36. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/chroot/user.py", line 46, in user
  37. auto_init, return_stdout, check)
  38. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/chroot/root.py", line 93, in root
  39. return pmb.helpers.run.core(args, cmd_sudo, msg, log, return_stdout, check)
  40. File "/home/martin/Code/postmarketos/pmbootstrap/pmb/helpers/run.py", line 82, in core
  41. raise RuntimeError("Command failed: " + log_message) from exc
  42. RuntimeError: Command failed: (native) % cd /home/pmos/build; busybox su pmos -c CARCH=armhf abuild prepare
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement