Date: Mon, 28 May 2018 15:17:26 -0700 From: John Kennedy <warlock@phouka1.phouka.net> To: Tobias Kortkamp <tobik@freebsd.org> Cc: Eric Turgeon <ericbsd@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471043 - head/lang/gcc6-aux Message-ID: <20180528221726.GF66420@phouka1.phouka.net> In-Reply-To: <20180528212144.GE66420@phouka1.phouka.net> References: <201805281420.w4SEKNQX028529@repo.freebsd.org> <1527530782.108895.1388220600.72B829AD@webmail.messagingengine.com> <20180528212144.GE66420@phouka1.phouka.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 28, 2018 at 02:21:44PM -0700, John Kennedy wrote: > Well, maybe not distinfo, but it isn't pulling down the file it needs: Ah, novice to this part of the build. Yes, putting a proper checksum/size in distfiles seems to fix the issue. I'm sure this isn't 100% correct. root@jormungandr:/usr/ports/lang/gcc6-aux # make fetch ===> License GPLv3 GPLv3RLE accepted by the user ===> gcc6-aux-20180516 depends on file: /usr/local/sbin/pkg - found => gcc-6-20180516.tar.xz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch https://mirrors.kernel.org/sourceware/gcc/snapshots/6-20180516/gcc-6-20180516.tar.xz gcc-6-20180516.tar.xz 100% of 69 MB 7814 kBps 00m10s ===> Fetching all distfiles required by gcc6-aux-20180516 for building =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= diff --git a/lang/gcc6-aux/distinfo b/lang/gcc6-aux/distinfo index bbf9df4227e4..43fff62530f9 100644 --- a/lang/gcc6-aux/distinfo +++ b/lang/gcc6-aux/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1503523153 -SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c -SIZE (gcc-6-20170802.tar.xz) = 72581920 +SHA256 (gcc-6-20180516.tar.xz) = fd5ca24c672554ab0d8dafd2b9319099d170509e432121992290232c079f8244 +SIZE (gcc-6-20180516.tar.xz) = 72660356 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180528221726.GF66420>