From owner-freebsd-ports@FreeBSD.ORG Thu Mar 6 11:03:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5146FB8 for ; Thu, 6 Mar 2014 11:03:59 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 437A419C for ; Thu, 6 Mar 2014 11:03:59 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id b13so2906830wgh.8 for ; Thu, 06 Mar 2014 03:03:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MMns/Qnvtb0ilP/5zx3WXxg6ow9A1nEltieL6tlGjOg=; b=rGmmh+JDbfLwizJIKr8awaQ9wr0o9nq9VGKLjTvpk9Mvrf4Ue2slcD7X1/ME+QFHFj 4QHLKO3U4de3scbhlYFwWu4AfEJLYj4/vH/XANup1zm/ArBWnfRozfnLxjKRuyPBdPRm ruW9lP6I4Nb+42AjziFyln9vmB94M6U1cGtFcrBXAZQl4j6D1Bo6+uX+km1PTH8VqUnu GnApEQSstGHAP25x2uyntNWzAEmPYzvaZvVxXZ0DY970m4zPc9GdBQpeBnv/MXyCr7d+ RsVDam2oJv7X9BX0qN0Q8Afdt+y2BdrYW6aLJm4CF9/9oMVUMEfFPunwux+ms2Nc9pW+ nhEw== MIME-Version: 1.0 X-Received: by 10.194.92.164 with SMTP id cn4mr9119950wjb.74.1394103837645; Thu, 06 Mar 2014 03:03:57 -0800 (PST) Received: by 10.216.31.72 with HTTP; Thu, 6 Mar 2014 03:03:57 -0800 (PST) Date: Thu, 6 Mar 2014 12:03:57 +0100 Message-ID: Subject: [redports] error fetching print/texinfo From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 11:03:59 -0000 Hi, I'm trying to update math/dynare and while testing the changes in redports, I found it always fails (in 9.2 and 10 for both amd64 and i386) while trying to fetch a dependency (print/texinfo). Here is the log: https://redports.org/~fernape/20140306100817-63387-181652/texinfo-5.2.20140209.log The problem seems to be this: => Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texinfo.tex fetch: http://ftp.gnu.org/gnu/texinfo/texinfo.tex: size mismatch: expected 326788, actual 326982 I have a very recent (as to a few minutes) copy of the ports tree and I can fetch print/texinfo without problems on my machine (9.2-RELEASE): sudo port fetch ===> texinfo-5.2.20140209 depends on file: /usr/local/sbin/pkg - found => texinfo-5.2.tar.xz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz texinfo-5.2.tar.xz 100% of 3723 kB 555 kBps => texinfo.tex doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://ftp.gnu.org/gnu/texinfo/texinfo.tex texinfo.tex 100% of 319 kB 193 kBps ===> Fetching all distfiles required by texinfo-5.2.20140209 for building ===> texinfo-5.2.20140209 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by texinfo-5.2.20140209 for building The expected file size is what it was actually downloaded: ls -latr /usr/ports/distfiles/texinfo.tex -rw-r--r-- 1 root wheel 326982 Feb 17 01:37 /usr/ports/distfiles/texinfo.tex So why is fetch in redports expecting a different size? Thanks in advance