From nobody Sun Feb 18 13:59:22 2024 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Td6kq6SLdz59kyT for ; Sun, 18 Feb 2024 14:00:35 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Td6kq3KqCz4rLX; Sun, 18 Feb 2024 14:00:35 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 41IDxMTZ075385; Sun, 18 Feb 2024 15:59:25 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 41IDxMTZ075385 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 41IDxMMb075384; Sun, 18 Feb 2024 15:59:22 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 18 Feb 2024 15:59:22 +0200 From: Konstantin Belousov To: David Wolfskill , Dimitry Andric , Freebsd-stable List Subject: Re: Build fail: stable/14-n266695-52d7bd8c4268 -> stable/14-n266773-25bd87539704 Message-ID: References: <26E85115-5681-40E4-B392-0FDD1FD399B0@FreeBSD.org> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on tom.home X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4Td6kq3KqCz4rLX X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] On Sun, Feb 18, 2024 at 05:10:04AM -0800, David Wolfskill wrote: > On Sun, Feb 18, 2024 at 02:04:27PM +0100, Dimitry Andric wrote: > > ... > > The actual error was cut off: > > Sorry (but that's why I put the full typescript & meta file on teh Web > server). > > > In file included from /usr/src/sys/contrib/openzfs/lib/libspl/include/unistd.h:27: > > /common/S1/obj/usr/src/amd64.amd64/tmp/usr/include/unistd.h:507:6: error: declaration of 'execvpe' has a different language linkage > > 507 | int execvpe(const char *, char * const *, char * const *); > > | ^ > > /usr/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h:60:12: note: previous declaration is here > > 60 | extern int execvpe(const char *name, char * const argv[], char * const envp[]); > > | ^ > > > > Kostik fixed this just now, with: > > > > https://cgit.freebsd.org/src/commit/?id=bda0c0dc87c54b611d96b6d0dc1947819ffec083 > > > > -Dimitry > > .... > > Cool; thanks! :-) I am sorry for the breakage.