ivanich has quit [Quit: Konversation terminated!]
<mangix> cool. another patch from https://github.com/openwrt/openwrt/pull/3004 merged
<aparcar[m]> mangix: do you have an idea how to implement the prereq thing in a better way?
<mangix> Applying: build/prereq: add qemu-img as optional host dep
<mangix> error: patch failed: include/prereq-build.mk:62
<mangix> error: include/prereq-build.mk: patch does not apply
<mangix> hmmmm
<aparcar[m]> w00t
<aparcar[m]> I'll rebase it
<mangix> I think my branch was out of date actually
<mangix> hmmm nvm
<aparcar[m]> yea it rebases withouth problems...
<Hauke> aparcar[m]: it is nice that OpenWrt directly creates images for VMware and Virtual box, I used them in the past, but nowadays I am using qemu
<aparcar[m]> I don't want to stop that
<mangix> Hauke: I use GNOME Boxes, which uses QEMU AFAIK
<aparcar[m]> the patch still allows the usage of it
<aparcar[m]> it just moves it to the building host
<aparcar[m]> I think our buildbots can handle that
<aparcar[m]> mangix: rebased and pushed
<Hauke> aparcar[m]: I am ok if this only works when I have the qemu tools installed locally: https://github.com/openwrt/openwrt/pull/3739
<Hauke> mangix: I would like to use musl 1.1.X for the next release, but switch to 1.2.X for the release after the next one
<mangix> aparcar[m]: works now, ty
<mangix> Hauke: right. I'm talking about the other commits
<Hauke> I assume that there will be multiple thinks breaking wehn we switch to musl 1.2.X
<aparcar[m]> Hauke: do you have an idea how to retrigger the prereq check?
<mangix> Hauke: nah. I've fixed most of them.
<mangix> the ones in that PR are the remaining ones.
<mangix> note that glibc already is doing 64-bit time_t on 32-ib
<mangix> *bit
<Hauke> mangix: the ppp maintainers at github would like to merge the patches all the linux distributions are currently shipping
<Hauke> you could try to sedn it upstream
<Hauke> aparcar[m]: I do not know how to retrigger rethis
<mangix> Hauke: the ppp patch is not applicable upstream. they fixed it differently: https://github.com/paulusmack/ppp/commit/75870d7b55e36af526a0786fff94912989c73fd1
<mangix> It's not wise to backport something like that
<mangix> the problem is the same between glibc and musl 1.2.x
<mangix> aparcar[m]: add my ACK if you need it. I don't see qemu depends when building for mips.
<Hauke> mangix: I will have a look at the umdns changes later
<mangix> Hauke: note the GCC10 one was rejected by ynezz. The relevant one is: https://patchwork.ozlabs.org/project/openwrt/patch/20201015061027.7614-1-rosenp@gmail.com/
<aparcar[m]> dango already mentioned that sizeof(time_t) == 8 is only always true for musl.
<mangix> aparcar[m]: ARC is a little...special :)
<mangix> that is to say, every new architecture ported to glibc is automatically using 64-bit time_t
<mangix> ARC support was merged to glibc last year I believe
<aparcar[m]> Okay
Katana_Steel has quit [Read error: Connection reset by peer]
Katana_Steel has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 256 seconds]
gch98121332 has joined #openwrt-devel
victhor has quit [Ping timeout: 240 seconds]
hbug_ has joined #openwrt-devel
hbug has quit [Ping timeout: 240 seconds]
gch981213327 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 260 seconds]
gch981213327 is now known as gch98121332
Tost has quit [Ping timeout: 260 seconds]
Misanthropos has quit [Ping timeout: 256 seconds]
Misanthropos has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 240 seconds]
gch98121332 has joined #openwrt-devel
gch981213321 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 256 seconds]
gch981213321 is now known as gch98121332
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (98.2% images and 97.0% packages reproducible in our current test framework.)
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
gch981213321 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 272 seconds]
gch981213321 is now known as gch98121332
jmccrohan has quit [Ping timeout: 240 seconds]
jmccrohan has joined #openwrt-devel
rsalvaterra1 has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 246 seconds]
opal has quit [Remote host closed the connection]
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
opal has joined #openwrt-devel
slh64 has joined #openwrt-devel
danitool has quit [Ping timeout: 272 seconds]
Acrisor has quit [Read error: Connection reset by peer]
Acrisor` has joined #openwrt-devel
Acrisor` has quit [Read error: Connection reset by peer]
Acrisor has joined #openwrt-devel
<m4t> mangix: hey, i was trying to use perl-www tonight and saw it is missing a dependency on Try::Tiny, which does not appear to be available in packages.git. the bump from 6.15 -> 6.39 (https://github.com/openwrt/packages/commit/a9ad795) in 11/2019 broke it. i checked upstream git and it was added in 6.17: https://github.com/libwww-perl/libwww-perl/blob/master/Changes#L177-L181
<m4t> i will try to package it locally and see if that fixes things.
<m4t> the needed module thankfully is as advertised, tiny, and appears to require no external dependencies.
gch981213323 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 264 seconds]
gch981213323 is now known as gch98121332
gch981213329 has joined #openwrt-devel
gch98121332 has quit [Read error: Connection reset by peer]
gch981213329 is now known as gch98121332
<m4t> eh, i was going to open a PR, but getting around to testing it, it's still broken at runtime sooo
<m4t> strace shows it's opening a udp conn to localhost 65535, example code does this: 500 Can't connect to search.cpan.org:80 (System error)
<m4t> ah it's just the lack of ipv6 that's making it unhappy. adding BEGIN { $Net::HTTP::SOCKET_CLASS = 'IO::Socket::INET'; require Net::HTTP; } fixed it. i'll open that PR.
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 260 seconds]
gch981213320 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 264 seconds]
gch981213320 is now known as gch98121332
Misanthropos has quit [Ping timeout: 260 seconds]
Misanthropos has joined #openwrt-devel
feriman has joined #openwrt-devel
feriman has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
feriman has quit [Read error: Connection reset by peer]
jmccrohan has quit [Ping timeout: 246 seconds]
jmccrohan has joined #openwrt-devel
gch981213327 has joined #openwrt-devel
gch98121332 has quit [Read error: Connection reset by peer]
gch981213327 is now known as gch98121332
feriman has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
<mangix> m4t: i don't use perl hence the breakage :)
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
hbug_ has quit [Ping timeout: 240 seconds]
hbug_ has joined #openwrt-devel
gch981213328 has joined #openwrt-devel
swalker has quit [Remote host closed the connection]
gch98121332 has quit [Ping timeout: 264 seconds]
gch981213328 is now known as gch98121332
feriman has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
jmccrohan has quit [Ping timeout: 256 seconds]
jmccrohan has joined #openwrt-devel
feriman has quit [Read error: Connection reset by peer]
dedeckeh has quit [Remote host closed the connection]
feriman has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
swalker has joined #openwrt-devel
danitool has joined #openwrt-devel
Borromini has joined #openwrt-devel
ivanich has joined #openwrt-devel
<mangix> exit
feriman has quit [Read error: Connection reset by peer]
<m4t> i started looking at packaging Net::SSLeay to give it https support, but getting it to cross compile is going to require some doing
<m4t> it
<m4t> 's an xs module that links against openssl but makes all sorts of assumptions and does checks like running /usr/bin/openssl to figure out which version it is
feriman has joined #openwrt-devel
damex has joined #openwrt-devel
muhaha has joined #openwrt-devel
feriman has quit [Read error: Connection reset by peer]
ivanich_ has joined #openwrt-devel
ivanich has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
black_ant has quit [Quit: simplicity does not kill]
feriman has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
damex has quit [Read error: Connection reset by peer]
damex has joined #openwrt-devel
gch981213321 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 260 seconds]
gch981213321 is now known as gch98121332
victhor has joined #openwrt-devel
gch981213321 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 256 seconds]
gch981213321 is now known as gch98121332
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
gch981213323 has joined #openwrt-devel
csrf has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 256 seconds]
gch981213323 is now known as gch98121332
rsalvaterra1 has quit [Quit: Leaving.]
rsalvaterra has joined #openwrt-devel
goliath has joined #openwrt-devel
feriman has quit [Ping timeout: 272 seconds]
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
muhaha has quit [Quit: Connection closed]
black_ant has quit [Ping timeout: 272 seconds]
adrianschmutzler has joined #openwrt-devel
gch981213328 has joined #openwrt-devel
gch98121332 has quit [Ping timeout: 246 seconds]
gch981213328 is now known as gch98121332
samantaz has quit [Ping timeout: 260 seconds]
Tost has joined #openwrt-devel
<Borromini> has anyone built today's or yesterday's master after the wolfssl bump?
<Borromini> hostapd still breaks for me on ath79.
<Borromini> issue still persists after hauke's fixup
* russell-- doing a build right now
<Borromini> i've done multiple make package/hostapd/{clean,compile} runs, same for wolfssl
<Borromini> weirdly enough ramips etc all seem ok. seems it's just wpad-full-wolfssl breaking on ath7
<Borromini> * ath79
<Borromini> bug report says mips_24kc as well so maybe he has ath79 as well but not clear at all
<nbd> Borromini: i just pushed a fix for it, please test
danitool has quit [Read error: Connection reset by peer]
gch98121332 has quit [Read error: Connection reset by peer]
gch98121332 has joined #openwrt-devel
danitool has joined #openwrt-devel
<Hauke> Borromini: this is a diffeernt problem ;-)
<Borromini> Hauke: oh :P
<Borromini> nbd: thanks, that fixes it indeed
<Hauke> nbd: I updated my pull request with your changes: https://github.com/wolfSSL/wolfssl/pull/3610
feriman has joined #openwrt-devel
feriman has quit [Ping timeout: 256 seconds]
Tapper has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
<owrt-snap-builds> build #710 of ramips/rt3883 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/710
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
Tost has quit [Ping timeout: 256 seconds]
kvo has joined #openwrt-devel
kvo has left #openwrt-devel [#openwrt-devel]
pavlix has quit [Quit: Idle for 30+ days]
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
opal has quit [Ping timeout: 240 seconds]
Night-Shade has joined #openwrt-devel
opal has joined #openwrt-devel
<owrt-snap-builds> build #687 of mediatek/mt7622 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/mediatek%2Fmt7622/builds/687
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
valku has joined #openwrt-devel
victhor has quit [Remote host closed the connection]
Grommish has joined #openwrt-devel
CrazyLemon has quit [Quit: kthnxbai]
CrazyLemon has joined #openwrt-devel
gch98121332 has quit [Quit: The Lounge - https://thelounge.chat]
gch981213328 has joined #openwrt-devel
Darkmatter66 has joined #openwrt-devel
jf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
jf has joined #openwrt-devel
samantaz has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 272 seconds]
Borromini has quit [Ping timeout: 264 seconds]
shibboleth has joined #openwrt-devel
gch981213328 has quit [Read error: Connection reset by peer]
gch981213328 has joined #openwrt-devel
andi- has quit [Quit: WeeChat 2.8]
andi- has joined #openwrt-devel
Misanthropos has quit [Read error: Connection reset by peer]
zatwai has quit [Quit: ZNC 1.8.2+deb1~bpo10+1 - https://znc.in]
Misanthropos has joined #openwrt-devel
zatwai has joined #openwrt-devel
jmccrohan has quit [Ping timeout: 260 seconds]
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<m4t> is it ok to open a draft PR (https://github.blog/2019-02-14-introducing-draft-pull-requests/) to packages.git just to test how stuff builds on other archs?
jmccrohan has joined #openwrt-devel
<m4t> (well, with the intention of opening a formal PR later)
<m4t> surprisingly to me, Net::SSLeay compiles by just patching out the hard-coded stuff / /usr/bin/openssl version check, and instead setting the variables in Makefile.PL using `$ENV{PKG_CONFIG} ... openssl`
<Pepe> m4t: Why don't you fork the repository and enable Github Actions for your repository?
<m4t> i can try that, thanks
<m4t> that's sufficient ?
* m4t tries opening a PR against his own fork
<m4t> oh, well, i guess actions are enabled, but not configured
<m4t> okay, nevermind, opening a PR against myself did trigger the build test
<m4t> that's pretty slick actually
dwmw2_gone has quit [Ping timeout: 258 seconds]
victhor has joined #openwrt-devel
dwmw2_gone has joined #openwrt-devel
blb4393 has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
Borromini has joined #openwrt-devel
danitool has joined #openwrt-devel
noltari has quit [Quit: Bye ~ Happy Hacking!]
<m4t> i noticed some weirdness with openssl, where if it's compiled without engine support, things break. commenting out the following in /etc/ssl/openssl.cnf fixes it: engines=engines. i wonder if that should be commented out conditionally on CONFIG_OPENSSL_ENGINE?
noltari has joined #openwrt-devel
Tost has joined #openwrt-devel
blb4393 has quit [Quit: ChatZilla 0.9.93 [Waterfox 56.3/MOZ_BUILDID]]
<xdarklight> Hauke: I can reproduce some network hang as described in https://github.com/openwrt/openwrt/pull/3085
<xdarklight> Hauke: steps to reproduce: fire up my O2 6431, run "iperf3 -s" on my computer, start iperf3 -c <computer IP> on the board until data transfer stops
<xdarklight> Hauke: I checked /proc/interrupts, the xrx200_net_rx counter is still increasing but xrx200_net_tx is stuck
Night-Shade has joined #openwrt-devel
Night-Shade has quit [Client Quit]
<aparcar[m]> Hauke: still around?
Borromini has quit [Quit: Lost terminal]
dedeckeh has quit [Remote host closed the connection]
<xdarklight> Hauke: hmm, sorry I had an old image laying around which I flashed. the actual problem that I am seeing is that LAN port 2 (which is the same port used on the 7412) does not see any RX. the three other GPHY PHY22F ports are working fine, only this one is defa
<xdarklight> s/defa/deaf/
ivanich_ has quit [Quit: Konversation terminated!]
<xdarklight> Hauke: ethtool -S output which shows that there's indeed no RX: https://pastebin.com/raw/uhPAQ8Wj
hurricos has quit [Quit: WeeChat 2.8]
<Hauke> aparcar[m]: yes
<Hauke> xdarklight: which port on the switch is LAN port 2?
<xdarklight> Hauke: also on port two actually
<Hauke> ok let me check if the configuration is correct
<Hauke> xdarklight: which dts file is this?
<xdarklight> Hauke: vr9_arcadyan_vgv7510kw22.dtsi
<Hauke> xdarklight: the mac 3 is working fine?
<xdarklight> Hauke: yep, I've tested all three other LAN ports and these are working fine for me. I have not tested the WAN port though (it uses an external RMII PHY)
<Hauke> xdarklight: is the link up when you plug in the cable?
<Hauke> there is no mux between the mac and the phy
<xdarklight> Hauke: yes: gswip 1e108000.switch lan2: Link is Up - 100Mbps/Full - flow control rx/tx
<Hauke> if the ethtool counters are not counting anything I assume the PHY has a problem
<xdarklight> Hauke: for comparison with port 1: gswip 1e108000.switch lan1: Link is Up - 100Mbps/Full - flow control rx/tx
<xdarklight> (looks identical to me)
Tost has quit [Ping timeout: 264 seconds]
<Hauke> xdarklight: can you please post the porbing results on the phys
MarioH has quit [Quit: ZNC 1.8.2 - https://znc.in]
<Hauke> xdarklight: the phy addresses are mixed up
<Hauke> 0x11 is MAC 3, 0x12 is mac 2
MarioH has joined #openwrt-devel