mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] ptxdist upgrade from v2014.12.0 to latest -> error
@ 2018-12-03 16:23 Hubert Feurstein
  2018-12-03 16:55 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Hubert Feurstein @ 2018-12-03 16:23 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 913 bytes --]

Hi,

I've upgraded my BSP from PTXdist v2014.12.2 to the latest master version.
Building the BSP produces now the following error at the very end:

[...]
-----------------------------------
target: host-genext2fs.install.post
-----------------------------------

finished target host-genext2fs.install.post
finished target world.targetinstall

ptxdist: error: sysupdate is not a package or not selected

.../build-tools/ptxdist/rules/post/ptxd_make_image_fix_permissions.make:21:
recipe for target '...bsp/platform-mx6/state/ptx_image_fix_permissions'
failed
make: *** [...bsp/platform-mx6/state/ptx_image_fix_permissions] Error 1
--

The package 'sysupdate' is a package and it is selected. If I deselect this
package and run 'ptxdist go' again, then I get the same error with an other
package reported. Running 'ptxdist images' afterwards still works as
expected. Any help is very appreciated.

regards,
Hubert

[-- Attachment #1.2: Type: text/html, Size: 1784 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] ptxdist upgrade from v2014.12.0 to latest -> error
  2018-12-03 16:23 [ptxdist] ptxdist upgrade from v2014.12.0 to latest -> error Hubert Feurstein
@ 2018-12-03 16:55 ` Michael Olbrich
  2018-12-03 17:43   ` Hubert Feurstein
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2018-12-03 16:55 UTC (permalink / raw)
  To: ptxdist

Hello,

On Mon, Dec 03, 2018 at 05:23:17PM +0100, Hubert Feurstein wrote:
> I've upgraded my BSP from PTXdist v2014.12.2 to the latest master version.
> Building the BSP produces now the following error at the very end:
> 
> [...]
> -----------------------------------
> target: host-genext2fs.install.post
> -----------------------------------
> 
> finished target host-genext2fs.install.post
> finished target world.targetinstall
> 
> ptxdist: error: sysupdate is not a package or not selected
> 
> .../build-tools/ptxdist/rules/post/ptxd_make_image_fix_permissions.make:21:
> recipe for target '...bsp/platform-mx6/state/ptx_image_fix_permissions'
> failed
> make: *** [...bsp/platform-mx6/state/ptx_image_fix_permissions] Error 1
> --
> 
> The package 'sysupdate' is a package and it is selected. If I deselect this
> package and run 'ptxdist go' again, then I get the same error with an other
> package reported. Running 'ptxdist images' afterwards still works as
> expected. Any help is very appreciated.

Do you need initial device nodes in the nfsroot? This is usually not needed
any more. If not, just disable PTXCONF_FIX_PERMISSIONS. There is a bug here
that breaks the sanity check that produces the error message you get.

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] 3+ messages in thread

* Re: [ptxdist] ptxdist upgrade from v2014.12.0 to latest -> error
  2018-12-03 16:55 ` Michael Olbrich
@ 2018-12-03 17:43   ` Hubert Feurstein
  0 siblings, 0 replies; 3+ messages in thread
From: Hubert Feurstein @ 2018-12-03 17:43 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 1894 bytes --]

Hello,

thank you for your quick response.
That fixed the problem.

regards
Hubert

Am Mo., 3. Dez. 2018 um 17:55 Uhr schrieb Michael Olbrich <
m.olbrich@pengutronix.de>:

> Hello,
>
> On Mon, Dec 03, 2018 at 05:23:17PM +0100, Hubert Feurstein wrote:
> > I've upgraded my BSP from PTXdist v2014.12.2 to the latest master
> version.
> > Building the BSP produces now the following error at the very end:
> >
> > [...]
> > -----------------------------------
> > target: host-genext2fs.install.post
> > -----------------------------------
> >
> > finished target host-genext2fs.install.post
> > finished target world.targetinstall
> >
> > ptxdist: error: sysupdate is not a package or not selected
> >
> >
> .../build-tools/ptxdist/rules/post/ptxd_make_image_fix_permissions.make:21:
> > recipe for target '...bsp/platform-mx6/state/ptx_image_fix_permissions'
> > failed
> > make: *** [...bsp/platform-mx6/state/ptx_image_fix_permissions] Error 1
> > --
> >
> > The package 'sysupdate' is a package and it is selected. If I deselect
> this
> > package and run 'ptxdist go' again, then I get the same error with an
> other
> > package reported. Running 'ptxdist images' afterwards still works as
> > expected. Any help is very appreciated.
>
> Do you need initial device nodes in the nfsroot? This is usually not needed
> any more. If not, just disable PTXCONF_FIX_PERMISSIONS. There is a bug here
> that breaks the sanity check that produces the error message you get.
>
> 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: 2621 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-03 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 16:23 [ptxdist] ptxdist upgrade from v2014.12.0 to latest -> error Hubert Feurstein
2018-12-03 16:55 ` Michael Olbrich
2018-12-03 17:43   ` Hubert Feurstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox