Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699166 - mail-client/neomutt-20191102 : Error: Unexpected parameter: no
Summary: mail-client/neomutt-20191102 : Error: Unexpected parameter: no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Nicolas Bock
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-11-02 16:33 UTC by Toralf Förster
Modified: 2019-11-06 05:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.22 KB, text/plain)
2019-11-02 16:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,96.08 KB, text/plain)
2019-11-02 16:33 UTC, Toralf Förster
Details
environment (environment,90.07 KB, text/plain)
2019-11-02 16:33 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.08 KB, application/x-bzip)
2019-11-02 16:33 UTC, Toralf Förster
Details
mail-client:neomutt-20191102:20191102-143147.log (mail-client:neomutt-20191102:20191102-143147.log,2.74 KB, text/plain)
2019-11-02 16:33 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.87 KB, application/x-bzip)
2019-11-02 16:33 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 2019-11-02 16:33:11 UTC
>>> Configuring source in /var/tmp/portage/mail-client/neomutt-20191102/work/neomutt-20191102 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/neomutt-20191102 --libdir=/usr/lib64 CCACHE=none --disable-doc no --enable-nls --disable-notmuch --disable-gpgme --disable-pgp --disable-smime --enable-bdb --enable-gdbm --disable-kyotocabinet --disable-qdbm --disable-tokyocabinet --disable-idn --disable-gss --disable-lmdb --disable-sasl --with-ui=ncurses --sysconfdir=/etc/neomutt --enable-ssl --disable-gnutls
Error: Unexpected parameter: no

Try: 'configure --help' for options


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20191101-101927

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

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



Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)





repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 02 Nov 2019 14:06:08 +0000

emerge -qpvO mail-client/neomutt
[ebuild  N    ] mail-client/neomutt-20191102  USE="berkdb gdbm libressl nls ssl -doc -gnutls -gpgme -idn -kerberos -kyotocabinet -lmdb -notmuch -pgp-classic -qdbm -sasl (-selinux) -slang -smime-classic -tokyocabinet"
Comment 1 Toralf Förster gentoo-dev 2019-11-02 16:33:13 UTC
Created attachment 594878 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-02 16:33:16 UTC
Created attachment 594880 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-02 16:33:19 UTC
Created attachment 594882 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-02 16:33:22 UTC
Created attachment 594884 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-02 16:33:25 UTC
Created attachment 594886 [details]
mail-client:neomutt-20191102:20191102-143147.log
Comment 6 Toralf Förster gentoo-dev 2019-11-02 16:33:28 UTC
Created attachment 594888 [details]
temp.tbz2
Comment 7 Naohiro Aota gentoo-dev 2019-11-05 02:48:33 UTC
FYI: The "no" comes from "$(usex doc --full-doc)". I could workaround the issue by building with USE=doc.
Comment 8 Larry the Git Cow gentoo-dev 2019-11-06 03:13:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d3317fed3bb38a7fde4e45f769166fd373bfeb

commit 89d3317fed3bb38a7fde4e45f769166fd373bfeb
Author:     Marty E. Plummer <hanetzer@startmail.com>
AuthorDate: 2019-11-05 22:44:40 +0000
Commit:     Nicolas Bock <nicolasbock@gentoo.org>
CommitDate: 2019-11-06 03:11:19 +0000

    mail-client/neomutt: fix doc build
    
    Also sync live ebuild with latest release.
    
    Bug: https://bugs.gentoo.org/699158
    Bug: https://bugs.gentoo.org/699166
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
    Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>

 mail-client/neomutt/neomutt-20191102.ebuild | 3 +--
 mail-client/neomutt/neomutt-99999999.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)
Comment 9 Nicolas Bock gentoo-dev 2019-11-06 05:31:59 UTC
Should be fixed with 89d3317fed3bb38a7fde4e45f769166fd373bfeb. Please re-open if the issue persists. Thanks!