[Bug 270714] devel/android-tools: can't make on 14.0-Current
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 02:39:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270714 Bug ID: 270714 Summary: devel/android-tools: can't make on 14.0-Current Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: nc@FreeBSD.org Reporter: ish@amail.plala.or.jp Assignee: nc@FreeBSD.org Flags: maintainer-feedback?(nc@FreeBSD.org) Attachment #241361 text/plain mime type: Created attachment 241361 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241361&action=edit patch to remove unused variable l; % cd /usr/ports/devel/android-tools % make (snip) [ 80% 508/629] /usr/bin/cc -DBORINGSSL_IMPLEMENTATION -I/usr/ports/devel/android-tools/work/freebsd-android-tools-271d7a26c8daf4b9fe412d360a2edfaca327efdd/vendor/boringssl/third_party/googletest/include -I/usr/ports/devel/android-tools/work/freebsd-android-tools-271d7a26c8daf4b9fe412d360a2edfaca327efdd/vendor/boringssl/crypto/../include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Werror -Wformat=2 -Wsign-compare -Wmissing-field-initializers -Wwrite-strings -Wvla -ggdb -Wall -fvisibility=hidden -fno-common -Wnewline-eof -fcolor-diagnostics -Wimplicit-fallthrough -Wmissing-prototypes -Wold-style-definition -Wstrict-prototypes -Wshadow -D_XOPEN_SOURCE=700 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -MD -MT vendor/boringssl/crypto/CMakeFiles/crypto.dir/x509/t_x509.c.o -MF vendor/boringssl/crypto/CMakeFiles/crypto.dir/x509/t_x509.c.o.d -o vendor/boringssl/crypto/CMakeFiles/crypto.dir/x509/t_x509.c.o -c /usr/ports/devel/android-tools/work/freebsd-android-tools-271d7a26c8daf4b9fe412d360a2edfaca327efdd/vendor/boringssl/crypto/x509/t_x509.c FAILED: vendor/boringssl/crypto/CMakeFiles/crypto.dir/x509/t_x509.c.o /usr/ports/devel/android-tools/work/freebsd-android-tools-271d7a26c8daf4b9fe412d360a2edfaca327efdd/vendor/boringssl/crypto/x509/t_x509.c:500:18: error: variable 'l' set but not used [-Werror,-Wunused-but-set-variable] int ret = 0, l, i; ^ 1 error generated. ninja: build stopped: subcommand failed. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/devel/android-tools -- You are receiving this mail because: You are the assignee for the bug.