Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593234 - mutt 1.7.0-r3 fails to compile with USE="nntp notmuch"
Summary: mutt 1.7.0-r3 fails to compile with USE="nntp notmuch"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
: 593488 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-08 20:19 UTC by Artem Shinkarov
Modified: 2016-09-13 19:59 UTC (History)
1 user (show)

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


Attachments
output of `emerge --info` (emege.info,5.58 KB, text/plain)
2016-09-08 20:19 UTC, Artem Shinkarov
Details
build.log (build.log,38.21 KB, text/plain)
2016-09-08 20:36 UTC, Artem Shinkarov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Shinkarov 2016-09-08 20:19:12 UTC
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 1 Mike Gilbert gentoo-dev 2016-09-08 20:23:14 UTC
Comment on attachment 445250 [details]
output of `emerge --info`

Attach a full build log.
Comment 2 Artem Shinkarov 2016-09-08 20:36:38 UTC
Created attachment 445252 [details]
build.log

Here we go, the build log, in case you want to be pedantic.
Comment 3 Felix Janda 2016-09-08 21:28:36 UTC
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.
Comment 4 Fabian Groffen gentoo-dev 2016-09-13 08:07:20 UTC
*** Bug 593488 has been marked as a duplicate of this bug. ***
Comment 5 Fabian Groffen gentoo-dev 2016-09-13 08:07:57 UTC
Can you try 1.7.0-r4 please?
Comment 6 Daniel Schömer 2016-09-13 17:19:31 UTC
1.7.0-r4 compiles fine for me with USE="nntp notmuch".
Thank you!
Comment 7 Fabian Groffen gentoo-dev 2016-09-13 19:59:45 UTC
thanks, closing for now