Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. localhost whatsapp-purple # layman -a gentoo-htpc
  2.  
  3. * Adding overlay...
  4. * Overlay "gentoo-htpc" is not official. Continue installing? [y/n]: y
  5. * Running Git... # ( cd /var/lib/layman && /usr/bin/git clone https://github.com/viddi87/gentoo-htpc.git /var/lib/layman/gentoo-htpc )
  6. Cloning into '/var/lib/layman/gentoo-htpc'...
  7. remote: Counting objects: 2455, done.
  8. remote: Total 2455 (delta 0), reused 0 (delta 0), pack-reused 2455
  9. Receiving objects: 100% (2455/2455), 614.72 KiB | 16.00 KiB/s, done.
  10. Resolving deltas: 100% (1027/1027), done.
  11. * Running Git... # ( cd /var/lib/layman/gentoo-htpc && /usr/bin/git config user.name "layman" )
  12. * Running Git... # ( cd /var/lib/layman/gentoo-htpc && /usr/bin/git config user.email "layman@localhost" )
  13. --- Invalid atom in /etc/portage/package.mask: =libs/libmypaint-1.3.0 gegl
  14. * Successfully added overlay(s) gentoo-htpc.
  15.  
  16. localhost whatsapp-purple # layman -d AstroFloyd
  17.  
  18. * Deleting selected overlay(s)...
  19. * Deleting directory "/var/lib/layman/AstroFloyd"
  20. * Successfully deleted overlay(s) AstroFloyd.
  21.  
  22. localhost whatsapp-purple # layman -d gentoo
  23.  
  24. * Deleting selected overlay(s)...
  25. * Repository 'gentoo' was not installed
  26.  
  27. * CLI: Errors occurred processing action delete
  28. * Repository 'gentoo' was not installed
  29.  
  30. localhost whatsapp-purple # emerge whatsapp-purple
  31. --- Invalid atom in /etc/portage/package.mask: =libs/libmypaint-1.3.0 gegl
  32. Calculating dependencies... done!
  33.  
  34. >>> Verifying ebuild manifests
  35.  
  36. >>> Emerging (1 of 1) net-im/whatsapp-purple-9999::gentoo-htpc
  37. >>> Unpacking source...
  38. GIT update -->
  39. repository: https://github.com/davidgfnet/whatsapp-purple.git
  40. at the commit: 07ed931a3dd04c98a5f36e52129aa2cfe743a024
  41. branch: master
  42. storage directory: "/usr/portage/distfiles/egit-src/whatsapp-purple.git"
  43. checkout type: bare repository
  44. Cloning into '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999'...
  45. done.
  46. Branch branch-master set up to track remote branch master from origin.
  47. Switched to a new branch 'branch-master'
  48. >>> Unpacked to /var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999
  49. >>> Source unpacked in /var/tmp/portage/net-im/whatsapp-purple-9999/work
  50. >>> Preparing source in /var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999 ...
  51. >>> Source prepared.
  52. >>> Configuring source in /var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999 ...
  53. >>> Source configured.
  54. >>> Compiling source in /var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999 ...
  55. make -j2
  56. make -C libaxolotl-cpp/libcurve25519
  57. protoc --cpp_out=. AxolotlMessages.proto
  58. make[1]: Entering directory '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999/libaxolotl-cpp/libcurve25519'
  59. gcc -o src/curve25519-donna.o -c src/curve25519-donna.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  60. make: protoc: Command not found
  61. Makefile:68: recipe for target 'AxolotlMessages.pb.h' failed
  62. make: *** [AxolotlMessages.pb.h] Error 127
  63. make: *** Waiting for unfinished jobs....
  64. gcc -o src/ed25519/fe_neg.o -c src/ed25519/fe_neg.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  65. gcc -o src/ed25519/ge_p1p1_to_p2.o -c src/ed25519/ge_p1p1_to_p2.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  66. gcc -o src/ed25519/fe_cmov.o -c src/ed25519/fe_cmov.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  67. gcc -o src/ed25519/ge_p3_dbl.o -c src/ed25519/ge_p3_dbl.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  68. gcc -o src/ed25519/ge_p3_0.o -c src/ed25519/ge_p3_0.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  69. gcc -o src/ed25519/fe_pow22523.o -c src/ed25519/fe_pow22523.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  70. gcc -o src/ed25519/fe_copy.o -c src/ed25519/fe_copy.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  71. gcc -o src/ed25519/ge_msub.o -c src/ed25519/ge_msub.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  72. gcc -o src/ed25519/fe_1.o -c src/ed25519/fe_1.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  73. gcc -o src/ed25519/fe_frombytes.o -c src/ed25519/fe_frombytes.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  74. gcc -o src/ed25519/ge_sub.o -c src/ed25519/ge_sub.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  75. gcc -o src/ed25519/ge_tobytes.o -c src/ed25519/ge_tobytes.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  76. gcc -o src/ed25519/ge_add.o -c src/ed25519/ge_add.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  77. gcc -o src/ed25519/open.o -c src/ed25519/open.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  78. gcc -o src/ed25519/ge_p1p1_to_p3.o -c src/ed25519/ge_p1p1_to_p3.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  79. gcc -o src/ed25519/fe_invert.o -c src/ed25519/fe_invert.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  80. gcc -o src/ed25519/fe_add.o -c src/ed25519/fe_add.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  81. gcc -o src/ed25519/fe_mul.o -c src/ed25519/fe_mul.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  82. gcc -o src/ed25519/sc_muladd.o -c src/ed25519/sc_muladd.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  83. gcc -o src/ed25519/ge_frombytes.o -c src/ed25519/ge_frombytes.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  84. gcc -o src/ed25519/fe_sub.o -c src/ed25519/fe_sub.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  85. gcc -o src/ed25519/ge_p3_to_cached.o -c src/ed25519/ge_p3_to_cached.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  86. gcc -o src/ed25519/ge_p2_dbl.o -c src/ed25519/ge_p2_dbl.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  87. gcc -o src/ed25519/ge_scalarmult_base.o -c src/ed25519/ge_scalarmult_base.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  88. gcc -o src/ed25519/ge_madd.o -c src/ed25519/ge_madd.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  89. gcc -o src/ed25519/fe_sq2.o -c src/ed25519/fe_sq2.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  90. gcc -o src/ed25519/additions/sign_modified.o -c src/ed25519/additions/sign_modified.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  91. gcc -o src/ed25519/additions/zeroize.o -c src/ed25519/additions/zeroize.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  92. gcc -o src/ed25519/additions/compare.o -c src/ed25519/additions/compare.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  93. gcc -o src/ed25519/additions/curve_sigs.o -c src/ed25519/additions/curve_sigs.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  94. src/ed25519/additions/curve_sigs.c: In function ‘curve25519_sign’:
  95. src/ed25519/additions/curve_sigs.c:46:17: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
  96. if ((sigbuf = malloc(msg_len + 128)) == 0) {
  97. ^
  98. src/ed25519/additions/curve_sigs.c:46:17: warning: incompatible implicit declaration of built-in function ‘malloc’
  99. src/ed25519/additions/curve_sigs.c:46:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
  100. src/ed25519/additions/curve_sigs.c:65:4: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
  101. free(sigbuf);
  102. ^
  103. src/ed25519/additions/curve_sigs.c:65:4: warning: incompatible implicit declaration of built-in function ‘free’
  104. src/ed25519/additions/curve_sigs.c:65:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
  105. src/ed25519/additions/curve_sigs.c: In function ‘curve25519_verify’:
  106. src/ed25519/additions/curve_sigs.c:82:20: warning: incompatible implicit declaration of built-in function ‘malloc’
  107. if ((verifybuf = malloc(msg_len + 64)) == 0) {
  108. ^
  109. src/ed25519/additions/curve_sigs.c:82:20: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
  110. src/ed25519/additions/curve_sigs.c:87:21: warning: incompatible implicit declaration of built-in function ‘malloc’
  111. if ((verifybuf2 = malloc(msg_len + 64)) == 0) {
  112. ^
  113. src/ed25519/additions/curve_sigs.c:87:21: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
  114. src/ed25519/additions/curve_sigs.c:129:5: warning: incompatible implicit declaration of built-in function ‘free’
  115. free(verifybuf);
  116. ^
  117. src/ed25519/additions/curve_sigs.c:129:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
  118. src/ed25519/additions/curve_sigs.c:133:5: warning: incompatible implicit declaration of built-in function ‘free’
  119. free(verifybuf2);
  120. ^
  121. src/ed25519/additions/curve_sigs.c:133:5: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
  122. gcc -o src/ed25519/fe_tobytes.o -c src/ed25519/fe_tobytes.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  123. gcc -o src/ed25519/ge_precomp_0.o -c src/ed25519/ge_precomp_0.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  124. gcc -o src/ed25519/fe_isnonzero.o -c src/ed25519/fe_isnonzero.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  125. gcc -o src/ed25519/ge_p2_0.o -c src/ed25519/ge_p2_0.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  126. gcc -o src/ed25519/fe_isnegative.o -c src/ed25519/fe_isnegative.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  127. gcc -o src/ed25519/nacl_sha512/blocks.o -c src/ed25519/nacl_sha512/blocks.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  128. gcc -o src/ed25519/nacl_sha512/hash.o -c src/ed25519/nacl_sha512/hash.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  129. gcc -o src/ed25519/fe_0.o -c src/ed25519/fe_0.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  130. gcc -o src/ed25519/ge_p3_tobytes.o -c src/ed25519/ge_p3_tobytes.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  131. gcc -o src/ed25519/sign.o -c src/ed25519/sign.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  132. gcc -o src/ed25519/ge_double_scalarmult.o -c src/ed25519/ge_double_scalarmult.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  133. gcc -o src/ed25519/sc_reduce.o -c src/ed25519/sc_reduce.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  134. gcc -o src/ed25519/ge_p3_to_p2.o -c src/ed25519/ge_p3_to_p2.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  135. gcc -o src/ed25519/fe_sq.o -c src/ed25519/fe_sq.c -DLIBCURVE25519_LIBRARY -O2 -fPIC -std=c99
  136. g++ -o curve.o -c curve.cpp -DLIBCURVE25519_LIBRARY -O2 -fPIC
  137. ar rcs libcurve25519.a src/curve25519-donna.o src/ed25519/fe_neg.o src/ed25519/ge_p1p1_to_p2.o src/ed25519/fe_cmov.o src/ed25519/ge_p3_dbl.o src/ed25519/ge_p3_0.o src/ed25519/fe_pow22523.o src/ed25519/fe_copy.o src/ed25519/ge_msub.o src/ed25519/fe_1.o src/ed25519/fe_frombytes.o src/ed25519/ge_sub.o src/ed25519/ge_tobytes.o src/ed25519/ge_add.o src/ed25519/open.o src/ed25519/ge_p1p1_to_p3.o src/ed25519/fe_invert.o src/ed25519/fe_add.o src/ed25519/fe_mul.o src/ed25519/sc_muladd.o src/ed25519/ge_frombytes.o src/ed25519/fe_sub.o src/ed25519/ge_p3_to_cached.o src/ed25519/ge_p2_dbl.o src/ed25519/ge_scalarmult_base.o src/ed25519/ge_madd.o src/ed25519/fe_sq2.o src/ed25519/additions/sign_modified.o src/ed25519/additions/zeroize.o src/ed25519/additions/compare.o src/ed25519/additions/curve_sigs.o src/ed25519/fe_tobytes.o src/ed25519/ge_precomp_0.o src/ed25519/fe_isnonzero.o src/ed25519/ge_p2_0.o src/ed25519/fe_isnegative.o src/ed25519/nacl_sha512/blocks.o src/ed25519/nacl_sha512/hash.o src/ed25519/fe_0.o src/ed25519/ge_p3_tobytes.o src/ed25519/sign.o src/ed25519/ge_double_scalarmult.o src/ed25519/sc_reduce.o src/ed25519/ge_p3_to_p2.o src/ed25519/fe_sq.o curve.o
  138. make[1]: Leaving directory '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999/libaxolotl-cpp/libcurve25519'
  139. * ERROR: net-im/whatsapp-purple-9999::gentoo-htpc failed (compile phase):
  140. * emake failed
  141. *
  142. * If you need support, post the output of `emerge --info '=net-im/whatsapp-purple-9999::gentoo-htpc'`,
  143. * the complete build log and the output of `emerge -pqv '=net-im/whatsapp-purple-9999::gentoo-htpc'`.
  144. * The complete build log is located at '/var/tmp/portage/net-im/whatsapp-purple-9999/temp/build.log'.
  145. * The ebuild environment file is located at '/var/tmp/portage/net-im/whatsapp-purple-9999/temp/environment'.
  146. * Working directory: '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999'
  147. * S: '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999'
  148.  
  149. >>> Failed to emerge net-im/whatsapp-purple-9999, Log file:
  150.  
  151. >>> '/var/tmp/portage/net-im/whatsapp-purple-9999/temp/build.log'
  152.  
  153. * Messages for package net-im/whatsapp-purple-9999:
  154.  
  155. * ERROR: net-im/whatsapp-purple-9999::gentoo-htpc failed (compile phase):
  156. * emake failed
  157. *
  158. * If you need support, post the output of `emerge --info '=net-im/whatsapp-purple-9999::gentoo-htpc'`,
  159. * the complete build log and the output of `emerge -pqv '=net-im/whatsapp-purple-9999::gentoo-htpc'`.
  160. * The complete build log is located at '/var/tmp/portage/net-im/whatsapp-purple-9999/temp/build.log'.
  161. * The ebuild environment file is located at '/var/tmp/portage/net-im/whatsapp-purple-9999/temp/environment'.
  162. * Working directory: '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999'
  163. * S: '/var/tmp/portage/net-im/whatsapp-purple-9999/work/whatsapp-purple-9999'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement