Docker Build failing #3938
Unanswered
ykishorereddy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker build is failing all of sudden today with below reason. Looking for a help.
/tmp/pip-install-3zn71rtb/confluent-kafka_1577fda28d2f4a1fbbfe78cceec3959f/src/confluent_kafka/src/confluent_kafka.c: In function ‘oauth_cb’:
/tmp/pip-install-3zn71rtb/confluent-kafka_1577fda28d2f4a1fbbfe78cceec3959f/src/confluent_kafka/src/confluent_kafka.c:1633:17: error: ‘for’ loop initial declarations are only allowed in C99 mode
for(int i = 0; i < rd_extensions_size; i++) {
^
/tmp/pip-install-3zn71rtb/confluent-kafka_1577fda28d2f4a1fbbfe78cceec3959f/src/confluent_kafka/src/confluent_kafka.c:1633:17: note: use option -std=c99 or -std=gnu99 to compile your code
error: command 'gcc' failed with exit status 1
Beta Was this translation helpful? Give feedback.
All reactions