From nobody@FreeBSD.org  Tue Nov 19 10:07:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id A9D0D5B7
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Nov 2013 10:07:57 +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 802302239
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Nov 2013 10:07:57 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAJA7vWx052476
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Nov 2013 10:07:57 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAJA7vod052473;
	Tue, 19 Nov 2013 10:07:57 GMT
	(envelope-from nobody)
Message-Id: <201311191007.rAJA7vod052473@oldred.freebsd.org>
Date: Tue, 19 Nov 2013 10:07:57 GMT
From: Matthias Meyser <Meyser@xenet.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: cross installworld missing include files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: linimon

>Number:         184078
>Category:       arm
>Synopsis:       [xdev] cross installworld missing include files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-arm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 10:10:00 UTC 2013
>Closed-Date:    Wed May 07 05:13:02 UTC 2014
>Last-Modified:  Wed May  7 05:20:00 UTC 2014
>Originator:     Matthias Meyser
>Release:        9.2-PRERELEASE #0 r255142
>Organization:
XeNET GmbH
>Environment:
FreeBSD iser01.lan.xenet.de 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255142: Mon Sep  2 18:18:09 CEST 2013     root@iser01.lan.xenet.de:/usr/obj/usr/src/sys/ISER01  i386
>Description:
If I crosscompile for arm (Beaglebone Black)
with a recent stable-10 sources and then
do an cross installworld / installkernel
"/usr/include/c++/4.2/" contains no files.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Matthias Meyser <meyser@xenet.de>
To: bug-followup@FreeBSD.org, Meyser@xenet.de
Cc:  
Subject: Re: arm/184078: cross installworld missing include files
Date: Mon, 25 Nov 2013 16:27:00 +0100

 Correction:
 
 This seems to be correct as all File under
 "/usr/include/c++/4.2/" seems to be moved to
 "/usr/include/c++/v1/".
 
 BUT:
 
 During Buildworld on the target machine
 (Beaglebone Black) for eg. include file
 "cmath" was not found.
 
 Population "/usr/include/c++/4.2/" with old versioned files
 solved this problem and i was abel to buildworld.
 
 But this is more hack than a fix.
 
 
 -- 
 Matthias Meyser            | XeNET GmbH
 Tel.:  +49-5323-9489050    | 38678 Clausthal-Zellerfeld, Marktstrasse 40
 Fax:   +49-5323-94014      | Registergericht: Amtsgericht Braunschweig HRB 
 110823
 Email: Meyser@xenet.de     | Geschaeftsfuehrer: Matthias Meyser
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 20 21:47:57 UTC 2014 
State-Changed-Why:  
to submitter: xdev has recently been reworked.  Is this PR now obsolete? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184078 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Wed May 7 05:12:51 UTC 2014 
State-Changed-Why:  
apparently now working. 

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

From: Mark Linimon <linimon@lonesome.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: arm/184078: [xdev] cross installworld missing include files
Date: Wed, 7 May 2014 00:13:52 -0500

 ----- Forwarded message from Matthias Meyser <meyser@xenet.de> -----
 
 Date: Mon, 05 May 2014 09:32:03 +0200
 From: Matthias Meyser <meyser@xenet.de>
 To: linimon@FreeBSD.org, freebsd-arm@FreeBSD.org
 Subject: Re: arm/184078: [xdev] cross installworld missing include files
 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
 
 > to submitter: xdev has recently been reworked.  Is this PR now obsolete?
 
 Can be closed.
 
 Cross build/install and a native build/install afterwards
 worked without a glitch.
 
 -- 
 Matthias Meyser            | XeNET GmbH
 Tel.:  +49-5323-9489050    | 38678 Clausthal-Zellerfeld, Marktstrasse 40
 Fax:   +49-5323-94014      | Registergericht: Amtsgericht Braunschweig
 HRB 110823
 Email: Meyser@xenet.de     | Geschaeftsfuehrer: Matthias Meyser
 
 
 ----- End forwarded message -----
>Unformatted:
