Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goc install fail to list package dependencies with golang ld warning info #50

Closed
memoryliu opened this issue Jun 30, 2020 · 0 comments · Fixed by #58
Closed

goc install fail to list package dependencies with golang ld warning info #50

memoryliu opened this issue Jun 30, 2020 · 0 comments · Fixed by #58
Assignees
Labels
bug Something isn't working
Milestone

Comments

@memoryliu
Copy link
Contributor

memoryliu commented Jun 30, 2020

go list ./... some packages with ld warning info:

ld: warning: ld: warning: object file (/var/folders/8c/hk9slbfs25lbn_3z8rl7jqkr0000gn/T/go-link-210771923/000000.o) was built for newer OSX version (10.15) than being linked (10.13)object file (/var/folders/8c/hk9slbfs25lbn_3z8rl7jqkr0000gn/T/go-link-210771923/go.o) was built for newer OSX version (10.15) than being linked (10.13)

ld: warning: object file (/var/folders/8c/hk9slbfs25lbn_3z8rl7jqkr0000gn/T/go-link-210771923/000001.o) was built for newer OSX version (10.15) than being linked (10.13)
{
"Dir": "/Users/lei.liu/qbox/src/qiniu.com/pili-cluster/src/qiniu.com/pili.v1/app/pili-aliasyncauth",
"ImportPath": "qiniu.com/pili.v1/app/pili-aliasyncauth",
"Name": "main",
..........
}

@memoryliu memoryliu changed the title golang ld阶段操作系统版本相关的警告信息导致解析go list ./...输出的json出错 goc install fail to list package dependencies with golang ld warning info Jun 30, 2020
@lyyyuna lyyyuna added the bug Something isn't working label Jun 30, 2020
@lyyyuna lyyyuna added this to the v1.1 milestone Jul 2, 2020
@lyyyuna lyyyuna self-assigned this Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants