From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1gU8Ku-0006ZM-GS for ptxdist@pengutronix.de; Tue, 04 Dec 2018 11:53:52 +0100 Received: by mail-lf1-x12b.google.com with SMTP id z13so11566696lfe.11 for ; Tue, 04 Dec 2018 02:53:52 -0800 (PST) MIME-Version: 1.0 References: <20181204073612.kpyo7y32ijojs2mz@pengutronix.de> <20181204103309.mru47cosyob5g5iq@pengutronix.de> In-Reply-To: <20181204103309.mru47cosyob5g5iq@pengutronix.de> From: Andreas Friesen Date: Tue, 4 Dec 2018 11:58:22 +0100 Message-ID: Subject: Re: [ptxdist] package: What is wrong with host-unfs3 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: multipart/mixed; boundary="===============1658503112==" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de --===============1658503112== Content-Type: multipart/alternative; boundary="000000000000b1d0a0057c30142f" --000000000000b1d0a0057c30142f Content-Type: text/plain; charset="UTF-8" Thanks Michael, It works ! - Andreas Friesen Am Di., 4. Dez. 2018 um 11:33 Uhr schrieb Michael Olbrich < m.olbrich@pengutronix.de>: > On Tue, Dec 04, 2018 at 10:53:52AM +0100, Andreas Friesen wrote: > > Mhhhh, sorry Michael, but PTXCONF_FIX_PERMISSIONS is not set > > > > cat configs/platform-soc/ptxconfig | grep FIX > > # PTXCONF_FIX_PERMISSIONS is not set > > PTXCONF_BUSYBOX_CROSS_COMPILER_PREFIX="" > > PTXCONF_BUSYBOX_PREFIX="./_install" > > Right, sorry, I didn't look closely enough at the error message. > You're running 'ptxdist nfsroot', right? It basically suffers from the same > issue. You'll need the commit 403d1f49c78bc484f0de036c366dfd9072725d3f > ("ptxd_make_image_common: set ptx_packages_selected for image/env") for > this. > I think, in this case you can just copy the modified file > (rules/post/ptxd_make_image_common.make) into your BSP. > > Michael > > > Am Di., 4. Dez. 2018 um 08:36 Uhr schrieb Michael Olbrich < > > m.olbrich@pengutronix.de>: > > > > > On Tue, Dec 04, 2018 at 12:38:00AM +0100, Andreas Friesen wrote: > > > > After BSP upgrade to 2018.11.0 I've got this error: > > > > > > > > ------------------------------- > > > > target: host-unfs3.install.post > > > > ------------------------------- > > > > > > > > finished target host-unfs3.install.post > > > > > > > > ptxdist: error: ethtool is not a package or not selected > > > > > > > > /usr/local/lib/ptxdist-2018.11.0/rules/post/ptxd_make_nfsd.make:12: > > > recipe > > > > for target 'ptxd_make_nfsd' failed > > > > make: *** [ptxd_make_nfsd] Error 1 > > > > > > This is now fixed in master. For a workaround for the latest release > see > > > my comment in the thread 'ptxdist upgrade from v2014.12.0 to latest -> > > > error'. > > > > > > Michael > > > > > > -- > > > Pengutronix e.K. | > | > > > Industrial Linux Solutions | > http://www.pengutronix.de/ | > > > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 > | > > > Amtsgericht Hildesheim, HRA 2686 | Fax: > +49-5121-206917-5555 | > > > > > > _______________________________________________ > > > ptxdist mailing list > > > ptxdist@pengutronix.de > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de --000000000000b1d0a0057c30142f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks Michael, It works !
-
Andreas Friesen=

Am Di., 4. Dez.= 2018 um 11:33=C2=A0Uhr schrieb Michael Olbrich <m.olbrich@pengutronix.de>:
On Tue, Dec 04, 2018 at 10:53:52AM +0100, Andreas Fries= en wrote:
> Mhhhh, sorry Michael, but PTXCONF_FIX_PERMISSIONS is not set
>
> cat configs/platform-soc/ptxconfig | grep FIX
> # PTXCONF_FIX_PERMISSIONS is not set
> PTXCONF_BUSYBOX_CROSS_COMPILER_PREFIX=3D""
> PTXCONF_BUSYBOX_PREFIX=3D"./_install"

Right, sorry, I didn't look closely enough at the error message.
You're running 'ptxdist nfsroot', right? It basically suffers f= rom the same
issue. You'll need the commit 403d1f49c78bc484f0de036c366dfd9072725d3f<= br> ("ptxd_make_image_common: set ptx_packages_selected for image/env"= ;) for
this.
I think, in this case you can just copy the modified file
(rules/post/ptxd_make_image_common.make) into your BSP.

Michael

> Am Di., 4. Dez. 2018 um 08:36 Uhr schrieb Michael Olbrich <
> m.olbric= h@pengutronix.de>:
>
> > On Tue, Dec 04, 2018 at 12:38:00AM +0100, Andreas Friesen wrote:<= br> > > > After BSP upgrade to 2018.11.0=C2=A0 I've got this error= :
> > >
> > > -------------------------------
> > > target: host-unfs3.install.post
> > > -------------------------------
> > >
> > > finished target host-unfs3.install.post
> > >
> > > ptxdist: error: ethtool is not a package or not selected
> > >
> > > /usr/local/lib/ptxdist-2018.11.0/rules/post/ptxd_make_nfsd.m= ake:12:
> > recipe
> > > for target 'ptxd_make_nfsd' failed
> > > make: *** [ptxd_make_nfsd] Error 1
> >
> > This is now fixed in master. For a workaround for the latest rele= ase see
> > my comment in the thread 'ptxdist upgrade from v2014.12.0 to = latest ->
> > error'.
> >
> > Michael
> >
> > --
> > Pengutronix e.K.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0|
> > Industrial Linux Solutions=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0| http://www.pengutronix.de/=C2=A0 |
> > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-2069= 17-0=C2=A0 =C2=A0 |
> > Amtsgericht Hildesheim, HRA 2686=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0| Fax:=C2=A0 =C2=A0+49-5121-206917-5555 |
> >
> > _______________________________________________
> > ptxdist mailing list
> > ptxdi= st@pengutronix.de

> _______________________________________________
> ptxdist mailing list
> ptxdist@pe= ngutronix.de


--
Pengutronix e.K.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|
Industrial Linux Solutions=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0| http://www.pengutronix.de/=C2=A0 |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0=C2=A0= =C2=A0 |
Amtsgericht Hildesheim, HRA 2686=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| = Fax:=C2=A0 =C2=A0+49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutr= onix.de
--000000000000b1d0a0057c30142f-- --===============1658503112== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KcHR4ZGlzdCBt YWlsaW5nIGxpc3QKcHR4ZGlzdEBwZW5ndXRyb25peC5kZQ== --===============1658503112==--