Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885773 - [fem-overlay] dev-perl/Net-Libdnet-0.99-r1 calls cc directly
Summary: [fem-overlay] dev-perl/Net-Libdnet-0.99-r1 calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Michel
URL: https://gitlab.fem-net.de/gentoo/fem-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-13 11:35 UTC by Agostino Sarubbo
Modified: 2023-07-09 21:03 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,49.01 KB, text/plain)
2022-12-13 11:35 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-12-13 11:35:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/Net-Libdnet-0.99-r1 calls cc directly.
Discovered on: amd64 (internal ref: fem-overlay_tinderbox)

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].
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-13 11:35:44 UTC
Created attachment 842453 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-13 11:35:45 UTC
Error(s) that match a know pattern:

cc1: error: ‘-Werror=incompatible-function-pointer-types’: no option ‘-Wincompatible-function-pointer-types’; did you mean ‘-Wincompatible-pointer-types’?
Comment 3 Adrian Schollmeyer 2022-12-27 15:38:13 UTC
Is this really an issue with
Comment 4 Adrian Schollmeyer 2022-12-27 15:39:22 UTC
Is this really an issue with cc being called directly or rather an unsupported compiler option being passed? build.log indicates that cc isn't called directly, but x86_64-pc-linux-gnu-gcc.
Comment 5 Paul Michel 2023-07-09 21:03:23 UTC
Issue closed upstream, see GitLab issue #186