Tapper has quit [Ping timeout: 482 seconds]
tohojo has joined #openwrt-devel
Tapper has joined #openwrt-devel
<mangix> hauke: ACK
Tusker has joined #openwrt-devel
<Slimey> mangix: NOP
kenny2 has quit [Ping timeout: 480 seconds]
fda- has joined #openwrt-devel
<mangix> Slimey: :)
fda has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
danitool has quit [Ping timeout: 480 seconds]
victhor has quit [Ping timeout: 480 seconds]
Tusker has quit [Quit: https://lice.muppetz.com]
Tusker has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
cneufeld has joined #openwrt-devel
cneufeld has quit [Remote host closed the connection]
cneufeld has joined #openwrt-devel
cneufeld has quit [Remote host closed the connection]
chadn has joined #openwrt-devel
cneufeld has joined #openwrt-devel
Grommish has joined #openwrt-devel
rmilecki has joined #openwrt-devel
<owrt-snap-builds> Build [#272](https://buildbot.openwrt.org/master/images/#builders/17/builds/272) of `ramips/rt305x` completed successfully.
pmelange has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
goliath has joined #openwrt-devel
pmelange has quit [Quit: Leaving.]
Tapper has joined #openwrt-devel
Grommish has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#334](https://buildbot.openwrt.org/master/images/#builders/1/builds/334) of `ath79/generic` completed successfully.
cneufeld has quit [Remote host closed the connection]
robin_ has joined #openwrt-devel
Grommish has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
Grommish_ has quit []
Tusker has quit [Quit: https://lice.muppetz.com]
Grommish_ has joined #openwrt-devel
Grommish_ has quit []
Grommish has quit [Ping timeout: 480 seconds]
Tusker has joined #openwrt-devel
<Tusker> i am confused... I deleted tmp build_dir and staging_dir, but still my kernel compile from today has the timestamp of Friday... where is that Friday coming from ?! :|
<Tusker> "source_date_epoch":"1631237877"
<Tusker> aparcar[m]: that looks like your addition
<aparcar[m]> Tusker: what do you mean?
goliath has quit [Quit: SIGSEGV]
<Tusker> is it possible to have the build time show instead of the source date epoch ? I am trying to figure out whether the kernel that is loading is actually a newly built one or not
<Tusker> https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=a725382978515abfb2eb7be3bafef735dca97dbd has your name on it... :)
<aparcar[m]> Tusker: I mean busybox shows it right?
<aparcar[m]> uname -a should also help
<aparcar[m]> Or you don't like the content of the json file?
<Tusker> hang 5
<aparcar[m]> Tusker: hang 5?
<Tusker> see line 40. I don't understand how that date/time is created. I deleted bin build_dir and staging_dir but that timestamp remains...
<Tusker> hang 5 = wait a little moment, sit on your surfboard until the wave comes or something
<Tusker> uname -a : Linux OpenWrt 5.4.143 #0 Fri Sep 10 01:37:57 2021 mips GNU/Linux
<grid> Tusker: it takes it from git
<Tusker> which isn't that useful if I change kernel configuration parameters... and want to see what version I am loading :)
<grid> yeah it's some reproducible builds thing
<grid> uhm, i compile in /proc/config.gz
<Tusker> yeah, that could help too
danitool has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
<grid> i'm actually not sure where exactly the timestamp comes from... it doesn't seem to correspond with any particular git commit
<Tusker> a bit weird experience while debugging issues :)
<grid> include/kernel.mk: KBUILD_BUILD_TIMESTAMP:=$(shell perl -e 'print scalar gmtime($(SOURCE_DATE_EPOCH))')
<grid> it's from scripts/get_source_date_epoch.sh
<grid> version.date
<grid> well - i suppose it depends if that file exists, which it does for the tagged 21.02 commit
<grid> could just 'echo -en "#!/bin/sh\ndate +%s'
<grid> echo -en "#!/bin/sh\ndate +%s\n' > scripts/get_source_date_epoch.sh
<Tusker> ok
<Tusker> thanks!
<Tusker> anyway, I will stop chasing my tail about whether I am running an old kernel now. I am trying to get dyndbg to show the pr debug for mtdsplit... dyndbg="module mtdsplit +p" in my command line, but no debug is shown. any idea how to have mtdsplit output the pr debug ?
<aparcar[m]> Tusker: oh yea so we're using reproducible stuff. So if you add a git commit, it take the date/time of that
<aparcar[m]> also it's "handing 10" or "cheater 5" :)
<aparcar[m]> *hanging
<Tusker> aparcar[m]: so, if I change the local filesystem, shouldn't the build take that date, so that the "reproducibility" can detect modifications ?
<Tusker> otherwise we are "forcing" reproducibility, aren't we ?
<aparcar[m]> it's based on the commit date. So if both of us clone the latest dev branch and build things in HST and UTC, we both end up with the same mtimes within the build
<Tusker> understand that part :) but if there are local filesystem modifications inside the source tree... ?
<aparcar[m]> they are not detected
<aparcar[m]> only if part of the git
<Tusker> OK, but if you modify something locally, and then the created build output says that it is X, but in reality it's Y, then you also build X but actually get X ?
<aparcar[m]> the git commit changes the SOURCE_DATE_EPOCH variable. the variable is used to use "same dates" within the build. so e.g. everything is "touched" to have specific mtimes
<aparcar[m]> but the output is actually different based on what you change, just the time (inlcuding the time stamp you're looking at) is different
<aparcar[m]> what you want to do: add your changes to a commit
<aparcar[m]> build again
<aparcar[m]> profit
<aparcar[m]> git add -u && git commit -m "my kernel changes"
chadn has quit [Ping timeout: 480 seconds]
<Tusker> yeah OK... not sure if I like it yet, but at least I understand where you are coming from :)
<aparcar[m]> this document is smarter than me
<Tusker> will read it later, meal time :)
<aparcar[m]> nbd: where do you define the handling of make package/foobar/check?
<aparcar[m]> I want to extend the check method
Acinonyx has joined #openwrt-devel
<rsalvaterra> Hm… 5.15-rc1 is out… let's see if my machines are happy with it…
Acinonyx_ has quit [Ping timeout: 480 seconds]
<aparcar[m]> rsalvaterra: good luck
<rsalvaterra> aparcar[m]: It's rather unusual for it to go haywire, even at -rc1, but sometimes it happens. :)
<aparcar[m]> Tusker: so could you please install wget on this mac?
goliath has joined #openwrt-devel
danitool has joined #openwrt-devel
decke has joined #openwrt-devel
aleksander has joined #openwrt-devel
<aparcar[m]> how do I get a packages BUILD_DIR? something like make package/foobar val.BUILD_DIR would be nice
<mrkiko> rmilecki: have you re-tested mt76 in R6220 ?
dangole has joined #openwrt-devel
<Tusker> aparcar[m]: sure, hang on
victhor has joined #openwrt-devel
<Tusker> hi victhor, how are things going ?
<victhor> hi Tusker, they're going well, unless you mean the R500, in which case, they are not :-)
<victhor> I haven't been working on it...
<Tusker> i meant in general, I am working on the R500 at the moment, so no worries :)
<victhor> sure, they're going well
<victhor> if you have any new things to test, I might be able to try them on my hardware
<Tusker> trying to debug a weird mtdsplit issue, and will let you know, the current commit in the PR should actually work
<victhor> I see
fda has joined #openwrt-devel
fda- has quit [Ping timeout: 480 seconds]
<hauke> mangix: are there any known problems with musl 1.2?
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
minimal has joined #openwrt-devel
pmelange has joined #openwrt-devel
kabel has quit [Ping timeout: 480 seconds]
Grommish has joined #openwrt-devel
Grommish has quit []
Grommish has joined #openwrt-devel
kabel has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tusker has quit [Quit: Time wasted on IRC: 4 hours 48 minutes 9 seconds]
pmelange has left #openwrt-devel [#openwrt-devel]
<fda> the "dns" plugin of statistics is buggy. when you monitor pppoe it crashes whole statistics if dsl is reconnected (eg by the provider) and never comes back
<fda> it shows it is running, so a "start" does not help
<fda> and it stopps ALL other plugins too
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
tohojo has quit [Ping timeout: 480 seconds]
tohojo has joined #openwrt-devel
jbowen has quit [Quit: leaving]
<mrkiko> tuswhat hw type is re500 ? ramips or what?
jbowen has joined #openwrt-devel
pmelange has joined #openwrt-devel
<rmilecki> mrkiko: i was sidetracked by some Python project, not yet
<mrkiko> rmilecki: no problems :D
Tapper has joined #openwrt-devel
chadn has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
decke has quit [Quit: Leaving.]
tohojo has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
arnd has quit []
arnd has joined #openwrt-devel
robin_ has quit [Ping timeout: 480 seconds]
fda- has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
chadn has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
dedeckeh has quit [Remote host closed the connection]
chadn has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
barhom_ has joined #openwrt-devel
barhom has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
Borromini has joined #openwrt-devel
tohojo has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
shibboleth has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
chadn has quit [Ping timeout: 480 seconds]
chadn has joined #openwrt-devel
chadneufeld has joined #openwrt-devel
chadn has quit [Read error: Connection reset by peer]
rmilecki has quit [Ping timeout: 480 seconds]
hanetzer has joined #openwrt-devel
<hanetzer> jello. is there a mirror for the old chaos_calmer openwrt repos? got some vendorwrt to fiddlefaddle with.
<Slimey> oh hi
<hanetzer> oh hey, it you
<Slimey> no irc is safe
<hanetzer> blerg. the subdir the vendorwrt package refers to doesn't exist :)
pmelange has quit [Quit: Leaving.]
shibboleth has quit [Quit: shibboleth]
<aparcar[m]> Tusker: your mac mini is down
minimal has quit []
hanetzer has quit [Quit: WeeChat 3.2]
Acinonyx_ has joined #openwrt-devel
Acinonyx has quit [Ping timeout: 480 seconds]
<mangix> https://github.com/garywill/linux-router <-- interesting...
<mangix> hmm lame. 5ghz compex card is not showing up on this archer
<mangix> wonder why
Tusker has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
<Tusker> re: mtdsplit issue I was having, I determined that the image build script was putting the rootfs not on an erase block boundary for some reason, 0x210000 is 1/4 the way through an erase block, so it seems like the pad-to seems to think that BLOCKSIZE is 64k by default ?