Summary: | mail-client/neomutt calls cc directly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Nicolas Bock <nicolasbock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/20796 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 641092 [details]
build.log
build log and emerge --info
*** Bug 728980 has been marked as a duplicate of this bug. *** I cannot reproduce with neomutt-20200626: CC=gurke ebuild neomutt-20200626-r1.ebuild configure produces Error: Could not find a C compiler. Tried: gurke please try full merge with x86_64-pc-linux-gnu-gcc as CC (In reply to Agostino Sarubbo from comment #4) > please try full merge with x86_64-pc-linux-gnu-gcc as CC I think the issue is that it calls the correct tuple MOSTLY (via CC), but if USE=docs, it makes a few calls to 'gcc'. So that needs fixing. *** Bug 730202 has been marked as a duplicate of this bug. *** Sam, Please have a look at https://github.com/gentoo/gentoo/pull/20796. That fixes this issue in my local tests. Thanks, Nick The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12abfe9e49c4d244e9d4e237f1329356880e1bdf commit 12abfe9e49c4d244e9d4e237f1329356880e1bdf Author: Nicolas Bock <nicolasbock@gentoo.org> AuthorDate: 2021-05-13 18:26:24 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-05-14 00:22:38 +0000 mail-client/neomutt: Do not call `cc` Closes: https://bugs.gentoo.org/724716 Closes: https://github.com/gentoo/gentoo/pull/20796 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> mail-client/neomutt/neomutt-20210205-r1.ebuild | 4 +++- mail-client/neomutt/neomutt-99999999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (In reply to Nicolas Bock from comment #7) > Sam, > > Please have a look at https://github.com/gentoo/gentoo/pull/20796. That > fixes this issue in my local tests. > > Thanks, > > Nick Thanks! |