From owner-freebsd-arch@FreeBSD.ORG Tue Jul 8 16:04:34 2014 Return-Path: Delivered-To: freebsd-arch@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 3353ECE2 for ; Tue, 8 Jul 2014 16:04:34 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F13EA2390 for ; Tue, 8 Jul 2014 16:04:33 +0000 (UTC) Received: from [192.168.200.204] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 72AEF193DD9 for ; Tue, 8 Jul 2014 16:04:32 +0000 (UTC) Subject: Re: Total confusion over toolchain/xdev behavior From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-arch In-Reply-To: <1404831829.1662.7.camel@bruno> References: <1404688077.1059.115.camel@bruno> <1404766292.65432.43.camel@revolution.hippie.lan> <20B72004-1499-4F99-A7C7-13173C50C7C6@bsdimp.com> <1404831829.1662.7.camel@bruno> Content-Type: text/plain; charset="iso-8859-7" Date: Tue, 08 Jul 2014 09:04:31 -0700 Message-ID: <1404835471.1662.13.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 16:04:34 -0000 On Tue, 2014-07-08 at 08:03 -0700, Sean Bruno wrote: > > Sean, can you see if this works for you now? And sorry about the > cumbersome options. Those are in line to get fixed, but I wanna fix > the build-in-tree issues first (which, alas, are harder than youĒd > think). I suspect that baptĒs src.opts.mk diffs are likely good > candidates to be used committed too, but the above works w/o it. Also, > I just built the binaries, I didnĒt see if they worked. > > > > Warner Ok, it seems like we've come full circle. :-) I'm once again back at include failures, for libstdc++: make -s xdev MAKEOBJDIRPREFIX=/var/tmp XDDESTDIR=/var/tmp/mips_cc XDEV=mips XDEV_ARCH=mips WITHOUT_CLANG=t WITHOUT_CLANG_BOOTSTRAP=t WITH_GCC=t WITH_GCC_BOOTSTRAP=t WITH_GNUCXX=t ... ===> secure/lib/libssl (obj,depend,all,install) ===> gnu/lib/libstdc++ (obj,depend,all,install) In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/ext/bitmap_allocator.h:37:54: error: cstddef: No such file or directory In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/include/ext/bitmap_allocator.h:38, from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/bits/functexcept.h:41:28: error: bits/c++config.h: No such file or directory In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/ext/bitmap_allocator.h:39:37: error: utility: No such file or directory /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/ext/bitmap_allocator.h:40:60: error: functional: No such file or directory In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/include/ext/bitmap_allocator.h:43, from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/ext/concurrence.h:39:19: error: cstdlib: No such file or directory /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/ext/concurrence.h:41:24: error: bits/gthr.h: No such file or directory In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/include/ext/bitmap_allocator.h:38, from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/include/bits/functexcept.h:44: error: expected constructor, destructor, or type conversion before '(' token In file included from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/libsupc++/new:45, from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/include/ext/bitmap_allocator.h:41, from /home/sbruno/fbsd_head/gnu/lib/libstdc ++/../../../contrib/libstdc++/src/bitmap_allocator.cc:30: /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/libsupc++/exception:40: error: '#pragma' is not allowed here /home/sbruno/fbsd_head/gnu/lib/libstdc++/../../../contrib/libstdc ++/libsupc++/exception:133: error: expected declaration before end of line *** Error code 1 Stop. make[4]: stopped in /home/sbruno/fbsd_head/gnu/lib/libstdc++ *** Error code 1