Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread zzam
Am 15.02.24 um 16:06 schrieb Michał Górny: Oh, sorry, I've just realized that I'm maintaining stratagus these days. Will fix it, thanks! Good. Your solution also fixes this issue. Thank you for committing it. I "just" wanted to debug why wargus crashes. This is already fruitful. I already

Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread Michał Górny
On Thu, 2024-02-15 at 14:23 +, parona wrote: > On Thursday, 15 February 2024 at 16:09, Michał Górny > wrote: > > > On Thu, 2024-02-15 at 14:21 +0100, z...@gentoo.org wrote: > > > > > Am 15.02.24 um 13:59 schrieb Eli Schwartz: > > > > > > > On 2/15/24 7:53 AM, Matthias Schwarzott wrote: >

Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread parona
On Thursday, 15 February 2024 at 16:09, Michał Górny wrote: > On Thu, 2024-02-15 at 14:21 +0100, z...@gentoo.org wrote: > > > Am 15.02.24 um 13:59 schrieb Eli Schwartz: > > > > > On 2/15/24 7:53 AM, Matthias Schwarzott wrote: > > > > > > > When stratagus is compiled with USE=debug, its

Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread Michał Górny
On Thu, 2024-02-15 at 14:21 +0100, z...@gentoo.org wrote: > Am 15.02.24 um 13:59 schrieb Eli Schwartz: > > On 2/15/24 7:53 AM, Matthias Schwarzott wrote: > > > When stratagus is compiled with USE=debug, its executable is called > > > /usr/bin/stratatgus-dbg. > > > > > > Signed-off-by: Matthias

[gentoo-dev] [PATCH v2] games-engines/stratagus: Unbreak USE=debug case

2024-02-15 Thread Matthias Schwarzott
Avoid renaming stratagus executable if compiled with USE=debug. It would end up as /usr/bin/stratagus-dbg instead of /usr/bin/stratagus. Signed-off-by: Matthias Schwarzott --- games-engines/stratagus/stratagus-3.3.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git

[gentoo-dev] [PATCH] games-engines/stratagus: Unbreak USE=debug case

2024-02-15 Thread Matthias Schwarzott
Avoid renaming stratagus executable if compiled with USE=debug. It would end up as /usr/bin/stratatgus-dbg instead of /usr/bin/stratatgus. Signed-off-by: Matthias Schwarzott --- games-engines/stratagus/stratagus-3.3.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread zzam
Am 15.02.24 um 13:59 schrieb Eli Schwartz: On 2/15/24 7:53 AM, Matthias Schwarzott wrote: When stratagus is compiled with USE=debug, its executable is called /usr/bin/stratatgus-dbg. Signed-off-by: Matthias Schwarzott --- games-strategy/wargus/wargus-3.3.2.ebuild | 6 -- 1 file

[gentoo-dev] Re: [gentoo-dev-announce] More packages up for grabs due to developer inactivity

2024-02-15 Thread Bernard Cafarelli
On Wed, 14 Feb 2024 11:38:49 +0100, Michał Górny wrote : > Hello, > > The following packages are also left with no maintainer: > dev-util/google-perftools I had started to look into this one already, adding to my list > x11-misc/xssstate I use this one and should be low-maintenance --

Re: [gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread Eli Schwartz
On 2/15/24 7:53 AM, Matthias Schwarzott wrote: > When stratagus is compiled with USE=debug, its executable is called > /usr/bin/stratatgus-dbg. > > Signed-off-by: Matthias Schwarzott > --- > games-strategy/wargus/wargus-3.3.2.ebuild | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-)

[gentoo-dev] [PATCH] games-strategy/wargus: Fix running it with games-engines/stratagus[debug]

2024-02-15 Thread Matthias Schwarzott
When stratagus is compiled with USE=debug, its executable is called /usr/bin/stratatgus-dbg. Signed-off-by: Matthias Schwarzott --- games-strategy/wargus/wargus-3.3.2.ebuild | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-strategy/wargus/wargus-3.3.2.ebuild