Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jul 2018 06:45:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229465] lang/gcc6-aux: Error in versioning causing other port failures
Message-ID:  <bug-229465-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229465

            Bug ID: 229465
           Summary: lang/gcc6-aux: Error in versioning causing other port
                    failures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ericbsd@FreeBSD.org
          Reporter: jamie@catflap.org
             Flags: maintainer-feedback?(ericbsd@FreeBSD.org)
          Assignee: ericbsd@FreeBSD.org

Created attachment 194824
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194824&action=
=3Dedit
Patch to Makefile to correct version

Hi. Looking at lang/gcc6-aux it appears to be a version of gcc 6.4.1, yet t=
he
port is marked as being 6.5.0 - indeed , if your run --version on it, you g=
et:

| 16:21 (19) "gcc6-aux" root@thompson# ptimes gcc6-aux-20180516
| Thu  7 Jun 2018 21:50:32 BST lang/gcc6-aux (gcc6-aux-20180516)
|
| 16:21 (20) "gcc6-aux" root@thompson# /usr/local/gcc6-aux/bin/gcc --version
| gcc (GCC) 6.4.1 20180516 (snapshot) -=3D> GNAT AUX [FreeBSD64]
| Copyright (C) 2017 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS=
E.

Also, the pkg info -l gcc6-aux-20180516 shows the many files that install i=
nto
"6.4.1" subdirectories.

Unfortunately, this breaks the build of "lang/gnatcross-aarch64" and
"lang/gnatdroid-armv7" (which has already been updated as BROKEN because of
this.)

Changing :

 | 16:26 (25) "gcc6-aux" root@thompson# pwd;diff Makefile.version.orig
Makefile.version
 | /usr/ports/lang/gcc6-aux
 | 9c9
 | < GCC_POINT=3D            5.0
 | ---
 | > GCC_POINT=3D            4.1

 .. allows the 2 ports to compile again.

Patch attached...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229465-7788>