Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2021-06-26

00:52:46 Quit akaWolf (Ping timeout: 250 seconds)
01:00
01:01:26 Join akaWolf [0] (~akaWolf@akawolf.org)
01:16:25 Quit skrzyp (Ping timeout: 268 seconds)
01:36:46***Saving seen data "./dancer.seen"
03:00
03:16:29 Join lebellium [0] (~lebellium@2a01:cb10:2e:2000:d45c:6c41:fc86:53a8)
03:36:50***No seen item changed, no save performed.
05:00
05:36:54***No seen item changed, no save performed.
06:00
06:37:29 Quit Topy44 (Ping timeout: 252 seconds)
06:37:41 Join Topy44 [0] (1fWVmwmjHs@bellatrix.uberspace.de)
07:00
07:36:56***Saving seen data "./dancer.seen"
08:00
08:59:42 Join dconrad [0] (~dconrad@208.38.228.17)
09:00
09:36:59***No seen item changed, no save performed.
10:00
10:39:49 Quit wisperwind (Remote host closed the connection)
10:41:50 Join wisperwind [0] (~quassel@user/wisperwind)
10:56:34 Quit asaba (Quit: Relay server offline)
10:56:52 Join asaba [0] (~asabas@103.113.159.184)
11:00
11:06:03 Quit asaba (Quit: Relay server offline)
11:06:20 Join asaba [0] (~asabas@103.113.159.184)
11:14:20 Quit _bilgus (Ping timeout: 272 seconds)
11:15:48 Quit asaba (Quit: Relay server offline)
11:16:05 Join asaba [0] (~asabas@103.113.159.184)
11:16:24 Quit asaba (Client Quit)
11:16:41 Join asaba [0] (~asabas@103.113.159.184)
11:17:21 Quit asaba (Client Quit)
11:17:39 Join asaba [0] (~asabas@103.113.159.184)
11:37:03***Saving seen data "./dancer.seen"
13:00
13:13:00 Join MarcAndersen [0] (~no_znepna@193.169.154.231)
13:15:05MarcAndersenHi. I need to create new voice files because of the new voice file checking, but rbspeexenc will not build. The last error is /usr/bin/ld: rbspeex.c:(.text+0x7c4): undefined reference to `speex_bits_write' Could someone point me in the right direction?
13:26:01braewoodssounds like a missing library
13:26:39MarcAndersenI installed lots of different speex libraries with apt but it still fails
13:27:20braewoodswhat distribution?
13:27:28braewoodsit just built on my container host from current master
13:27:46MarcAndersenubuntu 21.04. I can build both regular targets and simulators.
13:28:14braewoodsi was testing it on debian 10
13:28:20braewoodsi'll try something newer
13:29:14braewoodsMarcAndersen: is there a reason you need to build it yourself?
13:29:45MarcAndersenNot really, but because of that stupid voice validation requirement I need voice files for the sansa connect.
13:30:31MarcAndersenCan I get a static build somewhere?
13:31:58braewoodsi don't think so, the sansa connect is too new
13:32:04braewoodsunless it's part of dev builds
13:32:31MarcAndersenI mean a static build of rbspeexenc
13:32:36braewoodsoh
13:32:46braewoodsmoment let me clone
13:33:40braewoodsnow i need to install compiler
13:34:44MarcAndersenAlso, I think I will need a static zsitool, because that won't build either, with a libusb-1.0 package error
13:34:57braewoodsprobably not that hard to fix
13:35:04braewoodsi'll look at it in a moment
13:35:14 Nick tomf is now known as Guest6863 (tomf@our.lady.of.perpetual.faith)
13:35:14 Quit Guest6863 (Killed (cadmium.libera.chat (Nickname regained by services)))
13:36:00braewoods... weird
13:36:05braewoodsit builds in the container just fine
13:36:11*braewoods boggles.
13:36:39braewoodsand it's not even linked to speex
13:36:48 Join tomf [0] (tomf@our.lady.of.perpetual.faith)
13:37:05***Saving seen data "./dancer.seen"
13:37:39braewoodsoh i think i see what's going on
13:37:43braewoodslet me test something
13:38:00 Quit f1refly (Ping timeout: 258 seconds)
13:39:18braewoodsyep thought so
13:39:41braewoodsMarcAndersen: for now build with: make STATIC=1
13:39:54braewoodsthis is an issue we need to look into but for now this will solve it
13:40:34MarcAndersenin which directory?
13:40:54braewoodstools/rbspeex
13:41:12braewoodsit places the binaries in the directory below that, tools
13:41:43MarcAndersenI think it worked! the last line is Linking ../rbspeexdec
13:41:55MarcAndersenNow I just need a ztitool
13:42:00braewoodswhere's this zsitool? it's not in our source that i can tell
13:42:17 Join f1refly [0] (~f1refly@pd954c410.dip0.t-ipconnect.de)
13:42:57MarcAndersenit is something dosowin made on github
13:43:02MarcAndersendesowin
13:44:15MarcAndersenI was trying it a bit yesterday but pkgconfig can't find libusb-1.0 or something. Tried to install a lot of libusb packages.
13:46:59MarcAndersenI just successfully made a voice, yay!
13:47:48braewoodsinstall these packages: libelf-dev libgmp-dev libusb-1.0-0-dev libgcrypt20-dev
13:47:54braewoodsthen do a git clean -xfd
13:47:59braewoodsand try building then
13:48:34braewoodsthe makefile of this repo is crude but it works if you know what to do
13:51:34braewoodsdo you have any other mp3 players? i wouldn't recommend a port that is still under construction for regular use.
13:52:00MarcAndersennow it gives me a lot of ld errors again, the last is /usr/bin/ld: /home/marc/zsitool/zsitool.c:480: undefined reference to `libusb_exit
13:52:17*braewoods boggles
13:52:29braewoodsdid you try cleaning out the repo first?
13:52:36MarcAndersenyes
13:52:43braewoodsi'm not getting that here
13:53:34braewoodshttps://paste.ubuntu.com/p/MhdPQW3Cyp/
13:54:06braewoodsis that the same output you get from make
13:56:38MarcAndersenno. before all these errors I still get the Package libusb-1.0 was not found in the pkg-config search path. It just scrolled off the window
13:57:13braewoodsdid you install the whole set i suggested
13:57:24MarcAndersenyes
13:57:40MarcAndersenCan you build a static one?
13:57:41braewoodswell i don't know what you're missing then.
13:57:47braewoodsi won't need to.
13:58:08MarcAndersenBut maybe it works on my machine
13:58:20braewoodshttps://paste.ubuntu.com/p/H8mwXWJNcJ/
13:58:34braewoodshere, try base64 decoding this to a file. it's the binary i produced.
13:58:37MarcAndersenI also got a static e200tool because that wouldn't build either
13:59:08braewoodsit sounds like an issue with the build environment as i'm not getting that failure
14:00
14:00:58braewoodscurl -s 'https://clbin.com/vbFcN' | base64 -d > zsitool
14:01:04braewoodsokay this will probably work out better
14:04:02MarcAndersenok. it runs now. Now I need sighted assistance to install the bootloader. Thank you very much.
14:08:06braewoodsMarcAndersen: if you need a more reliable port we may have some ideas for some options.
14:08:19braewoodsfor now i can't speak of the connect's reliability given how new it is
14:08:24braewoodsin terms of major progressio
14:14:57 Quit dconrad (Remote host closed the connection)
15:00
15:37:06***Saving seen data "./dancer.seen"
15:50:58 Join dconrad [0] (~dconrad@208.38.228.17)
17:00
17:05:27 Quit lebellium (Quit: Leaving)
17:37:09***Saving seen data "./dancer.seen"
18:00
18:13:52 Join F3l1x_10m [0] (~Al3x_10m@user/f3l1x-10m/x-3393542)
18:41:11 Quit dconrad (Remote host closed the connection)
19:00
19:37:12***Saving seen data "./dancer.seen"
19:52:30 Join dconrad [0] (~dconrad@208.38.228.17)
20:00
20:22:45 Join massive_H [0] (~massiveH@ool-18e4e82f.dyn.optonline.net)
20:23:08 Quit massive_H (Client Quit)
20:46:36 Quit akaWolf (Ping timeout: 250 seconds)
20:50:29 Join akaWolf [0] (~akaWolf@akawolf.org)
20:56:31 Join _bilgus [0] (~bilgus@162.154.213.134)
21:00
21:26:57 Quit dconrad (Remote host closed the connection)
21:37:09 Join dconrad [0] (~dconrad@208.38.228.17)
21:37:15***Saving seen data "./dancer.seen"
21:41:46 Quit dconrad (Ping timeout: 258 seconds)
23:00
23:08:47 Quit skipwich (Ping timeout: 258 seconds)
23:37:18***Saving seen data "./dancer.seen"

Previous day | Next day