On Mon, Oct 12, 2020 at 01:37:45PM +0200, Enrico Weigelt, metux IT consult 
wrote:
> I've stumpled across a really strange problem on building barebox build
> (distrokit):
> 
[...]
> '/home/nekrad/src/dk/DistroKit/local_src/barebox.x86_64'
> /opt/ptxdist/lib/ptxdist-2020.09.0/rules/barebox.make:216: recipe for
> target
> '/opt/ptxdist/lib/ptxdist-2020.09.0/config/images/barebox_partitions.config'
> failed
> make: ***
> [/opt/ptxdist/lib/ptxdist-2020.09.0/config/images/barebox_partitions.config]
> Error 2
> 
> 
> 
> Further debugging turned out it's trying to rebuild
> 
> 
> /opt/ptxdist/lib/ptxdist-2020.09.0/config/images/barebox_partitions.config
> 
> via world/kconfig call, which obviously should never happen.
> The call is done from .../rules/barebox.make.
> 
> > barebox_%config: $(STATEDIR)/barebox.extract
> 
> This line makes the barebox_partitions.config file (coming from ptxdist
> itself) dependent on the source extraction state file. Adding an
> explicit no-op rule for that specific file (hardcoded full pathname)
> makes the problem go away.
> 
> I'm not quite sure how this rule really supposed to wor, but it looks
> like the pattern is too wide.
> 
> Any suggestion how to fix that in a clean way ?

This should be fixed in ptxdist-2020.10.0 with the commit
7fa9235fb915e537d21054dc6a60af6981969ba5 ("kernel, barebox: use explicit
list of config targets")

Regards,
Michael

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to