From nobody@FreeBSD.org  Sat Nov 16 15:00:12 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id BFDAFECA
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Nov 2013 15:00:12 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id AC74F251E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Nov 2013 15:00:12 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAGF0BUt065799
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Nov 2013 15:00:11 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAGF0BJV065734;
	Sat, 16 Nov 2013 15:00:11 GMT
	(envelope-from nobody)
Message-Id: <201311161500.rAGF0BJV065734@oldred.freebsd.org>
Date: Sat, 16 Nov 2013 15:00:11 GMT
From: Michael Moll <kvedulv@kvedulv.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: import newer libcxxrt
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184019
>Category:       kern
>Synopsis:       [request] import newer libcxxrt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 16 15:10:00 UTC 2013
>Closed-Date:    Mon Feb 10 20:35:39 UTC 2014
>Last-Modified:  Mon Feb 10 20:35:39 UTC 2014
>Originator:     Michael Moll
>Release:        10-STABLE
>Organization:
>Environment:
FreeBSD marduk.kvedulv.de 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov  4 17:03:02 CET 2013     mmoll@marduk.kvedulv.de:/usr/obj/svn/base/stable/10/sys/MARDUK  amd64
>Description:
While compiling security/truecrypt I ran into a bug similar to this one:
https://github.com/pathscale/libcxxrt/issues/14
After applying https://github.com/pathscale/libcxxrt/commit/800610158f9443417d1fc73267333fb6dd877194 everything is fine and it would be nice if FreeBSD could import this.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->dim 
Responsible-Changed-By: dim 
Responsible-Changed-When: Fri Feb 7 21:34:48 UTC 2014 
Responsible-Changed-Why:  
Taking this bug. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184019 
State-Changed-From-To: open->patched 
State-Changed-By: dim 
State-Changed-When: Fri Feb 7 21:35:45 UTC 2014 
State-Changed-Why:  
I cherry-picked just the fix in r261609.  A full import of libcxxrt will 
follow later.  I will MFC it after 3 days, and then close this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184019 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/184019: commit references a PR
Date: Fri,  7 Feb 2014 21:34:17 +0000 (UTC)

 Author: dim
 Date: Fri Feb  7 21:34:09 2014
 New Revision: 261609
 URL: http://svnweb.freebsd.org/changeset/base/261609
 
 Log:
   Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file
   compilable just by itself.
   
   PR:		kern/184019
   MFC after:	3 days
 
 Modified:
   head/contrib/libcxxrt/cxxabi.h
 
 Modified: head/contrib/libcxxrt/cxxabi.h
 ==============================================================================
 --- head/contrib/libcxxrt/cxxabi.h	Fri Feb  7 21:17:20 2014	(r261608)
 +++ head/contrib/libcxxrt/cxxabi.h	Fri Feb  7 21:34:09 2014	(r261609)
 @@ -22,6 +22,7 @@
  
  #ifndef __CXXABI_H_
  #define __CXXABI_H_
 +#include <stddef.h>
  #include <stdint.h>
  #include "unwind.h"
  namespace std 
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/184019: commit references a PR
Date: Mon, 10 Feb 2014 20:25:47 +0000 (UTC)

 Author: dim
 Date: Mon Feb 10 20:25:40 2014
 New Revision: 261727
 URL: http://svnweb.freebsd.org/changeset/base/261727
 
 Log:
   MFC r261609:
   
   Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file
   compilable just by itself.
   
   PR:		kern/184019
 
 Modified:
   stable/9/contrib/libcxxrt/cxxabi.h
 Directory Properties:
   stable/9/   (props changed)
   stable/9/contrib/libcxxrt/   (props changed)
 
 Changes in other areas also in this revision:
 Modified:
   stable/10/contrib/libcxxrt/cxxabi.h
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/9/contrib/libcxxrt/cxxabi.h
 ==============================================================================
 --- stable/9/contrib/libcxxrt/cxxabi.h	Mon Feb 10 20:09:10 2014	(r261726)
 +++ stable/9/contrib/libcxxrt/cxxabi.h	Mon Feb 10 20:25:40 2014	(r261727)
 @@ -22,6 +22,7 @@
  
  #ifndef __CXXABI_H_
  #define __CXXABI_H_
 +#include <stddef.h>
  #include <stdint.h>
  #include "unwind.h"
  namespace std 
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/184019: commit references a PR
Date: Mon, 10 Feb 2014 20:25:53 +0000 (UTC)

 Author: dim
 Date: Mon Feb 10 20:25:40 2014
 New Revision: 261727
 URL: http://svnweb.freebsd.org/changeset/base/261727
 
 Log:
   MFC r261609:
   
   Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file
   compilable just by itself.
   
   PR:		kern/184019
 
 Modified:
   stable/10/contrib/libcxxrt/cxxabi.h
 Directory Properties:
   stable/10/   (props changed)
 
 Changes in other areas also in this revision:
 Modified:
   stable/9/contrib/libcxxrt/cxxabi.h
 Directory Properties:
   stable/9/   (props changed)
   stable/9/contrib/libcxxrt/   (props changed)
 
 Modified: stable/10/contrib/libcxxrt/cxxabi.h
 ==============================================================================
 --- stable/10/contrib/libcxxrt/cxxabi.h	Mon Feb 10 20:09:10 2014	(r261726)
 +++ stable/10/contrib/libcxxrt/cxxabi.h	Mon Feb 10 20:25:40 2014	(r261727)
 @@ -22,6 +22,7 @@
  
  #ifndef __CXXABI_H_
  #define __CXXABI_H_
 +#include <stddef.h>
  #include <stdint.h>
  #include "unwind.h"
  namespace std 
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: dim 
State-Changed-When: Mon Feb 10 20:35:11 UTC 2014 
State-Changed-Why:  
Fix merged to stable/9 and stable/10 in r261727. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184019 
>Unformatted:
