Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. bash-3.2$ rpm/dhd/helpers/build_packages.sh --build=../devel/libhybris-1
  2. * No spec file for package building specified, building all I can find.
  3. * Building rpm/libhybris.spec
  4. ^
  5. gralloc.c:181:62: error: expected ';' before 'gralloc1_device'
  6. gralloc1_set_layer_count = (GRALLOC1_PFN_SET_LAYER_COUNT)gralloc1_device->getFunction(gralloc1_device, GRALLOC1_FUNCTION_SET_LAYER_COUNT);
  7. ^
  8. gralloc.c:182:33: error: 'GRALLOC1_PFN_GET_LAYER_COUNT' undeclared (first use in this function)
  9. gralloc1_get_layer_count = (GRALLOC1_PFN_GET_LAYER_COUNT)gralloc1_device->getFunction(gralloc1_device, GRALLOC1_FUNCTION_GET_LAYER_COUNT);
  10. ^
  11. gralloc.c:182:62: error: expected ';' before 'gralloc1_device'
  12. gralloc1_get_layer_count = (GRALLOC1_PFN_GET_LAYER_COUNT)gralloc1_device->getFunction(gralloc1_device, GRALLOC1_FUNCTION_GET_LAYER_COUNT);
  13. ^
  14. make[2]: *** [libgralloc_la-gralloc.lo] Error 1
  15. make[2]: Leaving directory `/home/guhl/mer/chiron.los15.1/devel/libhybris-1/libhybris/hybris/gralloc'
  16. make[1]: *** [all-recursive] Error 1
  17. make[1]: Leaving directory `/home/guhl/mer/chiron.los15.1/devel/libhybris-1/libhybris/hybris'
  18. make: *** [all] Error 2
  19. error: Bad exit status from /var/tmp/rpm-tmp.ZyIOT8 (%build)
  20.  
  21.  
  22. RPM build errors:
  23. Bad exit status from /var/tmp/rpm-tmp.ZyIOT8 (%build)
  24. * Check /home/guhl/mer/chiron.los15.1/devel/libhybris-1.log for full log.
  25. !! building of package failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement