Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831337 - x11-wm/xpra-4.3.3 calls cpp directly
Summary: x11-wm/xpra-4.3.3 calls cpp directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL: https://github.com/Xpra-org/xpra/pull...
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-01-17 08:18 UTC by Agostino Sarubbo
Modified: 2022-05-22 12:41 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,335.78 KB, text/plain)
2022-01-17 08:18 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 2022-01-17 08:18:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-wm/xpra-4.3.1-r1 calls cpp 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 CPP implementation (like clang-cpp). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-17 08:18:19 UTC
Created attachment 762380 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-28 20:06:29 UTC
ci has reproduced this issue with version 4.3.2 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2022-04-29 10:29:34 UTC
ci has reproduced this issue with version 4.3.3 - Updating summary.
Comment 4 James Le Cuirot gentoo-dev 2022-04-29 10:51:00 UTC
FWIW, I did look into this before, but couldn't quite figure out how to fix it properly.
Comment 5 Larry the Git Cow gentoo-dev 2022-05-22 12:41:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3f62cd0d98ca76908cc3d661159cfc6c119d12

commit 9c3f62cd0d98ca76908cc3d661159cfc6c119d12
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-05-22 12:41:34 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-05-22 12:41:34 +0000

    x11-wm/xpra: Patch around setup.py hardcoded call to cpp
    
    This has been merged upstream.
    
    Closes: https://bugs.gentoo.org/831337
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 x11-wm/xpra/files/xpra-4.3-cpp.patch | 34 ++++++++++++++++++++++++++++++++++
 x11-wm/xpra/xpra-4.3.3.ebuild        |  1 +
 2 files changed, 35 insertions(+)