From owner-freebsd-arm@FreeBSD.ORG Wed Feb 6 15:57:24 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BEBBC5BC for ; Wed, 6 Feb 2013 15:57:24 +0000 (UTC) (envelope-from ike@blackskyresearch.net) Received: from rs149.luxsci.com (rs149.luxsci.com [64.49.224.181]) by mx1.freebsd.org (Postfix) with ESMTP id 67BCE61D for ; Wed, 6 Feb 2013 15:57:24 +0000 (UTC) Received: from rs149.luxsci.com (localhost.localdomain [127.0.0.1]) by rs149.luxsci.com (8.14.4/8.13.8) with ESMTP id r16FvHhl022510; Wed, 6 Feb 2013 10:57:17 -0500 Received: (from root@localhost) by rs149.luxsci.com (8.14.4/8.13.8/Submit) id r16Fv2U6021910; Wed, 6 Feb 2013 15:57:02 GMT Received: (from sender 74627) (rs149.luxsci.com [127.0.0.1]) by LuxSci SP; Wed, 06 Feb 2013 15:57:02 +0000 Subject: Re: make xdev failing for me Content-Type: text/plain; charset=us-ascii From: "Isaac (.ike) Levy" In-Reply-To: <9C52A25F-37A5-4564-8C8D-7ADC2938895F@bsdimp.com> Date: Wed, 6 Feb 2013 10:56:09 -0500 Content-Transfer-Encoding: quoted-printable References: <1359825242-6737780.11277733.fr12HDXlF001972@rs149.luxsci.com> <1359917042-1268884.17328343.fr13IhMJd001047@rs149.luxsci.com> <9C52A25F-37A5-4564-8C8D-7ADC2938895F@bsdimp.com> To: Warner Losh X-Lux-Comment: Message r16Fu9kR020467 sent by user #74627 Message-Id: <1360166222-7824805.55194355.fr16Fu9kR020467@rs149.luxsci.com> X-Comment: LuxSci SP Message ID - 1360166222-7824805.55194355 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:57:24 -0000 On Feb 3, 2013, at 8:51 PM, Warner Losh wrote: > sudo -E make xdev XDEV=3Darm XDEV_ARCH=3Darm 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=3D"YES" WITH_GCC=3D"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=20 0a1 > SHELL=3D/bin/csh 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 $ 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