Re: options for forcing use of GCC vs CLANG

2014-04-28 Thread Julian Elischer
On 4/28/14, 12:30 AM, Ian Lepore wrote: On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte picture for a bit longer before switching. What options

Re: options for forcing use of GCC

2014-04-28 Thread Julian Elischer
On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or elsewhere? ___ freebsd-current@freebsd.org mailing

Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree. How can I force it to use /mumble2/include and /mumble2/lib instead of / ? I can

Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree. How can I force it to use /mumble2/include and /mumble2/lib instead of / ? I can

Re: options for forcing use of GCC vs CLANG

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:47 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or elsewhere? Actually in our build system we

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree. How can I force it to use

[head tinderbox] failure on mips64/mips

2014-04-28 Thread FreeBSD Tinderbox
TB --- 2014-04-28 11:33:18 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-28 11:33:18 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: options for forcing use of GCC

2014-04-28 Thread Julian Elischer
On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
On 4/28/14, 8:19 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 22:07 +0800, Julian Elischer wrote: On 4/28/14, 8:19 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from

Re: [CFT] ASLR and PIE on amd64

2014-04-28 Thread Oliver Pinter
Updated aslr + segvguard SNAPSHOT patches, see the attachments. freebsd-stable-10-r265039-aslr-segvguard-SNAPSHOT.diff : against stable/10 @r265039 freebsd-current-r265046-aslr-segvguard-SNAPSHOT.diff : against current @r265046 To apply the patch, use this command: patch -p1

[head tinderbox] failure on powerpc64/powerpc

2014-04-28 Thread FreeBSD Tinderbox
TB --- 2014-04-28 12:57:27 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-28 12:57:27 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
On 4/28/14, 10:27 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 22:07 +0800, Julian Elischer wrote: On 4/28/14, 8:19 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 15:50 +0800, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install

Re: options for forcing use of GCC

2014-04-28 Thread Kevin Oberman
On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Alfred Perlstein
On 4/28/14 12:48 AM, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree. How can I force it to use /mumble2/include and

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 12:54 AM, Julian Elischer jul...@freebsd.org wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \ WITH_GNUCXX=yes \ WITHOUT_CLANG=yes \ WITHOUT_CLANG_IS_CC=yes \ forgot to ask.. is this in /etc/make.conf? or elsewhere? Add them to

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 9:52 AM, Kevin Oberman rkober...@gmail.com wrote: On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer

building sys/boot ... shouldn't this just work ?

2014-04-28 Thread Sean Bruno
=== efi (all) === efi/libefi (all) Warning: Object directory not changed from original /home/sbruno/bsd/head/sys/boot/efi/libefi === libstand32 (all) Warning: Object directory not changed from original /home/sbruno/bsd/head/sys/boot/libstand32 === zfs (all) Warning: Object directory not changed

Re: boot2 too large when built with BTX_SERIAL=yes

2014-04-28 Thread Sean Bruno
On Sat, 2014-04-26 at 21:15 -0400, Ryan Stone wrote: I've been seeing the following build failure on HEAD when I set BTX_SERIAL=yes in make.conf btxld -v -E 0x2000 -f bin -b /usr/obj/repos/users/rstone/freebsd/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin

Re: building sys/boot ... shouldn't this just work ?

2014-04-28 Thread Sean Bruno
On Mon, 2014-04-28 at 09:00 -0700, Sean Bruno wrote: === efi (all) === efi/libefi (all) Warning: Object directory not changed from original /home/sbruno/bsd/head/sys/boot/efi/libefi === libstand32 (all) Warning: Object directory not changed from original

Re: options for forcing use of GCC

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 10:04 -0600, Warner Losh wrote: On Apr 28, 2014, at 9:52 AM, Kevin Oberman rkober...@gmail.com wrote: On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore

Re: options for forcing use of GCC

2014-04-28 Thread Nilton Jose Rizzo
Em Mon, 28 Apr 2014 08:23:34 -0600, Ian Lepore escreveu On Mon, 2014-04-28 at 22:03 +0800, Julian Elischer wrote: On 4/28/14, 8:05 PM, Ian Lepore wrote: On Mon, 2014-04-28 at 14:54 +0800, Julian Elischer wrote: On 4/28/14, 12:30 AM, Ian Lepore wrote: WITH_GCC=yes \

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 11:38 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 10:04 -0600, Warner Losh wrote: On Apr 28, 2014, at 9:52 AM, Kevin Oberman rkober...@gmail.com wrote: On Mon, Apr 28, 2014 at 7:23 AM, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-04-28 at 22:03

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
On 4/28/14, 11:57 PM, Alfred Perlstein wrote: On 4/28/14 12:48 AM, Julian Elischer wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install but it pulls in libraries from the base system, which differ slightly from those in the source tree.

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Warner Losh
On Apr 28, 2014, at 1:48 AM, Julian Elischer jul...@freebsd.org wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install” cd /usr/src make distributeworld DESTDIR=/mumble cd cddl/usr.sbin/dtrace make buildenv make all install but it pulls in

Re: options for forcing use of GCC

2014-04-28 Thread Warner Losh
On Apr 27, 2014, at 10:30 AM, Ian Lepore i...@freebsd.org wrote: On Sun, 2014-04-27 at 22:25 +0800, Julian Elischer wrote: I need to hold off using CLANG for a while at $JOB. We are moving to a newer FBSD in the vicinity of 10.0 but we need to keep the gcc in hte picture for a bit longer

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Ian Lepore
On Mon, 2014-04-28 at 18:36 -0600, Warner Losh wrote: On Apr 28, 2014, at 1:48 AM, Julian Elischer jul...@freebsd.org wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install” cd /usr/src make distributeworld DESTDIR=/mumble cd

[head tinderbox] failure on mips64/mips

2014-04-28 Thread FreeBSD Tinderbox
TB --- 2014-04-29 01:21:58 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-29 01:21:58 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB ---

Re: Make variables to force non default libraries and includes?

2014-04-28 Thread Julian Elischer
On 4/29/14, 8:57 AM, Ian Lepore wrote: On Mon, 2014-04-28 at 18:36 -0600, Warner Losh wrote: On Apr 28, 2014, at 1:48 AM, Julian Elischer jul...@freebsd.org wrote: I need to do the equivalent of cd /usr/src/cddl/usr.sbin/dtrace; make DESTDIR=/mumble all install” cd /usr/src make

odd message from ld in -current around 9.0 branchpoint

2014-04-28 Thread Julian Elischer
I'm trying to compile a system based on current from just before the 9.x branchpoint. during hte build I got the following message: /usr/bin/ld: this linker was not configured to use sysroots does anyone have any idea what this means in a broader context? did I misconfigure something