Bug 251838 - security/py-m2crypto: fails to build for freebsd 11.4 on poudriere with DEFAULT_VERSIONS+=ssl=openssl
Summary: security/py-m2crypto: fails to build for freebsd 11.4 on poudriere with DEFAU...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-14 16:06 UTC by peter.larsen
Modified: 2020-12-19 20:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
poudriere log of build (27.15 KB, text/plain)
2020-12-14 16:06 UTC, peter.larsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter.larsen 2020-12-14 16:06:02 UTC
Created attachment 220550 [details]
poudriere log of build

It seems to be openssl related, I have unfortunately not the ability to fix the error 


build log attached
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-12-19 09:37:37 UTC
First of all, if you have non-default setting, please point it out. 

> DEFAULT_VERSIONS+=ssl=openssl

That seems to be the reason of this issue. I'll commit the fix soon.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-19 20:27:47 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Dec 19 20:26:07 UTC 2020
New revision: 558680
URL: https://svnweb.freebsd.org/changeset/ports/558680

Log:
  Change include order

  Add SSL library path first, then default paths, e.g. /usr/include.
  It fixes build with SSL library from ports, e.g. DEFAULT_VERSIONS+=ssl=openssl.

  PR:		251838
  Reported by:	Peter Larsen <peter.larsen@larsendata.dk>

Changes:
  head/security/py-m2crypto/files/patch-setup.py
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-12-19 20:37:49 UTC
Committed. Thanks!