Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641132

Summary: mail-client/neomutt-20171215 : * emake failed
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: 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 gentoo-dev 2017-12-15 15:12:25 UTC
 * ERROR: mail-client/neomutt-20171215::gentoo failed (install phase):
 *   emake failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20171214-165920

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv mail-client/neomutt
[ebuild  N    ] mail-client/neomutt-20171215  USE="berkdb crypt gdbm libressl nls ssl -doc -gnutls -gpg -gpgme -idn -kerberos -kyotocabinet -lmdb -notmuch -pgp_classic -qdbm -sasl (-selinux) -slang -smime -smime_classic -tokyocabinet"
Comment 1 Toralf Förster gentoo-dev 2017-12-15 15:12:28 UTC
Created attachment 510142 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-15 15:12:31 UTC
Created attachment 510144 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-15 15:12:34 UTC
Created attachment 510146 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-15 15:12:37 UTC
Created attachment 510148 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-15 15:12:40 UTC
Created attachment 510150 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-12-15 15:12:43 UTC
Created attachment 510152 [details]
mail-client:neomutt-20171215:20171215-140841.log
Comment 7 Toralf Förster gentoo-dev 2017-12-15 15:12:46 UTC
Created attachment 510154 [details]
temp.tbz2
Comment 8 Ian Pickworth 2017-12-16 12:44:16 UTC
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
Comment 9 Nicolas Bock gentoo-dev 2017-12-17 17:23:28 UTC
It's a doc build issue when the doc use flag is not set. I'm looking into it already. Thanks!
Comment 10 Larry the Git Cow gentoo-dev 2017-12-27 13:11:44 UTC
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(-)