Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756406 - dev-lua/lua-openssl-0.7.8_p0-r1 calls cc directly
Summary: dev-lua/lua-openssl-0.7.8_p0-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 (vote)
Assignee: Victor Payno
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-11-25 07:43 UTC by Agostino Sarubbo
Modified: 2020-12-04 11:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,16.40 KB, text/plain)
2020-11-25 07:43 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-11-25 07:43:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lua/lua-openssl-0.7.8_p0-r1 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 2020-11-25 07:43:29 UTC
Created attachment 674803 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-25 07:43:31 UTC
Possible context of error(s):

make: gcc: No such file or directory
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2020-12-04 11:12:04 UTC
The bug has been closed via the following commit(s):

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

commit 9070e9dba03fbd22eaa2f85526dde66268575cf8
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-12-04 11:06:36 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-12-04 11:06:36 +0000

    dev-lua/lua-openssl: update ebuild
    
    This revbump fixes some open bugs for lua-openssl.
    
    Closes: https://bugs.gentoo.org/723132
    Closes: https://bugs.gentoo.org/754087
    Closes: https://bugs.gentoo.org/756406
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/lua-openssl/Manifest                       |  2 +
 dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r2.ebuild | 86 ++++++++++++++++++++++
 2 files changed, 88 insertions(+)