From nobody Wed Nov 3 09:46:27 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 AD70F1837308 for ; Wed, 3 Nov 2021 09:46:32 +0000 (UTC) (envelope-from SRS0=peNV=PW=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 4Hkhk02wksz4RLV for ; Wed, 3 Nov 2021 09:46:32 +0000 (UTC) (envelope-from SRS0=peNV=PW=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 356B52842B; Wed, 3 Nov 2021 10:46:30 +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 0FD0228417; Wed, 3 Nov 2021 10:46:27 +0100 (CET) Subject: Re: FreeBSD Port: emulators/wine-devel configure failed unexpectedly To: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Cc: damjan.jov@gmail.com, FreeBSD Ports , Alexander88207@protonmail.com References: <6c82ad3d-0d18-9625-bb13-a004fa2f45ab@quip.cz> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <16d9acc0-ff10-6da7-2a72-daa13d8ff277@quip.cz> Date: Wed, 3 Nov 2021 10:46:27 +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: 4Hkhk02wksz4RLV 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 03/11/2021 09:03, Fernando ApesteguĂ­a wrote: > 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? I am building it in a poudriere with "poudrieer bulk", 547 ports were built, only wine-devel failed. The openal was built and installed during wine-devel build. More from the log: ===> The following configuration options are available for wine-devel-6.20,1: CUPS=off: CUPS printing system support DOCS=on: Build and/or install documentation DOSBOX=off: Use DOSBox to run MS-DOS programs GECKO=off: Bundle Gecko MSI package for Wine GNUTLS=on: SSL/TLS support via GnuTLS LDAP=off: LDAP protocol support LIBXSLT=off: Use libxslt (only used by msxml3.dll) MONO=off: Bundle Mono MSI package for Wine MPG123=off: MP3 decoding support via mpg123 OPENAL=on: Audio support via OpenAL STAGING=off: Include Wine Staging patchset (experimental&unsupported) V4L=off: Video 4 Linux support WINEMAKER=off: Fully support winemaker (requires Perl) X11=on: X11 (graphics) support ===> wine-devel-6.20,1 depends on shared library: libopenal.so.1 - not found ===> Installing existing package /packages/All/openal-soft-1.21.1_3.pkg [pkg.example.com] Installing openal-soft-1.21.1_3... [pkg.example.com] `-- Installing jackit-1.9.16_1... [pkg.example.com] | `-- Installing dbus-1.12.20_5... [pkg.example.com] | | `-- Installing libICE-1.0.10,1... [pkg.example.com] | | `-- Extracting libICE-1.0.10,1: .......... done [pkg.example.com] | | `-- Installing libSM-1.2.3,1... [pkg.example.com] | | `-- Extracting libSM-1.2.3,1: ........ done .. .. [pkg.example.com] `-- Extracting qt5-widgets-5.15.2_3: .......... done Building the Shared MIME-Info database cache Generating GTK icon cache for /usr/local/share/icons/Adwaita Generating GTK icon cache for /usr/local/share/icons/hicolor [pkg.example.com] Extracting openal-soft-1.21.1_3: .......... done Building the Shared MIME-Info database cache Generating GTK icon cache for /usr/local/share/icons/Adwaita Generating GTK icon cache for /usr/local/share/icons/hicolor .. .. ===> wine-devel-6.20,1 depends on shared library: libopenal.so.1 - found (/usr/local/lib/libopenal.so.1) ===> Returning to build of wine-devel-6.20,1 ===> wine-devel-6.20,1 depends on shared library: libGLU.so - found (/usr/local/lib/libGLU.so) .. but at the end: checking for -lopenal... not found configure: error: libopenal 64-bit development files not found (or too old), OpenAL won't be supported. That's why I am asking. Full log can be found https://pastebin.com/82yNwrVB Kind regards Miroslav Lachman