<stintel>
I've removed the file locally, did make/$PKG/download make/$PKG/check FIXUP=1 and I get the same again
<stintel>
or alternatively, can anyone try building that PR and see if you hit the same problem?
<stintel>
I'd like to finish and merge this by next weekend the latest
Borromini has joined #openwrt-devel
<nbd>
stintel: i get the same hash as you do (tested on macOS), so there must be an issue on Github CI
<KanjiMonster>
likewise
<KanjiMonster>
no idea how easy you can recreate a CI run locally
<stintel>
thanks guys, maybe it's related to the recent change by the Apple guy? related to git submodules?
<stintel>
and this isn't reflected yet in the build container
<stintel>
(wild guess)
<stintel>
meanwhile I'm struggling with a netifd proto handler ... the device is in a setup/teardown loop
<stintel>
it exists in /proc/net/dev so I don't think it needs no_device=1 and available=1 ?
Borromini has quit [Read error: No route to host]
rua has joined #openwrt-devel
<stintel>
running /sbin/netifd -d2 -l4 but not seeing anything useful that would explain why this is happeng
<KanjiMonster>
stintel: was the first thing I tested; reverting didn't change the hash (and the output form the CI showed that the commit was in, by the " -- " after git submodule init --recursive)
<stintel>
Ansuel: any idea about that PKG_MIRROR_HASH problem?
Borromini has joined #openwrt-devel
<stintel>
if (!system_get_dev_sysfs("carrier", dev->ifname, buf, sizeof(buf)))
<stintel>
link_state = strtoul(buf, NULL, 0);
<stintel>
# cat /sys/class/net/wpan0/carrier
<stintel>
cat: read error: Invalid argument
<stintel>
I guess this might explain somethign
rua is now known as Guest8071
rua has joined #openwrt-devel
Guest8071 has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
<KanjiMonster>
stintel: is the interface (admin state) down?
<stintel>
KanjiMonster: yeah, that must have been the case, just a failed attempt to find the root cause of the up/down loop in netifd