Date: Thu, 26 Oct 2017 20:41:56 -0700 From: Carl Johnson <carlj@peak.org> To: freebsd-arm@freebsd.org Subject: Re: Make packages for armv7 makes armv6 packages Message-ID: <86h8ulntob.fsf@elm.localnet> In-Reply-To: <1509058543.56824.61.camel@freebsd.org> (Ian Lepore's message of "Thu, 26 Oct 2017 16:55:43 -0600") References: <86lgjxo74h.fsf@elm.localnet> <1509058543.56824.61.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ian Lepore <ian@freebsd.org> writes: > On Thu, 2017-10-26 at 15:51 -0700, Carl Johnson wrote: >> I have a 12.0-CURRENT RPI2 system that I have been updating with >> packages that I build on my amd64 desktop system.=C2=A0=C2=A0I just trie= d building >> armv7 packages to see if the system could be upgraded that way.=C2=A0=C2= =A0I did a >> buildworld and buildkernel for armv7 and everything worked properly.=C2= =A0=C2=A0I >> then did a make packages for armv7 and it referenced the files created >> by the armv7 build, but then built armv6 packages.=C2=A0=C2=A0The 'pkg i= nfo -F' >> data showed armv6 architecture, and they were placed in the >> FreeBSD:12.0:armv6 repo directory.=C2=A0=C2=A0=C2=A0I don't think I did = anything wrong, >> and the commands I used were: >>=20 >> =C2=A0 make -j4 KERNCONF=3DRPI2 TARGET=3Darm TARGET_ARCH=3Darmv7 buildwo= rld buildkernel >> =C2=A0 make -j4 KERNCONF=3DRPI2 TARGET=3Darm TARGET_ARCH=3Darmv7 packages >> =C2=A0=C2=A0 >> I checked the typescript file and the only reference to armv6 was the >> line where it reports it is creating the the repository in >> .../FreeBSD:12:armv6/... at the end. >>=20 >> Does anybody have any suggestions on what I am missing, or are the >> packages not implemented yet for armv7?=C2=A0=C2=A0I have upgraded it se= veral >> times before this conversion to armv7, so I think my procedure is >> basically correct.=C2=A0=C2=A0The svn revision I used for this was r3250= 18, which >> was the latest at this time. >>=20 >> Thanks for any ideas on this. > > I think the problem is that pkg itself hasn't been updated to know > about armv7. =C2=A0If you apply this patch to ports-mgmt/pkg > > https://bz-attachments.freebsd.org/attachment.cgi?id=3D187008 > > then I think it should create armv7 packages for you. Thanks, but what is supposed to handle that file? I see two patches in there, but I don't know what the other lines are supposed to do. --=20 Carl Johnson carlj@peak.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86h8ulntob.fsf>