From owner-freebsd-ports@FreeBSD.ORG Tue Jun 2 16:29:49 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7524C96C for ; Tue, 2 Jun 2015 16:29:49 +0000 (UTC) (envelope-from sg063015@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEC2719D7 for ; Tue, 2 Jun 2015 16:29:48 +0000 (UTC) (envelope-from sg063015@gmail.com) Received: by lbcmx3 with SMTP id mx3so108077400lbc.1 for ; Tue, 02 Jun 2015 09:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LtjfM1SwwhKKKIRIXpIyLOe0Z47JZTTNAQRoEAU8nPU=; b=XKSsAAUVhbyebKPqR1kWeTx7UL9Ip3jhSWvPJXmOG1Kg+xp1u4NBB67cBE7vjmmGGJ +5orip+NdaVP9tUsGJU+0l2enc9NX90RT9MLGPKswOx2pQYKmaPH9p7uigz8yJYcNkr4 /keyz/d2VwtOTlJVJhBV8VCEgQb7WnWwLbxs5ONPzmWIHgCR/pT1fR8S0DHr6s1xk3O6 VIoo208puLbsQP0J2GLgYf/lssDoTRQpxEbJSHf9uSLimkyFBT9JA/zGlfsXlZ/VVm8Y WjOVqdxIxF8BfT5h93xpQ81HmWTbSm5YakfUjLv8js5WVfGXX2+9TfsxeKMdduo9aAdR hBDA== MIME-Version: 1.0 X-Received: by 10.152.27.162 with SMTP id u2mr26440221lag.22.1433262586674; Tue, 02 Jun 2015 09:29:46 -0700 (PDT) Received: by 10.25.29.129 with HTTP; Tue, 2 Jun 2015 09:29:46 -0700 (PDT) Received: by 10.25.29.129 with HTTP; Tue, 2 Jun 2015 09:29:46 -0700 (PDT) In-Reply-To: <44a8wiozpf.fsf@lowell-desk.lan> References: <44a8wiozpf.fsf@lowell-desk.lan> Date: Tue, 2 Jun 2015 11:29:46 -0500 Message-ID: Subject: Re: Cairo fails to build From: Stan Gammons To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 16:29:49 -0000 On Jun 2, 2015 11:13 AM, "Lowell Gilbert" < freebsd-ports-local@be-well.ilk.org> wrote: > > Stan Gammons writes: > > > While trying to build a port that has Cairo as dependency, > > Cairo-1.12.18.tar.xz gives a SHA256 checksum error when I try to build it. > > I tried updating the ports tree and gets the same results. Is this a known > > problem? > > No. > > Checking the obvious: you've refetched the distfile, right? I did a portsnap fetch then portsnap update. When I do a make install, fetching cairo-1.12.18.tar.xz takes a really long time for some reason. Is there another source for it besides http://cairographics.org/releases/cairo-1.12.18.tar.xz ? Stan