slh_ has joined #openwrt-devel
<aparcar[m]> mangix: elaborate
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
tohojo has quit [Ping timeout: 480 seconds]
slh has joined #openwrt-devel
<mangix> aparcar[m]: relates to https://github.com/openwrt/openwrt/pull/4269 . I can't get it to fail even if I replace diff with a bunch of gibberish
<aparcar[m]> you're aware it's not "rechecked" on every run?
<mangix> yes it is
<mangix> I get the checking messages
<mangix> eg: - gdiff --version 2>&1 | grep GNU, \
<mangix> + iufvh3ioweghkulg3rgr3e4 --version 2>&1 | grep GNU))
<mangix> - diff --version 2>&1 | grep GNU))
<aparcar[m]> ok good
<mangix> does not fail
<aparcar[m]> curious
<mangix> ah
<mangix> found out why
<aparcar[m]> tell me
<aparcar[m]> I'm looking at it in vain
<mangix> not
<mangix> nope
<mangix> false alarm
<aparcar[m]> o.O
<aparcar[m]> yea so doesn't seem to work here
<mangix> or not.....
<aparcar[m]> did you delete ./tmp? maybe there is some magic
<mangix> no
<mangix> replace $(eval $(call SetupHostCommand,diff,Please install GNU diffutils, \ with $(eval $(call SetupHostCommand,gnu-diff,Please install GNU diffutils, \
<mangix> this is quite curious...
<mangix> it means this check has been broken
<aparcar[m]> yea I get it
tohojo has joined #openwrt-devel
<mangix> i tried replacing SetupHostCommand with TestHostCommand but that didn't work
<mangix> pushed a fixed version anyway.
<mangix> Any other issues with the prereq system someone else can deal with
<aparcar[m]> so why do we need gnu-diff?
tohojo has quit [Ping timeout: 480 seconds]
<mangix> my commit didn't explain?
tohojo has joined #openwrt-devel
<aparcar[m]> i'll look again
<aparcar[m]> mangix: no, you don't state why it need the rename from diff to gnu-diff
<aparcar[m]> below is cp, I guess that doesn't need to be gnu-cp right?
<mangix> I mean....that's Makefile arcanery that I'm not willing to unravel. All I know is, it doesn't fail even though it should without renaming diff to gnu-diff
<mangix> aparcar[m]: turns out, all of them are broken
<mangix> SetupHostCommand does not work properly.
<aparcar[m]> mangix: PRs welcome ;)
<aparcar[m]> that must be a recent thing
<aparcar[m]> I remember it failing multiple times with missing tools
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<mangix> aparcar[m]: not recent looks like
<mangix> 90daa0d361b7f0fd853ba6d950acc04442909a53 works. 9e5db437f294284f8d1cb6bf3fd078dfca0bea30 fails
<mangix> 2015
<mangix> amazing
<mangix> brilliant
<mangix> OK now the check works properly.
<mangix> needs a wiping of staging_dir
djStolen has quit [Remote host closed the connection]
<aparcar[m]> Fun
<aparcar[m]> mangix: ping
<aparcar[m]> still around?
<aparcar[m]> where do I see that diffutils is actually a dependency?
<mangix> aparcar[m]:?
<aparcar[m]> mangix: a dependency of quilt
<mangix> aparcar[m]: quilt is in tools/
<mangix> there are no dependencies there.
<aparcar[m]> mangix: you say diffutils from GNU is required
<aparcar[m]> Where does it say that
<mangix> quilt's configure script?
<mangix> aparcar[m]: https://i.imgur.com/znrX8Rj.jpg . fedora agrees
<mangix> actually yeah I remember now. There was discussion on replacing quilt's diff utility. Turns out it's hardcoded
<aparcar[m]> mangix: so you're not planing to patch that but rather require GNU diff? tsts
<mangix> ...
<mangix> that is way too intrusive
<mangix> especially for a core utility like quilt
<slh> the only reasonable way would be to get such a change included into upstream quilt
<mangix> people have tried. nothing applied upstream so far.
<mangix> in any case, quilt is responsible for make package/x/refresh . I'm not willing to potentially break that.
<slh> once git am would be used internally by OpenWrt, binary patches (or just executable file permissions) would follow quite naturally, in which case all hell would break lose on developer's systems - where, at least for interatice usage, the system provided quilt binary wouldn't understand its syntax
<mangix> I feel like a lot of these tools/ should be removed
<aparcar[m]> merged
<aparcar[m]> mangix: which and why?
<mangix> aparcar[m]: patch for example. there's already a requirement on host patch
<aparcar[m]> PR please
<mangix> I'm guessing for patching patch
<mangix> rofl
<mangix> Anyway I won't be touching this
<mangix> hope the paragon NTFS stuff can actually land
<mangix> I'd love to have it for OpenWrt 22.x
ephemer0l has joined #openwrt-devel
<slh> the paragon ntfs3 module would indeed be great
<slh> I haven't seen a lot of criticism about it, but no affirmative comments either - it's sadly rather silent around the patch submissions
<mangix> this guy asked to do an API migration: https://lore.kernel.org/lkml/20210520165146.GA2680679@magnolia/
<mangix> so who knows
<mangix> i really don't want WIP patches to the kernel or an out of tree module
<slh> especially not for ntfs3
<slh> exfat was kind of different in that regard (initially little hope for getting it merged - and not touching system partitions, so less of a risk)
<mangix> speaking of exfat
<mangix> maybe the out of tree module should be brought back for 21.02
<mangix> I brought it in the took it out for a silly reason
<mangix> /s/the/and
<mangix> swalker: taglib info is wrong on uscan.
<slh> didn't exfat initially get merged into v5.4, if so the easiest way is to stick to the mainline implementation and to let -stable handle potential issues. it's still better than the old out-of-tree module, and for anything else --> v.510
<mangix> slh: it got merged with 5.7 IIRC
<mangix> 5.4 has a low quality version in the staging dir
<slh> ah, yep - I remember... should be still roughly on par with the out-of-tree version we had before
ylk has joined #openwrt-devel
<mangix> slh: not according to the samsung employee who maintains it
<slh> ./releases/5.4.4/staging-exfat-fix-multiple-definition-error-of-rename_file.patch
<slh> ./releases/5.4.90/exfat-month-timestamp-metadata-accidentally-incremented.patch
<slh> so at least some care is being given via -stable
<mangix> note the profanity
<slh> I totally agree, but in the absence of hard bug reports, I'd personally consider it to be 'good enough' for v5.4/ 2021.02.x
ylk has quit [Remote host closed the connection]
<mangix> although do not the mismatch between exfat-utils and exfat being from two different people
<mangix> in other news, the cmake ninja conversion went smoother than expected.
<mangix> only these three are broken: https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a8_vfpv3/routing/ . they're currently being handled
<mangix> is 21.02 kernel 5.4 only?
<slh> yes
<mangix> then it should be fine to add the oot exfat
<mangix> oh...
<mangix> 21.02 has the oot module still
<mangix> might as well update
<mangix> I guess I intentionally removed it after the split
<mangix> turns out alpine linux is a bad platform to compile linux on
<mangix> the compiler used there is unstable
rmilecki has joined #openwrt-devel
lmore377 has joined #openwrt-devel
<jow> rmilecki: I can't reproduce the issue
feriman has joined #openwrt-devel
tapper has joined #openwrt-devel
danitool has joined #openwrt-devel
<rmilecki> jow: ok, i'll ask for testing rc3
feriman has quit [Quit: WeeChat 3.1]
Borromini has joined #openwrt-devel
feriman has joined #openwrt-devel
Borromini has quit []
Borromini has joined #openwrt-devel
Zaba2 has joined #openwrt-devel
feriman has quit []
ecloud has quit [Ping timeout: 480 seconds]
feriman has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
ecloud has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
<owrt-2102-builds> Build [#65](https://buildbot.openwrt.org/openwrt-21.02/images/#builders/31/builds/65) of `x86/geode` completed successfully.
Tapper1 has joined #openwrt-devel
tapper has quit [Read error: Connection reset by peer]
<owrt-snap-builds> Build [#138](https://buildbot.openwrt.org/master/images/#builders/68/builds/138) of `at91/sama5` failed.
Zaba2 has quit [Quit: Leaving.]
Zaba2 has joined #openwrt-devel
gladiac is now known as Guest1965
Guest1965 has quit [Read error: Connection reset by peer]
gladiac has joined #openwrt-devel
Zaba2 has quit [Quit: Leaving.]
<owrt-snap-builds> Build [#143](https://buildbot.openwrt.org/master/images/#builders/24/builds/143) of `ramips/rt288x` failed.
Tapper1 has quit [Ping timeout: 480 seconds]
SamantazFox has quit [Remote host closed the connection]
SamantazFox has joined #openwrt-devel
dorf has joined #openwrt-devel
dorf_ has quit [Remote host closed the connection]
tapper has joined #openwrt-devel
dorf_ has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
<owrt-snap-builds> Build [#133](https://buildbot.openwrt.org/master/images/#builders/42/builds/133) of `ramips/mt76x8` failed.
Tapper1 has joined #openwrt-devel
tapper has quit [Read error: Connection reset by peer]
<owrt-snap-builds> Build [#139](https://buildbot.openwrt.org/master/images/#builders/51/builds/139) of `ramips/rt3883` failed.
<owrt-snap-builds> Build [#131](https://buildbot.openwrt.org/master/images/#builders/17/builds/131) of `ramips/rt305x` failed.
Tapper1 has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
Rentong has joined #openwrt-devel
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 96.2% packages reproducible in our current test framework.)
rejoicetreat has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
<swalker> mangix: the watch file's been updated
Rentong has joined #openwrt-devel
goliath has joined #openwrt-devel
tapper has joined #openwrt-devel
enyc_ is now known as enyc
tapper has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
aiyion_ is now known as aiyion
tapper has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
<greearb> how do you get diffconfig to add in modifications made to the kernel compile options?
goliath has joined #openwrt-devel
lemmi has quit [Remote host closed the connection]
tapper has joined #openwrt-devel
lemmi has joined #openwrt-devel
<owrt-snap-builds> Build [#137](https://buildbot.openwrt.org/master/images/#builders/19/builds/137) of `ramips/mt7621` failed.
<blocktrron> I'll fix the ramips build failures
<Slimey> anyone work with Freescale (NXP) architecture?
JohnA has joined #openwrt-devel
Borromini has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
<philipp64> aparcar[m]: Did APK build/run?
minimal has joined #openwrt-devel
Zaba2 has joined #openwrt-devel
tapper has joined #openwrt-devel
<owrt-snap-builds> Build [#140](https://buildbot.openwrt.org/master/images/#builders/54/builds/140) of `ramips/mt7620` failed.
Rentong has quit [Remote host closed the connection]
Borromini has quit [Quit: Lost terminal]
tapper has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
feriman has quit [Read error: Connection reset by peer]
rsalvate_ has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
feriman has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 480 seconds]
tapper has quit [Ping timeout: 480 seconds]
feriman has quit [Read error: Connection reset by peer]
danitool has joined #openwrt-devel
tapper has joined #openwrt-devel
feriman has joined #openwrt-devel
<owrt-snap-builds> Build [#139](https://buildbot.openwrt.org/master/images/#builders/68/builds/139) of `at91/sama5` completed successfully.
valku has joined #openwrt-devel
valku has quit []
valku has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]
tapper has joined #openwrt-devel
feriman has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
grid has quit [Quit: grid]
<aparcar[m]> philipp64: no, a new issue appeared
<aparcar[m]> but your suggestion was merged
dorf has joined #openwrt-devel
dorf_ has quit [Remote host closed the connection]
grid has joined #openwrt-devel
Rentong has joined #openwrt-devel
Rentong has quit [Remote host closed the connection]
rejoicetreat has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
Rentong has joined #openwrt-devel
<owrt-snap-builds> Build [#156](https://buildbot.openwrt.org/master/images/#builders/2/builds/156) of `layerscape/armv7` failed.
Ultrasauce is now known as sauce
Luke-Jr has quit [Read error: Connection reset by peer]
tapper has quit [Remote host closed the connection]
tapper has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
minimal has quit []
Zaba2 has quit [Quit: Leaving.]
rmilecki has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #openwrt-devel
Luke-Jr has quit [Read error: Connection reset by peer]
Zaba2 has joined #openwrt-devel
Zaba2 has quit []
hurricos has quit [Quit: WeeChat 2.8]
Grommish has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
goliath has quit [Quit: SIGSEGV]
Luke-Jr has joined #openwrt-devel
tapper has quit [Ping timeout: 480 seconds]