From owner-freebsd-arm@FreeBSD.ORG Sun Aug 11 14:30:01 2013 Return-Path: Delivered-To: freebsd-arm@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C344FB05 for ; Sun, 11 Aug 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1EDF279A for ; Sun, 11 Aug 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BEU1Yo021506 for ; Sun, 11 Aug 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7BEU1uO021505; Sun, 11 Aug 2013 14:30:01 GMT (envelope-from gnats) Date: Sun, 11 Aug 2013 14:30:01 GMT Message-Id: <201308111430.r7BEU1uO021505@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org Cc: From: Christopher Abbey Subject: Re: arm/181220: make xdev for arm installation fails X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christopher Abbey List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 14:30:01 -0000 The following reply was made to PR arm/181220; it has been noted by GNATS. From: Christopher Abbey To: Ian Lepore Cc: freebsd-gnats-submit@freebsd.org Subject: Re: arm/181220: make xdev for arm installation fails Date: Mon, 12 Aug 2013 00:24:10 +1000 --089e0141a79ce0c6d404e3acc205 Content-Type: text/plain; charset=ISO-8859-1 I applied them and they did fix the problem without hard coding path =) On Mon, Aug 12, 2013 at 12:13 AM, Ian Lepore wrote: > On Sun, 2013-08-11 at 01:20 +0000, Christopher Abbey wrote: > > >Number: 181220 > > >Category: arm > > >Synopsis: make xdev for arm installation fails > > >Confidential: no > > >Severity: non-critical > > >Priority: low > > >Responsible: freebsd-arm > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: sw-bug > > >Submitter-Id: current-users > > >Arrival-Date: Sun Aug 11 01:30:00 UTC 2013 > > >Closed-Date: > > >Last-Modified: > > >Originator: Christopher Abbey > > >Release: 9.1 > > >Organization: > > >Environment: > > FreeBSD robolace.localdomain 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: > Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > amd64 > > > > >Description: > > When building xdev: > > make XDEV=arm XDEV_ARCH=armv6 xdev > > > > It fails with the output: > > > > set -e; cd /usr/src/include; make buildincludes; make installincludes > > creating osreldate.h from newvers.sh > > *** [osreldate.h] Error code 1 > > > > Stop in /usr/src/include. > > *** [includes] Error code 1 > > > > Stop in /usr/src/include. > > *** [include.includes__D] Error code 1 > > > > Stop in /usr/src. > > *** [_xi-includes] Error code 1 > > > > Stop in /usr/src. > > *** [xdev] Error code 1 > > > > Stop in /usr/src. > > > > > > The problem file appears to be: > > /usr/src/sys/conf/newvers.sh > > > > It looks like ${0} is printing sh instead of the script name > > [snip] > > There were two checkins yesterday that appear to be potential fixes for > this problem, r254184 and r254217. Could you please apply those and see > if it fixes the problem without hard-coding a pathname? > > -- Ian > > > --089e0141a79ce0c6d404e3acc205 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I applied them and they did fix the problem without hard c= oding path =3D)


On Mon, Aug 12, 2013 at 12:13 AM, Ian Lepore <= ian@freebsd.org>= ; wrote:
On Sun, 2013-08-11 at 01:20 +0000, Christoph= er Abbey wrote:
> >Number: =A0 =A0 =A0 =A0 181220
> >Category: =A0 =A0 =A0 arm
> >Synopsis: =A0 =A0 =A0 make xdev for arm installa= tion fails
> >Confidential: =A0 no
> >Severity: =A0 =A0 =A0 non-critical
> >Priority: =A0 =A0 =A0 low
> >Responsible: =A0 =A0freebsd-arm
> >State: =A0 =A0 =A0 =A0 =A0open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: =A0 =A0 =A0 =A0 =A0sw-bug
> >Submitter-Id: =A0 current-users
> >Arrival-Date: =A0 Sun Aug 11 01:30:00 UTC 2013
> >Closed-Date:
> >Last-Modified:
> >Originator: =A0 =A0 Christopher Abbey
> >Release: =A0 =A0 =A0 =A09.1
> >Organization:
> >Environment:
> FreeBSD robolace.localdomain 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r24382= 5: Tue Dec =A04 09:23:10 UTC 2012 =A0 =A0 root@farrell.cse.buffalo.edu:/usr= /obj/usr/src/sys/GENERIC =A0amd64
>
> >Description:
> When building xdev:
> =A0 =A0 make XDEV=3Darm XDEV_ARCH=3Darmv6 xdev
>
> It fails with the output:
>
> set -e; cd /usr/src/include; make buildincludes; make installincludes<= br> > creating osreldate.h from newvers.sh
> *** [osreldate.h] Error code 1
>
> Stop in /usr/src/include.
> *** [includes] Error code 1
>
> Stop in /usr/src/include.
> *** [include.includes__D] Error code 1
>
> Stop in /usr/src.
> *** [_xi-includes] Error code 1
>
> Stop in /usr/src.
> *** [xdev] Error code 1
>
> Stop in /usr/src.
>
>
> The problem file appears to be:
> /usr/src/sys/conf/newvers.sh
>
> It looks like ${0} is printing sh instead of the script name
> [snip]

There were two checkins yesterday that appear to be potential fixes for
this problem, r254184 and r254217. =A0Could you please apply those and see<= br> if it fixes the problem without hard-coding a pathname?

-- Ian



--089e0141a79ce0c6d404e3acc205--