Date: Wed, 3 Nov 2021 09:03:56 +0100 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com> To: Miroslav Lachman <000.fbsd@quip.cz> Cc: damjan.jov@gmail.com, FreeBSD Ports <freebsd-ports@freebsd.org>, Alexander88207@protonmail.com Subject: Re: FreeBSD Port: emulators/wine-devel configure failed unexpectedly Message-ID: <CAGwOe2b4ug-yF6fzrCQCgObjZRpUW3cPrzFjMrm0Cdb7zZ-sSQ@mail.gmail.com> In-Reply-To: <6c82ad3d-0d18-9625-bb13-a004fa2f45ab@quip.cz> References: <6c82ad3d-0d18-9625-bb13-a004fa2f45ab@quip.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 2, 2021 at 10:13 PM Miroslav Lachman <000.fbsd@quip.cz> wrote: > > Hello, > I am trying to build wine-devel in poudriere for FreeBSD 12.2 amd64 but > it fails with some openal error. I tried it again with updated ports > tree from yesterday but the same error again. > > checking for fontconfig/fontconfig.h... yes > checking for -lfontconfig... libfontconfig.so.1 > checking jpeglib.h usability... yes > checking jpeglib.h presence... yes > checking for jpeglib.h... yes > checking for -ljpeg... libjpeg.so.8 > checking for -lopenal... not found > configure: error: libopenal 64-bit development files not found (or too > old), OpenAL won't be supported. > This is an error since --with-openal was requested. > ===> Script "configure" failed unexpectedly. > Please report the problem to damjan.jov@gmail.com [maintainer] and > attach the > "/wrkdirs/usr/ports/emulators/wine-devel/work/wine-6.20/config.log" > including > the output of the failure of your make command. Also, it might be a good > idea > to provide an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > > Stop. > make: stopped in /usr/ports/emulators/wine-devel > =>> Cleaning up wrkdir > ===> Cleaning for wine-devel-6.20,1 > build of emulators/wine-devel | wine-devel-6.20,1 ended at Tue Nov 2 > 20:43:50 CET 2021 > build time: 00:31:11 > !!! build failure encountered !!! > > > I don't have a config.log available (don't have SAVE_WRKDIR=yes in > poudriere.conf) but I can send build logs from poudriere for any package > if it helps. > > What can cause this error? checking for -lopenal... not found configure: error: libopenal 64-bit development files not found (or too old), OpenAL won't be supported. This is an error since --with-openal was requested. The configure script is not finding your openal library. The port has the OPENAL option ON by default. In a clean environment (poudriere) openal-soft is built as a dependency and properly detected. How are you trying to build emulators/wine-devel? Cheers. > > Kind regards > Miroslav Lachman >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2b4ug-yF6fzrCQCgObjZRpUW3cPrzFjMrm0Cdb7zZ-sSQ>