Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 14:11:57 GMT
From:      Justin Hibbits <jrh29@alumni.cwru.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182549: devel/boost-libs fails to build on non-x86
Message-ID:  <201310011411.r91EBvfP040085@oldred.freebsd.org>
Resent-Message-ID: <201310011420.r91EK0WE045810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310011411.r91EBvfP040085>