From nobody Tue Nov 2 21:12:14 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 E65FB18359A4 for ; Tue, 2 Nov 2021 21:12:26 +0000 (UTC) (envelope-from SRS0=MuLc=PV=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 4HkMzt152Rz3R3q for ; Tue, 2 Nov 2021 21:12:25 +0000 (UTC) (envelope-from SRS0=MuLc=PV=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 155D228416; Tue, 2 Nov 2021 22:12:18 +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 5AA0A28411; Tue, 2 Nov 2021 22:12:15 +0100 (CET) To: damjan.jov@gmail.com From: Miroslav Lachman <000.fbsd@quip.cz> Subject: FreeBSD Port: emulators/wine-devel configure failed unexpectedly Cc: FreeBSD Ports , Alexander88207@protonmail.com Message-ID: <6c82ad3d-0d18-9625-bb13-a004fa2f45ab@quip.cz> Date: Tue, 2 Nov 2021 22:12:14 +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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HkMzt152Rz3R3q X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of "SRS0=MuLc=PV=quip.cz=000.fbsd@elsa.codelab.cz" has no SPF policy when checking 94.124.105.4) smtp.mailfrom="SRS0=MuLc=PV=quip.cz=000.fbsd@elsa.codelab.cz" X-Spamd-Result: default: False [-1.72 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[quip.cz]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.92)[-0.917]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=MuLc=PV=quip.cz=000.fbsd@elsa.codelab.cz]; RECEIVED_SPAMHAUS_PBL(0.00)[78.45.215.131:received]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=MuLc=PV=quip.cz=000.fbsd@elsa.codelab.cz]; MID_RHS_MATCH_FROM(0.00)[]; FREEMAIL_CC(0.00)[freebsd.org,protonmail.com] X-ThisMailContainsUnwantedMimeParts: N 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? Kind regards Miroslav Lachman