Bug 203792 - net/irrd: Does not build with threads
Summary: net/irrd: Does not build with threads
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Hajimu UMEMOTO
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2015-10-15 17:52 UTC by heas
Modified: 2015-10-16 11:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description heas 2015-10-15 17:52:00 UTC
The configure script that comes with irrd looks for pthread_create in libc_r, which does not exist on freebsd.  The result is a single threaded irrd, whose performance is awful.

Simply autoreconf'g appears to be sufficient, though it generates numerous autoconf errors.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-16 11:14:42 UTC
A commit references this bug:

Author: ume
Date: Fri Oct 16 11:13:51 UTC 2015
New revision: 399431
URL: https://svnweb.freebsd.org/changeset/ports/399431

Log:
  - Fix pthread detection. [1]
  - Add LICENSE.
  - Use USES=tar:tgz.
  - OPTIONS'fy.
  - Don't hide install procedure.

  PR:		203792 [1]

Changes:
  head/net/irrd/Makefile
  head/net/irrd/files/patch-configure
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2015-10-16 11:16:38 UTC
Thank you for the report.
It should be fixed now.