[Bug 263037] sysutils/fluent-bit: 1.9.1 build stops on error: parameter 'output_size' set but not used
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Apr 2022 13:27:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263037 Bug ID: 263037 Summary: sysutils/fluent-bit: 1.9.1 build stops on error: parameter 'output_size' set but not used Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: girgen@FreeBSD.org Reporter: hiroo.ono+freebsd@gmail.com Assignee: girgen@FreeBSD.org Flags: maintainer-feedback?(girgen@FreeBSD.org) Created attachment 232932 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232932&action=edit patch to lib/mbedtls-2.27.0/library/psa_crypto_cipher.c fluent-bit 1.9.1 stops at the error below. This patch avoids the error. /wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.9.1/lib/mbedtls-2.27.0/ library/psa_crypto_cipher.c:270:12: error: parameter 'output_size' set but not u sed [-Werror,-Wunused-but-set-parameter] size_t output_size, ^ 1 error generated. gmake[3]: *** [lib/mbedtls-2.27.0/library/CMakeFiles/mbedcrypto.dir/build.make:8 21: lib/mbedtls-2.27.0/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.o] Error 1 -- You are receiving this mail because: You are the assignee for the bug.