[OpenWrt-Devel] openwrt-imagebuilder-18.06.0-rc1-ar71xx-generic.Linux-x86_64

Mathias Kresin dev at kresin.me
Mon Jun 25 10:09:28 EDT 2018


2018-06-25 15:56 GMT+02:00 Mikael Bak <mbak at fxnet.hu>:
>
> Build dependency: Please install GNU 'time' or BusyBox 'time'
>
> Prerequisite check failed. Use FORCE=1 to override.
> make[1]: *** [Makefile:76: staging_dir/host/.prereq-build] Error 1
> make: *** [Makefile:175: image] Error 2
> [mikael at mikael-pc
> openwrt-imagebuilder-18.06.0-rc1-ar71xx-generic.Linux-x86_64]$
>
>
> But I have 'time':
> $ time
>
> real    0m0,000s
> user    0m0,000s
> sys     0m0,000s
> $
>
> What am I doing wrong?

The check in include/prereq-build.mk does the following:

  gtime --version 2>&1 | grep GNU, \
  time --version 2>&1 | grep GNU, \
  busybox time 2>&1 | grep BusyBox

Which obviously all fail for you. Which time do you have installed?

Mathias

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/listinfo/openwrt-devel



More information about the openwrt-devel mailing list