Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720968 - media-libs/nas calls cc directly
Summary: media-libs/nas calls cc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-04 16:55 UTC by Agostino Sarubbo
Modified: 2021-04-15 06:39 UTC (History)
0 users

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


Attachments
build.log (build.log,17.81 KB, text/plain)
2020-05-04 16:55 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 2020-05-04 16:55:13 UTC
This is an auto-filled bug because media-libs/nas calls cc directly.
The issue was originally discovered on arm64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different CC implementation (like clang) by setting the CC variable. So this issue has been reproduced by setting the CC variable to aarch64-unknown-linux-gnu-gcc and by removing the /usr/bin/cc - /usr/bin/gcc binaries.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-04 16:55:24 UTC
Created attachment 636002 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-04-15 06:39:25 UTC
The bug has been closed via the following commit(s):

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

commit 207500afcf649e5ac63c302d2c907c3514284f5f
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-04-14 10:34:22 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-04-15 06:38:53 +0000

    media-libs/nas: fix build with -native-symlinks
    
    "World" removal on emake is to stop it from re-doing what
    xmkmf already did and call wrong commands in the process.
    
    Swapped DEPEND with BDEPEND to put imake in the right block.
    
    Closes: https://bugs.gentoo.org/720968
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-libs/nas/nas-1.9.4-r2.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)