Created attachment 445250 [details] output of `emerge --info` When I try to update mutt to version 1.7.0-r3, it fails to compile with the following error: x86_64-pc-linux-gnu-gcc -DPKGDATADIR=\"/usr/share/mutt\" -DSYSCONFDIR=\"/etc/mutt\" -DBINDIR=\"/usr/bin\" -DMUTTLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H=1 -DPREFIX=\"/usr/..\" -I. -I. -I. -I./imap -I/usr/include/gpgme -Iintl -I./intl -Wall -pedantic -Wno-long-long -O2 -mtune=native -march=native -pipe -fomit-frame-pointer -c -o headers.o headers.c hdrline.c: In function ‘hdr_format_str’: hdrline.c:709:5: error: duplicate case value case 'g': ^ hdrline.c:684:5: error: previously used here case 'g': ^ The useflags that are enabled are as follows: mail-client/mutt-1.7.0-r3::gentoo berkdb crypt gdbm gpg idn imap mbox nls nntp notmuch pop sidebar smime smtp ssl The output of `emerge --info` is attached.
Comment on attachment 445250 [details] output of `emerge --info` Attach a full build log.
Created attachment 445252 [details] build.log Here we go, the build log, in case you want to be pedantic.
The nntp and notmuch patches seem to be incompatible. You should be able to work around this bug by disabling one of nntp and notmuch.
*** Bug 593488 has been marked as a duplicate of this bug. ***
Can you try 1.7.0-r4 please?
1.7.0-r4 compiles fine for me with USE="nntp notmuch". Thank you!
thanks, closing for now