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

Bug 725760

Summary: sys-block/spindown calls g++ directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-28 07:19:04 UTC
This is an auto-filed bug because sys-block/spindown calls g++ directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CXX implementation (like clang++) by setting the CXX variable. So this issue has been reproduced by setting the CXX variable to x86_64-pc-linux-gnu-g++ and by removing the /usr/bin/g++ - /usr/bin/c++ binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-28 07:19:09 UTC
Created attachment 642204 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-01-23 02:40:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787c9cc8064dcb021a01a51e2fc0217b927a9111

commit 787c9cc8064dcb021a01a51e2fc0217b927a9111
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-01-23 02:20:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-01-23 02:32:54 +0000

    sys-block/spindown: EAPI 8, respect CXX, fix musl build
    
    Closes: https://bugs.gentoo.org/863074
    Closes: https://bugs.gentoo.org/725760
    Signed-off-by: Sam James <sam@gentoo.org>

 .../spindown/files/spindown-0.4.0-Makefile.patch   | 55 ++++++++++++++++++++++
 .../files/spindown-0.4.0-musl-time-include.patch   | 11 +++++
 sys-block/spindown/spindown-0.4.0-r5.ebuild        | 26 +++++-----
 3 files changed, 80 insertions(+), 12 deletions(-)