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

Bug 739400

Summary: games-strategy/warmux-11.04.1-r1 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22489
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-autoconf.out

Description Agostino Sarubbo gentoo-dev 2020-08-28 12:15:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-strategy/warmux-11.04.1-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-28 12:16:02 UTC
Created attachment 657282 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-28 12:16:03 UTC
Created attachment 657284 [details]
1-autoconf.out

1-autoconf.out
Comment 3 Larry the Git Cow gentoo-dev 2021-10-04 23:58:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748756d8d10e901754d9d33a9a6104284ebd6c76

commit 748756d8d10e901754d9d33a9a6104284ebd6c76
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2021-10-04 20:52:18 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-10-04 23:56:18 +0000

    games-strategy/warmux: fix build, deps, bump eapi
    
    Remove nls USE flag, because it caused build failure when disabled,
    because in that case it defines its own ngettext macro, which conflicts
    with that function defined in libintl.h which is transitively included
    anyway.
    
    Closes: https://bugs.gentoo.org/739400
    Closes: https://bugs.gentoo.org/796914
    Closes: https://bugs.gentoo.org/631434
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/22489
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../warmux/files/warmux-11.04.1-clang.patch        | 13 ++++++++
 ...-11.04.1-r1.ebuild => warmux-11.04.1-r2.ebuild} | 37 +++++++++++++---------
 2 files changed, 35 insertions(+), 15 deletions(-)