00:28
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
00:50
n3ph_ has joined #openwrt-devel
00:53
n3ph has quit [Ping timeout: 480 seconds]
01:20
Emantor has joined #openwrt-devel
01:52
Nilsro has joined #openwrt-devel
01:56
Nilsro_ has quit [Ping timeout: 480 seconds]
02:06
n3ph_ has quit [Ping timeout: 480 seconds]
02:10
Daanct12 has joined #openwrt-devel
03:20
Daanct12 has quit [Quit: WeeChat 4.6.3]
03:33
Daanct12 has joined #openwrt-devel
04:00
Daaanct12 has joined #openwrt-devel
04:03
Daanct12 has quit [Ping timeout: 480 seconds]
04:14
valku has joined #openwrt-devel
04:45
Stat_headcrabbed has joined #openwrt-devel
04:47
Stat_headcrabbed has quit []
04:51
Daaanct12 is now known as Daanct12
05:08
valku has quit [Quit: valku]
05:56
Stat_headcrabbed has joined #openwrt-devel
06:27
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
08:05
n3ph has joined #openwrt-devel
08:06
Stat_headcrabbed has joined #openwrt-devel
08:07
Stat_headcrabbed has quit []
08:23
Stat_headcrabbed has joined #openwrt-devel
08:23
Stat_headcrabbed has quit []
08:36
n3ph has quit [Ping timeout: 480 seconds]
08:38
rua has quit [Quit: Leaving.]
09:07
n3ph has joined #openwrt-devel
09:15
n3ph has quit [Ping timeout: 480 seconds]
09:28
n3ph has joined #openwrt-devel
09:34
Stat_headcrabbed has joined #openwrt-devel
09:54
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
10:30
gromero_ has joined #openwrt-devel
10:30
gromero has quit [Read error: Connection reset by peer]
11:20
n3ph_ has joined #openwrt-devel
11:23
n3ph has quit [Ping timeout: 480 seconds]
12:40
goliath has joined #openwrt-devel
13:30
rua has joined #openwrt-devel
13:46
n3ph_ has quit [Ping timeout: 480 seconds]
13:59
Daanct12 has quit [Quit: WeeChat 4.6.3]
14:03
Stat_headcrabbed has joined #openwrt-devel
14:15
rua has quit [Quit: Leaving.]
14:15
rua has joined #openwrt-devel
14:26
hanetzer has joined #openwrt-devel
14:43
minimal has joined #openwrt-devel
14:44
minimal has quit [Remote host closed the connection]
14:45
minimal has joined #openwrt-devel
14:49
rua has quit [Ping timeout: 480 seconds]
14:52
valku has joined #openwrt-devel
14:55
dermoth_ has joined #openwrt-devel
15:00
dermoth has quit [Ping timeout: 480 seconds]
15:00
dermoth_ is now known as dermoth
15:01
rua has joined #openwrt-devel
15:44
swalker has quit [Read error: Connection reset by peer]
15:44
swalker has joined #openwrt-devel
16:03
Stat_headcrabbed1 has joined #openwrt-devel
16:04
Stat_headcrabbed1 has quit []
16:07
Stat_headcrabbed has quit [Ping timeout: 480 seconds]
16:18
minimal has quit [Read error: Network is unreachable]
16:18
rua has quit [Quit: Leaving.]
16:19
minimal has joined #openwrt-devel
16:27
n3ph has joined #openwrt-devel
16:53
rua has joined #openwrt-devel
17:02
Stat_headcrabbed has joined #openwrt-devel
17:02
PaulFertser has quit [Read error: Connection reset by peer]
17:02
PaulFertser has joined #openwrt-devel
17:36
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
18:52
n3ph_ has joined #openwrt-devel
18:54
n3ph has quit [Ping timeout: 480 seconds]
20:05
minimal has quit [Read error: Network is unreachable]
20:05
minimal has joined #openwrt-devel
20:12
minimal has quit [Read error: Network is unreachable]
20:13
minimal has joined #openwrt-devel
20:28
n3ph_ has quit [Ping timeout: 480 seconds]
20:30
rsalvaterra_ has joined #openwrt-devel
20:30
rsalvaterra_ is now known as rsalvaterra
20:37
minimal has quit [Quit: Leaving]
20:42
danitool has joined #openwrt-devel
21:29
<
efahl >
nbd: Does this look familiar? Error relocating /usr/lib/ucode/uloop.so: ucv_resource_new_ex: symbol not found
21:30
<
efahl >
Happening in an x86/64 image straight from downloads.o.o
21:30
GNUmoon has quit [Remote host closed the connection]
21:31
<
efahl >
Oh, 24.10.1, too
21:32
GNUmoon has joined #openwrt-devel
21:58
<
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)
22:11
guidosarducci has quit [Remote host closed the connection]
22:11
guidosarducci has joined #openwrt-devel
22:18
<
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.
22:38
<
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...
22:46
sorinello has quit [Ping timeout: 480 seconds]
23:00
<
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
23:47
<
efahl >
exactly, another reason to move to apk