2022-10-22.log

minutesway is somehow defective, apps can't launch with 'wl_shm@4: error 1: invalid size (0)'00:01
minutewayfire is broken as well, so probably wlroots00:03
minutenope. weston is also broken. all wayland communication is broken00:20
- chomwitt (QUIT: Remote host closed the connection) (~chomwitt@2a02:587:dc1e:5e00:1ac0:4dff:fedb:a3f1)00:45
+ bluerise_ (~bluerise@p5b0acc4f.dip0.t-ipconnect.de)00:54
- bluerise (QUIT: Ping timeout: 268 seconds) (~bluerise@user/bluerise)00:55
minutecan't figure it out, have to sleep over it i guess00:56
minutenot able to use anything wayland related anymore :/00:56
- S0rin (QUIT: Ping timeout: 272 seconds) (~S0rin@user/s0rin)00:58
+ S0rin (~S0rin@user/s0rin)01:00
- mtm (QUIT: Ping timeout: 272 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net)02:03
- vagrantc (QUIT: Quit: leaving) (~vagrant@2600:3c01:e000:21:7:77:0:20)03:10
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net)04:09
* ex--parrot -> ex-parrot06:27
- skalk (QUIT: *.net *.split) (~skalk@vond.sysret.de)07:30
- blast007 (QUIT: *.net *.split) (~blast@user/blast007)07:30
+ blast007 (~blast@user/blast007)07:30
+ skalk (~skalk@vond.sysret.de)07:30
- svp (QUIT: *.net *.split) (sid537750@id-537750.uxbridge.irccloud.com)07:53
- flowy (QUIT: *.net *.split) (~flowy@2a01:4f8:c0c:1a8f::1)07:53
- sbp (QUIT: *.net *.split) (~sbp@apache/doge/sbp)07:53
- _E (QUIT: *.net *.split) (~e@bsd.moe)07:53
+ sbp (~sbp@2001:19f0:6800:1102:5400:ff:fe11:39a1)07:54
+ flowy (~flowy@2a01:4f8:c0c:1a8f::1)07:54
+ _E (~e@bsd.moe)07:54
+ svp (sid537750@id-537750.uxbridge.irccloud.com)07:55
+ spiral (~spiral@198.98.57.6)09:11
spiralhey, I seem to have done something wrong with my standlone keyboard - however I configure the firmware, the second key on row 5 is always delete09:17
spirali tried cloning the firmware and rebuilding/flashing from scratch, but it still doesn't let me change that key09:18
kfxlooks like delete is hardcoded in line 266 of keyboard.c but I'm not sure why09:30
spiralwelp i think i bricked my keyboard09:51
spiralflashing doesn't work, throws a "memory write error"09:51
spiraldoing another force erase seems to have fixed it, nice10:15
spiralbtw ty kfx10:15
- qwer (QUIT: Ping timeout: 272 seconds) (~qwer@78-80-123-72.customers.tmcz.cz)11:35
+ qwer (~qwer@78-80-123-72.customers.tmcz.cz)11:49
- sbp (QUIT: Changing host) (~sbp@2001:19f0:6800:1102:5400:ff:fe11:39a1)12:09
+ sbp (~sbp@apache/doge/sbp)12:09
- qwer (QUIT: Remote host closed the connection) (~qwer@78-80-123-72.customers.tmcz.cz)12:38
- iank (QUIT: Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) (~iank@fsf/staff/iank)13:25
+ iank (~iank@fsf/staff/iank)13:26
- chartreuse (QUIT: Read error: Connection reset by peer) (~chartreus@S0106f0f249dfd9c3.cg.shawcable.net)13:32
minuteit looks like the culprit for breaking wayland is libffi13:38
minutelibffi.so.8.1.1 in debian unstable is exactly 68000 bytes, seems weird13:42
- mtm (QUIT: Ping timeout: 272 seconds) (~mtm@c-71-228-84-213.hsd1.fl.comcast.net)14:04
+ qwer (~qwer@78-80-123-72.customers.tmcz.cz)14:19
minuteanyway, PSA: do ~not~ apt upgrade at the moment, or back up your libffi8*.so before14:21
- qwer (QUIT: Remote host closed the connection) (~qwer@78-80-123-72.customers.tmcz.cz)14:24
+ qwer (~qwer@78-80-123-72.customers.tmcz.cz)14:25
minutehttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=102223214:28
minutehttps://community.mnt.re/t/psa-dont-apt-upgrade-libffi8-package-currently-breaks-wayland/1243/114:29
minutejosch: would it be possible to include a one version older package of libffi8 in our repo and make it override the one from debian repos? until this is addressed14:31
minutelibffi8_3.4.3-2_arm64.deb from snapshots also works14:40
minutejosch: i've identified patch 739 (debian pulls it in debian/patches/739.diff) as the culprit. rebuilding without this patch fixes the problem.15:18
minutehttps://github.com/libffi/libffi/issues/74415:25
+ mtm (~mtm@c-71-228-84-213.hsd1.fl.comcast.net)16:10
joschminute: I pushed a patch into reform-debian-packages which rebuilds libffi without applying 739.diff.16:39
minutejosch: perfect, thanks!!!16:40
joschminute: unfortunately we cannot cross-build anything right now because a new upload of linux happened which means that the linux-libc-dev headers on amd64 and arm64 are temporary out-of-sync16:40
minuteOTOH i have a feeling that certain UI stuff is quicker now 16:40
minutejosch: eek16:40
joschwe have to wait until the build on arm64 is done: https://buildd.debian.org/status/package.php?p=linux16:40
joschand then retry the pipeline16:40
minutei was just installing and playing with qtractor and the ui is mega fast16:40
joschoh... that upload of linux was kernel 6.0.3, so reform-debian-packages will definitely fail later16:42
joschminute: i think your PSA message on the forum was the right call -- it seems making all of this work again will take some more time16:44
joschminute: could you temporarily disable the cron job that syncronizes the repo from gitlab ci? I think both libffi and linux as built by the pipeline should get tested before landing in the repo.16:45
minutejosch: ok!16:45
minutejosch: cronjob is turned off16:46
joschokay, nice16:46
joschsorry for replying only so late, i'm sick with some cold in bed since yesterday... :(16:47
minutejosch: no problem, also it's the weekend16:48
minutegute besserung!16:48
joschthank you!16:48
joschsince this is my hobby, it being the weekend is fine16:48
joschdid anybody port 0002-pci-imx6-add-support-for-internal-refclk-imx8mq.patch to linux 6.0.3 yet?16:49
joschfixing one hunk is easy but the other apply only with an offset of around 400 lines so i'm not sure whether the right thing is happening...16:53
joschoh nice, 0006-drm-bridge-ti-sn65dsi86-Use-atomic-variants-of-drm_b.patch seems to have been applied upstream16:55
minutei really should make a fresh attempt at upstreaming the pcie thing17:18
joschboth 0006-drm-bridge-ti-sn65dsi86-Use-atomic-variants-of-drm_b.patch and 0009-drm-bridge-nwl-dsi-Set-PHY-mode-in-nwl_dsi_mode_set.patch are part of 6.0.3. I hope that my attempt on rebasing will create a bootable kernel once we can cross things again in about 5 hours: https://source.mnt.re/reform/reform-debian-packages/-/commit/f84c6e76bb282d67cb67ef533f851e55a57bf1ad17:24
minutecool17:41
- GNUmoon (QUIT: Remote host closed the connection) (~GNUmoon@gateway/tor-sasl/gnumoon)18:26
+ GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon)18:27
- cwebber (QUIT: Ping timeout: 260 seconds) (~user@user/cwebber)18:42
- qwer (QUIT: Remote host closed the connection) (~qwer@78-80-123-72.customers.tmcz.cz)19:39
+ vagrantc (~vagrant@2600:3c01:e000:21:7:77:0:20)19:44
+ cwebber (~user@user/cwebber)20:42
- S0rin (QUIT: Ping timeout: 272 seconds) (~S0rin@user/s0rin)21:18
+ S0rin (~S0rin@user/s0rin)21:19
- dustfinger (QUIT: Quit: rebooting) (~user@d75-159-228-218.abhsia.telus.net)22:04
- cwebber (QUIT: Remote host closed the connection) (~user@user/cwebber)23:30

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!