From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 08:05:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8EED4A0 for ; Thu, 27 Jun 2013 08:05:59 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 9033610F5 for ; Thu, 27 Jun 2013 08:05:59 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id ci6so2259489qab.18 for ; Thu, 27 Jun 2013 01:05:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=i51fKN860jhiTZs4cU342fr1QKkIwj+vOil3ZDoXNX4=; b=xGdYX92aKt3a1QH3s3IGz/ZLeJJT/Zvtxd0yylNLCLvLZQy1kDm1cDuuOe9Zo8Wi8E ARa8V6UKB4z1O2ZzkUk+QisfrDSVJZ36O/choo7SWWCxAQdjgKGojey+ORy0Alav7gdF TdJ3t0vGtL3k85gR263GHFsRzzmFFqDDdO59jBWCU9LnZgtzlcFgJOGBR7kWeixrIyFa NrDemHk2Ad1yRqB97RjnhiT7VzcRDBJwwhxCMijKGcW9swsBct9fmq/1XBiYg6Yqv6RZ tWMJCflYeczi6AvyUvVWoRwn9XlhFQ4CdyBZA5ko9rmAkjTVPblrRkUACpJJOgJauq3A ps4g== MIME-Version: 1.0 X-Received: by 10.49.26.35 with SMTP id i3mr9200424qeg.75.1372320359080; Thu, 27 Jun 2013 01:05:59 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.49.0.235 with HTTP; Thu, 27 Jun 2013 01:05:59 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Jun 2013 15:05:59 +0700 X-Google-Sender-Auth: MfHDR_pW4_YvscbGYKXt7h0ThpE Message-ID: Subject: Re: Errors building mysql55-client From: Olivier Nicole To: "C. L. Martinez" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 08:05:59 -0000 Hi, > There is an error when poudriere tries to build mysql55-client: st in /distfiles/. > => Attempting to fetch > ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/mysql-5.5.32.tar.gz > fetch: mysql-5.5.32.tar.gz: local file (24625029 bytes) is longer than > remote file (24589274 bytes) I'd say that the first download get aborted just before the end, and all subsequent download where stuck to that wrong file in your proxy. I assume there is a proxy making trouble in the middle of your download path because every download attempt fails at exactly the same size. Best regards, Olivier