make xdev failing for me

Isaac (.ike) Levy ike at blackskyresearch.net
Wed Feb 6 15:57:24 UTC 2013


On Feb 3, 2013, at 8:51 PM, Warner Losh wrote:

> sudo -E make xdev XDEV=arm XDEV_ARCH=arm

Ah- one thing, don't have sudo installed on the box - I simply su to root.

> seems to be working for me...  It is busy building gcc for me at the moment. I suspect clang-related issues... Can you check to see that WITHOUT_CLANG and WITH_GCC are defined?

Still breaking the same way.

I just set in /etc/make.conf:

WITHOUT_CLANG="YES"
WITH_GCC="YES"

Could I perhaps be missing some other ENV bit?  Below are diffs between printenv output for root user, and me.
(Should be quite stock, nothing jumps out at me as strange)

--
Thanks Warner-

Best,
.ike




$ diff /tmp/printenv.ike.sh /tmp/printenv.root.csh 
0a1
> SHELL=/bin/csh
2c3
< LOGNAME=ike
---
> LOGNAME=root
5c6
< PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/ike/bin
---
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
9c10
< PWD=/usr/home/ike
---
> PWD=/usr/src
12,13c13,14
< HOME=/home/ike
< USER=ike
---
> HOME=/root
> USER=root
15d15
< SHELL=/bin/sh
16a17,24
> HOSTTYPE=FreeBSD
> VENDOR=amd
> OSTYPE=FreeBSD
> MACHTYPE=x86_64
> SHLVL=1
> GROUP=wheel
> HOST=REDACTED-HOSTNAME
> REMOTEHOST=REDACTED-IPv4-IP
$ 



$ diff /tmp/printenv.ike.sh /tmp/printenv.root.sh 
0a1
> VENDOR=amd
2c3
< LOGNAME=ike
---
> LOGNAME=root
3a5,6
> OSTYPE=FreeBSD
> MACHTYPE=x86_64
5c8
< PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/ike/bin
---
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
6a10
> HOST=REDACTED-HOSTNAME
7a12
> REMOTEHOST=REDACTED-IPv4-IP
9c14,15
< PWD=/usr/home/ike
---
> PWD=/usr/src
> GROUP=wheel
12,13c18,19
< HOME=/home/ike
< USER=ike
---
> USER=root
> HOME=/root
15c21,22
< SHELL=/bin/sh
---
> HOSTTYPE=FreeBSD
> SHELL=/bin/csh
16a24
> SHLVL=1
$ 



More information about the freebsd-arm mailing list