Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 617808

Summary: games-engines/zoom-1.1.5-r1 with sys-devel/gcc:7 - ?
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: plevine457, tsmksubc
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/7617
Whiteboard: ~arch only
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 617524    
Attachments: Avoid inline for static function store()
emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-engines:zoom-1.1.5-r1:20180303-113951.log
logs.tbz2
temp.tbz2

Description Martin Väth 2017-05-08 06:37:35 UTC
Created attachment 471942 [details, diff]
Avoid inline for static function store()

games-engines/zoom-1.1.5-r1 fails to compile with gcc-7.

The reason is that a function which is used statically is declare inline.

A patch which fixes the issue is attached.
Comment 1 Toralf Förster gentoo-dev 2018-03-03 21:57:17 UTC
appeared recently at the tinderbox image 17.0-desktop_libressl_20180227-214141
Comment 2 Toralf Förster gentoo-dev 2018-03-03 21:57:20 UTC
Created attachment 522088 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2018-03-03 21:57:23 UTC
Created attachment 522090 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-03-03 21:57:26 UTC
Created attachment 522092 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-03-03 21:57:29 UTC
Created attachment 522094 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-03 21:57:32 UTC
Created attachment 522096 [details]
games-engines:zoom-1.1.5-r1:20180303-113951.log
Comment 7 Toralf Förster gentoo-dev 2018-03-03 21:57:34 UTC
Created attachment 522098 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2018-03-03 21:57:37 UTC
Created attachment 522100 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2018-04-04 21:10:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355d4ca8b41c04262f89c52cb3063a6697e930eb

commit 355d4ca8b41c04262f89c52cb3063a6697e930eb
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2018-03-25 21:15:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-04-04 21:09:32 +0000

    games-engines/zoom: Fix building with GCC-7
    
    Bug: https://bugs.gentoo.org/617808
    Package-Manager: Portage-2.3.16, Repoman-2.3.6
    Closes: https://bugs.gentoo.org/617808
    Closes: https://github.com/gentoo/gentoo/pull/7617
    Closes: https://github.com/gentoo/gentoo/pull/7617

 games-engines/zoom/files/zoom-1.1.5-gcc7.patch | 53 ++++++++++++++++++++++++++
 games-engines/zoom/zoom-1.1.5-r1.ebuild        |  4 +-
 2 files changed, 56 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355d4ca8b41c04262f89c52cb3063a6697e930eb

commit 355d4ca8b41c04262f89c52cb3063a6697e930eb
Author:     Peter Levine <plevine457@gmail.com>
AuthorDate: 2018-03-25 21:15:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-04-04 21:09:32 +0000

    games-engines/zoom: Fix building with GCC-7
    
    Bug: https://bugs.gentoo.org/617808
    Package-Manager: Portage-2.3.16, Repoman-2.3.6
    Closes: https://bugs.gentoo.org/617808
    Closes: https://github.com/gentoo/gentoo/pull/7617
    Closes: https://github.com/gentoo/gentoo/pull/7617

 games-engines/zoom/files/zoom-1.1.5-gcc7.patch | 53 ++++++++++++++++++++++++++
 games-engines/zoom/zoom-1.1.5-r1.ebuild        |  4 +-
 2 files changed, 56 insertions(+), 1 deletion(-)}