Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Building udev rules
  2. + mkdir tmp/udev.rules
  3. ++ grep -v .goldfish.rc
  4. ++ ls './out/target/product/logan2g/root/ueventd.*.rc'
  5. ls: cannot access ./out/target/product/logan2g/root/ueventd.*.rc: No such file or directory
  6. + rpm/dhd/helpers/makeudev ./out/target/product/logan2g/root/ueventd.rc
  7. Can't open ./out/target/product/logan2g/root/ueventd.rc: No such file or directory at rpm/dhd/helpers/makeudev line 35.
  8. + echo Building mount units
  9. Building mount units
  10. + mkdir tmp/units
  11. + shopt -s nullglob
  12. ++ echo
  13. + FSTAB_FILES=
  14. + shopt -u nullglob
  15. + rpm/dhd/helpers/makefstab --files --skip auto /acct /boot /cache /data /misc /recovery /staging /storage/usbdisk /sys/fs/cgroup /sys/fs/cgroup/memory /sys/kernel/debug /sys/kernel/config /dev/usb-ffs/adb /tmp --outputdir tmp/units
  16. + echo Fixing up mount points
  17. Fixing up mount points
  18. + hybris/hybris-boot/fixup-mountpoints logan2g 'tmp/units/*'
  19. Fixing mount-points for device logan2g
  20. sed: can't read tmp/units/*: No such file or directory
  21. error: Bad exit status from /var/tmp/rpm-tmp.qwGRH9 (%build)
  22.  
  23.  
  24. RPM build errors:
  25. Bad exit status from /var/tmp/rpm-tmp.qwGRH9 (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement