Advertisement
wiktorek140

Untitled

Jul 15th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. PlatformSDK bash-3.2$ rpm/dhd/helpers/build_packages.sh
  2. * Building rpm/droid-hal-surnia.spec
  3. output_file.c:52:42: error: '_a' undeclared (first use in this function)
  4. ({ typeof(a) _a = a; typeof(b) _b = b; (_a < _b) ? _a : _b; })
  5. ^
  6. output_file.c:506:15: note: in expansion of macro 'min'
  7. write_len = min(len, out->block_size);
  8. ^
  9. output_file.c:52:47: error: '_b' undeclared (first use in this function)
  10. ({ typeof(a) _a = a; typeof(b) _b = b; (_a < _b) ? _a : _b; })
  11. ^
  12. output_file.c:506:15: note: in expansion of macro 'min'
  13. write_len = min(len, out->block_size);
  14. ^
  15. make[1]: *** [output_file.o] Error 1
  16. make[1]: Leaving directory `/home/wiktorek140/android/sfos/system/core/libsparse'
  17. make: *** [image_tools] Error 2
  18. error: Bad exit status from /var/tmp/rpm-tmp.CLS93B (%build)
  19.  
  20.  
  21. RPM build errors:
  22. Bad exit status from /var/tmp/rpm-tmp.CLS93B (%build)
  23. * Check /home/wiktorek140/android/sfos/droid-hal-surnia.log for full log.
  24. !! building of package failed
  25. PlatformSDK bash-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement