From owner-freebsd-ports-bugs@freebsd.org Sat Nov 3 13:47:24 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EEAF10FE588 for ; Sat, 3 Nov 2018 13:47:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CD98283160 for ; Sat, 3 Nov 2018 13:47:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8EE3310FE587; Sat, 3 Nov 2018 13:47:23 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CECF10FE586 for ; Sat, 3 Nov 2018 13:47:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02D3183157 for ; Sat, 3 Nov 2018 13:47:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3FF6C6D81 for ; Sat, 3 Nov 2018 13:47:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3DlMFv016631 for ; Sat, 3 Nov 2018 13:47:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wA3DlMtj016630 for ports-bugs@FreeBSD.org; Sat, 3 Nov 2018 13:47:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232932] devel/elfutils fails to build with GCC 8 (and is two releases behind) Date: Sat, 03 Nov 2018 13:47:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cem@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter blocked flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 13:47:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232932 Bug ID: 232932 Summary: devel/elfutils fails to build with GCC 8 (and is two releases behind) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: cem@freebsd.org Reporter: gerald@FreeBSD.org Blocks: 231590 Assignee: cem@freebsd.org Flags: maintainer-feedback?(cem@freebsd.org) Cf. http://package22.nyi.freebsd.org/data/112amd64-default-PR231590/2018-10-29_= 06h48m05s/logs/errors/elfutils-0.172_1.log obstack.c: In function '_obstack_begin': obstack.c:167:17: error: cast between incompatible function types from 'voi= d * (*)(long int)' to 'struct _obstack_chunk * (*)(void *, long int)' [-Werror=3Dcast-function-type] h->chunkfun =3D (struct _obstack_chunk * (*)(void *, long)) chunkfun; ^ obstack.c:168:16: error: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, struct _obstack_chunk *)' [-Werror=3Dcast-function-type] h->freefun =3D (void (*) (void *, struct _obstack_chunk *)) freefun; ^ Also this port is two versions behind upstream which released 0.173 end of June and 0.174 in September. With a bit of luck a version=20 update is going to address this issue? Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231590 [Bug 231590] [exp-run] Update GCC_DEFAULT from 7 to 8 --=20 You are receiving this mail because: You are the assignee for the bug.=