Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933590 - [guru] games-strategy/gigalomania-1.0.1 calls g++ directly
Summary: [guru] games-strategy/gigalomania-1.0.1 calls g++ directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vitaly Zdanevich
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-06-05 06:48 UTC by Agostino Sarubbo
Modified: 2024-07-17 08:40 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,48.00 KB, text/plain)
2024-06-05 06:48 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-06-05 06:48:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-strategy/gigalomania-1.0.1 calls g++ directly.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-05 06:48:55 UTC
Created attachment 895105 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-05 06:48:56 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: g++: command not found
Comment 3 Larry the Git Cow gentoo-dev 2024-07-17 08:40:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=045133af3013ed23260908c32e5ca3bcd1b4297e

commit 045133af3013ed23260908c32e5ca3bcd1b4297e
Author:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
AuthorDate: 2024-07-16 08:53:12 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
CommitDate: 2024-07-16 08:53:12 +0000

    games-strategy/gigalomania: fix error calls g++ directly
    
    Closes: https://bugs.gentoo.org/933590
    Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>

 games-strategy/gigalomania/files/Makefile.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e625e03a6550b19eeacccd15bd0173ba0520c493

commit e625e03a6550b19eeacccd15bd0173ba0520c493
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2024-07-16 23:06:29 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2024-07-17 01:13:15 +0000

    games-strategy/gigalomania: export CHOST CXX for make to pick it up
    
    Add braces to variables
    
    Bug: https://bugs.gentoo.org/933590
    Fixes: 045133af3013ed23260908c32e5ca3bcd1b4297e
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)