From owner-freebsd-ports@freebsd.org Tue Feb 23 23:14:46 2021 Return-Path: Delivered-To: freebsd-ports@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 548085579F0 for ; Tue, 23 Feb 2021 23:14:46 +0000 (UTC) (envelope-from nc@freebsd.org) Received: from rainpuddle.neelc.org (rainpuddle.neelc.org [IPv6:2001:19f0:8001:fed:5400:2ff:fe73:c622]) (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 4DlZdL00Gnz4pdD for ; Tue, 23 Feb 2021 23:14:45 +0000 (UTC) (envelope-from nc@freebsd.org) Received: from mail.neelc.org (rainpuddle.neelc.org [IPv6:2001:19f0:8001:fed:5400:2ff:fe73:c622]) by rainpuddle.neelc.org (Postfix) with ESMTPSA id 114DBEB2A5 for ; Tue, 23 Feb 2021 15:14:43 -0800 (PST) MIME-Version: 1.0 Date: Tue, 23 Feb 2021 15:14:42 -0800 From: Neel Chauhan To: freebsd-ports@freebsd.org Subject: Re: Updating emulators/i386-wine-devel but get a runtime error In-Reply-To: References: User-Agent: Roundcube Webmail/1.4.9 Message-ID: <385b0230230c02bed6282b43024dedae@freebsd.org> X-Sender: nc@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DlZdL00Gnz4pdD X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:20473, ipnet:2001:19f0:8000::/38, country:US] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2021 23:14:46 -0000 Nevermind, it was that WINEDLLPATH was missing. -Neel On 2021-02-23 13:01, Neel Chauhan wrote: > Hi freebsd-ports@ > > I recently adopted emulators/i386-wine-devel and am attempting to > update it to 6.2 along with adding 14.0 support. > > Phabricator URL: https://reviews.freebsd.org/D28908 > > When I attempt to run the `wine` command, I get this error: > > root@omen:/usr/ports.dev/emulators/i386-wine-devel # wine > wine: could not load ntdll.so: (null) > root@omen:/usr/ports.dev/emulators/i386-wine-devel # > > It seems ntdll.so is a new DLL. > > For anyone who has worked with Wine, is there a reason why this is > happening and how I can solve this? > > -Neel