Bug 264368 - benchmarks/polygraph: Build fails with GCC 11 on i386: configure: error: OpenSSL libraries and/or directories were not found in /usr
Summary: benchmarks/polygraph: Build fails with GCC 11 on i386: configure: error: Open...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Lorenzo Salvadore
URL: http://package23.nyi.freebsd.org/data...
Keywords:
Depends on:
Blocks: 258378
  Show dependency treegraph
 
Reported: 2022-05-31 10:39 UTC by Lorenzo Salvadore
Modified: 2022-06-02 12:14 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenzo Salvadore freebsd_committer freebsd_triage 2022-05-31 10:39:35 UTC
Updating GCC_DEFAULT from GCC 10 to GCC 11 is blocked by the fact that building this port with GCC 11 on i386 fails.

The error message is the following:

configure: error: OpenSSL libraries and/or directories were not found in /usr

Please also see the log in the URL field.
Comment 1 Lorenzo Salvadore freebsd_committer freebsd_triage 2022-06-01 17:18:59 UTC
The bug should soon be resolved through https://reviews.freebsd.org/D35361.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-02 12:13:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59e497d770c38d83e2ef2b3737e04860f7393ebe

commit 59e497d770c38d83e2ef2b3737e04860f7393ebe
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-31 11:10:13 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-06-02 12:12:24 +0000

    benchmarks/polygraph: Exclude SSL option on i386

    The port has USE_GCC=yes and SSL option breaks the build on i386
    architecture with GCC 11, which is soon to become the default GCC
    version.

    PR:             264368
    Reported by:    exp-run (antoine)
    Approved by:    gerald (mentor)
    Differential Revision: https://reviews.freebsd.org/D35361

 benchmarks/polygraph/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)