Advertisement
Guest User

Untitled

a guest
Mar 15th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.95 KB | None | 0 0
  1. go install -ldflags="-X main.Build=ab7367ed2bf15044f7bca97147a802f77b875797" -compiler gccgo github.com/derekparker/delve/cmd/dlv
  2. # github.com/derekparker/delve/pkg/config
  3. pkg/config/config.go:10:2: error: import file ‘gopkg.in/yaml.v2’ not found
  4. yaml "gopkg.in/yaml.v2"
  5. ^
  6. pkg/config/config.go:69:8: error: reference to undefined name ‘yaml’
  7. err = yaml.Unmarshal(data, &c)
  8. ^
  9. # github.com/derekparker/delve/pkg/dwarf/reader
  10. pkg/dwarf/reader/reader.go:8:26: error: import file ‘golang.org/x/debug/dwarf’ not found
  11. "golang.org/x/debug/dwarf"
  12. ^
  13. pkg/dwarf/reader/reader.go:12:8: error: expected package
  14. *dwarf.Reader
  15. ^
  16. pkg/dwarf/reader/reader.go:17:21: error: expected package
  17. func New(data *dwarf.Data) *Reader {
  18. ^
  19. pkg/dwarf/reader/reader.go:22:37: error: expected package
  20. func (reader *Reader) Seek(off dwarf.Offset) {
  21. ^
  22. pkg/dwarf/reader/reader.go:28:47: error: expected package
  23. func (reader *Reader) SeekToEntry(entry *dwarf.Entry) error {
  24. ^
  25. pkg/dwarf/reader/reader.go:37:56: error: expected package
  26. func (reader *Reader) SeekToFunction(pc uint64) (*dwarf.Entry, error) {
  27. ^
  28. pkg/dwarf/reader/reader.go:112:46: error: expected package
  29. func (reader *Reader) SeekToType(entry *dwarf.Entry, resolveTypedefs bool, resolvePointerTypes bool) (*dwarf.Entry, error) {
  30. ^
  31. pkg/dwarf/reader/reader.go:112:109: error: expected package
  32. func (reader *Reader) SeekToType(entry *dwarf.Entry, resolveTypedefs bool, resolvePointerTypes bool) (*dwarf.Entry, error) {
  33. ^
  34. pkg/dwarf/reader/reader.go:113:48: error: expected package
  35. offset, ok := entry.Val(dwarf.AttrType).(dwarf.Offset)
  36. ^
  37. pkg/dwarf/reader/reader.go:135:52: error: expected package
  38. offset, ok = typeEntry.Val(dwarf.AttrType).(dwarf.Offset)
  39. ^
  40. pkg/dwarf/reader/reader.go:146:41: error: expected package
  41. func (reader *Reader) NextType() (*dwarf.Entry, error) {
  42. ^
  43. pkg/dwarf/reader/reader.go:164:59: error: expected package
  44. func (reader *Reader) SeekToTypeNamed(name string) (*dwarf.Entry, error) {
  45. ^
  46. pkg/dwarf/reader/reader.go:185:71: error: expected package
  47. func (reader *Reader) FindEntryNamed(name string, member bool) (*dwarf.Entry, error) {
  48. ^
  49. pkg/dwarf/reader/reader.go:227:16: error: expected package
  50. var attr dwarf.Attr
  51. ^
  52. pkg/dwarf/reader/reader.go:240:56: error: expected package
  53. func (reader *Reader) InstructionsForEntry(entry *dwarf.Entry) ([]byte, error) {
  54. ^
  55. pkg/dwarf/reader/reader.go:261:50: error: expected package
  56. func (reader *Reader) NextScopeVariable() (*dwarf.Entry, error) {
  57. ^
  58. pkg/dwarf/reader/reader.go:285:51: error: expected package
  59. func (reader *Reader) NextMemberVariable() (*dwarf.Entry, error) {
  60. ^
  61. pkg/dwarf/reader/reader.go:310:52: error: expected package
  62. func (reader *Reader) NextPackageVariable() (*dwarf.Entry, error) {
  63. ^
  64. pkg/dwarf/reader/reader.go:333:48: error: expected package
  65. func (reader *Reader) NextCompileUnit() (*dwarf.Entry, error) {
  66. ^
  67. pkg/dwarf/reader/reader.go:24:8: error: reference to undefined field or method ‘Reader’
  68. reader.Reader.Seek(off)
  69. ^
  70. pkg/dwarf/reader/reader.go:31:18: error: reference to undefined field or method ‘Next’
  71. _, err := reader.Next()
  72. ^
  73. pkg/dwarf/reader/reader.go:41:4: error: return with value in function with no return type
  74. return nil, err
  75. ^
  76. pkg/dwarf/reader/reader.go:59:4: error: return with value in function with no return type
  77. return entry, nil
  78. ^
  79. pkg/dwarf/reader/reader.go:63:2: error: return with value in function with no return type
  80. return nil, fmt.Errorf("unable to find function context")
  81. ^
  82. pkg/dwarf/reader/reader.go:68:22: error: reference to undefined field or method ‘FindEntryNamed’
  83. entry, err := reader.FindEntryNamed(name, false)
  84. ^
  85. pkg/dwarf/reader/reader.go:72:32: error: reference to undefined name ‘dwarf’
  86. instructions, ok := entry.Val(dwarf.AttrLocation).([]byte)
  87. ^
  88. pkg/dwarf/reader/reader.go:87:23: error: reference to undefined field or method ‘NextMemberVariable’
  89. entry, err := reader.NextMemberVariable()
  90. ^
  91. pkg/dwarf/reader/reader.go:94:25: error: reference to undefined name ‘dwarf’
  92. name, ok := entry.Val(dwarf.AttrName).(string)
  93. ^
  94. pkg/dwarf/reader/reader.go:98:33: error: reference to undefined name ‘dwarf’
  95. instructions, ok := entry.Val(dwarf.AttrDataMemberLoc).([]byte)
  96. ^
  97. pkg/dwarf/reader/reader.go:115:3: error: return with value in function with no return type
  98. return nil, fmt.Errorf("entry does not have a type attribute")
  99. ^
  100. pkg/dwarf/reader/reader.go:124:4: error: return with value in function with no return type
  101. return nil, err
  102. ^
  103. pkg/dwarf/reader/reader.go:128:4: error: return with value in function with no return type
  104. return typeEntry, nil
  105. ^
  106. pkg/dwarf/reader/reader.go:132:4: error: return with value in function with no return type
  107. return typeEntry, nil
  108. ^
  109. pkg/dwarf/reader/reader.go:137:4: error: return with value in function with no return type
  110. return typeEntry, nil
  111. ^
  112. pkg/dwarf/reader/reader.go:143:2: error: return with value in function with no return type
  113. return nil, TypeNotFoundErr
  114. ^
  115. pkg/dwarf/reader/reader.go:149:4: error: return with value in function with no return type
  116. return nil, err
  117. ^
  118. pkg/dwarf/reader/reader.go:154:4: error: return with value in function with no return type
  119. return entry, nil
  120. ^
  121. pkg/dwarf/reader/reader.go:158:2: error: return with value in function with no return type
  122. return nil, nil
  123. ^
  124. pkg/dwarf/reader/reader.go:168:4: error: return with value in function with no return type
  125. return nil, err
  126. ^
  127. pkg/dwarf/reader/reader.go:177:4: error: return with value in function with no return type
  128. return entry, nil
  129. ^
  130. pkg/dwarf/reader/reader.go:181:2: error: return with value in function with no return type
  131. return nil, TypeNotFoundErr
  132. ^
  133. pkg/dwarf/reader/reader.go:189:4: error: return with value in function with no return type
  134. return nil, err
  135. ^
  136. pkg/dwarf/reader/reader.go:199:5: error: return with value in function with no return type
  137. return nil, fmt.Errorf("could not find symbol value for %s", name)
  138. ^
  139. pkg/dwarf/reader/reader.go:217:3: error: return with value in function with no return type
  140. return entry, nil
  141. ^
  142. pkg/dwarf/reader/reader.go:219:2: error: return with value in function with no return type
  143. return nil, fmt.Errorf("could not find symbol value for %s", name)
  144. ^
  145. pkg/dwarf/reader/reader.go:223:22: error: reference to undefined field or method ‘FindEntryNamed’
  146. entry, err := reader.FindEntryNamed(name, member)
  147. ^
  148. pkg/dwarf/reader/reader.go:229:10: error: reference to undefined name ‘dwarf’
  149. attr = dwarf.AttrDataMemberLoc
  150. ^
  151. pkg/dwarf/reader/reader.go:231:10: error: reference to undefined name ‘dwarf’
  152. attr = dwarf.AttrLocation
  153. ^
  154. pkg/dwarf/reader/reader.go:241:18: error: reference to undefined name ‘dwarf’
  155. if entry.Tag == dwarf.TagMember {
  156. ^
  157. pkg/dwarf/reader/reader.go:242:33: error: reference to undefined name ‘dwarf’
  158. instructions, ok := entry.Val(dwarf.AttrDataMemberLoc).([]byte)
  159. ^
  160. pkg/dwarf/reader/reader.go:251:32: error: reference to undefined name ‘dwarf’
  161. instructions, ok := entry.Val(dwarf.AttrLocation).([]byte)
  162. ^
  163. pkg/dwarf/reader/reader.go:264:4: error: return with value in function with no return type
  164. return nil, err
  165. ^
  166. pkg/dwarf/reader/reader.go:276:4: error: return with value in function with no return type
  167. return entry, nil
  168. ^
  169. pkg/dwarf/reader/reader.go:281:2: error: return with value in function with no return type
  170. return nil, nil
  171. ^
  172. pkg/dwarf/reader/reader.go:288:4: error: return with value in function with no return type
  173. return nil, err
  174. ^
  175. pkg/dwarf/reader/reader.go:300:4: error: return with value in function with no return type
  176. return entry, nil
  177. ^
  178. pkg/dwarf/reader/reader.go:305:2: error: return with value in function with no return type
  179. return nil, nil
  180. ^
  181. pkg/dwarf/reader/reader.go:313:4: error: return with value in function with no return type
  182. return nil, err
  183. ^
  184. pkg/dwarf/reader/reader.go:319:5: error: return with value in function with no return type
  185. return entry, nil
  186. ^
  187. pkg/dwarf/reader/reader.go:330:2: error: return with value in function with no return type
  188. return nil, nil
  189. ^
  190. pkg/dwarf/reader/reader.go:336:4: error: return with value in function with no return type
  191. return nil, err
  192. ^
  193. pkg/dwarf/reader/reader.go:340:4: error: return with value in function with no return type
  194. return entry, nil
  195. ^
  196. pkg/dwarf/reader/reader.go:344:2: error: return with value in function with no return type
  197. return nil, nil
  198. ^
  199. pkg/dwarf/reader/reader.go:18:10: error: too many expressions for struct
  200. return &Reader{data.Reader(), 0}
  201. ^
  202. # github.com/derekparker/delve/vendor/github.com/spf13/cobra
  203. vendor/github.com/spf13/cobra/bash_completions.go:10:24: error: import file ‘github.com/spf13/pflag’ not found
  204. "github.com/spf13/pflag"
  205. ^
  206. vendor/github.com/spf13/cobra/bash_completions.go:320:32: error: expected package
  207. func writeShortFlag(flag *pflag.Flag, w io.Writer) error {
  208. ^
  209. vendor/github.com/spf13/cobra/bash_completions.go:334:27: error: expected package
  210. func writeFlag(flag *pflag.Flag, w io.Writer) error {
  211. ^
  212. vendor/github.com/spf13/cobra/bash_completions.go:359:51: error: expected package
  213. cmd.NonInheritedFlags().VisitAll(func(flag *pflag.Flag) {
  214. ^
  215. vendor/github.com/spf13/cobra/bash_completions.go:374:48: error: expected package
  216. cmd.InheritedFlags().VisitAll(func(flag *pflag.Flag) {
  217. ^
  218. vendor/github.com/spf13/cobra/bash_completions.go:400:33: error: expected package
  219. flags.VisitAll(func(flag *pflag.Flag) {
  220. ^
  221. vendor/github.com/spf13/cobra/bash_completions.go:512:35: error: expected package
  222. func MarkFlagRequired(flags *pflag.FlagSet, name string) error {
  223. ^
  224. vendor/github.com/spf13/cobra/bash_completions.go:530:35: error: expected package
  225. func MarkFlagFilename(flags *pflag.FlagSet, name string, extensions ...string) error {
  226. ^
  227. vendor/github.com/spf13/cobra/command.go:26:2: error: import file ‘github.com/spf13/pflag’ not found
  228. flag "github.com/spf13/pflag"
  229. ^
  230. vendor/github.com/spf13/cobra/command.go:57:13: error: expected package
  231. flags *flag.FlagSet
  232. ^
  233. vendor/github.com/spf13/cobra/command.go:59:14: error: expected package
  234. pflags *flag.FlagSet
  235. ^
  236. vendor/github.com/spf13/cobra/command.go:61:14: error: expected package
  237. lflags *flag.FlagSet
  238. ^
  239. vendor/github.com/spf13/cobra/command.go:114:27: error: expected package
  240. globNormFunc func(f *flag.FlagSet, name string) flag.NormalizedName
  241. ^
  242. vendor/github.com/spf13/cobra/command.go:114:54: error: expected package
  243. globNormFunc func(f *flag.FlagSet, name string) flag.NormalizedName
  244. ^
  245. vendor/github.com/spf13/cobra/command.go:180:60: error: expected package
  246. func (c *Command) SetGlobalNormalizationFunc(n func(f *flag.FlagSet, name string) flag.NormalizedName) {
  247. ^
  248. vendor/github.com/spf13/cobra/command.go:180:87: error: expected package
  249. func (c *Command) SetGlobalNormalizationFunc(n func(f *flag.FlagSet, name string) flag.NormalizedName) {
  250. ^
  251. vendor/github.com/spf13/cobra/command.go:315:40: error: expected package
  252. func isBooleanFlag(name string, f *flag.FlagSet) bool {
  253. ^
  254. vendor/github.com/spf13/cobra/command.go:324:45: error: expected package
  255. func isBooleanShortFlag(name string, f *flag.FlagSet) bool {
  256. ^
  257. vendor/github.com/spf13/cobra/command.go:326:25: error: expected package
  258. f.VisitAll(func(f *flag.Flag) {
  259. ^
  260. vendor/github.com/spf13/cobra/command.go:864:33: error: expected package
  261. x.flags.VisitAll(func(f *flag.Flag) {
  262. ^
  263. vendor/github.com/spf13/cobra/command.go:877:34: error: expected package
  264. x.pflags.VisitAll(func(f *flag.Flag) {
  265. ^
  266. vendor/github.com/spf13/cobra/command.go:1017:57: error: expected package
  267. func (c *Command) GlobalNormalizationFunc() func(f *flag.FlagSet, name string) flag.NormalizedName {
  268. ^
  269. vendor/github.com/spf13/cobra/command.go:1017:84: error: expected package
  270. func (c *Command) GlobalNormalizationFunc() func(f *flag.FlagSet, name string) flag.NormalizedName {
  271. ^
  272. vendor/github.com/spf13/cobra/command.go:1022:32: error: expected package
  273. func (c *Command) Flags() *flag.FlagSet {
  274. ^
  275. vendor/github.com/spf13/cobra/command.go:1034:37: error: expected package
  276. func (c *Command) LocalFlags() *flag.FlagSet {
  277. ^
  278. vendor/github.com/spf13/cobra/command.go:1038:32: error: expected package
  279. c.lflags.VisitAll(func(f *flag.Flag) {
  280. ^
  281. vendor/github.com/spf13/cobra/command.go:1042:41: error: expected package
  282. flag.CommandLine.VisitAll(func(f *flag.Flag) {
  283. ^
  284. vendor/github.com/spf13/cobra/command.go:1052:41: error: expected package
  285. func (c *Command) InheritedFlags() *flag.FlagSet {
  286. ^
  287. vendor/github.com/spf13/cobra/command.go:1062:45: error: expected package
  288. x.PersistentFlags().VisitAll(func(f *flag.Flag) {
  289. ^
  290. vendor/github.com/spf13/cobra/command.go:1081:44: error: expected package
  291. func (c *Command) NonInheritedFlags() *flag.FlagSet {
  292. ^
  293. vendor/github.com/spf13/cobra/command.go:1086:42: error: expected package
  294. func (c *Command) PersistentFlags() *flag.FlagSet {
  295. ^
  296. vendor/github.com/spf13/cobra/command.go:1127:48: error: expected package
  297. func (c *Command) Flag(name string) (flag *flag.Flag) {
  298. ^
  299. vendor/github.com/spf13/cobra/command.go:1138:58: error: expected package
  300. func (c *Command) persistentFlag(name string) (flag *flag.Flag) {
  301. ^
  302. vendor/github.com/spf13/cobra/command.go:1170:29: error: expected package
  303. addtolocal := func(f *flag.Flag) {
  304. ^
  305. vendor/github.com/spf13/cobra/command.go:1178:42: error: expected package
  306. flag.CommandLine.VisitAll(func(f *flag.Flag) {
  307. ^
  308. vendor/github.com/spf13/cobra/command.go:1185:45: error: expected package
  309. x.PersistentFlags().VisitAll(func(f *flag.Flag) {
  310. ^
  311. vendor/github.com/spf13/cobra/bash_completions.go:271:2: error: range clause must have array, slice, string, map, or channel type
  312. for _, c := range cmd.Commands() {
  313. ^
  314. vendor/github.com/spf13/cobra/bash_completions.go:401:3: error: range clause must have array, slice, string, map, or channel type
  315. for key := range flag.Annotations {
  316. ^
  317. vendor/github.com/spf13/cobra/bash_completions.go:432:6: error: invalid type for range clause
  318. for _, value := range cmd.ValidArgs {
  319. ^
  320. vendor/github.com/spf13/cobra/bash_completions.go:432:2: error: range clause must have array, slice, string, map, or channel type
  321. for _, value := range cmd.ValidArgs {
  322. ^
  323. vendor/github.com/spf13/cobra/bash_completions.go:441:6: error: invalid type for range clause
  324. for _, c := range cmd.Commands() {
  325. ^
  326. vendor/github.com/spf13/cobra/bash_completions.go:441:2: error: range clause must have array, slice, string, map, or channel type
  327. for _, c := range cmd.Commands() {
  328. ^
  329. vendor/github.com/spf13/cobra/command.go:130:10: error: expected pointer
  330. return *c.output
  331. ^
  332. vendor/github.com/spf13/cobra/command.go:185:2: error: range clause must have array, slice, string, map, or channel type
  333. for _, command := range c.commands {
  334. ^
  335. vendor/github.com/spf13/cobra/command.go:214:4: error: return with value in function with no return type
  336. return cmd.helpFunc
  337. ^
  338. vendor/github.com/spf13/cobra/command.go:218:2: error: return with value in function with no return type
  339. return func(*Command, []string) {
  340. ^
  341. vendor/github.com/spf13/cobra/command.go:309:2: error: range clause must have array, slice, string, map, or channel type
  342. for _, x := range c.commands {
  343. ^
  344. vendor/github.com/spf13/cobra/command.go:392:3: error: return with value in function with no return type
  345. return nil, nil, fmt.Errorf("Called find() on a nil Command")
  346. ^
  347. vendor/github.com/spf13/cobra/command.go:433:3: error: return with value in function with no return type
  348. return commandFound, a, nil
  349. ^
  350. vendor/github.com/spf13/cobra/command.go:445:5: error: range clause must have array, slice, string, map, or channel type
  351. for _, s := range suggestions {
  352. ^
  353. vendor/github.com/spf13/cobra/command.go:450:3: error: return with value in function with no return type
  354. return commandFound, a, fmt.Errorf("unknown command %q for %q%s", argsWOflags[0], commandFound.CommandPath(), suggestionsString)
  355. ^
  356. vendor/github.com/spf13/cobra/command.go:453:2: error: return with value in function with no return type
  357. return commandFound, a, nil
  358. ^
  359. vendor/github.com/spf13/cobra/command.go:400:4: error: return with value in function with no return type
  360. return c, innerArgs
  361. ^
  362. vendor/github.com/spf13/cobra/command.go:403:14: error: invalid type for make function
  363. matches := make([]*Command, 0)
  364. ^
  365. vendor/github.com/spf13/cobra/command.go:406:5: error: return with value in function with no return type
  366. return innerfind(cmd, argsMinusFirstX(innerArgs, nextSubCmd))
  367. ^
  368. vendor/github.com/spf13/cobra/command.go:410:23: error: argument 1 must be a slice
  369. matches = append(matches, cmd)
  370. ^
  371. vendor/github.com/spf13/cobra/command.go:414:24: error: argument 1 must be a slice
  372. matches = append(matches, cmd)
  373. ^
  374. vendor/github.com/spf13/cobra/command.go:412:5: error: range clause must have array, slice, string, map, or channel type
  375. for _, x := range cmd.Aliases {
  376. ^
  377. vendor/github.com/spf13/cobra/command.go:404:3: error: range clause must have array, slice, string, map, or channel type
  378. for _, cmd := range c.commands {
  379. ^
  380. vendor/github.com/spf13/cobra/command.go:422:4: error: return with value in function with no return type
  381. return innerfind(matches[0], argsMinusFirstX(innerArgs, argsWOflags[0]))
  382. ^
  383. vendor/github.com/spf13/cobra/command.go:425:3: error: return with value in function with no return type
  384. return c, innerArgs
  385. ^
  386. vendor/github.com/spf13/cobra/command.go:466:4: error: range clause must have array, slice, string, map, or channel type
  387. for _, explicitSuggestion := range cmd.SuggestFor {
  388. ^
  389. vendor/github.com/spf13/cobra/command.go:458:2: error: range clause must have array, slice, string, map, or channel type
  390. for _, cmd := range c.commands {
  391. ^
  392. vendor/github.com/spf13/cobra/command.go:484:4: error: return with value in function with no return type
  393. return traverse(x.parent)
  394. ^
  395. vendor/github.com/spf13/cobra/command.go:486:3: error: return with value in function with no return type
  396. return x
  397. ^
  398. vendor/github.com/spf13/cobra/command.go:501:2: error: return with value in function with no return type
  399. return findRoot(c)
  400. ^
  401. vendor/github.com/spf13/cobra/command.go:496:4: error: return with value in function with no return type
  402. return findRoot(x.parent)
  403. ^
  404. vendor/github.com/spf13/cobra/command.go:498:3: error: return with value in function with no return type
  405. return x
  406. ^
  407. vendor/github.com/spf13/cobra/command.go:539:10: error: reference to undefined name ‘flag’
  408. return flag.ErrHelp
  409. ^
  410. vendor/github.com/spf13/cobra/command.go:623:3: error: not enough arguments to return
  411. return c.Root().ExecuteC()
  412. ^
  413. vendor/github.com/spf13/cobra/command.go:660:13: error: reference to undefined name ‘flag’
  414. if err == flag.ErrHelp {
  415. ^
  416. vendor/github.com/spf13/cobra/command.go:724:2: error: return with value in function with no return type
  417. return c.commands
  418. ^
  419. vendor/github.com/spf13/cobra/command.go:751:24: error: argument 1 must be a slice
  420. c.commands = append(c.commands, x)
  421. ^
  422. vendor/github.com/spf13/cobra/command.go:766:21: error: argument 1 must be a slice
  423. commands = append(commands, command)
  424. ^
  425. vendor/github.com/spf13/cobra/command.go:759:2: error: range clause must have array, slice, string, map, or channel type
  426. for _, command := range c.commands {
  427. ^
  428. vendor/github.com/spf13/cobra/command.go:773:2: error: range clause must have array, slice, string, map, or channel type
  429. for _, command := range c.commands {
  430. ^
  431. vendor/github.com/spf13/cobra/command.go:889:4: error: range clause must have array, slice, string, map, or channel type
  432. for _, y := range x.commands {
  433. ^
  434. vendor/github.com/spf13/cobra/command.go:913:2: error: range clause must have array, slice, string, map, or channel type
  435. for _, a := range c.Aliases {
  436. ^
  437. vendor/github.com/spf13/cobra/command.go:968:2: error: range clause must have array, slice, string, map, or channel type
  438. for _, sub := range c.commands {
  439. ^
  440. vendor/github.com/spf13/cobra/command.go:984:2: error: range clause must have array, slice, string, map, or channel type
  441. for _, sub := range c.commands {
  442. ^
  443. vendor/github.com/spf13/cobra/command.go:1000:2: error: range clause must have array, slice, string, map, or channel type
  444. for _, sub := range c.commands {
  445. ^
  446. vendor/github.com/spf13/cobra/command.go:1018:2: error: return with value in function with no return type
  447. return c.globNormFunc
  448. ^
  449. vendor/github.com/spf13/cobra/command.go:1030:2: error: return with value in function with no return type
  450. return c.flags
  451. ^
  452. vendor/github.com/spf13/cobra/command.go:1048:2: error: return with value in function with no return type
  453. return local
  454. ^
  455. vendor/github.com/spf13/cobra/command.go:1077:2: error: return with value in function with no return type
  456. return inherited
  457. ^
  458. vendor/github.com/spf13/cobra/command.go:1082:2: error: return with value in function with no return type
  459. return c.LocalFlags()
  460. ^
  461. vendor/github.com/spf13/cobra/command.go:1094:2: error: return with value in function with no return type
  462. return c.pflags
  463. ^
  464. vendor/github.com/spf13/cobra/command.go:1101:12: error: reference to undefined name ‘flag’
  465. c.flags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  466. ^
  467. vendor/github.com/spf13/cobra/command.go:1101:38: error: reference to undefined name ‘flag’
  468. c.flags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  469. ^
  470. vendor/github.com/spf13/cobra/command.go:1103:13: error: reference to undefined name ‘flag’
  471. c.pflags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  472. ^
  473. vendor/github.com/spf13/cobra/command.go:1103:39: error: reference to undefined name ‘flag’
  474. c.pflags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  475. ^
  476. vendor/github.com/spf13/cobra/command.go:1157:2: error: return with value in function with no return type
  477. return c.parent
  478. ^
  479. vendor/github.com/spf13/cobra/command.go:1165:14: error: reference to undefined name ‘flag’
  480. c.lflags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  481. ^
  482. vendor/github.com/spf13/cobra/command.go:1165:40: error: reference to undefined name ‘flag’
  483. c.lflags = flag.NewFlagSet(c.Name(), flag.ContinueOnError)
  484. ^
  485. vendor/github.com/spf13/cobra/command.go:1178:4: error: reference to undefined name ‘flag’
  486. flag.CommandLine.VisitAll(func(f *flag.Flag) {
  487. ^
  488. vendor/github.com/spf13/cobra/bash_completions.go:271:6: error: invalid type for range clause
  489. for _, c := range cmd.Commands() {
  490. ^
  491. vendor/github.com/spf13/cobra/bash_completions.go:401:7: error: invalid type for range clause
  492. for key := range flag.Annotations {
  493. ^
  494. vendor/github.com/spf13/cobra/command.go:185:6: error: invalid type for range clause
  495. for _, command := range c.commands {
  496. ^
  497. vendor/github.com/spf13/cobra/command.go:309:6: error: invalid type for range clause
  498. for _, x := range c.commands {
  499. ^
  500. vendor/github.com/spf13/cobra/command.go:445:9: error: invalid type for range clause
  501. for _, s := range suggestions {
  502. ^
  503. vendor/github.com/spf13/cobra/command.go:404:7: error: invalid type for range clause
  504. for _, cmd := range c.commands {
  505. ^
  506. vendor/github.com/spf13/cobra/command.go:458:6: error: invalid type for range clause
  507. for _, cmd := range c.commands {
  508. ^
  509. vendor/github.com/spf13/cobra/command.go:759:6: error: invalid type for range clause
  510. for _, command := range c.commands {
  511. ^
  512. vendor/github.com/spf13/cobra/command.go:773:6: error: invalid type for range clause
  513. for _, command := range c.commands {
  514. ^
  515. vendor/github.com/spf13/cobra/command.go:889:8: error: invalid type for range clause
  516. for _, y := range x.commands {
  517. ^
  518. vendor/github.com/spf13/cobra/command.go:913:6: error: invalid type for range clause
  519. for _, a := range c.Aliases {
  520. ^
  521. vendor/github.com/spf13/cobra/command.go:968:6: error: invalid type for range clause
  522. for _, sub := range c.commands {
  523. ^
  524. vendor/github.com/spf13/cobra/command.go:984:6: error: invalid type for range clause
  525. for _, sub := range c.commands {
  526. ^
  527. vendor/github.com/spf13/cobra/command.go:1000:6: error: invalid type for range clause
  528. for _, sub := range c.commands {
  529. ^
  530. # github.com/derekparker/delve/vendor/golang.org/x/debug/elf
  531. vendor/golang.org/x/debug/elf/file.go:16:26: error: import file ‘golang.org/x/debug/dwarf’ not found
  532. "golang.org/x/debug/dwarf"
  533. ^
  534. vendor/golang.org/x/debug/elf/file.go:574:31: error: expected package
  535. func (f *File) DWARF() (*dwarf.Data, error) {
  536. ^
  537. vendor/golang.org/x/debug/elf/file.go:589:4: error: return with value in function with no return type
  538. return nil, err
  539. ^
  540. vendor/golang.org/x/debug/elf/file.go:600:4: error: return with value in function with no return type
  541. return nil, err
  542. ^
  543. vendor/golang.org/x/debug/elf/file.go:604:4: error: return with value in function with no return type
  544. return nil, err
  545. ^
  546. vendor/golang.org/x/debug/elf/file.go:611:3: error: return with value in function with no return type
  547. return nil, err
  548. ^
  549. vendor/golang.org/x/debug/elf/file.go:619:5: error: return with value in function with no return type
  550. return nil, err
  551. ^
  552. vendor/golang.org/x/debug/elf/file.go:631:6: error: return with value in function with no return type
  553. return nil, err
  554. ^
  555. vendor/golang.org/x/debug/elf/file.go:635:6: error: return with value in function with no return type
  556. return nil, err
  557. ^
  558. vendor/golang.org/x/debug/elf/file.go:622:4: error: range clause must have array, slice, string, map, or channel type
  559. for _, r := range f.Sections {
  560. ^
  561. vendor/golang.org/x/debug/elf/file.go:641:5: error: return with value in function with no return type
  562. return nil, err
  563. ^
  564. vendor/golang.org/x/debug/elf/file.go:615:2: error: range clause must have array, slice, string, map, or channel type
  565. for i, s := range f.Sections {
  566. ^
  567. vendor/golang.org/x/debug/elf/file.go:646:2: error: return with value in function with no return type
  568. return d, nil
  569. ^
  570. vendor/golang.org/x/debug/elf/file.go:615:6: error: invalid type for range clause
  571. for i, s := range f.Sections {
  572. ^
  573. vendor/golang.org/x/debug/elf/file.go:615:6: error: invalid type for range clause
  574. Makefile:47: recipe for target 'install' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement