From owner-freebsd-emulation@freebsd.org Sat May 23 18:43:09 2020 Return-Path: Delivered-To: freebsd-emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B5F0F2DA2E2 for ; Sat, 23 May 2020 18:43:09 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49TsgJ2TSBz4S9v for ; Sat, 23 May 2020 18:43:08 +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 589C033E1C; Sat, 23 May 2020 14:43:07 -0400 (EDT) Received: from [192.168.1.5] (unknown [77.118.196.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 4DC3533E1B; Sat, 23 May 2020 14:43:06 -0400 (EDT) Date: Sat, 23 May 2020 20:42:50 +0200 (CEST) From: Gerald Pfeifer To: Konstantin Belousov , Damjan Jovanovic cc: freebsd-emulation@freebsd.org Subject: Re: Wine 5.9 bugfix In-Reply-To: Message-ID: References: <20200523111633.GO64045@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 49TsgJ2TSBz4S9v 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 [-2.99 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.04)[-1.039]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-0.98)[-0.982]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.67)[-0.672]; 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)[] X-Mailman-Approved-At: Sat, 23 May 2020 19:54:00 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2020 18:43:09 -0000 On Sat, 23 May 2020, Damjan Jovanovic wrote: >>> Also Konstantin and other developers have fixed that rtld-elf issue in >>> the base system by changing link_map.l_addr to work the way it does on >>> Linux/NetBSD/Illumos >> The fix should appear in stable/12 in one week, assuming no further >> regressions are reported. This means that the earliest release is 12.2. Excellent. Thank you, Konstantin, and thanks Damjan for finding and flaging this! > Great thank you, I've got a patch prepared for when it's merged. A patch for Wine, or for FreeBSD? Should we document a minimum recommended version of FreeBSD for wine-devel, or how can we best handle the transition? Gerald