From owner-freebsd-ports@freebsd.org Sun Mar 24 06:36:09 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 303EC154CC00 for ; Sun, 24 Mar 2019 06:36:09 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C72536EC57; Sun, 24 Mar 2019 06:36:08 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B875FF3D0; Sun, 24 Mar 2019 06:36:08 +0000 (UTC) From: Jan Beich To: Yasuhiro KIMURA Cc: freebsd-ports@freebsd.org Subject: Re: Strange build error of graphics/cairo on latest 13-CURRENT References: <20190324.111110.1997818321671349004.yasu@utahime.org> Date: Sun, 24 Mar 2019 07:36:03 +0100 In-Reply-To: <20190324.111110.1997818321671349004.yasu@utahime.org> (Yasuhiro KIMURA's message of "Sun, 24 Mar 2019 11:11:10 +0900 (JST)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: C72536EC57 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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, 24 Mar 2019 06:36:09 -0000 Yasuhiro KIMURA writes: > Hello. > > Yesterday I updated my 13-CURRENT amd64 host to r345414 and now I'm > experiencing strange build error of graphics/cairo. If I build it with > "cd /usr/ports/graphics/cairo; make install" it finishes > successfully. But if I do it with portmaster it fails at configure > phase as following. Can you reproduce after https://svnweb.freebsd.org/changeset/base/345431 ?