Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616338 - mail-client/mutt-1.8.2 doesn't compile with notmuch flag
Summary: mail-client/mutt-1.8.2 doesn't compile with notmuch flag
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-22 20:37 UTC by Nicolas Porcel
Modified: 2017-04-22 21:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Porcel 2017-04-22 20:37:17 UTC
Hello,

There seems to be a typo in notmuch patches for mutt. I have the following error in the build log:

curs_main.c: In function ‘mutt_index_menu’:
curs_main.c:1821:63: error: macro "mutt_enter_vfolder" passed 5 arguments, but takes just 4
    mutt_enter_vfolder (cp, buf, sizeof (buf), &menu->redraw, 1);
                                                               ^
curs_main.c:1821:4: error: ‘mutt_enter_vfolder’ undeclared (first use in this function)
    mutt_enter_vfolder (cp, buf, sizeof (buf), &menu->redraw, 1);
    ^

It was working fine in 1.8. I traced back this problem to this patch: 0011-feature-notmuch.patch

mutt_enter_vfolder is defined as follow:

+#define mutt_enter_vfolder(A,B,C,D) _mutt_enter_fname(A,B,C,D,0,NULL,NULL,MUTT_SEL_VFOLDER)

Reproducible: Always
Comment 1 Nicolas Porcel 2017-04-22 21:26:02 UTC
My bad, I just saw that the patches were updates.