douya6229 2018-09-07 16:11
浏览 416
已采纳

golang snap安装:cgo.a:只读文件系统

I have installed go 1.11 using the snap package as described here: https://github.com/golang/go/wiki/Ubuntu

# This will give you the latest version of go
$ sudo snap install --classic go

Things in general work well, however, when I tried to compile a project that uses cgo, I get the following error:

/snap/go/2635/bin/go test -c -i -o /tmp/___Test_GetVersion_in_tests_go tests_go #gosetup
go test runtime/cgo: open /snap/go/2635/pkg/linux_amd64/runtime/cgo.a: read-only file system

What could be happening? Is this a known issue in the snap installation?

  • 写回答

2条回答 默认 最新

  • douou6696 2019-02-15 16:19
    关注

    In case you came here looking for how to resolve this error for VSCode - it took me a little bit to find the setting.

    File -> Preferences -> Settings

    In the settings pane... User Settings -> Extensions -> Go configuration

    Scroll about 2/3rds of the way down until you get to Install Dependencies When Building. Uncheck that one and restart VSCode.

    So far has been working for me (running Ubuntu 18)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
  • doucheng9634 2018-11-12 10:50
    关注

    The suggestion provided by stderr, to remove the -i argument, resolves this.

    In case you are using the GoLand IDE, you can remove the -i argument by going to Run -> Edit Configurations... -> Go tool arguments

    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 (关键词-聊天软件)
  • ¥15 求大家看看这个编程的编法没有思路啊
  • ¥20 WSL打开图形化程序子窗口无法点击
  • ¥15 Jupyter Notebook 数学公式不渲染
  • ¥20 ERR_CACHE_MISS 确认重新提交表单
  • ¥20 关于vba使用HTMLfile执行js函数问题
  • ¥60 悬赏求解,通过实时现场摄像头的视频图像识别其他对家打出的麻将牌,识别麻将牌,识别牌墙位置,通过识别对家打出了什么牌
  • ¥15 关于#GPU jetson#的pcie驱动开发问题,如何解决?
  • ¥15 stm32f103zet6 串口5无法收发数据
  • ¥15 关于C语言使用线程队列实现多线程并发