You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oonf-olsrd2: Build fails for me with FAILED: src/olsrd2/CMakeFiles/olsrd2_static /[...]/openwrt-22.03/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/oonf-olsrd2-v0.15.1/src/olsrd2/CMakeFiles/olsrd2_static on 22.03.
#899
Open
dreirund opened this issue
Jul 15, 2022
· 5 comments
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-14, ca. 12:00 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).
A make -j6 fails in above configuration on package/feeds/routing/oonf-olsrd2. After a make package/feeds/routing/oonf-olsrd2/clean, an explicit run of make -j1 V=sc package/feeds/routing/oonf-olsrd2/compile
fails with
To fix builds for me I updated olsrd2 to latest develop branch, as the master branch is pretty much unused currently (and olsrd2 does not really have any stable release. latest develop is the most stable you'll get as there were quite a lot of fixes merged).
Attached is a patch that applies to the routing feed version that is currently used by the latest 22.03 stable. olsrd2.zip (zip because for whatever reason github won't let me upload a patch file with an unsupported filetype error...)
EDIT: Udpated the patch file, I accidentally sent the version with my testing tree of olsrd2
Maintainer:
Henning Rogge <hrogge(at)gmail.com>, @HRogge
Environment:
grep ^CONFIG_TARGET .config
:openwrt-22.03
fromgit://git.openwrt.org/openwrt/openwrt.git
,git pull
and./scripts/feeds update -a && ./scripts/feeds update -a
on 2022-07-14, ca. 12:00 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
.)config.txt
.grep -i oonf .config
:grep -i olsr .config | grep -v luci-i18n
:Description:
A
make -j6
fails in above configuration onpackage/feeds/routing/oonf-olsrd2
. After amake package/feeds/routing/oonf-olsrd2/clean
, an explicit run ofmake -j1 V=sc package/feeds/routing/oonf-olsrd2/compile
fails with
Full output of above 'make' command (*click* to expand)
The text was updated successfully, but these errors were encountered: