--- Log for 26.06.121 Server: lithium.libera.chat Channel: #rockbox --- Nick: rb-logbot Version: Dancer V4.16 Started: 24 days and 11 hours ago 00.52.46 Quit akaWolf (Ping timeout: 250 seconds) 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.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.36.54 *** No seen item changed, no save performed. 06.37.29 Quit Topy44 (Ping timeout: 252 seconds) 06.37.41 Join Topy44 [0] (1fWVmwmjHs@bellatrix.uberspace.de) 07.36.56 *** Saving seen data "./dancer.seen" 08.59.42 Join dconrad [0] (~dconrad@208.38.228.17) 09.36.59 *** No seen item changed, no save performed. 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.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.13.00 Join MarcAndersen [0] (~no_znepna@193.169.154.231) 13.15.05 # Hi. 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.01 # sounds like a missing library 13.26.39 # I installed lots of different speex libraries with apt but it still fails 13.27.20 # what distribution? 13.27.28 # it just built on my container host from current master 13.27.46 # ubuntu 21.04. I can build both regular targets and simulators. 13.28.14 # i was testing it on debian 10 13.28.20 # i'll try something newer 13.29.14 # MarcAndersen: is there a reason you need to build it yourself? 13.29.45 # Not really, but because of that stupid voice validation requirement I need voice files for the sansa connect. 13.30.31 # Can I get a static build somewhere? 13.31.58 # i don't think so, the sansa connect is too new 13.32.04 # unless it's part of dev builds 13.32.31 # I mean a static build of rbspeexenc 13.32.36 # oh 13.32.46 # moment let me clone 13.33.40 # now i need to install compiler 13.34.44 # Also, I think I will need a static zsitool, because that won't build either, with a libusb-1.0 package error 13.34.57 # probably not that hard to fix 13.35.04 # i'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.00 # ... weird 13.36.05 # it builds in the container just fine 13.36.11 # * braewoods boggles. 13.36.39 # and 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.39 # oh i think i see what's going on 13.37.43 # let me test something 13.38.00 Quit f1refly (Ping timeout: 258 seconds) 13.39.18 # yep thought so 13.39.41 # MarcAndersen: for now build with: make STATIC=1 13.39.54 # this is an issue we need to look into but for now this will solve it 13.40.34 # in which directory? 13.40.54 # tools/rbspeex 13.41.12 # it places the binaries in the directory below that, tools 13.41.43 # I think it worked! the last line is Linking ../rbspeexdec 13.41.55 # Now I just need a ztitool 13.42.00 # where'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.57 # it is something dosowin made on github 13.43.02 # desowin 13.44.15 # I 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.59 # I just successfully made a voice, yay! 13.47.48 # install these packages: libelf-dev libgmp-dev libusb-1.0-0-dev libgcrypt20-dev 13.47.54 # then do a git clean -xfd 13.47.59 # and try building then 13.48.34 # the makefile of this repo is crude but it works if you know what to do 13.51.34 # do you have any other mp3 players? i wouldn't recommend a port that is still under construction for regular use. 13.52.00 # now 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.29 # did you try cleaning out the repo first? 13.52.36 # yes 13.52.43 # i'm not getting that here 13.53.34 # https://paste.ubuntu.com/p/MhdPQW3Cyp/ 13.54.06 # is that the same output you get from make 13.56.38 # no. 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.13 # did you install the whole set i suggested 13.57.24 # yes 13.57.40 # Can you build a static one? 13.57.41 # well i don't know what you're missing then. 13.57.47 # i won't need to. 13.58.08 # But maybe it works on my machine 13.58.20 # https://paste.ubuntu.com/p/H8mwXWJNcJ/ 13.58.34 # here, try base64 decoding this to a file. it's the binary i produced. 13.58.37 # I also got a static e200tool because that wouldn't build either 13.59.08 # it sounds like an issue with the build environment as i'm not getting that failure 14.00.58 # curl -s 'https://clbin.com/vbFcN' | base64 -d > zsitool 14.01.04 # okay this will probably work out better 14.04.02 # ok. it runs now. Now I need sighted assistance to install the bootloader. Thank you very much. 14.08.06 # MarcAndersen: if you need a more reliable port we may have some ideas for some options. 14.08.19 # for now i can't speak of the connect's reliability given how new it is 14.08.24 # in terms of major progressio 14.14.57 Quit dconrad (Remote host closed the connection) 15.37.06 *** Saving seen data "./dancer.seen" 15.50.58 Join dconrad [0] (~dconrad@208.38.228.17) 17.05.27 Quit lebellium (Quit: Leaving) 17.37.09 *** Saving seen data "./dancer.seen" 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.37.12 *** Saving seen data "./dancer.seen" 19.52.30 Join dconrad [0] (~dconrad@208.38.228.17) 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.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.08.47 Quit skipwich (Ping timeout: 258 seconds) 23.37.18 *** Saving seen data "./dancer.seen"