Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 23:56:43 +0100
From:      Timo Buhrmester <fstd.lkml@gmail.com>
To:        Tim Kientzle <kientzle@freebsd.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cross-building ARM world on amd64
Message-ID:  <20140113225643.GA14243@frozen.localdomain>
In-Reply-To: <20140113202836.GA8387@frozen.localdomain>
References:  <20140112185955.GA29733@frozen.localdomain> <CAFYkXjkh9Fs3pUmk29brKkm3p682%2BLXbx2uPTZ_xcXwLYq9=gg@mail.gmail.com> <0DC39714-91FA-4C27-AC0B-A8F52B1EAD38@freebsd.org> <20140112214258.GA2687@frozen.localdomain> <20140112221305.GB2687@frozen.localdomain> <31AA6E3F-FEC4-4F69-9954-553E76871B16@freebsd.org> <20140113052012.GA14826@frozen.localdomain> <20140113202836.GA8387@frozen.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 13, 2014 at 09:28:36PM +0100, Timo Buhrmester wrote:
> I'll try working out the difference
The successful build log also compiles ``make_keys'' twice, then runs it twice without bailing out.

> (and getting crochet to dump the environment)
Not much of a difference either:

$ diff -ub manual_env crochet_env 
--- manual_env       2014-01-13 23:42:27.000000000 +0100
+++ crochet_env       2014-01-13 23:42:23.000000000 +0100
@@ -7,16 +7,18 @@
 LOGNAME=root
 MACHTYPE=x86_64
 MAIL=/var/mail/root
+MAKEOBJDIRPREFIX=/home/fisted/src/crochet-freebsd/work/obj
+OLDPWD=/home/fisted/src/crochet-freebsd
 OSTYPE=FreeBSD
 PAGER=more
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
-PWD=/root
+PWD=/usr/src
 REMOTEHOST=192.168.0.12                     
 SHELL=/bin/csh
 SHLVL=1
-SSH_CLIENT=192.168.0.12 58550 22
-SSH_CONNECTION=192.168.0.12 58550 192.168.0.4 22    
-SSH_TTY=/dev/pts/8                                    
+SSH_CLIENT=192.168.0.12 58522 22
+SSH_CONNECTION=192.168.0.12 58522 192.168.0.4 22
+SSH_TTY=/dev/pts/2
 TERM=xterm
 USER=root
 VENDOR=amd


PS: I'm new to the list, so I'm not sure whether I should keep To:-ing you and CC:-ing the list, or To: the list and CC: you, or just To: the list.



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