* [ptxdist] package: What is wrong with host-unfs3 @ 2018-12-03 23:38 Andreas Friesen 2018-12-04 7:36 ` Michael Olbrich 0 siblings, 1 reply; 5+ messages in thread From: Andreas Friesen @ 2018-12-03 23:38 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 400 bytes --] Hi, 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 [-- Attachment #1.2: Type: text/html, Size: 630 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] package: What is wrong with host-unfs3 2018-12-03 23:38 [ptxdist] package: What is wrong with host-unfs3 Andreas Friesen @ 2018-12-04 7:36 ` Michael Olbrich 2018-12-04 9:53 ` Andreas Friesen 0 siblings, 1 reply; 5+ messages in thread From: Michael Olbrich @ 2018-12-04 7:36 UTC (permalink / raw) To: ptxdist 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] package: What is wrong with host-unfs3 2018-12-04 7:36 ` Michael Olbrich @ 2018-12-04 9:53 ` Andreas Friesen 2018-12-04 10:33 ` Michael Olbrich 0 siblings, 1 reply; 5+ messages in thread From: Andreas Friesen @ 2018-12-04 9:53 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 1411 bytes --] 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" 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 [-- Attachment #1.2: Type: text/html, Size: 2178 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] package: What is wrong with host-unfs3 2018-12-04 9:53 ` Andreas Friesen @ 2018-12-04 10:33 ` Michael Olbrich 2018-12-04 10:58 ` Andreas Friesen 0 siblings, 1 reply; 5+ messages in thread From: Michael Olbrich @ 2018-12-04 10:33 UTC (permalink / raw) To: ptxdist 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] package: What is wrong with host-unfs3 2018-12-04 10:33 ` Michael Olbrich @ 2018-12-04 10:58 ` Andreas Friesen 0 siblings, 0 replies; 5+ messages in thread From: Andreas Friesen @ 2018-12-04 10:58 UTC (permalink / raw) To: ptxdist [-- Attachment #1.1: Type: text/plain, Size: 2708 bytes --] 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 [-- Attachment #1.2: Type: text/html, Size: 4025 bytes --] [-- Attachment #2: Type: text/plain, Size: 91 bytes --] _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-12-04 10:53 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-12-03 23:38 [ptxdist] package: What is wrong with host-unfs3 Andreas Friesen 2018-12-04 7:36 ` Michael Olbrich 2018-12-04 9:53 ` Andreas Friesen 2018-12-04 10:33 ` Michael Olbrich 2018-12-04 10:58 ` Andreas Friesen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox