Open JoseAlcerreca opened 4 years ago
Apparently there's an issue with gawk 5 and the libgpg-error
package. https://dev.gnupg.org/T4459
I reference to err-sources.h and change from idx = errnos_msgidxof (code); return errnos_msgstr + errnos_msgidx[idx]; to idx = msgidxof (code); return msgstr[idx];
Following the steps in
https://github.com/ccrisan/motioneyeos/wiki/Building-From-Source
With
./build.sh raspberrypi4 xconfig
I enabled
mosquitto
and built with./build.sh raspberrypi4
(Edit:I started from scratch and it fails even without extra modules after
./build.sh raspberrypi4 clean-target
. Also tried cleaning the repo.)Got:
Branch:
dev
, HEAD istag: 20200606