From owner-freebsd-ports@freebsd.org Tue Jul 7 15:36:28 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 91501365706 for ; Tue, 7 Jul 2020 15:36:28 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (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 4B1RP837Ndz3Vcq for ; Tue, 7 Jul 2020 15:36:28 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4B1RP71qTBz3mgx; Tue, 7 Jul 2020 15:36:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id Rd3xGVdNTm2r; Tue, 7 Jul 2020 15:36:26 +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 4B1RP64b7Bz3mMv; Tue, 7 Jul 2020 15:36:26 +0000 (UTC) Subject: Re: need help with a poudriere build error of the port math/maxima To: Robert Cina , Tatsuki Makino Cc: freebsd-ports@freebsd.org References: <20200706202342.GF84043@graf.pompo.net> From: Niclas Zeising Message-ID: Date: Tue, 7 Jul 2020 17:36:26 +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: 7bit X-Rspamd-Queue-Id: 4B1RP837Ndz3Vcq X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] 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 15:36:28 -0000 On 2020-07-07 14:58, Robert Cina wrote: > Hi all. thanks for the help I have found and fixed why the port was not > compiling. > > The reason for the maxima port failing to build using poudriere on 12.1 Stable was because > there was a missing header atomic_ops.h. > After adding a build dependency for devel/libatomic_ops which provides that header the port > maxima now builds correctly for me. The patch can be found at bug #247805. > Thank you! I've committed the fix, so math/maxima should be working again. Apoloiges for the breakage! Regards -- Niclas