Bug 219145 - net/freediameter fails to build via poudriere
Summary: net/freediameter fails to build via poudriere
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: Danilo G. Baio
URL: https://reviews.freebsd.org/D10697
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-08 11:18 UTC by Vikash Badal
Modified: 2017-05-16 00:05 UTC (History)
2 users (show)

See Also:
koue: maintainer-feedback+


Attachments
Cmake Error log (3.59 KB, text/x-log)
2017-05-08 11:18 UTC, Vikash Badal
no flags Details
Cmake Output log (48.76 KB, text/x-log)
2017-05-08 11:19 UTC, Vikash Badal
no flags Details
Poudriere log (19.02 KB, text/x-log)
2017-05-08 11:19 UTC, Vikash Badal
no flags Details
freediameter libidn patch (466 bytes, patch)
2017-05-08 12:21 UTC, Nikola Kolev
koue: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vikash Badal 2017-05-08 11:18:42 UTC
Created attachment 182403 [details]
Cmake Error log

net/freediameter fails to build:

-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/net/freediameter/work/freeDiameter-1.2.0/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/net/freediameter/work/freeDiameter-1.2.0/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/net/freediameter
====>> Cleaning up wrkdir
===>  Cleaning for freeDiameter-1.2.0
build of net/freediameter ended at Sun May  7 21:24:21 SAST 2017
build time: 00:00:11
!!! build failure encountered !!!
Comment 1 Vikash Badal 2017-05-08 11:19:12 UTC
Created attachment 182404 [details]
Cmake Output log
Comment 2 Vikash Badal 2017-05-08 11:19:52 UTC
Created attachment 182405 [details]
Poudriere log
Comment 3 Nikola Kolev 2017-05-08 12:21:24 UTC
Created attachment 182406 [details]
freediameter libidn patch

Add dns/libidn as LIB_DEPENDS to fix configure error.
Comment 4 Vikash Badal 2017-05-08 13:37:36 UTC
(In reply to Nikola Kolev from comment #3)

Thanks 

This resolves the issue
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2017-05-12 02:20:12 UTC
I'll take it.
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-05-16 00:03:46 UTC
A commit references this bug:

Author: dbaio
Date: Tue May 16 00:02:42 UTC 2017
New revision: 440985
URL: https://svnweb.freebsd.org/changeset/ports/440985

Log:
  net/freediameter: Fix build and unbreak port

  Add new dependency dns/libidn for fix build [1]

  While here, add LICENSE_FILE and bump PORTREVISION.

  PR:		219145
  Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer) [1]
  Reported by:	Vikash Badal <vikashb@where-ever.za.net>
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10697

Changes:
  head/net/freediameter/Makefile
Comment 7 Danilo G. Baio freebsd_committer freebsd_triage 2017-05-16 00:05:53 UTC
Committed, thanks.