Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784527 - net-wireless/tempestsdr-0.0_p20200221-r1 calls g++ directly
Summary: net-wireless/tempestsdr-0.0_p20200221-r1 calls g++ directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-04-20 18:43 UTC by Agostino Sarubbo
Modified: 2025-01-22 17:10 UTC (History)
0 users

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


Attachments
build.log (build.log,22.05 KB, text/plain)
2021-04-20 18:43 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 2021-04-20 18:43:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/tempestsdr-0.0_p20200221 calls g++ directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different C++ implementation (like clang++). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the CXX variable to x86_64-pc-linux-gnu-g++.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-20 18:43:42 UTC
Created attachment 701280 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-20 18:43:44 UTC
Possible context of error(s):

make[2]: g++: No such file or directory
cp: cannot stat '../TSDRPlugin_librtlsdr//bin/LINUX/X64/*.so': No such file or directory
make[2]: g++: No such file or directory
cp: cannot stat '../TSDRPlugin_Airspy//bin/LINUX/X64/*.so': No such file or directory
make[2]: g++: No such file or directory
cp: cannot stat '../TSDRPlugin_HackRF//bin/LINUX/X64/*.so': No such file or directory
make[2]: g++: No such file or directory
cp: cannot stat '../TSDRPlugin_BladeRF//bin/LINUX/X64/*.so': No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-18 06:38:34 UTC
ci has reproduced this issue with version 0.0_p20200221-r1 - Updating summary.
Comment 4 Rick Farina (Zero_Chaos) gentoo-dev 2025-01-22 16:55:23 UTC
Fixed upstream.
https://github.com/deltj/TempestSDR/commit/59201a2cb21ab193125719eb318dcfbbf979c32e
Comment 5 Larry the Git Cow gentoo-dev 2025-01-22 17:10:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9d7f4d0c17faae37aff794e83ee6c6b91e407d

commit 7e9d7f4d0c17faae37aff794e83ee6c6b91e407d
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2025-01-22 17:06:48 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2025-01-22 17:06:48 +0000

    net-wireless/tempestsdr: don't call g++ directly
    
    Closes: https://bugs.gentoo.org/784527
    
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/tempestsdr/Manifest                                        | 2 +-
 ...mpestsdr-0.0_p20200221-r1.ebuild => tempestsdr-0.0_p20250122.ebuild} | 2 +-
 net-wireless/tempestsdr/tempestsdr-9999.ebuild                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)