From nobody Thu Jan 6 12:38:45 2022 X-Original-To: ports@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 37D02192301A for ; Thu, 6 Jan 2022 12:38:39 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 4JV5W225zJz4YcM for ; Thu, 6 Jan 2022 12:38:38 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A8B5F33F97; Thu, 6 Jan 2022 07:38:37 -0500 (EST) Received: from naga.home (188-22-177-125.adsl.highway.telekom.at [188.22.177.125]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 295EB33F96; Thu, 6 Jan 2022 07:38:37 -0500 (EST) Date: Thu, 6 Jan 2022 13:38:45 +0100 (CET) From: Gerald Pfeifer To: "Alex V. Petrov" cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: wine-6.0.1_3,1 error build (13-stable) In-Reply-To: <66a61650-df34-a496-99e5-54651eb23464@pfeifer.com> Message-ID: <8ccd51b9-e7ed-f286-c6b3-6debcfebcc8b@pfeifer.com> References: <66a61650-df34-a496-99e5-54651eb23464@pfeifer.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4JV5W225zJz4YcM X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[gerald]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[188.22.177.125:received] X-ThisMailContainsUnwantedMimeParts: N On Sat, 23 Oct 2021, Gerald Pfeifer wrote: > I fixed this upstream two months ago with > > commit 59da79021a6e441e3b21b933c744aba922208ec1 > Author: Gerald Pfeifer > Date: Tue Aug 10 22:36:27 2021 +0200 > > ntdll: Only use sysinfo function when present. > > On some systems may be present while the sysinfo > function may not, or at least not as part of standard libraries, > so check whether the function is actually available before using > it. > > This fixes builds on FreeBSD with the devel/libsysinfo present. > > Signed-off-by: Gerald Pfeifer > Signed-off-by: Alexandre Julliard > > Easy workarounds on your end for now: build in a clean environment > (just a Poudriere provides), use packages pre-built that way, or > remove the devel/libsysinfo port (at least when building Wine). emulators/wine-devel now also has that fix backported from mainline Wine. Gerald