Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 798903 - [guru] net-dialup/atinout-0.9.1 calls cc directly
Summary: [guru] net-dialup/atinout-0.9.1 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Marco Scardovi (scardracs)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-06-27 13:13 UTC by Agostino Sarubbo
Modified: 2021-06-28 10:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,34.19 KB, text/plain)
2021-06-27 13:13 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-06-27 13:13:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-dialup/atinout-0.9.1 calls cc directly.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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].
Comment 1 Agostino Sarubbo gentoo-dev 2021-06-27 13:13:35 UTC
Created attachment 719580 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-06-27 13:13:37 UTC
Possible context of error(s):

make: gcc: No such file or directory
Comment 3 Marco Scardovi (scardracs) 2021-06-27 13:33:39 UTC Comment hidden (obsolete)
Comment 4 Larry the Git Cow gentoo-dev 2021-06-28 10:59:01 UTC
The bug has been closed via the following commit(s):

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

commit e14b57d4679cd38fde03ff8cb5397208a5d20056
Author:     Marco Scardovi <marco@scardovi.com>
AuthorDate: 2021-06-27 17:23:03 +0000
Commit:     Marco Scardovi <marco@scardovi.com>
CommitDate: 2021-06-27 17:26:35 +0000

    net-dialup/atinout: patched Makefile
    
    The original one does not respect CFLAGS/LDFLAGS so with the
    help of Sam we've patched him to make it respecting *FLAGS
    
    Closes: https://bugs.gentoo.org/798909
    Closes: https://bugs.gentoo.org/798903
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Marco Scardovi <marco@scardovi.com>

 ...tinout-0.9.1.ebuild => atinout-0.9.1-r1.ebuild} |  4 ++-
 net-dialup/atinout/files/0003-patch-makefile.patch | 40 ++++++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletion(-)