All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Buildroot issue since 9 June 2021 ?
@ 2021-06-13  9:00 Jacques Samoun
  2021-06-13  9:11 ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Jacques Samoun @ 2021-06-13  9:00 UTC (permalink / raw)
  To: buildroot

Hello,
i noticed that, since Thurday 9th June, my BR based project could not build
anymore.
It seems that I was able to build till tag "2021.05" (and all the rc's
before) but not anymore since then.

My build fails on package MTD 2.1.2, where it could not install to target

/bin/install -D -m 0755
/home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd
/home/jsadva/buildroot/output/target/usr/sbin/ubihealthd
/bin/install: cannot stat
'/home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd': No such
file or directory
make[1]: *** [package/pkg-generic.mk:341:
/home/jsadva/work/buildroot/output/build/mtd-2.1.2/.stamp_target_installed]
Error 1

Of course, the buildroot "pull" is the only change to my environment,
everything else unchanged (out of tree building)
In the bug tracker, i saw a recently logged issue which is quite similar.

Has somebody faced this recently ?
Jacques

PS: i tried the latest master of BR this morning, with great hopes .....
same result :(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210613/e4ee8c9d/attachment.html>

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

* [Buildroot] Buildroot issue since 9 June 2021 ?
  2021-06-13  9:00 [Buildroot] Buildroot issue since 9 June 2021 ? Jacques Samoun
@ 2021-06-13  9:11 ` Baruch Siach
  2021-06-13  9:45   ` Jacques Samoun
  0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2021-06-13  9:11 UTC (permalink / raw)
  To: buildroot

Hi Jacques,

On Sun, Jun 13 2021, Jacques Samoun wrote:
> i noticed that, since Thurday 9th June, my BR based project could not build
> anymore.
> It seems that I was able to build till tag "2021.05" (and all the rc's
> before) but not anymore since then.
>
> My build fails on package MTD 2.1.2, where it could not install to target
>
> /bin/install -D -m 0755
> /home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd
> /home/jsadva/buildroot/output/target/usr/sbin/ubihealthd
> /bin/install: cannot stat
> '/home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd': No such
> file or directory
> make[1]: *** [package/pkg-generic.mk:341:
> /home/jsadva/work/buildroot/output/build/mtd-2.1.2/.stamp_target_installed]
> Error 1
>
> Of course, the buildroot "pull" is the only change to my environment,
> everything else unchanged (out of tree building)
> In the bug tracker, i saw a recently logged issue which is quite similar.
>
> Has somebody faced this recently ?

You might want to try this patch:

  http://patchwork.ozlabs.org/project/buildroot/patch/20210609234819.1860554-2-mmayer at broadcom.com/

Or just enable BR2_PACKAGE_MTD_UBIFS_UTILS.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] Buildroot issue since 9 June 2021 ?
  2021-06-13  9:11 ` Baruch Siach
@ 2021-06-13  9:45   ` Jacques Samoun
  2021-06-13 10:00     ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Jacques Samoun @ 2021-06-13  9:45 UTC (permalink / raw)
  To: buildroot

Hi Baruch

Brilliant,
I applied manually the patch and it allowed to come over this !
Then, it failed a bit further with another package (daemon) but i think i
managed to fix this as well.
Thank you,
Jacques
PS: also from Yokneam :)

On Sun, Jun 13, 2021 at 12:11 PM Baruch Siach <baruch@tkos.co.il> wrote:

> Hi Jacques,
>
> On Sun, Jun 13 2021, Jacques Samoun wrote:
> > i noticed that, since Thurday 9th June, my BR based project could not
> build
> > anymore.
> > It seems that I was able to build till tag "2021.05" (and all the rc's
> > before) but not anymore since then.
> >
> > My build fails on package MTD 2.1.2, where it could not install to target
> >
> > /bin/install -D -m 0755
> > /home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd
> > /home/jsadva/buildroot/output/target/usr/sbin/ubihealthd
> > /bin/install: cannot stat
> > '/home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd': No such
> > file or directory
> > make[1]: *** [package/pkg-generic.mk:341:
> >
> /home/jsadva/work/buildroot/output/build/mtd-2.1.2/.stamp_target_installed]
> > Error 1
> >
> > Of course, the buildroot "pull" is the only change to my environment,
> > everything else unchanged (out of tree building)
> > In the bug tracker, i saw a recently logged issue which is quite similar.
> >
> > Has somebody faced this recently ?
>
> You might want to try this patch:
>
>
> http://patchwork.ozlabs.org/project/buildroot/patch/20210609234819.1860554-2-mmayer at broadcom.com/
>
> Or just enable BR2_PACKAGE_MTD_UBIFS_UTILS.
>
> baruch
>
> --
>                                                      ~. .~   Tk Open
> Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210613/b33964ce/attachment.html>

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

* [Buildroot] Buildroot issue since 9 June 2021 ?
  2021-06-13  9:45   ` Jacques Samoun
@ 2021-06-13 10:00     ` Baruch Siach
  0 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2021-06-13 10:00 UTC (permalink / raw)
  To: buildroot

Hi Jacques,

On Sun, Jun 13 2021, Jacques Samoun wrote:
> Brilliant,
> I applied manually the patch and it allowed to come over this !
> Then, it failed a bit further with another package (daemon) but i think i
> managed to fix this as well.

For the daemon build failure there is another pending patch:

  http://patchwork.ozlabs.org/project/buildroot/patch/59a8a19501b670fa04f4db4a5b36c318d61c8795.1622722953.git.baruch at tkos.co.il/

> Thank you,
> Jacques
> PS: also from Yokneam :)

Currently working from Maale Gilboa (home).

baruch

> On Sun, Jun 13, 2021 at 12:11 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
>> Hi Jacques,
>>
>> On Sun, Jun 13 2021, Jacques Samoun wrote:
>> > i noticed that, since Thurday 9th June, my BR based project could not
>> build
>> > anymore.
>> > It seems that I was able to build till tag "2021.05" (and all the rc's
>> > before) but not anymore since then.
>> >
>> > My build fails on package MTD 2.1.2, where it could not install to target
>> >
>> > /bin/install -D -m 0755
>> > /home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd
>> > /home/jsadva/buildroot/output/target/usr/sbin/ubihealthd
>> > /bin/install: cannot stat
>> > '/home/jsadva/work/buildroot/output/build/mtd-2.1.2/ubihealthd': No such
>> > file or directory
>> > make[1]: *** [package/pkg-generic.mk:341:
>> >
>> /home/jsadva/work/buildroot/output/build/mtd-2.1.2/.stamp_target_installed]
>> > Error 1
>> >
>> > Of course, the buildroot "pull" is the only change to my environment,
>> > everything else unchanged (out of tree building)
>> > In the bug tracker, i saw a recently logged issue which is quite similar.
>> >
>> > Has somebody faced this recently ?
>>
>> You might want to try this patch:
>>
>>
>> http://patchwork.ozlabs.org/project/buildroot/patch/20210609234819.1860554-2-mmayer at broadcom.com/
>>
>> Or just enable BR2_PACKAGE_MTD_UBIFS_UTILS.
>>
>> baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

end of thread, other threads:[~2021-06-13 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  9:00 [Buildroot] Buildroot issue since 9 June 2021 ? Jacques Samoun
2021-06-13  9:11 ` Baruch Siach
2021-06-13  9:45   ` Jacques Samoun
2021-06-13 10:00     ` Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.