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

can not build grv on Mojave #107

Open
jnozsc opened this issue Aug 11, 2020 · 0 comments
Open

can not build grv on Mojave #107

jnozsc opened this issue Aug 11, 2020 · 0 comments

Comments

@jnozsc
Copy link

jnozsc commented Aug 11, 2020

similar issue before Homebrew/homebrew-core#32533

I meet this issue when I try to bump golang to 1.14.7 Homebrew/homebrew-core#59242

traceback

2020-08-10T23:51:58.2929270Z �[34m==>�[0m �[1mbrew fetch --retry grv�[0m
2020-08-10T23:52:02.0970880Z �[34m==>�[0m �[1mbrew install --build-from-source --only-dependencies grv�[0m
2020-08-10T23:52:34.4952240Z �[34m==>�[0m �[1mbrew install --build-from-source grv�[0m
2020-08-10T23:54:05.8695620Z �[31m==>�[0m �[1m�[31mFAILED�[0m�[0m
2020-08-10T23:54:05.8697060Z �[34m==>�[0m �[1mDownloading https://github.com/rgburke/grv/releases/download/v0.3.2/grv-0.3.2-src.tar.gz�[0m
2020-08-10T23:54:05.8698420Z �[34m==>�[0m �[1mDownloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/102900463/939d9c80-4770-11e9-9d1c-e3fdb347c8d8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200810%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200810T235236Z&X-Amz-Expires=300&X-Amz-Signature=2594a9d70e01d76190cfab79f67743021c9ba70922806aec1b82295907dfb763&X-Amz-SignedHeaders=host&actor_id=0&repo_id=102900463&response-content-disposition=attachment%3B%20filename%3Dgrv-0.3.2-src.tar.gz&response-content-type=application%2Foctet-stream�[0m
2020-08-10T23:54:05.8699120Z �[34m==>�[0m �[1mmake build-only�[0m
2020-08-10T23:54:05.8699690Z Last 150 lines from /Users/brew/actions-runner/_work/homebrew-core/homebrew-core/bottles/logs/grv/01.make:
2020-08-10T23:54:05.8699860Z [ 99%] Building C object src/CMakeFiles/git2internal.dir/hash/sha1dc/sha1.c.o
2020-08-10T23:54:05.8700000Z [100%] Building C object src/CMakeFiles/git2internal.dir/hash/sha1dc/ubc_check.c.o
2020-08-10T23:54:05.8700280Z [100%] Built target git2internal
2020-08-10T23:54:05.8700390Z Scanning dependencies of target git2
2020-08-10T23:54:05.8701030Z [100%] Linking C static library ../libgit2.a
2020-08-10T23:54:05.8701230Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(stransport.c.o) has no symbols
2020-08-10T23:54:05.8701680Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(auth_negotiate.c.o) has no symbols
2020-08-10T23:54:05.8701860Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(winhttp.c.o) has no symbols
2020-08-10T23:54:05.8702020Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(stransport.c.o) has no symbols
2020-08-10T23:54:05.8702170Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(auth_negotiate.c.o) has no symbols
2020-08-10T23:54:05.8702750Z /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../libgit2.a(winhttp.c.o) has no symbols
2020-08-10T23:54:05.8702930Z [100%] Built target git2
2020-08-10T23:54:05.8703540Z go install --tags "static" ./...
2020-08-10T23:54:05.8704180Z go build --tags static -ldflags "-X 'main.version=v0.3.2-0-g13658da' -X 'main.buildDateTime=2020-08-11 00:52:44 BST'" -o grv ./cmd/grv
2020-08-10T23:54:05.8704350Z # github.com/rgburke/grv/cmd/grv
2020-08-10T23:54:05.8704480Z /usr/local/Cellar/go/1.14.7/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1
2020-08-10T23:54:05.8704620Z Undefined symbols for architecture x86_64:
2020-08-10T23:54:05.8704740Z   "_current_item", referenced from:
2020-08-10T23:54:05.8704870Z       __cgo_eed8f6ed3399_Cfunc_current_item in 000010.o
2020-08-10T23:54:05.8705010Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_current_item, __cgo_eed8f6ed3399_Cfunc_set_current_item )
2020-08-10T23:54:05.8705130Z   "_free_item", referenced from:
2020-08-10T23:54:05.8705260Z       __cgo_eed8f6ed3399_Cfunc_free_item in 000010.o
2020-08-10T23:54:05.8705540Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_free_item)
2020-08-10T23:54:05.8705660Z   "_free_menu", referenced from:
2020-08-10T23:54:05.8705770Z       __cgo_eed8f6ed3399_Cfunc_free_menu in 000010.o
2020-08-10T23:54:05.8705890Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_free_menu)
2020-08-10T23:54:05.8706000Z   "_item_count", referenced from:
2020-08-10T23:54:05.8706110Z       __cgo_eed8f6ed3399_Cfunc_item_count in 000010.o
2020-08-10T23:54:05.8706220Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_count)
2020-08-10T23:54:05.8706330Z   "_item_description", referenced from:
2020-08-10T23:54:05.8706440Z       __cgo_eed8f6ed3399_Cfunc_item_description in 000010.o
2020-08-10T23:54:05.8706560Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_description)
2020-08-10T23:54:05.8706670Z   "_item_index", referenced from:
2020-08-10T23:54:05.8706780Z       __cgo_eed8f6ed3399_Cfunc_item_index in 000010.o
2020-08-10T23:54:05.8706900Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_index)
2020-08-10T23:54:05.8707010Z   "_item_name", referenced from:
2020-08-10T23:54:05.8707120Z       __cgo_eed8f6ed3399_Cfunc_item_name in 000010.o
2020-08-10T23:54:05.8707230Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_name)
2020-08-10T23:54:05.8707340Z   "_item_opts_off", referenced from:
2020-08-10T23:54:05.8707450Z       __cgo_eed8f6ed3399_Cfunc_item_opts_off in 000010.o
2020-08-10T23:54:05.8707570Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_opts_off)
2020-08-10T23:54:05.8707680Z   "_item_opts_on", referenced from:
2020-08-10T23:54:05.8707790Z       __cgo_eed8f6ed3399_Cfunc_item_opts_on in 000010.o
2020-08-10T23:54:05.8707910Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_opts_on)
2020-08-10T23:54:05.8708010Z   "_item_value", referenced from:
2020-08-10T23:54:05.8708120Z       __cgo_eed8f6ed3399_Cfunc_item_value in 000010.o
2020-08-10T23:54:05.8708490Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_item_value, __cgo_eed8f6ed3399_Cfunc_item_value )
2020-08-10T23:54:05.8708660Z   "_item_visible", referenced from:
2020-08-10T23:54:05.8708770Z       __cgo_eed8f6ed3399_Cfunc_item_visible in 000010.o
2020-08-10T23:54:05.8709110Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_item_visible)
2020-08-10T23:54:05.8709220Z   "_menu_back", referenced from:
2020-08-10T23:54:05.8709330Z       __cgo_eed8f6ed3399_Cfunc_menu_back in 000010.o
2020-08-10T23:54:05.8709450Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_back, __cgo_eed8f6ed3399_Cfunc_menu_back )
2020-08-10T23:54:05.8709570Z   "_menu_driver", referenced from:
2020-08-10T23:54:05.8709680Z       __cgo_eed8f6ed3399_Cfunc_menu_driver in 000010.o
2020-08-10T23:54:05.8709790Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_driver)
2020-08-10T23:54:05.8709900Z   "_menu_fore", referenced from:
2020-08-10T23:54:05.8710010Z       __cgo_eed8f6ed3399_Cfunc_menu_fore in 000010.o
2020-08-10T23:54:05.8710140Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_fore, __cgo_eed8f6ed3399_Cfunc_set_menu_fore )
2020-08-10T23:54:05.8710260Z   "_menu_items", referenced from:
2020-08-10T23:54:05.8710460Z       __cgo_eed8f6ed3399_Cfunc_menu_items in 000010.o
2020-08-10T23:54:05.8710590Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_items, __cgo_eed8f6ed3399_Cfunc_menu_items )
2020-08-10T23:54:05.8710710Z   "_menu_opts_off", referenced from:
2020-08-10T23:54:05.8710810Z       __cgo_eed8f6ed3399_Cfunc_menu_opts_off in 000010.o
2020-08-10T23:54:05.8710930Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_opts_off)
2020-08-10T23:54:05.8711040Z   "_menu_opts_on", referenced from:
2020-08-10T23:54:05.8711150Z       __cgo_eed8f6ed3399_Cfunc_menu_opts_on in 000010.o
2020-08-10T23:54:05.8711270Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_opts_on)
2020-08-10T23:54:05.8711380Z   "_menu_pad", referenced from:
2020-08-10T23:54:05.8711490Z       __cgo_eed8f6ed3399_Cfunc_menu_pad in 000010.o
2020-08-10T23:54:05.8711610Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_pad, __cgo_eed8f6ed3399_Cfunc_menu_pad )
2020-08-10T23:54:05.8711810Z   "_menu_pattern", referenced from:
2020-08-10T23:54:05.8711920Z       __cgo_eed8f6ed3399_Cfunc_menu_pattern in 000010.o
2020-08-10T23:54:05.8712050Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_pattern, __cgo_eed8f6ed3399_Cfunc_set_menu_pattern )
2020-08-10T23:54:05.8712170Z   "_menu_request_by_name", referenced from:
2020-08-10T23:54:05.8712590Z       __cgo_eed8f6ed3399_Cfunc_menu_request_by_name in 000010.o
2020-08-10T23:54:05.8712820Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_request_by_name)
2020-08-10T23:54:05.8712950Z   "_menu_request_name", referenced from:
2020-08-10T23:54:05.8713080Z       __cgo_eed8f6ed3399_C2func_menu_request_name in 000010.o
2020-08-10T23:54:05.8713200Z       __cgo_eed8f6ed3399_Cfunc_menu_request_name in 000010.o
2020-08-10T23:54:05.8713350Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_request_name, __cgo_eed8f6ed3399_C2func_menu_request_name )
2020-08-10T23:54:05.8713490Z   "_menu_spacing", referenced from:
2020-08-10T23:54:05.8713610Z       __cgo_eed8f6ed3399_Cfunc_menu_spacing in 000010.o
2020-08-10T23:54:05.8713740Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_menu_spacing, __cgo_eed8f6ed3399_Cfunc_set_menu_spacing )
2020-08-10T23:54:05.8713880Z   "_menu_win", referenced from:
2020-08-10T23:54:05.8714000Z       __cgo_eed8f6ed3399_Cfunc_menu_win in 000010.o
2020-08-10T23:54:05.8714130Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_win, __cgo_eed8f6ed3399_Cfunc_menu_win )
2020-08-10T23:54:05.8714260Z   "_new_item", referenced from:
2020-08-10T23:54:05.8714380Z       __cgo_eed8f6ed3399_C2func_new_item in 000010.o
2020-08-10T23:54:05.8714500Z       __cgo_eed8f6ed3399_Cfunc_new_item in 000010.o
2020-08-10T23:54:05.8714630Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_new_item, __cgo_eed8f6ed3399_C2func_new_item )
2020-08-10T23:54:05.8714750Z   "_new_menu", referenced from:
2020-08-10T23:54:05.8714870Z       __cgo_eed8f6ed3399_C2func_new_menu in 000010.o
2020-08-10T23:54:05.8715240Z       __cgo_eed8f6ed3399_Cfunc_new_menu in 000010.o
2020-08-10T23:54:05.8715570Z      (maybe you meant: __cgo_eed8f6ed3399_C2func_new_menu, __cgo_eed8f6ed3399_Cfunc_new_menu )
2020-08-10T23:54:05.8716030Z   "_pos_menu_cursor", referenced from:
2020-08-10T23:54:05.8716150Z       __cgo_eed8f6ed3399_Cfunc_pos_menu_cursor in 000010.o
2020-08-10T23:54:05.8716270Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_pos_menu_cursor)
2020-08-10T23:54:05.8716380Z   "_post_menu", referenced from:
2020-08-10T23:54:05.8716480Z       __cgo_eed8f6ed3399_Cfunc_post_menu in 000010.o
2020-08-10T23:54:05.8716590Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_post_menu)
2020-08-10T23:54:05.8716700Z   "_scale_menu", referenced from:
2020-08-10T23:54:05.8716810Z       __cgo_eed8f6ed3399_Cfunc_scale_menu in 000010.o
2020-08-10T23:54:05.8716920Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_scale_menu)
2020-08-10T23:54:05.8717030Z   "_set_current_item", referenced from:
2020-08-10T23:54:05.8717150Z       __cgo_eed8f6ed3399_Cfunc_set_current_item in 000010.o
2020-08-10T23:54:05.8717270Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_current_item)
2020-08-10T23:54:05.8717380Z   "_set_item_value", referenced from:
2020-08-10T23:54:05.8717490Z       __cgo_eed8f6ed3399_Cfunc_set_item_value in 000010.o
2020-08-10T23:54:05.8717600Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_item_value)
2020-08-10T23:54:05.8717710Z   "_set_menu_back", referenced from:
2020-08-10T23:54:05.8717820Z       __cgo_eed8f6ed3399_Cfunc_set_menu_back in 000010.o
2020-08-10T23:54:05.8717940Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_back)
2020-08-10T23:54:05.8718050Z   "_set_menu_fore", referenced from:
2020-08-10T23:54:05.8718160Z       __cgo_eed8f6ed3399_Cfunc_set_menu_fore in 000010.o
2020-08-10T23:54:05.8718270Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_fore)
2020-08-10T23:54:05.8718370Z   "_set_menu_format", referenced from:
2020-08-10T23:54:05.8718480Z       __cgo_eed8f6ed3399_Cfunc_set_menu_format in 000010.o
2020-08-10T23:54:05.8718610Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_format)
2020-08-10T23:54:05.8718720Z   "_set_menu_grey", referenced from:
2020-08-10T23:54:05.8718830Z       __cgo_eed8f6ed3399_Cfunc_set_menu_grey in 000010.o
2020-08-10T23:54:05.8718950Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_grey)
2020-08-10T23:54:05.8719060Z   "_set_menu_items", referenced from:
2020-08-10T23:54:05.8719170Z       __cgo_eed8f6ed3399_Cfunc_set_menu_items in 000010.o
2020-08-10T23:54:05.8719270Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_items)
2020-08-10T23:54:05.8719380Z   "_set_menu_mark", referenced from:
2020-08-10T23:54:05.8719500Z       __cgo_eed8f6ed3399_Cfunc_set_menu_mark in 000010.o
2020-08-10T23:54:05.8719610Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_mark)
2020-08-10T23:54:05.8719870Z   "_set_menu_pad", referenced from:
2020-08-10T23:54:05.8719990Z       __cgo_eed8f6ed3399_Cfunc_set_menu_pad in 000010.o
2020-08-10T23:54:05.8720120Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_pad)
2020-08-10T23:54:05.8720240Z   "_set_menu_pattern", referenced from:
2020-08-10T23:54:05.8720340Z       __cgo_eed8f6ed3399_Cfunc_set_menu_pattern in 000010.o
2020-08-10T23:54:05.8720470Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_pattern)
2020-08-10T23:54:05.8720580Z   "_set_menu_spacing", referenced from:
2020-08-10T23:54:05.8720700Z       __cgo_eed8f6ed3399_Cfunc_set_menu_spacing in 000010.o
2020-08-10T23:54:05.8720820Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_spacing)
2020-08-10T23:54:05.8721090Z   "_set_menu_sub", referenced from:
2020-08-10T23:54:05.8721210Z       __cgo_eed8f6ed3399_Cfunc_set_menu_sub in 000010.o
2020-08-10T23:54:05.8721330Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_sub)
2020-08-10T23:54:05.8721430Z   "_set_menu_win", referenced from:
2020-08-10T23:54:05.8721550Z       __cgo_eed8f6ed3399_Cfunc_set_menu_win in 000010.o
2020-08-10T23:54:05.8722050Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_set_menu_win)
2020-08-10T23:54:05.8722240Z   "_unpost_menu", referenced from:
2020-08-10T23:54:05.8722510Z       __cgo_eed8f6ed3399_Cfunc_unpost_menu in 000010.o
2020-08-10T23:54:05.8723380Z      (maybe you meant: __cgo_eed8f6ed3399_Cfunc_unpost_menu)
2020-08-10T23:54:05.8723520Z ld: symbol(s) not found for architecture x86_64
2020-08-10T23:54:05.8724230Z clang: error: linker command failed with exit code 1 (use -v to see invocation)
2020-08-10T23:54:05.8724320Z 
2020-08-10T23:54:05.8724840Z make: *** [build-only] Error 2
carlocab added a commit to carlocab/homebrew-core that referenced this issue Jan 23, 2021
grv has not built for a while, and this causes CI issues with every go
version bump.

This was reported at rgburke/grv#107.

I've set the disable date for one year from the upstream report.
carlocab added a commit to Homebrew/homebrew-core that referenced this issue Jan 23, 2021
grv has not built for a while, and this causes CI issues with every go
version bump.

This was reported at rgburke/grv#107.

I've set the disable date for one year from the upstream report.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant