Advertisement
Guest User

Untitled

a guest
May 31st, 2018
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.82 KB | None | 0 0
  1. ==> Building and installing package
  2. ==> Making package: slack-libpurple-git r150.b0f1550-1 (Thu May 31 12:38:50 CEST 2018)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning slack-libpurple git repo...
  7. Cloning into bare repository '/tmp/yaourt-tmp-photon/aur-slack-libpurple-git/slack-libpurple'...
  8. remote: Counting objects: 881, done.
  9. remote: Compressing objects: 100% (42/42), done.
  10. remote: Total 881 (delta 29), reused 42 (delta 23), pack-reused 816
  11. Receiving objects: 100% (881/881), 301.58 KiB | 587.00 KiB/s, done.
  12. Resolving deltas: 100% (591/591), done.
  13. -> Found api-token-in-passwd.patch
  14. ==> Validating source files with sha256sums...
  15. slack-libpurple ... Skipped
  16. api-token-in-passwd.patch ... Passed
  17. ==> Extracting sources...
  18. -> Creating working copy of slack-libpurple git repo...
  19. Cloning into 'slack-libpurple'...
  20. done.
  21. ==> Starting prepare()...
  22. patching file slack.c
  23. Hunk #1 succeeded at 130 (offset 19 lines).
  24. ==> Starting pkgver()...
  25. ==> Updated version: slack-libpurple-git r166.a803b73-1
  26. ==> Starting build()...
  27. gcc -MM -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include slack.c slack-cmd.c slack-message.c slack-conversation.c slack-channel.c slack-im.c slack-user.c slack-rtm.c slack-blist.c slack-api.c slack-object.c slack-json.c purple-websocket.c json.c > Makefile.dep
  28. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack.o slack.c
  29. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-cmd.o slack-cmd.c
  30. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-message.o slack-message.c
  31. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-conversation.o slack-conversation.c
  32. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-channel.o slack-channel.c
  33. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-im.o slack-im.c
  34. In file included from slack.h:10,
  35. from slack-api.h:5,
  36. from slack-channel.c:6:
  37. In function 'slack_object_id_set',
  38. inlined from 'slack_channel_set' at slack-channel.c:59:2:
  39. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  40. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  41. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. In function 'slack_object_id_set',
  43. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  44. inlined from 'channels_info_cb' at slack-channel.c:163:39:
  45. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  46. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  47. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. In function 'slack_object_id_set',
  49. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  50. inlined from 'channels_info_cb' at slack-channel.c:173:34:
  51. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  52. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  53. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. In file included from slack.h:10,
  55. from slack-api.h:5,
  56. from slack-conversation.c:4:
  57. In function 'slack_object_id_set',
  58. inlined from 'slack_conversation_lookup_sid' at slack-conversation.h:27:2,
  59. inlined from 'slack_conversation_retrieve' at slack-conversation.c:73:21:
  60. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  61. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  62. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. gcc -c -g -O2 -Wall -Werror -Wno-error=strict-aliasing -fPIC -D_DEFAULT_SOURCE=1 -std=c99 -I/usr/include/libpurple -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o slack-user.o slack-user.c
  64. In file included from slack.h:10,
  65. from slack-rtm.h:5,
  66. from slack-message.c:5:
  67. In function 'slack_object_id_set',
  68. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  69. inlined from 'slack_message_to_html' at slack-message.c:136:26:
  70. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  71. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  72. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. In function 'slack_object_id_set',
  74. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  75. inlined from 'slack_message_to_html' at slack-message.c:119:42:
  76. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  77. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  78. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  79. In function 'slack_object_id_set',
  80. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  81. inlined from 'slack_member_joined_channel' at slack-channel.c:314:38:
  82. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  83. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  84. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  85. In function 'slack_object_id_set',
  86. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  87. inlined from 'slack_member_joined_channel' at slack-channel.c:323:32:
  88. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  89. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  90. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  91. cc1: all warnings being treated as errors
  92. make: *** [Makefile:80: slack-conversation.o] Error 1
  93. make: *** Waiting for unfinished jobs....
  94. cc1: all warnings being treated as errors
  95. make: *** [Makefile:80: slack-channel.o] Error 1
  96. In file included from slack.h:10,
  97. from slack-api.h:5,
  98. from slack-im.c:6:
  99. In function 'slack_object_id_set',
  100. inlined from 'slack_im_set' at slack-im.c:43:2:
  101. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  102. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  103. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104. In function 'slack_object_id_set',
  105. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  106. inlined from 'slack_im_set' at slack-im.c:69:23:
  107. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  108. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  109. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  110. In function 'slack_object_id_set',
  111. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  112. inlined from 'slack_handle_message' at slack-message.c:437:24:
  113. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  114. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  115. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. In function 'slack_object_id_set',
  117. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  118. inlined from 'slack_handle_message' at slack-message.c:414:23:
  119. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  120. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  121. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122. cc1: all warnings being treated as errors
  123. make: *** [Makefile:80: slack-im.o] Error 1
  124. In function 'slack_object_id_set',
  125. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  126. inlined from 'slack_user_typing' at slack-message.c:467:32:
  127. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  128. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  129. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130. In function 'slack_object_id_set',
  131. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  132. inlined from 'slack_user_typing' at slack-message.c:472:44:
  133. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  134. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  135. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  136. cc1: all warnings being treated as errors
  137. make: *** [Makefile:80: slack-message.o] Error 1
  138. In file included from slack.h:10,
  139. from slack-api.h:5,
  140. from slack-user.c:4:
  141. In function 'slack_object_id_set',
  142. inlined from 'slack_object_hash_table_lookup' at slack-object.h:67:2,
  143. inlined from 'presence_set.isra.1.part.2' at slack-user.c:124:32:
  144. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  145. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  146. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  147. In function 'slack_object_id_set',
  148. inlined from 'slack_user_update' at slack-user.c:34:2:
  149. slack-object.h:25:3: error: 'strncpy' specified bound 12 equals destination size [-Werror=stringop-truncation]
  150. strncpy((char *)id, s, SLACK_OBJECT_ID_SIZ);
  151. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152. cc1: all warnings being treated as errors
  153. make: *** [Makefile:80: slack-user.o] Error 1
  154. ==> ERROR: A failure occurred in build().
  155. Aborting...
  156. ==> ERROR: Makepkg was unable to build slack-libpurple-git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement