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

not support mac m1 #618

Closed
7 tasks
xiazemin opened this issue Apr 1, 2021 · 1 comment
Closed
7 tasks

not support mac m1 #618

xiazemin opened this issue Apr 1, 2021 · 1 comment

Comments

@xiazemin
Copy link

xiazemin commented Apr 1, 2021

Description

run on mac m1 failed

How to reproduce

"_rd_kafka_topic_name", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_name in _x011.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_name)
"_rd_kafka_topic_new", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_new in _x011.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_new)
"_rd_kafka_topic_partition_destroy", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_destroy in _x009.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_destroy)
"_rd_kafka_topic_partition_list_add", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_add in _x007.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_add)
"_rd_kafka_topic_partition_list_destroy", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_destroy in _x007.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_destroy)
"_rd_kafka_topic_partition_list_new", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_new in _x007.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_partition_list_new)
"_rd_kafka_topic_result_error", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_error in _x003.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_error, __cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_error_string )
"_rd_kafka_topic_result_error_string", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_error_string in _x003.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_error_string)
"_rd_kafka_topic_result_name", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_name in _x003.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_topic_result_name)
"_rd_kafka_unsubscribe", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_unsubscribe in _x007.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_unsubscribe)
"_rd_kafka_version", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_version in _x013.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_version, __cgo_263ae3872b91_Cfunc_rd_kafka_version_str )
"_rd_kafka_version_str", referenced from:
__cgo_263ae3872b91_Cfunc_rd_kafka_version_str in _x013.o
(maybe you meant: __cgo_263ae3872b91_Cfunc_rd_kafka_version_str)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Checklist

Please provide the following information:

  • confluent-kafka-go and librdkafka version (LibraryVersion()):
  • Apache Kafka broker version:
  • Client configuration: ConfigMap{...}
  • Operating system:
  • Provide client logs (with "debug": ".." as necessary)
  • Provide broker log excerpts
  • Critical issue
@edenhill
Copy link
Contributor

edenhill commented Apr 1, 2021

dup of #591

@edenhill edenhill closed this as completed Apr 1, 2021
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

2 participants