Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641132 - mail-client/neomutt-20171215 : * emake failed
Summary: mail-client/neomutt-20171215 : * emake failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nicolas Bock
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-15 15:12 UTC by Toralf Förster
Modified: 2017-12-27 13:11 UTC (History)
6 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.87 KB, text/plain)
2017-12-15 15:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,41.32 KB, text/plain)
2017-12-15 15:12 UTC, Toralf Förster
Details
environment (environment,91.75 KB, text/plain)
2017-12-15 15:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.63 KB, application/x-bzip)
2017-12-15 15:12 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,2.11 KB, application/x-bzip)
2017-12-15 15:12 UTC, Toralf Förster
Details
mail-client:neomutt-20171215:20171215-140841.log (mail-client:neomutt-20171215:20171215-140841.log,58.95 KB, text/plain)
2017-12-15 15:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.01 KB, application/x-bzip)
2017-12-15 15:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)