ports/182549: devel/boost-libs fails to build on non-x86

Justin Hibbits jrh29 at alumni.cwru.edu
Tue Oct 1 14:20:00 UTC 2013


>Number:         182549
>Category:       ports
>Synopsis:       devel/boost-libs fails to build on non-x86
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 01 14:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Justin Hibbits
>Release:        10-CURRENT
>Organization:
>Environment:
>Description:
devel/boost-libs fails to build its test suite on non-x86, due to not including osreldate.h, in the execution_monitor.  A fix was applied to the trunk, but never merged into the release branches.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: boost/test/impl/execution_monitor.ipp
===================================================================
--- boost/test/impl/execution_monitor.ipp	(revision 62779)
+++ boost/test/impl/execution_monitor.ipp	(revision 62780)
@@ -127,6 +127,8 @@
 
 #  if defined(__FreeBSD__)  
 
+#    include <osreldate.h>
+
 #    ifndef SIGPOLL
 #      define SIGPOLL SIGIO
 #    endif


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list