Git branch openwrt-22.03 from git://git.openwrt.org/openwrt/openwrt.git,
initially checked out on 2022-07-05,
latest git pull and ./scripts/feeds update -a && ./scripts/feeds update -a on 2022-07-20, ca. 08:15 UTC (I give up on posting latest commit date and hash, since git log gives me some old dates, and I don't know how I can make git log printing out the last operation. I don't know much about git.)
Building on GNU/Linux on x86_64-architecture (Distribution: → Artix Linux).
make -j6 fails in above configuration on package/feeds/video/cairo.
An explicit run of make -j1 V=sc package/feeds/video/cairo/{clean,compile}
fails with
Package libcairo is missing dependencies for the following libraries:
liblzo2.so.2
Maintainer:
@dangowrt
Environment:
Building for Xunlog OrangePi Plus (sun8i):
grep ^CONFIG_TARGET .config
:OpenWrt version:
openwrt-22.03
fromgit://git.openwrt.org/openwrt/openwrt.git
,git pull
and./scripts/feeds update -a && ./scripts/feeds update -a
on 2022-07-20, ca. 08:15 UTC(I give up on posting latest commit date and hash, since
git log
gives me some old dates, and I don't know how I can makegit log
printing out the last operation. I don't know much aboutgit
.)Building on GNU/Linux on x86_64-architecture (Distribution: → Artix Linux).
OpenWrt configuration: →
.config
grep -i cairo .config
:grep -i liblzo .config
:Description:
make -j6
fails in above configuration onpackage/feeds/video/cairo
.An explicit run of
make -j1 V=sc package/feeds/video/cairo/{clean,compile}
fails with
Full compile log: →
cairo.compile.log
.