svn commit: r471043 - head/lang/gcc6-aux

John Kennedy warlock at phouka1.phouka.net
Mon May 28 22:18:43 UTC 2018


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 at 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


More information about the svn-ports-all mailing list