cross-building ARM world on amd64

Timo Buhrmester fstd.lkml at gmail.com
Mon Jan 13 22:57:30 UTC 2014


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.


More information about the freebsd-questions mailing list