On Sun, Apr 25, 2021 at 8:36 AM Joan Moreau via devel <devel@lists.fedoraproject.org> wrote:

When I launch the "koji" comand, build fails because it does not find g++

(see : https://kojipkgs.fedoraproject.org//work/tasks/9140/66659140/build.log )

However, I put gcc-c++ in the BuildRequires line

(see : https://github.com/grosjo/fts-xapian/blob/master/PACKAGES/RPM/fts-xapian.spec )


Just a drive by look at it but try changing:

./configure --with-dovecot=/usr/lib64/dovecot

to:

%configure --with-dovecot=/usr/lib64/dovecot
 
Thanks,
Richard