From owner-svn-ports-all@freebsd.org Wed Mar 25 16:29:26 2020 Return-Path: Delivered-To: svn-ports-all@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 E27652A580F; Wed, 25 Mar 2020 16:29:25 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48nYVD4l39z4WZX; Wed, 25 Mar 2020 16:29:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mandree.no-ip.org (p54A03B7E.dip0.t-ipconnect.de [84.160.59.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mandree/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id B2C6E144C1; Wed, 25 Mar 2020 16:29:18 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from ryzen.an3e.de (localhost [IPv6:::1]) by ryzen.an3e.de (Postfix) with ESMTP id 575181202C9; Wed, 25 Mar 2020 17:29:16 +0100 (CET) Subject: Re: svn commit: r525922 - in head/graphics: ilmbase ilmbase/files openexr openexr/files To: Matthias Fechner References: <202002121741.01CHf6v7017584@repo.freebsd.org> <5f644d9c-99ea-a705-fd67-912e03224b64@fechner.net> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Matthias Andree Message-ID: <8b092352-8d0a-a9a5-c1b1-b516de8895ce@FreeBSD.org> Date: Wed, 25 Mar 2020 17:29:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <5f644d9c-99ea-a705-fd67-912e03224b64@fechner.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2020 16:29:26 -0000 Am 25.03.20 um 15:21 schrieb Matthias Fechner: > Full log is available here: > https://pkg.fechner.net/data/121amd64-gitlab/2020-03-25_14h53m25s/logs/errors/openexr-2.4.1.log Hi Matthias, Thanks for reporting this, the port options were crucial in debugging this, the trigger was disabling EXAMPLES. Fixed as of r529107 aka openexr-2.4.1_1. In a broadening debug session, I figured LARGE_STACK was ineffective and have also updated ilmbase-2.4.1 to _1 to take the LARGE_STACK option into account again, for what it's worth. Cheers, Matthias