From owner-freebsd-current@freebsd.org Thu Dec 7 12:44:58 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18BDBE85C42 for ; Thu, 7 Dec 2017 12:44:58 +0000 (UTC) (envelope-from lausts@acm.org) Received: from cdptpa-cmomta03.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D5D1C3CE3 for ; Thu, 7 Dec 2017 12:44:57 +0000 (UTC) (envelope-from lausts@acm.org) Received: from mail.laus.org ([65.29.112.189]) by cmsmtp with ESMTP id MvZ7ebUGl1nLrMvZAePP8i; Thu, 07 Dec 2017 12:46:16 +0000 Received: from [192.168.1.100] (presario [192.168.1.100]) by mail.laus.org (8.15.2/8.15.2) with ESMTPS id vB7Ciqcc004464 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 7 Dec 2017 07:44:52 -0500 (EST) (envelope-from lausts@acm.org) X-Authentication-Warning: mail.laus.org: Host presario [192.168.1.100] claimed to be [192.168.1.100] Reply-To: lausts@acm.org Subject: Re: GPTZFSBOOT in Current r326622 has problems To: Warner Losh Cc: FreeBSD Current References: <20171206164801.GA1055@mail.laus.org> <20171206222155.GA1792@mail.laus.org> <20171207001720.GA2058@mail.laus.org> From: Thomas Laus Message-ID: Date: Thu, 7 Dec 2017 07:44:51 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfHCfdBgVMnI3cyNsXEYTE9Z8mmCHG7G13vU6UrckEJiBvxfrlt80YibuaZ1PRmha1UrUQHjDH6g1l16YMjq8XqyEHWJ/TVcKyhok7BSltA9CqCFYwmA3 bTWuLHv4vNaIX/342wncxhu6JfpVt4nlWgwFAqRHIiZUNrRntM9ORfTk9UyiDSOUTmRRH0ZTAihNAnyFPW3xvVxWadp36NxKJh8= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 12:44:58 -0000 On 12/06/17 19:38, Warner Losh wrote: > > OK. Still a fair number of changes, including changes to geli to fix > warnings... > > 326585-326594 is a flurry of changes. Then another in the 326609-326610 > range. There's one other trivial one. I'd wager that if '500 works, the > breakage will be somewhere in the first range, which suggests 326590 > might be a good, next pivot. There's also a few just after '500 that > might break things as well if I messed something up. '504 and '507 both > touch this stuff directly... > Warren: I reverted my system back to r326585 and 'stand' still won't compile; I get this output: --- g_eli_hmac.o --- In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: In file included from /usr/src/sys/geom/eli/g_eli.h:49: /usr/include/stdio.h:267:12: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int] char *gets(char *); ^ /usr/include/stdio.h:267:7: error: expected parameter declarator char *gets(char *); ^ /usr/src/stand/libsa/stand.h:271:28: note: expanded from macro 'gets' #define gets(x) ngets((x), 0) ^ In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: In file included from /usr/src/sys/geom/eli/g_eli.h:49: /usr/include/stdio.h:267:7: error: expected ')' /usr/src/stand/libsa/stand.h:271:28: note: expanded from macro 'gets' #define gets(x) ngets((x), 0) ^ /usr/include/stdio.h:267:7: note: to match this '(' /usr/src/stand/libsa/stand.h:271:22: note: expanded from macro 'gets' #define gets(x) ngets((x), 0) ^ In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: In file included from /usr/src/sys/geom/eli/g_eli.h:49: /usr/include/stdio.h:267:7: error: conflicting types for 'ngets' char *gets(char *); ^ /usr/src/stand/libsa/stand.h:271:17: note: expanded from macro 'gets' #define gets(x) ngets((x), 0) ^ /usr/src/stand/libsa/stand.h:270:13: note: previous declaration is here extern void ngets(char *, int); ^ In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: In file included from /usr/src/sys/geom/eli/g_eli.h:49: /usr/include/stdio.h:271:6: error: conflicting types for 'putchar' int putchar(int); ^ /usr/src/stand/libsa/stand.h:382:14: note: previous declaration is here extern void putchar(int); ^ In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: In file included from /usr/src/sys/geom/eli/g_eli.h:49: /usr/include/stdio.h:286:6: error: conflicting types for 'vprintf' int vprintf(const char * __restrict, __va_list); ^ /usr/src/stand/libsa/stand.h:262:13: note: previous declaration is here extern void vprintf(const char *fmt, __va_list); ^ In file included from /usr/src/sys/geom/eli/g_eli_hmac.c:46: /usr/src/stand/libsa/stand.h:265:13: note: previous declaration is here extern void vsprintf(char *buf, const char *cfmt, __va_list); ^ 7 errors generated. *** [g_eli_hmac.o] Error code 1 make[1]: stopped in /usr/src/stand/geli 1 error make[1]: stopped in /usr/src/stand/geli *** [all_subdir_geli] Error code 2 make: stopped in /usr/src/stand 1 error make: stopped in /usr/src/stand Tom -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF