Bug 236208 - security/openssl_tpm_engine: fails to build
Summary: security/openssl_tpm_engine: fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-04 12:55 UTC by Vincent Bentley
Modified: 2019-03-05 02:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Bentley 2019-03-04 12:55:03 UTC
Fails to build with Poudriere on amd64 and i386 on FreeBSD 12.0-RELEASE-P3

Problem with configure script.

./configure: 11938: Syntax error: word unexpected (expecting ")")
===>  Script "configure" failed unexpectedly.
Please report the problem to hrs@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/security/openssl_tpm_engine/work/openssl_tpm_engine-0.5.0/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/security/openssl_tpm_engine
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-05 02:12:57 UTC
A commit references this bug:

Author: hrs
Date: Tue Mar  5 02:12:44 UTC 2019
New revision: 494670
URL: https://svnweb.freebsd.org/changeset/ports/494670

Log:
  Add missing dependency.

  PR:	236208

Changes:
  head/security/openssl_tpm_engine/Makefile
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2019-03-05 02:13:56 UTC
Fixed in r494670.  Thank you for your report.