Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 09:06:51 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        "Isaac (.ike) Levy" <ike@blackskyresearch.net>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: make xdev failing for me
Message-ID:  <857C7EF0-0721-4C82-8970-D490E28F1B11@bsdimp.com>
In-Reply-To: <1360166222-7824805.55194355.fr16Fu9kR020467@rs149.luxsci.com>
References:  <1359825242-6737780.11277733.fr12HDXlF001972@rs149.luxsci.com> <FBE091CD-C020-48CB-ADB5-A7D61BD5C580@bsdimp.com> <1359917042-1268884.17328343.fr13IhMJd001047@rs149.luxsci.com> <9C52A25F-37A5-4564-8C8D-7ADC2938895F@bsdimp.com> <1360166222-7824805.55194355.fr16Fu9kR020467@rs149.luxsci.com>

index | next in thread | previous in thread | raw e-mail


On Feb 6, 2013, at 8:56 AM, Isaac (.ike) Levy wrote:

> 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.

Should be the same.

>> 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)

Nothing is standing out...

Warner

> 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
> $ 
> 



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?857C7EF0-0721-4C82-8970-D490E28F1B11>