Advertisement
GalaxyNinja66

Untitled

Feb 12th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. PlatformSDK galaxyninja66@Asus-chromebook-c202s:~/home/hadk$ rpm/dhd/helpers/build_packages.sh
  2. * Building rpm/droid-hal-manta.spec
  3. Requires(interp): /bin/sh
  4. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  5. Requires(post): /bin/sh
  6. Processing files: droid-hal-manta-img-boot-0.0.6-201802121114.armv7hl
  7. Provides: droid-hal-img-boot
  8. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  9. Requires(post): /bin/grep /bin/ln /bin/sed /bin/touch /etc/login.defs /usr/bin/add-oneshot /usr/bin/getent
  10. Processing files: droid-hal-manta-img-recovery-0.0.6-201802121114.armv7hl
  11. Provides: droid-hal-img-recovery
  12. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  13. Processing files: droid-hal-manta-detritus-0.0.6-201802121114.armv7hl
  14. error: File not found: /home/galaxyninja66/home/hadk/installroot/init.mmi.boot.sh
  15. error: File not found: /home/galaxyninja66/home/hadk/installroot/init.mmi.touch.sh
  16. error: File not found: /home/galaxyninja66/home/hadk/installroot/init.qcom.ssr.sh
  17.  
  18.  
  19. RPM build errors:
  20. File not found: /home/galaxyninja66/home/hadk/installroot/init.mmi.boot.sh
  21. File not found: /home/galaxyninja66/home/hadk/installroot/init.mmi.touch.sh
  22. File not found: /home/galaxyninja66/home/hadk/installroot/init.qcom.ssr.sh
  23. * Check /home/galaxyninja66/home/hadk/droid-hal-manta.log for full log.
  24. !! building of package failed
  25.  
  26.  
  27. #I added the following lines to rpm/device spec file.spec:
  28. %define straggler_files \
  29. /init.mmi.boot.sh\
  30. /init.mmi.touch.sh\
  31. /init.qcom.ssr.sh\
  32. /selinux_version\
  33. /service_contexts\
  34. %{nil}
  35.  
  36. (right before the include part of course)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement