Summary: | mail-client/neomutt-20171215 : * emake failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Nicolas Bock <nicolasbock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arve.barsnes, atoth, bradfier, chris.murtagh1, kirill, prometheanfire |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 logs.tbz2 mail-client:neomutt-20171215:20171215-140841.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 510142 [details]
emerge-info.txt
Created attachment 510144 [details]
emerge-history.txt
Created attachment 510146 [details]
environment
Created attachment 510148 [details]
etc.portage.tbz2
Created attachment 510150 [details]
logs.tbz2
Created attachment 510152 [details]
mail-client:neomutt-20171215:20171215-140841.log
Created attachment 510154 [details]
temp.tbz2
The error appears to be here: # Install binaries mkdir -p /var/tmp/portage/mail-client/neomutt-20171215/image//usr/bin for f in neomutt; do \ install -c $f /var/tmp/portage/mail-client/neomutt-20171215/image//usr/bin/`basename $f`; \ done mkdir -p /var/tmp/portage/mail-client/neomutt-20171215/image//usr/libexec/neomutt for f in pgpewrap pgpring; do \ install -c $f /var/tmp/portage/mail-client/neomutt-20171215/image//usr/libexec/neomutt/`basename $f`; \ done make -j5 -C doc neomuttrc.man make: Entering directory '/var/tmp/portage/mail-client/neomutt-20171215/work/neomutt-neomutt-20171215/doc' make: *** No rule to make target 'neomuttrc.man'. Stop. make: Leaving directory '/var/tmp/portage/mail-client/neomutt-20171215/work/neomutt-neomutt-20171215/doc' * ERROR: mail-client/neomutt-20171215::gentoo failed (install phase): * emake failed It's a doc build issue when the doc use flag is not set. I'm looking into it already. Thanks! The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87fe616ab11bfb005996763714c9617dad94a14 commit f87fe616ab11bfb005996763714c9617dad94a14 Author: Nicolas Bock <nicolasbock@gentoo.org> AuthorDate: 2017-12-27 12:40:19 +0000 Commit: Nicolas Bock <nicolasbock@gentoo.org> CommitDate: 2017-12-27 13:11:17 +0000 mail-client/neomutt: Build man pages unconditionally Man pages are built without additional dependencies. Closes: https://bugs.gentoo.org/641132 Package-Manager: Portage-2.3.13, Repoman-2.3.3 mail-client/neomutt/neomutt-20171215.ebuild | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) |