danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #openwrt-devel
Nilsro has joined #openwrt-devel
Nilsro_ has quit [Ping timeout: 480 seconds]
n3ph_ has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.6.3]
Daanct12 has joined #openwrt-devel
Daaanct12 has joined #openwrt-devel
Daanct12 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit []
Daaanct12 is now known as Daanct12
valku has quit [Quit: valku]
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
n3ph has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit []
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit []
n3ph has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
n3ph has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
gromero_ has joined #openwrt-devel
gromero has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#133](https://buildbot.openwrt.org/images/#/builders/132/builds/133) of `openwrt-24.10_ath79/tiny` failed: failed Target files uploaded (failure)
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
rua has joined #openwrt-devel
n3ph_ has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.6.3]
Stat_headcrabbed has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
hanetzer has joined #openwrt-devel
minimal has joined #openwrt-devel
minimal has quit [Remote host closed the connection]
minimal has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
dermoth_ has joined #openwrt-devel
dermoth has quit [Ping timeout: 480 seconds]
dermoth_ is now known as dermoth
rua has joined #openwrt-devel
swalker has quit [Read error: Connection reset by peer]
swalker has joined #openwrt-devel
Stat_headcrabbed1 has joined #openwrt-devel
Stat_headcrabbed1 has quit []
Stat_headcrabbed has quit [Ping timeout: 480 seconds]
minimal has quit [Read error: Network is unreachable]
rua has quit [Quit: Leaving.]
minimal has joined #openwrt-devel
n3ph has joined #openwrt-devel
rua has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
PaulFertser has quit [Read error: Connection reset by peer]
PaulFertser has joined #openwrt-devel
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
n3ph_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
minimal has quit [Read error: Network is unreachable]
minimal has joined #openwrt-devel
minimal has quit [Read error: Network is unreachable]
minimal has joined #openwrt-devel
n3ph_ has quit [Ping timeout: 480 seconds]
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
minimal has quit [Quit: Leaving]
danitool has joined #openwrt-devel
<efahl> nbd: Does this look familiar? Error relocating /usr/lib/ucode/uloop.so: ucv_resource_new_ex: symbol not found
<efahl> Happening in an x86/64 image straight from downloads.o.o
GNUmoon has quit [Remote host closed the connection]
<efahl> Oh, 24.10.1, too
GNUmoon has joined #openwrt-devel
<dwfreed> efahl: that function is only a month old: https://github.com/jow-/ucode/commit/d802fe5da5cdce80e53c0b0a87f8734f528e9340
<dwfreed> efahl: what package owns that file? I don't have it on my 24.10.1 system (but then I haven't really installed anything on that system)
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
<efahl> User did 'opkg install owut' and then running owut throws that error when it runs 'import * as uloop from "uloop";', so it's getting installed from the ucode-mod-uloop package.
<efahl> Looking in https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/base/ I see all the ucode-mod-* packages got built yesterday...
<efahl> Oho, I suspect that opkg is failing to install new 'ucode' package, so the image from dl contains ucode==2025.02.10 and the symbol is in 2025.05.11...
sorinello has quit [Ping timeout: 480 seconds]
<dwfreed> efahl: indeed, ucode-mod-uloop does not declare a dependency on a specific version of ucode; not sure opkg provides an easy way to keep them in lockstep
<efahl> exactly, another reason to move to apk