* scripts/dtc/fdtget: No such file or directory
@ 2018-08-08 16:22 Peter Mamonov
2018-08-09 5:33 ` Oleksij Rempel
2018-08-09 6:58 ` Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Peter Mamonov @ 2018-08-08 16:22 UTC (permalink / raw)
To: barebox, pvizeli
Hi,
After "8a8982541 scripts/dtc: Update to upstream version 1.4.6"
scripts/dtc/Makefile lacks rule for scripts/dtc/fdtget, which causes
scripts/gen-dtb-s to complain:
$ make
...
scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
Yet a build finishes ok.
Regards,
Peter
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: scripts/dtc/fdtget: No such file or directory
2018-08-08 16:22 scripts/dtc/fdtget: No such file or directory Peter Mamonov
@ 2018-08-09 5:33 ` Oleksij Rempel
2018-08-09 6:58 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Oleksij Rempel @ 2018-08-09 5:33 UTC (permalink / raw)
To: Peter Mamonov, barebox, pvizeli
[-- Attachment #1.1.1: Type: text/plain, Size: 1109 bytes --]
Hi,
Am 08.08.2018 um 18:22 schrieb Peter Mamonov:
> Hi,
>
> After "8a8982541 scripts/dtc: Update to upstream version 1.4.6"
> scripts/dtc/Makefile lacks rule for scripts/dtc/fdtget, which causes
> scripts/gen-dtb-s to complain:
>
> $ make
> ...
> scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
>
> Yet a build finishes ok.
I noticed same issue yesterday,
this happens only if you build barebox not in the source directory.
Probably make files should copy this scripts as well.
--
Regards,
Oleksij
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: scripts/dtc/fdtget: No such file or directory
2018-08-08 16:22 scripts/dtc/fdtget: No such file or directory Peter Mamonov
2018-08-09 5:33 ` Oleksij Rempel
@ 2018-08-09 6:58 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2018-08-09 6:58 UTC (permalink / raw)
To: Peter Mamonov; +Cc: barebox, pvizeli
Hi Peter,
On Wed, Aug 08, 2018 at 07:22:51PM +0300, Peter Mamonov wrote:
> Hi,
>
> After "8a8982541 scripts/dtc: Update to upstream version 1.4.6"
> scripts/dtc/Makefile lacks rule for scripts/dtc/fdtget, which causes
> scripts/gen-dtb-s to complain:
>
> $ make
> ...
> scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 24: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 27: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 34: scripts/dtc/fdtget: No such file or directory
> scripts/gen-dtb-s: line 37: scripts/dtc/fdtget: No such file or directory
>
> Yet a build finishes ok.
In 8a8982541 building of fdget is dropped. I didn't notice because I
have fdtget still in my build dir from previous builds. I just sent a
patch for this, you're on Cc:.
The build was still successful because only the output of fdtget was
used in a pipe. Apparently the error handling leaves room for
improvements.
Sascha
--
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 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-09 6:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-08 16:22 scripts/dtc/fdtget: No such file or directory Peter Mamonov
2018-08-09 5:33 ` Oleksij Rempel
2018-08-09 6:58 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox