[Bug 272015] make -j8 buildworld *** [vdev_raidz_math_sse2.o] Error code 1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 18 Aug 2023 13:08:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272015

--- 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=/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]
           ^                                                                   
                                                                           
[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)) != 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)) != 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)) != 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

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