Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. MerSDK [builder@zeus droid]$ rpm/dhd/helpers/build_packages.sh
  2.  
  3. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5bnvS0
  4. + umask 022
  5. + cd /home/builder/mer/android/droid
  6. + LANG=C
  7. + export LANG
  8. + unset DISPLAY
  9. + CFLAGS='-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'
  10. + export CFLAGS
  11. + CXXFLAGS='-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'
  12. + export CXXFLAGS
  13. + 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'
  14. + export FFLAGS
  15. + LD_AS_NEEDED=1
  16. + export LD_AS_NEEDED
  17. + echo _target_cpu is armv7hl
  18. _target_cpu is armv7hl
  19. + rm -rf tmp
  20. + mkdir tmp
  21. + echo Verifying kernel config
  22. Verifying kernel config
  23. + hybris/mer-kernel-check/mer_verify_kernel_config ./out/target/product/w7/obj/KERNEL_OBJ/.config
  24. WARNING: CONFIG_AUDIT is invalid
  25. Value is: y
  26. Allowed values : n, !
  27. Comment says: systemd: Either disable here or in cmdline http://cgit.freedesktop.org/systemd/systemd/commit/README?id=77b6e19458f37cfde127ec6aa9494c0ac45ad890
  28.  
  29. WARNING: CONFIG_WATCHDOG_NOWAYOUT is invalid
  30. It is unset
  31. Allowed values : y, !
  32. Comment says: If device uses watchdogs with dsme (https://github.com/nemomobile/dsme), this option should be enabled or watchdog does not protect the device in case dsme crashes.
  33.  
  34. + test -f rpm/helpers/mkbootimg.mk
  35. + test -f rpm/helpers/simg2img.mk
  36. + test -f rpm/helpers/img2simg.mk
  37. + echo Building local tools
  38. Building local tools
  39. ++ readlink -e .
  40. + ANDROID_ROOT=/home/builder/mer/android/droid
  41. + cd rpm/dhd/helpers
  42. + make ANDROID_ROOT=/home/builder/mer/android/droid
  43. cc -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/home/builder/mer/android/droid/system/core/include/private/ -std=c99 apply-permissions.c -o apply-permissions
  44. apply-permissions.c: In function 'apply_android_perms':
  45. apply-permissions.c:105:5: warning: passing argument 3 of 'fs_config' from incompatible pointer type [enabled by default]
  46. /home/builder/mer/android/droid/system/core/include/private/android_filesystem_config.h:227:6: note: expected 'const char *' but argument is of type 'unsigned int *'
  47. apply-permissions.c:105:5: warning: passing argument 6 of 'fs_config' from incompatible pointer type [enabled by default]
  48. /home/builder/mer/android/droid/system/core/include/private/android_filesystem_config.h:227:6: note: expected 'unsigned int *' but argument is of type 'uint64_t *'
  49. apply-permissions.c:105:5: error: too few arguments to function 'fs_config'
  50. /home/builder/mer/android/droid/system/core/include/private/android_filesystem_config.h:227:6: note: declared here
  51. apply-permissions.c:117:9: warning: implicit declaration of function 'strerror' [-Wimplicit-function-declaration]
  52. apply-permissions.c:117:9: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int' [-Wformat]
  53. apply-permissions.c:126:9: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'int' [-Wformat]
  54. apply-permissions.c: In function 'main':
  55. apply-permissions.c:160:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  56. apply-permissions.c:175:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  57. apply-permissions.c:175:33: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
  58. apply-permissions.c:178:9: warning: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration]
  59. apply-permissions.c:178:16: warning: incompatible implicit declaration of built-in function 'strrchr' [enabled by default]
  60. make: *** [apply-permissions] Error 1
  61. + echo Building uid scripts
  62. Building uid scripts
  63. + rpm/dhd/helpers/usergroupgen add
  64. /var/tmp/rpm-tmp.5bnvS0: line 66: rpm/dhd/helpers/usergroupgen: No such file or directory
  65. error: Bad exit status from /var/tmp/rpm-tmp.5bnvS0 (%build)
  66.  
  67.  
  68. RPM build errors:
  69. Bad exit status from /var/tmp/rpm-tmp.5bnvS0 (%build)
  70. !! command failed at Thu Aug 18 15:15:29 UTC 2016, dying...
  71. MerSDK [builder@zeus droid]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement