Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865329 - app-office/libreoffice does not configure with =app-crypt/gpgme-1.18.0
Summary: app-office/libreoffice does not configure with =app-crypt/gpgme-1.18.0
Status: RESOLVED DUPLICATE of bug 865321
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-15 23:36 UTC by Alec Ari
Modified: 2022-08-15 23:39 UTC (History)
0 users

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


Attachments
build.log (libreoffice_build.log,27.49 KB, text/x-log)
2022-08-15 23:37 UTC, Alec Ari
Details
emerge --info (emerge_info.txt,6.93 KB, text/plain)
2022-08-15 23:38 UTC, Alec Ari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Ari 2022-08-15 23:36:43 UTC
Libreoffice fails econf / src_configure if app-crypt/gpgme-1.18.0 is installed:

checking which gpgmepp to use... external
checking for gpgme++/gpgmepp_version.h... yes
checking for progress_callback in -lgpgmepp... no
configure: error: gpgmepp not found or not functional

Libreoffice versions affected that I've tested:

7.3.4.2-r1
7.3.5.2

Reproducible: Always

Steps to Reproduce:
1. Install =app-crypt/gpgme-1.18.0
2. Attempt to install or upgrade app-office/libreoffice
3. Wait a few seconds
Actual Results:  
checking which gpgmepp to use... external
checking for gpgme++/gpgmepp_version.h... yes
checking for progress_callback in -lgpgmepp... no
configure: error: gpgmepp not found or not functional

Expected Results:  
econf / src_configure should not fail.
Comment 1 Alec Ari 2022-08-15 23:37:24 UTC
Created attachment 799819 [details]
build.log
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-15 23:37:54 UTC
Should be fixed already, thanks for the report.

*** This bug has been marked as a duplicate of bug 865321 ***
Comment 3 Alec Ari 2022-08-15 23:38:53 UTC
Created attachment 799821 [details]
emerge --info
Comment 4 Alec Ari 2022-08-15 23:39:11 UTC
Oh sorry!!!