From nobody Thu Nov 4 14:49:18 2021 X-Original-To: freebsd-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 E88B5183850D for ; Thu, 4 Nov 2021 14:49:24 +0000 (UTC) (envelope-from SRS0=74YI=PX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4HlRP05L9Qz4V50 for ; Thu, 4 Nov 2021 14:49:24 +0000 (UTC) (envelope-from SRS0=74YI=PX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7673628411; Thu, 4 Nov 2021 15:49:22 +0100 (CET) Received: from illbsd.quip.test (ip-78-45-215-131.net.upcbroadband.cz [78.45.215.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B9FBC28417; Thu, 4 Nov 2021 15:49:19 +0100 (CET) Subject: Re: FreeBSD Port: emulators/wine-devel configure failed unexpectedly To: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= , Damjan Jovanovic Cc: FreeBSD Ports , Alexander88207@protonmail.com References: <6c82ad3d-0d18-9625-bb13-a004fa2f45ab@quip.cz> <16d9acc0-ff10-6da7-2a72-daa13d8ff277@quip.cz> <62d46d2c-6429-39c8-bc45-02ea0c2a257b@quip.cz> <967fa3cf-3de4-e598-cae9-62c47f0b0d8e@quip.cz> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <946e0148-3c3c-ed28-ae50-c139f5852bf9@quip.cz> Date: Thu, 4 Nov 2021 15:49:18 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4HlRP05L9Qz4V50 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 04/11/2021 09:01, Fernando ApesteguĂ­a wrote: > On Thu, Nov 4, 2021 at 1:43 AM Damjan Jovanovic wrote: >> >> When JACK is on, does it appear in: >> pkg-config openal --libs >> ? >> >> If no, that's a bug in OpenAL, it should generate pkg-config files with the jack library. If yes, that's a bug in Wine, it should use pkg-config when present instead of trying to guess in configure.ac how to link to the library itself. > > With > > Options : > CONFIG : on > EXAMPLES : on > JACK : on > OSS : on > PORTAUDIO : off > PULSEAUDIO : off > SDL : off > SNDIO : off > > root@13_0amd64-default:~ # pkg info -l openal-soft | grep pkgconfig > /usr/local/libdata/pkgconfig/openal.pc > > root@13_0amd64-default:~ # pkg-config openal --libs > -L/usr/local/lib -lopenal > > I think at this point we should open a PR for further reference. I can confirm that wine-devel was built fine with option JACK turned off for openal. Kind regards Miroslav Lachman