Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Apr 2023 02:39:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270714] devel/android-tools: can't make on 14.0-Current
Message-ID:  <bug-270714-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270714

            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=3D241361&action=
=3Dedit
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-271d7a26c8daf4b=
9fe412d360a2edfaca327efdd/vendor/boringssl/third_party/googletest/include
-I/usr/ports/devel/android-tools/work/freebsd-android-tools-271d7a26c8daf4b=
9fe412d360a2edfaca327efdd/vendor/boringssl/crypto/../include
-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing -Werror -Wformat=
=3D2
-Wsign-compare -Wmissing-field-initializers -Wwrite-strings -Wvla -ggdb -Wa=
ll
-fvisibility=3Dhidden -fno-common -Wnewline-eof -fcolor-diagnostics
-Wimplicit-fallthrough -Wmissing-prototypes -Wold-style-definition
-Wstrict-prototypes -Wshadow -D_XOPEN_SOURCE=3D700 -O2 -pipe=20
-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-271d7a26c8daf4b9f=
e412d360a2edfaca327efdd/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-271d7a26c8daf4b9f=
e412d360a2edfaca327efdd/vendor/boringssl/crypto/x509/t_x509.c:500:18:
error: variable 'l' set but not used [-Werror,-Wunused-but-set-variable]
    int ret =3D 0, l, i;
                 ^
1 error generated.
ninja: build stopped: subcommand failed.
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/android-tools

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270714-7788>