From owner-freebsd-ports@FreeBSD.ORG Wed Jun 3 13:40:27 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 E708C830 for ; Wed, 3 Jun 2015 13:40:26 +0000 (UTC) (envelope-from sg063015@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (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 6CB5C1889 for ; Wed, 3 Jun 2015 13:40:26 +0000 (UTC) (envelope-from sg063015@gmail.com) Received: by labko7 with SMTP id ko7so8358205lab.2 for ; Wed, 03 Jun 2015 06:40:24 -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=FnnUWlaW1qjP1piM0zbu4Oefp3NKgznk+N86yVjSgig=; b=qUo5GtSiGAJCTGTRmaWl12BS/w5VliQHf6oXyOVYQzjZXHrSlIsUw5yv7u6vUu1zGs VEPGsZLynB/fakfS5TA8BiDvLnXug4wNWf6j2MINsPAntUJX2sGLLHJYYQRUlcUFmuU1 heuLmVyX5A71fTiz4XQZfo0KL/0/VS2+KvoR/tOFvG1acXciBH9kUsnMzi0u1uhbQH9h /YtDh+CKN2tU7IPzrIgQ5QULiAoWCKI5fQ3WSVJH7ThdZKgHiuO+Q0WHfzyTKWNqLpbL wXvopABEMIqHUvIwVfSRKu5Jp+J5lsBaobV48/CoXapoatacZtQow/k3q19UqWSoc+LV 1YsQ== MIME-Version: 1.0 X-Received: by 10.152.44.166 with SMTP id f6mr32201890lam.86.1433338824310; Wed, 03 Jun 2015 06:40:24 -0700 (PDT) Received: by 10.25.29.129 with HTTP; Wed, 3 Jun 2015 06:40:24 -0700 (PDT) Received: by 10.25.29.129 with HTTP; Wed, 3 Jun 2015 06:40:24 -0700 (PDT) In-Reply-To: References: <44a8wiozpf.fsf@lowell-desk.lan> Date: Wed, 3 Jun 2015 08:40:24 -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: Wed, 03 Jun 2015 13:40:27 -0000 On Jun 2, 2015 11:29 AM, "Stan Gammons" wrote: > > > 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 > > I think I found the problem. It looks like the download was being corrupted when I tried to fetch the file from home. When I downloaded the file using a browser from work, the SHA256 checksum and filesize match the SHA256 checksum and filesize listed in distinfo. Strange that the download was getting corrupted... Stan