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>

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

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

> On Feb 3, 2013, at 8:51 PM, Warner Losh wrote:
>=20
>> sudo -E make xdev XDEV=3Darm XDEV_ARCH=3Darm
>=20
> 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?
>=20
> Still breaking the same way.
>=20
> I just set in /etc/make.conf:
>=20
> WITHOUT_CLANG=3D"YES"
> WITH_GCC=3D"YES"
>=20
> 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=3Dike
> ---
>> LOGNAME=3Droot
> 5c6
> < =
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local=
/bin:/home/ike/bin
> ---
>> =
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local=
/bin:/root/bin
> 9c10
> < PWD=3D/usr/home/ike
> ---
>> PWD=3D/usr/src
> 12,13c13,14
> < HOME=3D/home/ike
> < USER=3Dike
> ---
>> HOME=3D/root
>> USER=3Droot
> 15d15
> < SHELL=3D/bin/sh
> 16a17,24
>> HOSTTYPE=3DFreeBSD
>> VENDOR=3Damd
>> OSTYPE=3DFreeBSD
>> MACHTYPE=3Dx86_64
>> SHLVL=3D1
>> GROUP=3Dwheel
>> HOST=3DREDACTED-HOSTNAME
>> REMOTEHOST=3DREDACTED-IPv4-IP
> $=20
>=20
>=20
>=20
> $ diff /tmp/printenv.ike.sh /tmp/printenv.root.sh=20
> 0a1
>> VENDOR=3Damd
> 2c3
> < LOGNAME=3Dike
> ---
>> LOGNAME=3Droot
> 3a5,6
>> OSTYPE=3DFreeBSD
>> MACHTYPE=3Dx86_64
> 5c8
> < =
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local=
/bin:/home/ike/bin
> ---
>> =
PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local=
/bin:/root/bin
> 6a10
>> HOST=3DREDACTED-HOSTNAME
> 7a12
>> REMOTEHOST=3DREDACTED-IPv4-IP
> 9c14,15
> < PWD=3D/usr/home/ike
> ---
>> PWD=3D/usr/src
>> GROUP=3Dwheel
> 12,13c18,19
> < HOME=3D/home/ike
> < USER=3Dike
> ---
>> USER=3Droot
>> HOME=3D/root
> 15c21,22
> < SHELL=3D/bin/sh
> ---
>> HOSTTYPE=3DFreeBSD
>> SHELL=3D/bin/csh
> 16a24
>> SHLVL=3D1
> $=20
>=20




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