Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jul 2014 09:32:17 -0700
From:      Sean Bruno <sbruno@ignoranthack.me>
To:        freebsd-hackers@freebsd.org
Subject:   XDEV and MAKEOBJDIRPREFIX
Message-ID:  <1404405137.1059.55.camel@bruno>

next in thread | raw e-mail | index | archive | help
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





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