Advertisement
Guest User

postmarkos zte-speed error

a guest
Feb 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. (024895) [22:00:50] PROTIP: You can simply do 'pmbootstrap menuconfig zte-speed'
  2. (024895) [22:00:50] Calculate depends of packages ['perl', 'sed', 'installkernel', 'bash', 'gmp-dev', 'bc', 'linux-headers', 'elfutils-dev', 'dtbtool', 'ncurses-dev'], arch: x86_64
  3. (024895) [22:00:51] (native) % rm -rf /home/pmos/build
  4. (024895) [22:00:52] % sudo cp -r /home/killbox/src/pmbootstrap/aports/device/linux-zte-speed/ /home/killbox/.local/var/pmbootstrap/chroot_native/home/pmos/build
  5. (024895) [22:00:52] (native) % chown -R pmos:pmos /home/pmos/build
  6. (024895) [22:00:52] (native) extract kernel source
  7. (024895) [22:00:52] (native) % cd /home/pmos/build && busybox su pmos -c 'abuild unpack'
  8. >>> linux-zte-speed: Fetching linux-zte-speed-02ecacf.tar.gz::https://github.com/killbox998/zte-speed-kernel-source/archive/02ecacf.tar.gz
  9. >>> linux-zte-speed: Checking sha512sums...
  10. linux-zte-speed-02ecacf.tar.gz: OK
  11. config-zte-speed.armhf: OK
  12. compiler-gcc6.h: OK
  13. 01_msm-fix-perf_trace_counters.patch: OK
  14. 02_gpu-msm-fix-gcc5-compile.patch: OK
  15. >>> linux-zte-speed: Unpacking /var/cache/distfiles/linux-zte-speed-02ecacf.tar.gz...
  16. (024895) [22:00:57] (native) apply patches
  17. (024895) [22:00:57] (native) % cd /home/pmos/build && busybox su pmos -c 'CARCH=armhf abuild prepare'
  18. (024895) [22:00:57] *** output passed to pmbootstrap stdout, not to this log ***
  19. (024895) [22:00:57] ERROR: Command failed: (native) % cd /home/pmos/build && busybox su pmos -c 'CARCH=armhf abuild prepare'
  20. (024895) [22:00:57] Run 'pmbootstrap log' for details.
  21. (024895) [22:00:57] See also: <https://postmarketos.org/troubleshooting>
  22. (024895) [22:00:57] Traceback (most recent call last):
  23. File "/home/killbox/src/pmbootstrap/pmb/helpers/run.py", line 58, in core
  24. subprocess.check_call(cmd)
  25. File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
  26. raise CalledProcessError(retcode, cmd)
  27. subprocess.CalledProcessError: Command '['sudo', '/usr/bin/sh', '-c', 'env -i CHARSET=UTF-8 PATH=/usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/ash HISTFILE=~/.ash_history /usr/sbin/chroot /home/killbox/.local/var/pmbootstrap/chroot_native sh -c \'cd /home/pmos/build;busybox su pmos -c \'"\'"\'CARCH=armhf abuild prepare\'"\'"\'\'']' returned non-zero exit status 1.
  28.  
  29. The above exception was the direct cause of the following exception:
  30.  
  31. Traceback (most recent call last):
  32. File "/home/killbox/src/pmbootstrap/pmb/__init__.py", line 61, in main
  33. getattr(frontend, args.action)(args)
  34. File "/home/killbox/src/pmbootstrap/pmb/helpers/frontend.py", line 198, in menuconfig
  35. pmb.build.menuconfig(args, args.package)
  36. File "/home/killbox/src/pmbootstrap/pmb/build/menuconfig.py", line 81, in menuconfig
  37. "/home/pmos/build", log=False)
  38. File "/home/killbox/src/pmbootstrap/pmb/chroot/user.py", line 34, in user
  39. auto_init, return_stdout, check)
  40. File "/home/killbox/src/pmbootstrap/pmb/chroot/root.py", line 86, in root
  41. return_stdout, check)
  42. File "/home/killbox/src/pmbootstrap/pmb/helpers/run.py", line 66, in core
  43. raise RuntimeError("Command failed: " + log_message) from exc
  44. 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