Advertisement
GalaxyNinja66

Untitled

Feb 12th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi -I/usr/lib/gfortran/modules'
  2. + export FFLAGS
  3. + LD_AS_NEEDED=1
  4. + export LD_AS_NEEDED
  5. + echo _target_cpu is armv7hl
  6. _target_cpu is armv7hl
  7. + grep -q '^TARGET_ARCH := arm64' './device/*/*/BoardConfig*.mk'
  8. grep: ./device/*/*/BoardConfig*.mk: No such file or directory
  9. + rm -rf tmp
  10. + mkdir tmp
  11. + echo Verifying kernel config
  12. Verifying kernel config
  13. + hybris/mer-kernel-check/mer_verify_kernel_config './out/target/product/manta/obj/*/.config'
  14. /var/tmp/rpm-tmp.eq0Ga8: line 56: hybris/mer-kernel-check/mer_verify_kernel_config: No such file or directory
  15. error: Bad exit status from /var/tmp/rpm-tmp.eq0Ga8 (%build)
  16.  
  17.  
  18. RPM build errors:
  19. Bad exit status from /var/tmp/rpm-tmp.eq0Ga8 (%build)
  20. * Check /home/galaxyninja66/home/hadk/droid-hal-manta.log for full log.
  21. !! building of package failed
  22. PlatformSDK galaxyninja66@Asus-chromebook-c202s:~/home/hadk$ clear
  23.  
  24. PlatformSDK galaxyninja66@Asus-chromebook-c202s:~/home/hadk$ rpm/dhd/helpers/build_packages.sh
  25. * Building rpm/droid-hal-manta.spec
  26. Requires(interp): /bin/sh
  27. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  28. Requires(post): /bin/sh
  29. Processing files: droid-hal-manta-img-boot-0.0.6-201802121101.armv7hl
  30. Provides: droid-hal-img-boot
  31. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  32. Requires(post): /bin/grep /bin/ln /bin/sed /bin/touch /etc/login.defs /usr/bin/add-oneshot /usr/bin/getent
  33. Processing files: droid-hal-manta-img-recovery-0.0.6-201802121101.armv7hl
  34. Provides: droid-hal-img-recovery
  35. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  36. Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/galaxyninja66/home/hadk/installroot
  37. error: Installed (but unpackaged) file(s) found:
  38. /selinux_version
  39. /service_contexts
  40.  
  41.  
  42. RPM build errors:
  43. Installed (but unpackaged) file(s) found:
  44. /selinux_version
  45. /service_contexts
  46. * Check /home/galaxyninja66/home/hadk/droid-hal-manta.log for full log.
  47. !! building of package failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement