From owner-freebsd-ports@freebsd.org Tue Jul 7 10:02:52 2020 Return-Path: Delivered-To: freebsd-ports@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 3081535C7ED for ; Tue, 7 Jul 2020 10:02:52 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 4B1J0C62Zgz4LPP for ; Tue, 7 Jul 2020 10:02:51 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4B1J085zCkz3mgg; Tue, 7 Jul 2020 10:02:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id Mvtd3WGghJCu; Tue, 7 Jul 2020 10:02:48 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:c01f:220e:48eb:d4e3]) by mail.daemonic.se (Postfix) with ESMTPSA id 4B1J0820lZz3mMv; Tue, 7 Jul 2020 10:02:48 +0000 (UTC) Subject: Re: need help with a poudriere build error of the port math/maxima To: Robert Cina , freebsd-ports@freebsd.org References: <20200706202342.GF84043@graf.pompo.net> From: Niclas Zeising Message-ID: <7df2d301-987e-e6ec-1e2e-7c35a269e538@freebsd.org> Date: Tue, 7 Jul 2020 12:02:47 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4B1J0C62Zgz4LPP X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US]; local_wl_from(0.00)[freebsd.org] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2020 10:02:52 -0000 On 2020-07-07 02:03, Robert Cina wrote: >=20 >=20 > On Mon, Jul 6, 2020 at 4:23 PM Thierry Thomas > wrote: >=20 > Le lun.=C2=A0 6 juil. 20 =C3=A0 20:06:47 +0200, Robert Cina > > > =C2=A0=C3=A9crivait=C2=A0: >=20 > > Hi, I need help with creating a patch for a poudriere build erro= r I'm > > experiencing for the port math/maxima using 12.1 stable amd64. >=20 > Hello, >=20 > > I have filed a bug #247805 for the issue and was told there is n= o > > maintainer for this port and I should create a patch for it > myself. The > > only problem is I don't know where to start to debug the specifi= c > error in > > question. >=20 > I have not yet tested the committed version, but previously I teste= d the > version proposed in Phabricator at: > https://reviews.freebsd.org/rP541227 > and it built fine, either in poudriere or as a port in my workstati= on > (I=C2=B4m still using it to run Sage). >=20 >=20 > I checked out r541227 version of the port and tried building the maxima= =20 > port with poudriere 12.1 stable and it failed to build for me with the=20 > same issue from bug #247805.=C2=A0 However, when building on my worksta= tion=20 > outside of poudriere with the latest version r541376 I was able to=20 > successfully build and install maxima. I am not sure what the differenc= e=20 > is and why it fails at the staging phase when I use poudriere.=C2=A0 If= =20 > anyone can add some insight it is welcome. Hi! Just a FYI, I can reproduce this in poudriere as well. I'm nost super=20 familiar with math/maxima, but I'll have a look and see what I find. Regards --=20 Niclas Zeising