On Sun, Apr 25, 2021 at 8:48 AM Richard Shaw <hobbes1...@gmail.com> wrote:
>
> 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


probably should actually be

%configure --with-dovecot=%{_libdir}/dovecot

Dennis

> Thanks,
> Richard
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it: 
> https://pagure.io/fedora-infrastructure
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to