Summary: | games-fps/quake2-icculus: fails with multiple definition of `clientOrg' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Felix J. Ogris <fjo-gentoo> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 705764 | ||
Attachments: |
build log
trivial patch |
Description
Felix J. Ogris
2020-07-26 11:01:34 UTC
Created attachment 650872 [details, diff]
trivial patch
variable clientOrg is not used anywhere
put attached patch into /etc/portage/patches/games-fps/quake2-icculus-0.16.1-r1/ and create /etc/portage/env/games-fps/quake2-icculus-0.16.1-r1 containing this line:
pre_src_prepare() { epatch_user || die; }
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2a72e2b447db3b0a3554f7b3918e7f63a9bedc commit fd2a72e2b447db3b0a3554f7b3918e7f63a9bedc Author: Jakov Smolic <jakov.smolic@sartura.hr> AuthorDate: 2021-02-04 19:51:39 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2021-02-09 16:59:22 +0000 games-fps/quake2-icculus: Fix build with gcc-10 Closes: https://bugs.gentoo.org/733962 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Ben Kohler <bkohler@gentoo.org> .../files/quake2-icculus-0.16.1-fno-common.patch | 10 ++++++++++ games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) |