Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936576 - app-crypt/eid-mw-5.1.18 fails to compile: configure: error: Could not find exec_prefix for openssl
Summary: app-crypt/eid-mw-5.1.18 fails to compile: configure: error: Could not find ex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vincent Hardy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-24 06:49 UTC by Agostino Sarubbo
Modified: 2024-08-03 05:08 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,75.22 KB, text/plain)
2024-07-24 06:49 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,83.06 KB, text/plain)
2024-07-24 06:49 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-24 06:49:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/eid-mw-5.1.18 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-24 06:49:43 UTC
Created attachment 898247 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-24 06:49:44 UTC
Created attachment 898248 [details]
1-config.log

1-config.log
Comment 3 Agostino Sarubbo gentoo-dev 2024-07-24 06:49:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


configure: error: Could not find exec_prefix for openssl
configure: error: Could not find exec_prefix for openssl
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-24 06:52:06 UTC
This quoting is weird:
```
checking for "libjpeg"... yes
[...]
checking for "openssl"... yes
configure: error: Could not find exec_prefix for openssl
```

I'm going to take a look.
Comment 5 Vincent Hardy 2024-08-02 11:40:36 UTC
I found the problem (-> Clean-up in openssl pkg-config files with 3.3.x version)
I created an issue upstream. See https://github.com/Fedict/eid-mw/issues/209
Comment 6 Larry the Git Cow gentoo-dev 2024-08-03 05:08:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187bd7adbec88b8f6f75607bca811c645b20618d

commit 187bd7adbec88b8f6f75607bca811c645b20618d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-08-03 04:17:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-08-03 05:07:19 +0000

    dev-libs/openssl: fix exec_prefix absence in pkg-config file
    
    Closes: https://bugs.gentoo.org/936576
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/openssl-3.3.1-pkg-config-deux.patch      | 303 ++++++++++++++++++++
 dev-libs/openssl/openssl-3.3.1-r2.ebuild           | 309 +++++++++++++++++++++
 2 files changed, 612 insertions(+)