From owner-freebsd-ports@freebsd.org Sun Apr 19 05:16:00 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 B46882BA7BD for ; Sun, 19 Apr 2020 05:16:00 +0000 (UTC) (envelope-from tagattie@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 494dMh4NjZz4bCq; Sun, 19 Apr 2020 05:16:00 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mammoth.tagato.jp (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id DD6172A00D; Sun, 19 Apr 2020 05:15:59 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Subject: Re: editors/atom: build error on 13.0-CURRENT To: Vidar Karlsen Cc: freebsd-ports@freebsd.org References: <81db6f61-fde7-bf88-9e25-bcdd78cd5db9@karlsen.tech> <3461B7A1-41EC-4233-9861-8045E03E8AF3@FreeBSD.org> <4d0b5c27-b38f-1ef3-4629-0a9390777524@karlsen.tech> <3d0282d3-c574-c9dc-a7bb-d0473ebae57e@karlsen.tech> From: Hiroki Tagato Message-ID: Date: Sun, 19 Apr 2020 14:15:58 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <3d0282d3-c574-c9dc-a7bb-d0473ebae57e@karlsen.tech> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 05:16:00 -0000 Hi Vidar, Thanks for trying. > It passes the configure phase with that change to the regex, but it > fails later. (snip) > It builds fine when I give it --openssl-no-asm, and I also noticed that > www/node10 also does exactly this. Are you referring to the lines 82-84 of Makefile? In this case, amd64 and i386 are both excluded. So I guess it should be buildable without --openssl-no-asm on amd64. I will dig into the error a little deeper. Thanks, Hiroki