Re: head -r335795 broke the builds for ci.freebsd.org 's FreeBSD-head-{amd64,i386,powerpc,risc64,sparc64}-build

2018-06-29 Thread Sean Bruno


On 06/29/18 08:50, Mark Millard wrote:
> 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: . . .


I think I fixed that about an hour ago.  Try again.

sean



signature.asc
Description: OpenPGP digital signature


head -r335795 broke the builds for ci.freebsd.org 's FreeBSD-head-{amd64,i386,powerpc,risc64,sparc64}-build

2018-06-29 Thread Mark Millard via svn-src-head


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: . . .


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

___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"