Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 13:08:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 272015] make -j8 buildworld *** [vdev_raidz_math_sse2.o] Error code 1
Message-ID:  <bug-272015-27103-9kTn3mINjU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272015-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272015-27103@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #9 from nbari@tequila.io ---
I tried again (just in case I use this script
https://gist.github.com/nbari/b711d63ea9e789248f83f188dc59eb96)  the error =
I am
 getting now is:


cc -target x86_64-unknown-freebsd13.2
--sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp
-B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin  -O2 -pipe -fno-common
-I/usr/sr[116/244875]
           ^=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
[106/244875]
/usr/src/crypto/heimdal/kadmin/util.c:268:5: warning: call to undeclared
function 'get_response'; ISO C99 and later do not support implicit function
declarations [-Wimp
licit-function-declaration]
        if(get_response(prompt, buf, resp, sizeof(resp)) !=3D 0)
           ^
/usr/src/crypto/heimdal/kadmin/util.c:354:5: warning: call to undeclared
function 'get_response'; ISO C99 and later do not support implicit function
declarations [-Wimp
licit-function-declaration]
        if(get_response(prompt, buf, resp, sizeof(resp)) !=3D 0)
           ^
/usr/src/crypto/heimdal/kadmin/util.c:580:1: error: static declaration of
'get_response' follows non-static declaration
get_response(const char *prompt, const char *def, char *buf, size_t len)
^
/usr/src/crypto/heimdal/kadmin/util.c:138:5: note: previous implicit
declaration is here
        if(get_response("Attributes", buf, resp, sizeof(resp)) !=3D 0)
           ^
3 warnings and 1 error generated.
*** [util.o] Error code 1

make[5]: stopped in /usr/src/kerberos5/usr.bin/kadmin
1 error

make[5]: stopped in /usr/src/kerberos5/usr.bin/kadmin

make[4]: stopped in /usr/src/kerberos5/usr.bin

make[3]: stopped in /usr/src/kerberos5

make[2]: stopped in /usr/src

make[1]: stopped in /usr/src

make: stopped in /usr/src

--=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-272015-27103-9kTn3mINjU>