Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2013 14:30:01 GMT
From:      Christopher Abbey <rissicay@gmail.com>
To:        freebsd-arm@FreeBSD.org
Subject:   Re: arm/181220: make xdev for arm installation fails
Message-ID:  <201308111430.r7BEU1uO021505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR arm/181220; it has been noted by GNATS.

From: Christopher Abbey <rissicay@gmail.com>
To: Ian Lepore <ian@freebsd.org>
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 <ian@freebsd.org> 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
 
 <div dir=3D"ltr">I applied them and they did fix the problem without hard c=
 oding path =3D)</div><div class=3D"gmail_extra"><br><br><div class=3D"gmail=
 _quote">On Mon, Aug 12, 2013 at 12:13 AM, Ian Lepore <span dir=3D"ltr">&lt;=
 <a href=3D"mailto:ian@freebsd.org" target=3D"_blank">ian@freebsd.org</a>&gt=
 ;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">On Sun, 2013-08-11 at 01:20 +0000, Christoph=
 er Abbey wrote:<br>
 &gt; &gt;Number: =A0 =A0 =A0 =A0 181220<br>
 &gt; &gt;Category: =A0 =A0 =A0 arm<br>
 <div class=3D"im">&gt; &gt;Synopsis: =A0 =A0 =A0 make xdev for arm installa=
 tion fails<br>
 </div>&gt; &gt;Confidential: =A0 no<br>
 &gt; &gt;Severity: =A0 =A0 =A0 non-critical<br>
 &gt; &gt;Priority: =A0 =A0 =A0 low<br>
 &gt; &gt;Responsible: =A0 =A0freebsd-arm<br>
 &gt; &gt;State: =A0 =A0 =A0 =A0 =A0open<br>
 &gt; &gt;Quarter:<br>
 &gt; &gt;Keywords:<br>
 &gt; &gt;Date-Required:<br>
 &gt; &gt;Class: =A0 =A0 =A0 =A0 =A0sw-bug<br>
 &gt; &gt;Submitter-Id: =A0 current-users<br>
 <div class=3D"im">&gt; &gt;Arrival-Date: =A0 Sun Aug 11 01:30:00 UTC 2013<b=
 r>
 </div>&gt; &gt;Closed-Date:<br>
 &gt; &gt;Last-Modified:<br>
 &gt; &gt;Originator: =A0 =A0 Christopher Abbey<br>
 &gt; &gt;Release: =A0 =A0 =A0 =A09.1<br>
 &gt; &gt;Organization:<br>
 &gt; &gt;Environment:<br>
 &gt; 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<br>
 &gt;<br>
 &gt; &gt;Description:<br>
 &gt; When building xdev:<br>
 &gt; =A0 =A0 make XDEV=3Darm XDEV_ARCH=3Darmv6 xdev<br>
 &gt;<br>
 &gt; It fails with the output:<br>
 &gt;<br>
 &gt; set -e; cd /usr/src/include; make buildincludes; make installincludes<=
 br>
 &gt; creating osreldate.h from newvers.sh<br>
 &gt; *** [osreldate.h] Error code 1<br>
 &gt;<br>
 &gt; Stop in /usr/src/include.<br>
 &gt; *** [includes] Error code 1<br>
 &gt;<br>
 &gt; Stop in /usr/src/include.<br>
 &gt; *** [include.includes__D] Error code 1<br>
 &gt;<br>
 &gt; Stop in /usr/src.<br>
 &gt; *** [_xi-includes] Error code 1<br>
 &gt;<br>
 &gt; Stop in /usr/src.<br>
 &gt; *** [xdev] Error code 1<br>
 &gt;<br>
 &gt; Stop in /usr/src.<br>
 &gt;<br>
 &gt;<br>
 &gt; The problem file appears to be:<br>
 &gt; /usr/src/sys/conf/newvers.sh<br>
 &gt;<br>
 &gt; It looks like ${0} is printing sh instead of the script name<br>
 &gt; [snip]<br>
 <br>
 There were two checkins yesterday that appear to be potential fixes for<br>
 this problem, r254184 and r254217. =A0Could you please apply those and see<=
 br>
 if it fixes the problem without hard-coding a pathname?<br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 -- Ian<br>
 <br>
 <br>
 </font></span></blockquote></div><br></div>
 
 --089e0141a79ce0c6d404e3acc205--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308111430.r7BEU1uO021505>