Bug 228570

Summary: lang/gcc6-aux:Either /xports/lang/gcc6-aux/distinfo is out of date, or gcc-6-20180516.tar.xz is spelled incorrectly
Product: Ports & Packages Reporter: Gerard Seibert <gerard_seibert>
Component: Individual Port(s)Assignee: Eric Turgeon <ericbsd>
Status: Closed FIXED    
Severity: Affects Many People CC: Trond.Endrestol, gerard_seibert, r00t, w.schwarzenfeld
Priority: --- Flags: ericbsd: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   

Description Gerard Seibert 2018-05-28 17:41:21 UTC
The port fails to build. This is from the Synth error log:

--------------------------------------------------------------------------------
--  Phase: fetch
--------------------------------------------------------------------------------
===>  License GPLv3 GPLv3RLE accepted by the user
=> gcc-6-20180516.tar.xz is not in /xports/lang/gcc6-aux/distinfo.
=> Either /xports/lang/gcc6-aux/distinfo is out of date, or
=> gcc-6-20180516.tar.xz is spelled incorrectly.
*** Error code 1

Stop.
make: stopped in /xports/lang/gcc6-aux
Comment 1 Trond Endrestøl 2018-05-29 08:32:55 UTC
It looks like r471043 forgot to update distinfo. This small patch can be used in the interrim.

Index: /usr/ports/lang/gcc6-aux/distinfo
===================================================================
--- /usr/ports/lang/gcc6-aux/distinfo   (revision 471079)
+++ /usr/ports/lang/gcc6-aux/distinfo   (working copy)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1503523153
-SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c
-SIZE (gcc-6-20170802.tar.xz) = 72581920
+TIMESTAMP = 1527581212
+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
Comment 2 Walter Schwarzenfeld 2018-05-29 09:26:09 UTC
see also bug #227914.
Comment 3 Eric Turgeon freebsd_committer freebsd_triage 2018-05-29 14:29:18 UTC
I am updating the distfile at this moment
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-05-29 14:33:37 UTC
A commit references this bug:

Author: ericbsd
Date: Tue May 29 14:32:46 UTC 2018
New revision: 471093
URL: https://svnweb.freebsd.org/changeset/ports/471093

Log:
  Update lang/gcc6-aux disfile with missing changes

  PR:		227914, 228570
  Approved by:	wg mentor

Changes:
  head/lang/gcc6-aux/distinfo
Comment 5 Eric Turgeon freebsd_committer freebsd_triage 2018-05-29 15:51:03 UTC
I updated the distinfo.