Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. make[1]: Entering directory `/home/neothefox/hadk/system/core/libsparse'
  2. 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/neothefox/hadk/system/core/include/ -I/home/neothefox/hadk/ -std=c99 -Iinclude -I../base/include -c -o output_file.o output_file.c
  3. output_file.c: In function 'file_pad':
  4. output_file.c:144:2: warning: implicit declaration of function 'ftruncate64' [-Wimplicit-function-declaration]
  5. ret = ftruncate64(outn->fd, len);
  6. ^
  7. output_file.c: In function 'callback_file_skip':
  8. output_file.c:280:3: warning: implicit declaration of function 'typeof' [-Wimplicit-function-declaration]
  9. to_write = min(off, (int64_t)INT_MAX);
  10. ^
  11. output_file.c:52:15: error: expected ';' before '_a'
  12. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  13. ^
  14. output_file.c:280:14: note: in expansion of macro 'min'
  15. to_write = min(off, (int64_t)INT_MAX);
  16. ^
  17. output_file.c:52:35: error: expected ';' before '_b'
  18. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  19. ^
  20. output_file.c:280:14: note: in expansion of macro 'min'
  21. to_write = min(off, (int64_t)INT_MAX);
  22. ^
  23. output_file.c:52:46: error: '_a' undeclared (first use in this function)
  24. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  25. ^
  26. output_file.c:280:14: note: in expansion of macro 'min'
  27. to_write = min(off, (int64_t)INT_MAX);
  28. ^
  29. output_file.c:52:46: note: each undeclared identifier is reported only once for each function it appears in
  30. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  31. ^
  32. output_file.c:280:14: note: in expansion of macro 'min'
  33. to_write = min(off, (int64_t)INT_MAX);
  34. ^
  35. output_file.c:52:51: error: '_b' undeclared (first use in this function)
  36. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  37. ^
  38. output_file.c:280:14: note: in expansion of macro 'min'
  39. to_write = min(off, (int64_t)INT_MAX);
  40. ^
  41. output_file.c: In function 'write_normal_fill_chunk':
  42. output_file.c:52:15: error: expected ';' before '_a'
  43. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  44. ^
  45. output_file.c:506:15: note: in expansion of macro 'min'
  46. write_len = min(len, out->block_size);
  47. ^
  48. output_file.c:52:35: error: expected ';' before '_b'
  49. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  50. ^
  51. output_file.c:506:15: note: in expansion of macro 'min'
  52. write_len = min(len, out->block_size);
  53. ^
  54. output_file.c:52:46: error: '_a' undeclared (first use in this function)
  55. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  56. ^
  57. output_file.c:506:15: note: in expansion of macro 'min'
  58. write_len = min(len, out->block_size);
  59. ^
  60. output_file.c:52:51: error: '_b' undeclared (first use in this function)
  61. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  62. ^
  63. output_file.c:506:15: note: in expansion of macro 'min'
  64. write_len = min(len, out->block_size);
  65. ^
  66. make[1]: *** [output_file.o] Error 1
  67. make[1]: Leaving directory `/home/neothefox/hadk/system/core/libsparse'
  68. make: *** [image_tools] Error 2
  69. error: Bad exit status from /var/tmp/rpm-tmp.43k5OC (%build)
  70.  
  71.  
  72. RPM build errors:
  73. Bad exit status from /var/tmp/rpm-tmp.43k5OC (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement