Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 07:50:38 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        ae@FreeBSD.org, FreeBSD Current <freebsd-current@freebsd.org>, svn-src-head@freebsd.org
Subject:   head -r335795 broke the builds for ci.freebsd.org 's FreeBSD-head-{amd64,i386,powerpc,risc64,sparc64}-build 
Message-ID:  <C4970900-C119-4B45-AACE-38789893C1C8@yahoo.com>

next in thread | raw e-mail | index | archive | help

clang example:
( https://ci.freebsd.org/job/FreeBSD-head-amd64-build/9257/consoleText )

--- key_debug.o ---
/usr/src/sys/netipsec/key_debug.c:89:1: error: no previous prototype for =
function 'kdebug_sadb_type' [-Werror,-Wmissing-prototypes]
kdebug_sadb_type(uint8_t type)
^
/usr/src/sys/netipsec/key_debug.c:124:1: error: no previous prototype =
for function 'kdebug_sadb_exttype' [-Werror,-Wmissing-prototypes]
kdebug_sadb_exttype(uint16_t type)
^
2 errors generated.
*** [key_debug.o] Error code 1


gcc 4.2.1 example:
( https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8445/consoleText =
)

--- key_debug.o ---
cc1: warnings being treated as errors
/usr/src/sys/netipsec/key_debug.c:90: warning: no previous prototype for =
'kdebug_sadb_type' [-Wmissing-prototypes]
/usr/src/sys/netipsec/key_debug.c:125: warning: no previous prototype =
for 'kdebug_sadb_exttype' [-Wmissing-prototypes]
*** [key_debug.o] Error code 1



Side note:

All I get for the lists that I normally look at is:

Error 503 Backend fetch failed

Backend status: Backend fetch failed

Transaction ID: . . .


=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C4970900-C119-4B45-AACE-38789893C1C8>