* rpi target build fails
@ 2022-03-01 10:08 vijaikumar....@gmail.com
2022-03-02 8:40 ` Anton Mikanovich
2022-03-04 17:45 ` Anton Mikanovich
0 siblings, 2 replies; 5+ messages in thread
From: vijaikumar....@gmail.com @ 2022-03-01 10:08 UTC (permalink / raw)
To: isar-users
[-- Attachment #1.1: Type: text/plain, Size: 1089 bytes --]
Hi,
Currently the rpi target build fails.
There are 2 issues.
1. /sbin is not added by default PATH in vanilla debian distributions for
normal users. So parted and mkfs cannot be used out of the box.
2. mkfs.vfat has a label limit of 11 characters, we are currently passing
in the machine name which is longer and errors out as below.
| Sector size (logical/physical): 512B/512B
| Partition Table: msdos
| Disk Flags:
|
| Number Start End Size Type File system Flags
| 1 4194kB 88.1MB 83.9MB primary boot, lba
| 2 88.1MB 524MB 436MB primary
|
| mkfs.vfat: Label can be no longer than 11 characters
| mkfs.fat 4.2 (2021-01-31)
| WARNING: exit code 1 from a shell command.
|
ERROR: Task
(mc:rpi-arm64-v8-bullseye:/home/gomti/vijai_workspace/isar-upstream/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rpi_sdimg)
failed with exit code '1'
I currently donot have any boards to test. So just bringing it to notice
here.
For 1 we should probably bring back adding /sbin to path in
isar-init-build-env.
Thanks,
Vijai Kumar K
[-- Attachment #1.2: Type: text/html, Size: 1432 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rpi target build fails
2022-03-01 10:08 rpi target build fails vijaikumar....@gmail.com
@ 2022-03-02 8:40 ` Anton Mikanovich
2022-03-04 17:45 ` Anton Mikanovich
1 sibling, 0 replies; 5+ messages in thread
From: Anton Mikanovich @ 2022-03-02 8:40 UTC (permalink / raw)
To: vijaikumar....@gmail.com, isar-users
[-- Attachment #1: Type: text/plain, Size: 1974 bytes --]
01.03.2022 13:08, vijaikumar....@gmail.com wrote:
> Hi,
>
> Currently the rpi target build fails.
>
> There are 2 issues.
> 1. /sbin is not added by default PATH in vanilla debian distributions
> for normal users. So parted and mkfs cannot be used out of the box.
> 2. mkfs.vfat has a label limit of 11 characters, we are currently
> passing in the machine name which is longer and errors out as below.
> | Sector size (logical/physical): 512B/512B
> | Partition Table: msdos
> | Disk Flags:
> |
> | Number Start End Size Type File system Flags
> | 1 4194kB 88.1MB 83.9MB primary boot, lba
> | 2 88.1MB 524MB 436MB primary
> |
> | mkfs.vfat: Label can be no longer than 11 characters
> | mkfs.fat 4.2 (2021-01-31)
> | WARNING: exit code 1 from a shell command.
> |
> ERROR: Task
> (mc:rpi-arm64-v8-bullseye:/home/gomti/vijai_workspace/isar-upstream/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rpi_sdimg)
> failed with exit code '1'
>
> I currently donot have any boards to test. So just bringing it to
> notice here.
>
> For 1 we should probably bring back adding /sbin to path in
> isar-init-build-env.
>
> Thanks,
> Vijai Kumar K
> --
> You received this message because you are subscribed to the Google
> Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to isar-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/isar-users/5206ee9d-9895-4988-be2e-742c6f3edd10n%40googlegroups.com
> <https://groups.google.com/d/msgid/isar-users/5206ee9d-9895-4988-be2e-742c6f3edd10n%40googlegroups.com?utm_medium=email&utm_source=footer>.
Hello, Vijai.
Thanks for reporting.
We are looking into this and other new rpi-related issues currently.
Because of blocking CI proposed a patch '[PATCH] CI: Protect rpi targets
by KFAIL', will try to merge it ASAP.
[-- Attachment #2: Type: text/html, Size: 3018 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rpi target build fails
2022-03-01 10:08 rpi target build fails vijaikumar....@gmail.com
2022-03-02 8:40 ` Anton Mikanovich
@ 2022-03-04 17:45 ` Anton Mikanovich
2022-03-07 5:05 ` vijai kumar
1 sibling, 1 reply; 5+ messages in thread
From: Anton Mikanovich @ 2022-03-04 17:45 UTC (permalink / raw)
To: vijaikumar....@gmail.com, isar-users
[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]
01.03.2022 13:08, vijaikumar....@gmail.com wrote:
> Hi,
>
> Currently the rpi target build fails.
>
> There are 2 issues.
> 1. /sbin is not added by default PATH in vanilla debian distributions
> for normal users. So parted and mkfs cannot be used out of the box.
> 2. mkfs.vfat has a label limit of 11 characters, we are currently
> passing in the machine name which is longer and errors out as below.
> | Sector size (logical/physical): 512B/512B
> | Partition Table: msdos
> | Disk Flags:
> |
> | Number Start End Size Type File system Flags
> | 1 4194kB 88.1MB 83.9MB primary boot, lba
> | 2 88.1MB 524MB 436MB primary
> |
> | mkfs.vfat: Label can be no longer than 11 characters
> | mkfs.fat 4.2 (2021-01-31)
> | WARNING: exit code 1 from a shell command.
> |
> ERROR: Task
> (mc:rpi-arm64-v8-bullseye:/home/gomti/vijai_workspace/isar-upstream/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rpi_sdimg)
> failed with exit code '1'
>
> I currently donot have any boards to test. So just bringing it to
> notice here.
>
> For 1 we should probably bring back adding /sbin to path in
> isar-init-build-env.
>
> Thanks,
> Vijai Kumar K
> --
> You received this message because you are subscribed to the Google
> Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to isar-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/isar-users/5206ee9d-9895-4988-be2e-742c6f3edd10n%40googlegroups.com
> <https://groups.google.com/d/msgid/isar-users/5206ee9d-9895-4988-be2e-742c6f3edd10n%40googlegroups.com?utm_medium=email&utm_source=footer>.
Can you give the details of both issues (host distro, environment, Isar
commit, target, etc)?
P.S. I will be out of office next week, will back 2022-03-14
[-- Attachment #2: Type: text/html, Size: 2960 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rpi target build fails
2022-03-04 17:45 ` Anton Mikanovich
@ 2022-03-07 5:05 ` vijai kumar
2022-03-15 16:13 ` Anton Mikanovich
0 siblings, 1 reply; 5+ messages in thread
From: vijai kumar @ 2022-03-07 5:05 UTC (permalink / raw)
To: Anton Mikanovich; +Cc: isar-users
On Fri, Mar 4, 2022 at 11:15 PM Anton Mikanovich <amikan@ilbers.de> wrote:
>
> 01.03.2022 13:08, vijaikumar....@gmail.com wrote:
>
> Hi,
>
> Currently the rpi target build fails.
>
> There are 2 issues.
> 1. /sbin is not added by default PATH in vanilla debian distributions for normal users. So parted and mkfs cannot be used out of the box.
> 2. mkfs.vfat has a label limit of 11 characters, we are currently passing in the machine name which is longer and errors out as below.
> | Sector size (logical/physical): 512B/512B
> | Partition Table: msdos
> | Disk Flags:
> |
> | Number Start End Size Type File system Flags
> | 1 4194kB 88.1MB 83.9MB primary boot, lba
> | 2 88.1MB 524MB 436MB primary
> |
> | mkfs.vfat: Label can be no longer than 11 characters
> | mkfs.fat 4.2 (2021-01-31)
> | WARNING: exit code 1 from a shell command.
> |
> ERROR: Task (mc:rpi-arm64-v8-bullseye:/home/gomti/vijai_workspace/isar-upstream/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rpi_sdimg) failed with exit code '1'
>
> I currently donot have any boards to test. So just bringing it to notice here.
>
> For 1 we should probably bring back adding /sbin to path in isar-init-build-env.
>
> Thanks,
> Vijai Kumar K
> --
> You received this message because you are subscribed to the Google Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/5206ee9d-9895-4988-be2e-742c6f3edd10n%40googlegroups.com.
>
>
> Can you give the details of both issues (host distro, environment, Isar commit, target, etc)?
Host: Debian bullseye(11.0)
Commit: 6a54a4212a56070a18b1c9f9ce64eec69357dd48 + some local changes.
target: mc:rpi-arm64-v8-bullseye:isar-image-base
env: PATH is "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
>
> P.S. I will be out of office next week, will back 2022-03-14
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rpi target build fails
2022-03-07 5:05 ` vijai kumar
@ 2022-03-15 16:13 ` Anton Mikanovich
0 siblings, 0 replies; 5+ messages in thread
From: Anton Mikanovich @ 2022-03-15 16:13 UTC (permalink / raw)
To: vijai kumar; +Cc: isar-users
07.03.2022 08:05, vijai kumar wrote:
> Host: Debian bullseye(11.0)
> Commit: 6a54a4212a56070a18b1c9f9ce64eec69357dd48 + some local changes.
> target: mc:rpi-arm64-v8-bullseye:isar-image-base
> env: PATH is "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
I've just send my proposal as '[PATCH 0/2] Fix rpi targets build on
Bullseye'.
Please look into.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-15 16:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 10:08 rpi target build fails vijaikumar....@gmail.com
2022-03-02 8:40 ` Anton Mikanovich
2022-03-04 17:45 ` Anton Mikanovich
2022-03-07 5:05 ` vijai kumar
2022-03-15 16:13 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox