From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 3 16:32:14 2014 Return-Path: Delivered-To: freebsd-hackers@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 787F24F8 for ; Thu, 3 Jul 2014 16:32:14 +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 5A7592C17 for ; Thu, 3 Jul 2014 16:32:14 +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 41B8419360B for ; Thu, 3 Jul 2014 16:32:13 +0000 (UTC) Subject: XDEV and MAKEOBJDIRPREFIX From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset="us-ascii" Date: Thu, 03 Jul 2014 09:32:17 -0700 Message-ID: <1404405137.1059.55.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 16:32:14 -0000 It looks like something isn't respecting MAKEOBJDIRPREFIX? Or am I just not doing it right? [sbruno@alice ~/bsd/fbsd_head]$ MAKEOBJDIRPREFIX=/var/tmp make -s -j8 XDEV=arm XDEV_ARCH=armv6 xdev ..... ===> lib/clang/liblldbPluginSymbolVendorELF (all) /home/sbruno/bsd/fbsd_head/lib/clang/liblldbTarget/../../../contrib/llvm/tools/lldb/source/Target/StopInfo.cpp:427:141: warning: format specifies type 'unsigned long long' but the argument has type 'lldb::user_id_t' (aka 'unsigned long') [-Wformat] log->Printf ("Breakpoint %s hit on thread 0x%llx but it was not for this thread, continuing.", s.GetData(), thread_sp->GetID()); ~~~~ ^~~~~~~~~~~~~~~~~~ %lx /home/sbruno/bsd/fbsd_head/lib/clang/liblldbTarget/../../../contrib/llvm/tools/lldb/source/Target/StopInfo.cpp:464:145: warning: format specifies type 'unsigned long long' but the argument has type 'lldb::user_id_t' (aka 'unsigned long') [-Wformat] log->Printf ("Condition evaluated for breakpoint %s on thread 0x%llx conditon_says_stop: %i.", s.GetData(), thread_sp->GetID(), condition_says_stop); ~~~~ ^~~~~~~~~~~~~~~~~~ %lx 2 warnings generated. ===> lib/clang/liblldbPluginUnwindAssemblyInstEmulation (all) ===> lib/clang/liblldbPluginUnwindAssemblyX86 (all) ===> lib/clang/include (all) ===> xdev usr.bin/clang (obj,depend,all) ===> usr.bin/clang/clang (obj) ===> usr.bin/clang/clang-tblgen (obj) ===> usr.bin/clang/tblgen (obj) ===> usr.bin/clang/clang (depend) ===> usr.bin/clang/clang-tblgen (depend) ===> usr.bin/clang/tblgen (depend) ===> usr.bin/clang/clang (all) ===> usr.bin/clang/clang-tblgen (all) ===> usr.bin/clang/tblgen (all) mtree populating //usr/armv6-freebsd mkdir: //usr/armv6-freebsd: Permission denied --- _xi-mtree --- *** [_xi-mtree] Error code 1 make[1]: stopped in /home/sbruno/bsd/fbsd_head 1 error make[1]: stopped in /home/sbruno/bsd/fbsd_head --- xdev --- *** [xdev] Error code 2 make: stopped in /home/sbruno/bsd/fbsd_head 1 error make: stopped in /home/sbruno/bsd/fbsd_head