Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617808 - games-engines/zoom-1.1.5-r1 with sys-devel/gcc:7 - ?
Summary: games-engines/zoom-1.1.5-r1 with sys-devel/gcc:7 - ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard: ~arch only
Keywords: PATCH
Depends on:
Blocks: gcc-7
  Show dependency tree
 
Reported: 2017-05-08 06:37 UTC by Martin Väth
Modified: 2018-06-06 21:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Avoid inline for static function store() (zoom-gcc7.patch,284 bytes, patch)
2017-05-08 06:37 UTC, Martin Väth
Details | Diff
emerge-info.txt (emerge-info.txt,16.25 KB, text/plain)
2018-03-03 21:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,160.69 KB, text/plain)
2018-03-03 21:57 UTC, Toralf Förster
Details
environment (environment,15.92 KB, text/plain)
2018-03-03 21:57 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.88 KB, application/x-bzip)
2018-03-03 21:57 UTC, Toralf Förster
Details
games-engines:zoom-1.1.5-r1:20180303-113951.log (games-engines:zoom-1.1.5-r1:20180303-113951.log,48.30 KB, text/plain)
2018-03-03 21:57 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.97 KB, application/x-bzip)
2018-03-03 21:57 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.47 KB, application/x-bzip)
2018-03-03 21:57 UTC, Toralf Förster
Details

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