Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.09 KB | None | 0 0
  1.  
  2. = = = = = = = = = = = = = = = = = = = = =
  3. Installing dependencies for 'scraper' : Scraper for EmulationStation by Steven Selph
  4. = = = = = = = = = = = = = = = = = = = = =
  5.  
  6.  
  7. = = = = = = = = = = = = = = = = = = = = =
  8. Installing 'golang' : Golang binary install
  9. = = = = = = = = = = = = = = = = = = = = =
  10.  
  11. Current Go version: go1.8
  12. /home/pi/RetroPie-Setup/tmp/build/scraper /home/pi/RetroPie-Setup
  13.  
  14. = = = = = = = = = = = = = = = = = = = = =
  15. Getting sources for 'scraper' : Scraper for EmulationStation by Steven Selph
  16. = = = = = = = = = = = = = = = = = = = = =
  17.  
  18. package context: unrecognized import path "context" (import path does not begin with hostname)
  19. package crypto/sha1: unrecognized import path "crypto/sha1" (import path does not begin with hostname)
  20. package encoding/csv: unrecognized import path "encoding/csv" (import path does not begin with hostname)
  21. package encoding/xml: unrecognized import path "encoding/xml" (import path does not begin with hostname)
  22. package errors: unrecognized import path "errors" (import path does not begin with hostname)
  23. package flag: unrecognized import path "flag" (import path does not begin with hostname)
  24. package fmt: unrecognized import path "fmt" (import path does not begin with hostname)
  25. package bytes: unrecognized import path "bytes" (import path does not begin with hostname)
  26. package os: unrecognized import path "os" (import path does not begin with hostname)
  27. package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname)
  28. package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname)
  29. package runtime: unrecognized import path "runtime" (import path does not begin with hostname)
  30. package strconv: unrecognized import path "strconv" (import path does not begin with hostname)
  31. package strings: unrecognized import path "strings" (import path does not begin with hostname)
  32. package sync: unrecognized import path "sync" (import path does not begin with hostname)
  33. package archive/zip: unrecognized import path "archive/zip" (import path does not begin with hostname)
  34. package compress/gzip: unrecognized import path "compress/gzip" (import path does not begin with hostname)
  35. package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname)
  36. package container/list: unrecognized import path "container/list" (import path does not begin with hostname)
  37. package image: unrecognized import path "image" (import path does not begin with hostname)
  38. package image/color: unrecognized import path "image/color" (import path does not begin with hostname)
  39. package math: unrecognized import path "math" (import path does not begin with hostname)
  40. package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname)
  41. package net/http: unrecognized import path "net/http" (import path does not begin with hostname)
  42. package net/url: unrecognized import path "net/url" (import path does not begin with hostname)
  43. package regexp: unrecognized import path "regexp" (import path does not begin with hostname)
  44. package encoding/hex: unrecognized import path "encoding/hex" (import path does not begin with hostname)
  45. package bufio: unrecognized import path "bufio" (import path does not begin with hostname)
  46. package io: unrecognized import path "io" (import path does not begin with hostname)
  47. package time: unrecognized import path "time" (import path does not begin with hostname)
  48. package hash: unrecognized import path "hash" (import path does not begin with hostname)
  49. package path: unrecognized import path "path" (import path does not begin with hostname)
  50. package crypto/aes: unrecognized import path "crypto/aes" (import path does not begin with hostname)
  51. package crypto/cipher: unrecognized import path "crypto/cipher" (import path does not begin with hostname)
  52. package crypto/rand: unrecognized import path "crypto/rand" (import path does not begin with hostname)
  53. package encoding/base64: unrecognized import path "encoding/base64" (import path does not begin with hostname)
  54. package log: unrecognized import path "log" (import path does not begin with hostname)
  55. package encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname)
  56. package hash/crc32: unrecognized import path "hash/crc32" (import path does not begin with hostname)
  57. package sync/atomic: unrecognized import path "sync/atomic" (import path does not begin with hostname)
  58. package unsafe: unrecognized import path "unsafe" (import path does not begin with hostname)
  59. package syscall: unrecognized import path "syscall" (import path does not begin with hostname)
  60. package math/rand: unrecognized import path "math/rand" (import path does not begin with hostname)
  61. package sort: unrecognized import path "sort" (import path does not begin with hostname)
  62. package image/draw: unrecognized import path "image/draw" (import path does not begin with hostname)
  63. package image/jpeg: unrecognized import path "image/jpeg" (import path does not begin with hostname)
  64. package image/png: unrecognized import path "image/png" (import path does not begin with hostname)
  65. package unicode: unrecognized import path "unicode" (import path does not begin with hostname)
  66. package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname)
  67. package os/signal: unrecognized import path "os/signal" (import path does not begin with hostname)
  68. /home/pi/RetroPie-Setup
  69. /home/pi/RetroPie-Setup/tmp/build/scraper /home/pi/RetroPie-Setup
  70.  
  71. = = = = = = = = = = = = = = = = = = = = =
  72. Building 'scraper' : Scraper for EmulationStation by Steven Selph
  73. = = = = = = = = = = = = = = = = = = = = =
  74.  
  75. src/github.com/sselph/scraper/ds/mame.go:4:2: cannot find package "archive/zip" in any of:
  76. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/archive/zip (vendor tree)
  77. /opt/retropie/supplementary/golang/src/archive/zip (from $GOROOT)
  78. /home/pi/RetroPie-Setup/tmp/build/scraper/src/archive/zip (from $GOPATH)
  79. src/github.com/sselph/scraper/vendor/github.com/kjk/lzmadec/lzmadec.go:4:2: cannot find package "bufio" in any of:
  80. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/bufio (vendor tree)
  81. /opt/retropie/supplementary/golang/src/bufio (from $GOROOT)
  82. /home/pi/RetroPie-Setup/tmp/build/scraper/src/bufio (from $GOPATH)
  83. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:4:2: cannot find package "bytes" in any of:
  84. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/bytes (vendor tree)
  85. /opt/retropie/supplementary/golang/src/bytes (from $GOROOT)
  86. /home/pi/RetroPie-Setup/tmp/build/scraper/src/bytes (from $GOPATH)
  87. src/github.com/sselph/scraper/ds/ds.go:4:2: cannot find package "compress/gzip" in any of:
  88. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/compress/gzip (vendor tree)
  89. /opt/retropie/supplementary/golang/src/compress/gzip (from $GOROOT)
  90. /home/pi/RetroPie-Setup/tmp/build/scraper/src/compress/gzip (from $GOPATH)
  91. src/github.com/sselph/scraper/vendor/github.com/hashicorp/golang-lru/simplelru/lru.go:4:2: cannot find package "container/list" in any of:
  92. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/container/list (vendor tree)
  93. /opt/retropie/supplementary/golang/src/container/list (from $GOROOT)
  94. /home/pi/RetroPie-Setup/tmp/build/scraper/src/container/list (from $GOPATH)
  95. src/github.com/sselph/scraper/scraper.go:4:2: cannot find package "context" in any of:
  96. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/context (vendor tree)
  97. /opt/retropie/supplementary/golang/src/context (from $GOROOT)
  98. /home/pi/RetroPie-Setup/tmp/build/scraper/src/context (from $GOPATH)
  99. src/github.com/sselph/scraper/ss/ss_key.go:4:2: cannot find package "crypto/aes" in any of:
  100. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/crypto/aes (vendor tree)
  101. /opt/retropie/supplementary/golang/src/crypto/aes (from $GOROOT)
  102. /home/pi/RetroPie-Setup/tmp/build/scraper/src/crypto/aes (from $GOPATH)
  103. src/github.com/sselph/scraper/ss/ss_key.go:5:2: cannot find package "crypto/cipher" in any of:
  104. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/crypto/cipher (vendor tree)
  105. /opt/retropie/supplementary/golang/src/crypto/cipher (from $GOROOT)
  106. /home/pi/RetroPie-Setup/tmp/build/scraper/src/crypto/cipher (from $GOPATH)
  107. src/github.com/sselph/scraper/ss/ss_key.go:6:2: cannot find package "crypto/rand" in any of:
  108. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/crypto/rand (vendor tree)
  109. /opt/retropie/supplementary/golang/src/crypto/rand (from $GOROOT)
  110. /home/pi/RetroPie-Setup/tmp/build/scraper/src/crypto/rand (from $GOPATH)
  111. src/github.com/sselph/scraper/scraper.go:5:2: cannot find package "crypto/sha1" in any of:
  112. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/crypto/sha1 (vendor tree)
  113. /opt/retropie/supplementary/golang/src/crypto/sha1 (from $GOROOT)
  114. /home/pi/RetroPie-Setup/tmp/build/scraper/src/crypto/sha1 (from $GOPATH)
  115. src/github.com/sselph/scraper/ss/ss_key.go:7:2: cannot find package "encoding/base64" in any of:
  116. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/base64 (vendor tree)
  117. /opt/retropie/supplementary/golang/src/encoding/base64 (from $GOROOT)
  118. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/base64 (from $GOPATH)
  119. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/batch.go:10:2: cannot find package "encoding/binary" in any of:
  120. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/binary (vendor tree)
  121. /opt/retropie/supplementary/golang/src/encoding/binary (from $GOROOT)
  122. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/binary (from $GOPATH)
  123. src/github.com/sselph/scraper/scraper.go:6:2: cannot find package "encoding/csv" in any of:
  124. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/csv (vendor tree)
  125. /opt/retropie/supplementary/golang/src/encoding/csv (from $GOROOT)
  126. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/csv (from $GOPATH)
  127. src/github.com/sselph/scraper/rom/hash/hash.go:5:2: cannot find package "encoding/hex" in any of:
  128. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/hex (vendor tree)
  129. /opt/retropie/supplementary/golang/src/encoding/hex (from $GOROOT)
  130. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/hex (from $GOPATH)
  131. src/github.com/sselph/scraper/ds/ovgdb.go:6:2: cannot find package "encoding/json" in any of:
  132. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/json (vendor tree)
  133. /opt/retropie/supplementary/golang/src/encoding/json (from $GOROOT)
  134. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/json (from $GOPATH)
  135. src/github.com/sselph/scraper/scraper.go:7:2: cannot find package "encoding/xml" in any of:
  136. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/encoding/xml (vendor tree)
  137. /opt/retropie/supplementary/golang/src/encoding/xml (from $GOROOT)
  138. /home/pi/RetroPie-Setup/tmp/build/scraper/src/encoding/xml (from $GOPATH)
  139. src/github.com/sselph/scraper/scraper.go:8:2: cannot find package "errors" in any of:
  140. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/errors (vendor tree)
  141. /opt/retropie/supplementary/golang/src/errors (from $GOROOT)
  142. /home/pi/RetroPie-Setup/tmp/build/scraper/src/errors (from $GOPATH)
  143. src/github.com/sselph/scraper/scraper.go:9:2: cannot find package "flag" in any of:
  144. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/flag (vendor tree)
  145. /opt/retropie/supplementary/golang/src/flag (from $GOROOT)
  146. /home/pi/RetroPie-Setup/tmp/build/scraper/src/flag (from $GOPATH)
  147. src/github.com/sselph/scraper/scraper.go:10:2: cannot find package "fmt" in any of:
  148. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/fmt (vendor tree)
  149. /opt/retropie/supplementary/golang/src/fmt (from $GOROOT)
  150. /home/pi/RetroPie-Setup/tmp/build/scraper/src/fmt (from $GOPATH)
  151. src/github.com/sselph/scraper/rom/hash/hash.go:7:2: cannot find package "hash" in any of:
  152. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/hash (vendor tree)
  153. /opt/retropie/supplementary/golang/src/hash (from $GOROOT)
  154. /home/pi/RetroPie-Setup/tmp/build/scraper/src/hash (from $GOPATH)
  155. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/util/crc32.go:9:2: cannot find package "hash/crc32" in any of:
  156. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/hash/crc32 (vendor tree)
  157. /opt/retropie/supplementary/golang/src/hash/crc32 (from $GOROOT)
  158. /home/pi/RetroPie-Setup/tmp/build/scraper/src/hash/crc32 (from $GOPATH)
  159. src/github.com/sselph/scraper/vendor/github.com/nfnt/resize/converter.go:19:8: cannot find package "image" in any of:
  160. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/image (vendor tree)
  161. /opt/retropie/supplementary/golang/src/image (from $GOROOT)
  162. /home/pi/RetroPie-Setup/tmp/build/scraper/src/image (from $GOPATH)
  163. src/github.com/sselph/scraper/vendor/github.com/nfnt/resize/ycc.go:21:2: cannot find package "image/color" in any of:
  164. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/image/color (vendor tree)
  165. /opt/retropie/supplementary/golang/src/image/color (from $GOROOT)
  166. /home/pi/RetroPie-Setup/tmp/build/scraper/src/image/color (from $GOPATH)
  167. src/github.com/sselph/scraper/ds/mix.go:8:2: cannot find package "image/draw" in any of:
  168. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/image/draw (vendor tree)
  169. /opt/retropie/supplementary/golang/src/image/draw (from $GOROOT)
  170. /home/pi/RetroPie-Setup/tmp/build/scraper/src/image/draw (from $GOPATH)
  171. src/github.com/sselph/scraper/ds/ds.go:10:2: cannot find package "image/jpeg" in any of:
  172. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/image/jpeg (vendor tree)
  173. /opt/retropie/supplementary/golang/src/image/jpeg (from $GOROOT)
  174. /home/pi/RetroPie-Setup/tmp/build/scraper/src/image/jpeg (from $GOPATH)
  175. src/github.com/sselph/scraper/ds/ds.go:11:2: cannot find package "image/png" in any of:
  176. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/image/png (vendor tree)
  177. /opt/retropie/supplementary/golang/src/image/png (from $GOROOT)
  178. /home/pi/RetroPie-Setup/tmp/build/scraper/src/image/png (from $GOPATH)
  179. src/github.com/sselph/scraper/vendor/github.com/kjk/lzmadec/lzmadec.go:8:2: cannot find package "io" in any of:
  180. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/io (vendor tree)
  181. /opt/retropie/supplementary/golang/src/io (from $GOROOT)
  182. /home/pi/RetroPie-Setup/tmp/build/scraper/src/io (from $GOPATH)
  183. src/github.com/sselph/scraper/adb/adb.go:8:2: cannot find package "io/ioutil" in any of:
  184. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/io/ioutil (vendor tree)
  185. /opt/retropie/supplementary/golang/src/io/ioutil (from $GOROOT)
  186. /home/pi/RetroPie-Setup/tmp/build/scraper/src/io/ioutil (from $GOPATH)
  187. src/github.com/sselph/scraper/ss/ss.go:11:2: cannot find package "log" in any of:
  188. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/log (vendor tree)
  189. /opt/retropie/supplementary/golang/src/log (from $GOROOT)
  190. /home/pi/RetroPie-Setup/tmp/build/scraper/src/log (from $GOPATH)
  191. src/github.com/sselph/scraper/vendor/github.com/nfnt/resize/filters.go:20:2: cannot find package "math" in any of:
  192. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/math (vendor tree)
  193. /opt/retropie/supplementary/golang/src/math (from $GOROOT)
  194. /home/pi/RetroPie-Setup/tmp/build/scraper/src/math (from $GOPATH)
  195. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:11:2: cannot find package "math/rand" in any of:
  196. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/math/rand (vendor tree)
  197. /opt/retropie/supplementary/golang/src/math/rand (from $GOROOT)
  198. /home/pi/RetroPie-Setup/tmp/build/scraper/src/math/rand (from $GOPATH)
  199. src/github.com/sselph/scraper/adb/adb.go:9:2: cannot find package "net/http" in any of:
  200. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/net/http (vendor tree)
  201. /opt/retropie/supplementary/golang/src/net/http (from $GOROOT)
  202. /home/pi/RetroPie-Setup/tmp/build/scraper/src/net/http (from $GOPATH)
  203. src/github.com/sselph/scraper/adb/adb.go:10:2: cannot find package "net/url" in any of:
  204. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/net/url (vendor tree)
  205. /opt/retropie/supplementary/golang/src/net/url (from $GOROOT)
  206. /home/pi/RetroPie-Setup/tmp/build/scraper/src/net/url (from $GOPATH)
  207. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:6:2: cannot find package "os" in any of:
  208. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/os (vendor tree)
  209. /opt/retropie/supplementary/golang/src/os (from $GOROOT)
  210. /home/pi/RetroPie-Setup/tmp/build/scraper/src/os (from $GOPATH)
  211. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:7:2: cannot find package "os/exec" in any of:
  212. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/os/exec (vendor tree)
  213. /opt/retropie/supplementary/golang/src/os/exec (from $GOROOT)
  214. /home/pi/RetroPie-Setup/tmp/build/scraper/src/os/exec (from $GOPATH)
  215. src/github.com/sselph/scraper/scraper.go:14:2: cannot find package "os/signal" in any of:
  216. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/os/signal (vendor tree)
  217. /opt/retropie/supplementary/golang/src/os/signal (from $GOROOT)
  218. /home/pi/RetroPie-Setup/tmp/build/scraper/src/os/signal (from $GOPATH)
  219. src/github.com/sselph/scraper/rom/hash/hash.go:11:2: cannot find package "path" in any of:
  220. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/path (vendor tree)
  221. /opt/retropie/supplementary/golang/src/path (from $GOROOT)
  222. /home/pi/RetroPie-Setup/tmp/build/scraper/src/path (from $GOPATH)
  223. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:8:2: cannot find package "path/filepath" in any of:
  224. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/path/filepath (vendor tree)
  225. /opt/retropie/supplementary/golang/src/path/filepath (from $GOROOT)
  226. /home/pi/RetroPie-Setup/tmp/build/scraper/src/path/filepath (from $GOPATH)
  227. src/github.com/sselph/scraper/mamedb/mamedb.go:19:2: cannot find package "regexp" in any of:
  228. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/regexp (vendor tree)
  229. /opt/retropie/supplementary/golang/src/regexp (from $GOROOT)
  230. /home/pi/RetroPie-Setup/tmp/build/scraper/src/regexp (from $GOPATH)
  231. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:9:2: cannot find package "runtime" in any of:
  232. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/runtime (vendor tree)
  233. /opt/retropie/supplementary/golang/src/runtime (from $GOROOT)
  234. /home/pi/RetroPie-Setup/tmp/build/scraper/src/runtime (from $GOPATH)
  235. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/table/reader.go:13:2: cannot find package "sort" in any of:
  236. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/sort (vendor tree)
  237. /opt/retropie/supplementary/golang/src/sort (from $GOROOT)
  238. /home/pi/RetroPie-Setup/tmp/build/scraper/src/sort (from $GOPATH)
  239. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:10:2: cannot find package "strconv" in any of:
  240. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/strconv (vendor tree)
  241. /opt/retropie/supplementary/golang/src/strconv (from $GOROOT)
  242. /home/pi/RetroPie-Setup/tmp/build/scraper/src/strconv (from $GOPATH)
  243. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:11:2: cannot find package "strings" in any of:
  244. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/strings (vendor tree)
  245. /opt/retropie/supplementary/golang/src/strings (from $GOROOT)
  246. /home/pi/RetroPie-Setup/tmp/build/scraper/src/strings (from $GOPATH)
  247. src/github.com/sselph/scraper/vendor/github.com/mitchellh/go-homedir/homedir.go:12:2: cannot find package "sync" in any of:
  248. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/sync (vendor tree)
  249. /opt/retropie/supplementary/golang/src/sync (from $GOROOT)
  250. /home/pi/RetroPie-Setup/tmp/build/scraper/src/sync (from $GOPATH)
  251. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:12:2: cannot find package "sync/atomic" in any of:
  252. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/sync/atomic (vendor tree)
  253. /opt/retropie/supplementary/golang/src/sync/atomic (from $GOROOT)
  254. /home/pi/RetroPie-Setup/tmp/build/scraper/src/sync/atomic (from $GOPATH)
  255. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/storage/file_storage_unix.go:13:2: cannot find package "syscall" in any of:
  256. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/syscall (vendor tree)
  257. /opt/retropie/supplementary/golang/src/syscall (from $GOROOT)
  258. /home/pi/RetroPie-Setup/tmp/build/scraper/src/syscall (from $GOPATH)
  259. src/github.com/sselph/scraper/vendor/github.com/kjk/lzmadec/lzmadec.go:14:2: cannot find package "time" in any of:
  260. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/time (vendor tree)
  261. /opt/retropie/supplementary/golang/src/time (from $GOROOT)
  262. /home/pi/RetroPie-Setup/tmp/build/scraper/src/time (from $GOPATH)
  263. src/github.com/sselph/scraper/rom/rom.go:15:2: cannot find package "unicode" in any of:
  264. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/unicode (vendor tree)
  265. /opt/retropie/supplementary/golang/src/unicode (from $GOROOT)
  266. /home/pi/RetroPie-Setup/tmp/build/scraper/src/unicode (from $GOPATH)
  267. src/github.com/sselph/scraper/rom/rom.go:16:2: cannot find package "unicode/utf8" in any of:
  268. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/unicode/utf8 (vendor tree)
  269. /opt/retropie/supplementary/golang/src/unicode/utf8 (from $GOROOT)
  270. /home/pi/RetroPie-Setup/tmp/build/scraper/src/unicode/utf8 (from $GOPATH)
  271. src/github.com/sselph/scraper/vendor/github.com/syndtr/goleveldb/leveldb/cache/cache.go:13:2: cannot find package "unsafe" in any of:
  272. /home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper/vendor/unsafe (vendor tree)
  273. /opt/retropie/supplementary/golang/src/unsafe (from $GOROOT)
  274. /home/pi/RetroPie-Setup/tmp/build/scraper/src/unsafe (from $GOPATH)
  275. /home/pi/RetroPie-Setup
  276. /home/pi/RetroPie-Setup/tmp/build/scraper /home/pi/RetroPie-Setup
  277.  
  278. = = = = = = = = = = = = = = = = = = = = =
  279. Installing 'scraper' : Scraper for EmulationStation by Steven Selph
  280. = = = = = = = = = = = = = = = = = = = = =
  281.  
  282. /home/pi/RetroPie-Setup
  283. Could not successfully install Scraper for EmulationStation by Steven Selph (/home/pi/RetroPie-Setup/tmp/build/scraper/scraper not found).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement