Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774099 - sci-mathematics/yafu-1.34.3-r1 calls cc directly
Summary: sci-mathematics/yafu-1.34.3-r1 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-03-03 19:51 UTC by Agostino Sarubbo
Modified: 2025-02-24 21:27 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,6.17 KB, text/plain)
2021-03-03 19:51 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-03-03 19:51:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-mathematics/yafu-1.34.3 calls cc 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 CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the CC variable to x86_64-pc-linux-gnu-gcc.
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-03 19:51:17 UTC
Created attachment 689238 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-03 19:51:20 UTC
Possible context of error(s):

make: gcc: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-23 18:20:56 UTC
ci has reproduced this issue with version 1.34.3-r1 - Updating summary.
Comment 4 Michael Orlitzky gentoo-dev 2022-06-03 03:12:27 UTC
Suggest last-riting in favor of sci-mathematics/flintqs.
Comment 5 Larry the Git Cow gentoo-dev 2025-02-24 21:27:55 UTC
The bug has been closed via the following commit(s):

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

commit ae2dae47a63f016b90020cf24b33e1876b65b429
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-22 19:43:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-24 21:26:09 +0000

    sci-mathematics/yafu: update EAPI 7 -> 8, fix build failure
    
    Tricky problem with openmp types, consolidating seds, old patch and
    fix-up for allowing toolchain functions and system environment into
    one patch file
    
    Closes: https://bugs.gentoo.org/920324
    Closes: https://bugs.gentoo.org/774099
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40707
    Signed-off-by: Sam James <sam@gentoo.org>

 .../yafu/files/yafu-1.34.3-Makefile.patch          | 11 ----
 .../yafu/files/yafu-1.34.3-fix-makefiles.patch     | 75 ++++++++++++++++++++++
 .../yafu/files/yafu-1.34.3-mpz_set.patch           | 14 ++++
 sci-mathematics/yafu/yafu-1.34.3-r1.ebuild         | 57 ----------------
 sci-mathematics/yafu/yafu-1.34.3-r2.ebuild         | 51 +++++++++++++++
 5 files changed, 140 insertions(+), 68 deletions(-)