Bug 228570 - lang/gcc6-aux:Either /xports/lang/gcc6-aux/distinfo is out of date, or gcc-6-20180516.tar.xz is spelled incorrectly
Summary: lang/gcc6-aux:Either /xports/lang/gcc6-aux/distinfo is out of date, or gcc-6-...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Eric Turgeon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-28 17:41 UTC by Gerard Seibert
Modified: 2018-05-29 15:51 UTC (History)
4 users (show)

See Also:
ericbsd: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 freebsd_triage 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.