Re: POLA.. missing --sysroot option in ld?

2014-04-29 Thread Julian Elischer
On 4/30/14, 10:36 AM, Julian Elischer wrote: In our 8.0 based systems at $JOB our build environment made heavy use of the --sysroot option in gcc and ld. We are trying to move up to a newer release but suddenly the --sysroot option has disappeared. we get the message "/usr/bin/ld: this linke

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Peter Wemm
On Tuesday 29 April 2014 20:52:30 Alan Somers wrote: > On Tue, Apr 29, 2014 at 8:30 PM, Allan Jude wrote: > > On 2014-04-29 19:51, Sean Bruno wrote: > >> Created a simple partition: > >> root@:~ # gpart create -s gpt da11 > >> > >> da11 created > >> root@:~ # gpart add -t freebsd-ufs da11 > >> d

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Alan Somers
On Tue, Apr 29, 2014 at 8:30 PM, Allan Jude wrote: > On 2014-04-29 19:51, Sean Bruno wrote: >> Created a simple partition: >> >> root@:~ # gpart create -s gpt da11 >> da11 created >> root@:~ # gpart add -t freebsd-ufs da11 >> da11p1 added >> root@:~ # gpart show da11 >> =>40 7814037088

POLA.. missing --sysroot option in ld?

2014-04-29 Thread Julian Elischer
In our 8.0 based systems at $JOB our build environment made heavy use of the --sysroot option in gcc and ld. We are trying to move up to a newer release but suddenly the --sysroot option has disappeared. we get the message "/usr/bin/ld: this linker was not configured to use sysroots" Does

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Allan Jude
On 2014-04-29 19:51, Sean Bruno wrote: > Created a simple partition: > > root@:~ # gpart create -s gpt da11 > da11 created > root@:~ # gpart add -t freebsd-ufs da11 > da11p1 added > root@:~ # gpart show da11 > =>40 7814037088 da11 GPT (3.6T) > 40 7814037088 1 freebsd-u

Re: What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Adam McDougall
On 04/29/2014 19:51, Sean Bruno wrote: > Created a simple partition: > > root@:~ # gpart create -s gpt da11 > da11 created > root@:~ # gpart add -t freebsd-ufs da11 > da11p1 added > root@:~ # gpart show da11 > =>40 7814037088 da11 GPT (3.6T) > 40 7814037088 1 freebsd-u

What on earth is all this %20 crap at the end of the GUID? (newfs?)

2014-04-29 Thread Sean Bruno
Created a simple partition: root@:~ # gpart create -s gpt da11 da11 created root@:~ # gpart add -t freebsd-ufs da11 da11p1 added root@:~ # gpart show da11 =>40 7814037088 da11 GPT (3.6T) 40 7814037088 1 freebsd-ufs (3.6T) root@:~ # Then run a newfs and reboot the s

Re: odd message from ld in -current around 9.0 branchpoint

2014-04-29 Thread Julian Elischer
On 4/29/14, 11:42 PM, Julian Elischer wrote: On 4/29/14, 8:17 PM, Ian Lepore wrote: On Tue, 2014-04-29 at 13:41 +0800, Julian Elischer wrote: 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

[head tinderbox] failure on mips64/mips

2014-04-29 Thread FreeBSD Tinderbox
TB --- 2014-04-29 15:40:49 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-04-29 15:40:49 - 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 --- 2014

Re: odd message from ld in -current around 9.0 branchpoint

2014-04-29 Thread Julian Elischer
On 4/29/14, 8:17 PM, Ian Lepore wrote: On Tue, 2014-04-29 at 13:41 +0800, Julian Elischer wrote: 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 sysroo

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

2014-04-29 Thread Ian Lepore
On Tue, 2014-04-29 at 13:31 +0800, Julian Elischer wrote: > 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 wrote: > >> > >>> I need to do the equivalent of "cd /usr/src/cddl/usr.sbin/dtrace; make

Re: odd message from ld in -current around 9.0 branchpoint

2014-04-29 Thread Ian Lepore
On Tue, 2014-04-29 at 13:41 +0800, Julian Elischer wrote: > 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 i