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 | 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 2023-05-24

00:06:26***Saving seen data "./dancer.seen"
00:37:12 Quit m01 (Quit: Konversation terminated.)
00:39:40 Join m01 [0] (~quassel@vps-b172b88b.vps.ovh.net)
01:00
01:55:44 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
01:59:32olkhey, I'm back
02:00
02:06:28***Saving seen data "./dancer.seen"
02:13:52 Join olk_ [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
02:14:53 Quit olk (Ping timeout: 256 seconds)
02:25:22sporkhello
02:28:30olk_o/
02:29:04olk_waiting for speachy or someone to help me with alsa-lib issue
02:53:18sporkspeachy is not in your timezone, that could be a couple of hours
02:57:08 Quit S|h|a|w|n (Quit: Leaving)
03:00
03:03:51olk_I see. thanks for informing
04:00
04:06:18 Quit Schimon (Ping timeout: 250 seconds)
04:06:29***Saving seen data "./dancer.seen"
04:09:43 Nick olk_ is now known as olk (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
04:16:03olkI now see the error: /usr/lib/libgcc_s.so.1: file not recognized: File format not recognized
04:16:53olkI googled it, but can't find connection to rockbox
04:17:23olkmy distribution might be the culprit
04:26:02 Quit olk (Changing host)
04:26:02 Join olk [0] (~olk@user/nullp0int3r)
04:44:02 Join olk_ [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
04:44:36 Quit olk (Killed (NickServ (GHOST command used by olk_!~olk@195-138-87-176.client-ip.tenet.odessa.ua)))
04:47:38 Quit olk_ (Quit: leaving)
04:48:07 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
05:00
05:04:57 Quit olk (Quit: leaving)
05:05:24 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
06:00
06:06:33***Saving seen data "./dancer.seen"
06:52:16 Quit Nyaa (Read error: Connection reset by peer)
06:53:41 Join Nyaa [0] (Nyaaori@cyberia.club/meow/nyaaori)
07:00
07:16:17 Quit Nyaa (Read error: Connection reset by peer)
07:17:42 Join Nyaa [0] (Nyaaori@cyberia.club/meow/nyaaori)
07:18:00 Quit Nyaa (Read error: Connection reset by peer)
08:00
08:06:37***Saving seen data "./dancer.seen"
08:34:24 Quit olk (Quit: olk)
08:48:11 Join Schimon [0] (a2fe4b5ecb@irc.cheogram.com)
08:53:35 Quit Bobathan_ (Ping timeout: 240 seconds)
08:53:56 Join Bobathan [0] (~admin@cpe-65-29-248-157.wi.res.rr.com)
09:00
09:15:29 Quit Bobathan (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
09:22:04 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
09:31:52 Join Nyaa [0] (Nyaaori@cyberia.club/meow/nyaaori)
09:33:02 Quit jackie ()
09:36:00 Join jackie [0] (~jackie@banana-new.kilobyte22.de)
09:46:39speachyolk: I don't know what's triggering that error; it's acting like the cross toolchain is trying to use the system libgcc.
09:50:12speachyand it also looks like it tried to recompile part of alsa during the 'make install' phase, which shouldn't have happened either.
10:00
10:06:38***Saving seen data "./dancer.seen"
10:51:01 Quit Nyaa (Remote host closed the connection)
10:51:18 Join Nyaa [0] (Nyaaori@cyberia.club/meow/nyaaori)
11:00
11:11:57olkhey speachy, sorry for not answering, I was busy. how should I fix this, do you have any ideas?
11:17:41speachynot sure, truthfully. I've never seen that failure mode before.
11:18:00speachybeyond blow it away and try again?
11:18:54olkI know some errors disappear on second try, but I don't think this is the case with that one :)
11:21:02speachythat error kinda makes me think something happened to the filesystem between the 'make' and 'make install' steps.
11:21:33speachygranted there may be some distro wonkiness here. I successfully rebuilt everything on Fedora 38.
11:22:37olkok, let me try from scratch
11:25:54olkfor NEC MP201 I should choose arm-linux target, right?
11:26:18olkcan't check if I actually have NEC MP201, but wiki says I do
11:26:37speachyyes; I think it's an ARM11 core.
11:26:50speachy(arm1176ejs)
11:27:02olkthanks
11:42:41olksame error, let me send the log file and stdout
11:43:56olkstdout: https://paste.opensuse.org/pastes/55573a139e09; /tmp/rbdev-build/build-alsa-lib-1.0.19.log: http://0x0.st/Hqfq.txt
11:44:06olkspeachy ^
11:45:21speachyya know you can probably just ignore this
11:46:12olkwill ignoring this have consequences?
11:46:13speachymight be a libtool issue
11:47:14speachyI doubt it; the interesting stuff (header and libasound) has already been make-installed.
11:47:59olkwhat do I do now then?
11:48:05speachyif we were trying to _run_ a system with this alsa-lib installation it might be problematic but we're just using this as a placeholder to link against; the stuff we use at runtime is alread present on the target.
11:48:29speachyyou need the toolchain on your PATH, then you can do the regular rockbox build process.
11:51:31olkso add /usr/local/arm-rockbox-linux-gnueabi/bin to PATH?
11:52:06speachyyep
11:52:51speachyhmm, one difference is that I never do my toolchains as root.
11:53:14olkyeah, I have no write perms for /usr/local
11:53:36speachyI put mine in ~/x-tools/rockbox
11:54:02olkone question: if I run which readelf, it returns /usr/bin/readelf and not /usr/local/arm-rockbox-linux-gnueabi/bin/readelf
11:54:32speachyI think the system readelf should always be ok for what we care about
11:54:37speachyanything not prefixed is generic.
11:54:50olkuh-huh, got it
11:54:56speachy(and the system stuff is all but guaranteed to be more up-to-daye)
11:55:09olkwhat now, tools/configure?
11:56:10speachymkdir build-targetname ; cd build-targetname ; ../tools/configure ; make
11:56:49olkhuh. so I have to pick NWZ-A860 series in configure?
12:00
12:02:32olkthere's no nwz-s760 target, how do I create it?
12:06:06 Quit olk (Quit: olk)
12:06:20 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
12:06:24 Quit olk (Remote host closed the connection)
12:06:37 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
12:06:39***Saving seen data "./dancer.seen"
12:25:24olkstill haven't figured it out, gotta take a break I guess
12:36:42 Quit olk (Quit: olk)
12:50:07 Join jacobk [0] (~quassel@47-186-122-163.dlls.tx.frontiernet.net)
13:00
13:13:11 Join amachronic [0] (~amachroni@user/amachronic)
13:19:39 Join zem [0] (~zem@c-71-59-213-215.hsd1.or.comcast.net)
13:20:01 Quit hactar|ant (Ping timeout: 240 seconds)
13:23:29rb-bluebotBuild Server message: New build round started. Revision f2a5b78b51, 303 builds, 9 clients.
13:23:29rb-bluebotSansa Clip keymap: Playlist on short Down press and Hotkey on long Down press in WPS by roman.artiukhin
13:30:20speachyyay, the commits are flowing again. :D
13:31:08braewoodsspeachy, anything changed on the MTP front?
13:33:03speachynot that I'm aware
13:33:03 Join _amachronic [0] (~amachroni@user/amachronic)
13:35:03rb-bluebotBuild Server message: Build round completed after 694 seconds.
13:35:04rb-bluebotBuild Server message: Revision f2a5b78b51 result: All green
13:35:17 Quit amachronic (Ping timeout: 246 seconds)
13:38:33_amachronicspeachy: yep, I'm trying to spend some time on rockbox again and fix the terrible state I left playlists in :)
13:39:37speachy_amachronic: When I got GPT support going I decided to take it for a drive and ended up being loudly told "error accessing playlist file" over and over again, semi-randomly. :(
13:40:31_amachronicoh, I think that's an old problem from trying to resume the playlist after USB unplug.
13:40:40_amachroniceven if said playlist never existed to begin with
13:41:10speachywhat's funny is that it didn't always happen; but when it did, it never stopped.
13:41:31speachyand wasn't even consistent across consecutive back-to-back restarts
13:42:22_amachronicthat's weird, I get it all the time.
13:42:53speachyplay a file in a directory, it's fine. until you skip a track and then it goes haywire
13:42:57speachysometimes
13:43:12speachyclearly I hadn't updated to a newer build in some time. :D
13:45:40speachyI'm wondering it it doesn't make more sense to rework how historical builds are retained so it's like 14 daily and then one per month going back a year.
13:46:10_amachroniclol just now I was thinking the same thing!
13:46:47speachysince right now we don't have an answer for someone who wants to use an ipod+ssd and have working playlists... :/
13:49:26speachyit's been a long time since the dev builds were this janky
13:49:32_amachronicsorry :(
13:50:37 Join JanC [0] (~janc@user/janc)
13:50:38_amachronicmy wip patches fix the glaring playlist issues but I haven't really gotten around to testing them
13:51:38_amachronicI mean, I haven't noticed anything wrong but my playlist usage is pretty basic.
13:52:24speachyeh, I'm hardly one to point fingers; it's not like my various WIPs have seen much action in a while
13:52:49speachyAside from the semi-constant effort needed to keep the infra from sinking into the swamp.
13:53:35braewoodsspeachy, ye old technical debt?
13:54:43speachywell, that, hosting joys, keeping the stack secure, trying to ensure our toolchains remain buildable on modern systems...
13:55:43speachyactually banged out new functionality for the first time in a while, that felt really nice.
13:58:30 Quit _amachronic (Ping timeout: 265 seconds)
14:00
14:06:42***Saving seen data "./dancer.seen"
14:49:17 Join lebellium [0] (~lebellium@2a01cb040610e000966d497ab8f1a749.ipv6.abo.wanadoo.fr)
15:00
15:05:01 Join olk [0] (~olk@195-138-87-176.client-ip.tenet.odessa.ua)
15:05:43olkI'm back, still wondering what target to use in tools/configure
16:00
16:06:44***No seen item changed, no save performed.
16:27:40olkspeachy?
16:28:27 Quit JanC (Read error: Connection reset by peer)
16:28:40 Join JanC [0] (~janc@user/janc)
16:29:29 Quit pixelma (Quit: .)
16:29:29 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
16:30:27 Join pixelma [0] (marianne@p200300ea87064a00305e95fffec66ff3.dip0.t-ipconnect.de)
16:30:27 Join amiconn [0] (jens@p200300ea87064a00305e95fffec66ff3.dip0.t-ipconnect.de)
16:55:53 Join JanC_ [0] (~janc@user/janc)
16:56:07 Nick JanC is now known as Guest6890 (~janc@user/janc)
16:56:07 Quit Guest6890 (Killed (calcium.libera.chat (Nickname regained by services)))
16:56:08 Nick JanC_ is now known as JanC (~janc@user/janc)
16:57:44 Quit lebellium (Quit: Leaving)
17:00
17:15:41 Quit olk (Read error: Connection reset by peer)
18:00
18:06:47***Saving seen data "./dancer.seen"
18:24:10 Join massiveH [0] (~massiveH@2600:4040:a99f:1f00:3ccc:cac0:703b:bd6e)
20:00
20:06:48***No seen item changed, no save performed.
20:14:37speachyolk: Given that you're starting from naerly zero knowledge, I'd say pick one close-ish in specs to teh one you care about, and build that.
20:15:29speachyto add a new target, you'll have to edit a bunch of files; I'm pretty sure theres's a guide on the wiki but it ought to suffice to cut-n-paste an existing NWZ target as a starting point.
20:15:51speachyI'd also look at nwztool to see if your device is supported already by it.
21:00
21:53:34 Quit massiveH (Quit: Leaving)
22:00
22:06:52***Saving seen data "./dancer.seen"

Previous day | Next day