24 Aug 2022 |
_hc | Hello all, I'm back at home and settling into my regular routine, so I'll be available as usual again these days. | 14:57:07 |
Licaon_Kter[xmpp] | _hc: 👍 | 14:58:18 |
Licaon_Kter[xmpp] | jochensp: this means that in `init:` yarn needed CPython to be installed first? https://gitlab.com/fdroid/fdroiddata/-/jobs/2928349047#L666 | 15:03:05 |
Licaon_Kter[xmpp] | Now I've moved it in `build:` | 15:03:06 |
jochensp | Licaon_Kter[xmpp]: looks like: "THIS VERSION OF PYTHON IS NOT SUPPORTED" You could try installing python3.7 from buster (I think that's the better option then shuffling python3 into /usr/local | 15:06:18 |
linsui | All my attempts to update python failed... | 15:07:46 |
Licaon_Kter[xmpp] | This ^^^ | 15:08:25 |
Licaon_Kter[xmpp] | Even if it updated, iirc, it needed a system restart else it was segfaulting or smth | 15:09:02 |
Licaon_Kter[xmpp] | And we can't just restart lol | 15:09:12 |
linsui | lxml error when checking the apk. | 15:09:36 |
Licaon_Kter[xmpp] | Yup | 15:11:55 |
jochensp | ok, maybe we can just rm /usr/local/bin/python3 ? | 15:20:40 |
Licaon_Kter[xmpp] | Sylvia: | 15:39:24 |
Licaon_Kter[xmpp] | > IIRC replacing a `cd /tmp` with a `cd "$(mktemp -d)"` should suffice to have a new dir in /tmp | 15:39:24 |
Licaon_Kter[xmpp] | How do I reference that folder later in PATH=/tmp/???:$PATH ? | 15:39:25 |
Sylvia | Oh, in that case put it in a variable:
tmpdir="$(mktemp -d)"
cd "$tmpdir"
PATH="$tmpdir:$PATH"
| 15:40:03 |
Licaon_Kter[xmpp] | 👍 | 15:42:18 |
Licaon_Kter[xmpp] | jochensp: reverted standardnotes until I get a chance to build test locally | 15:55:13 |
25 Aug 2022 |
Licaon_Kter[xmpp] | `DEBUG: buildserver > Message from syslogd@localhost at Aug 25...` | 08:59:02 |
Licaon_Kter[xmpp] | `DEBUG: buildserver > kernel:[ 1953.194238] NMI watchdog: BUG: soft lockup - CPU#5 stuck for 34s! [clang++:1361]` | 08:59:02 |
Licaon_Kter[xmpp] | sounds bad? 🙂 | 08:59:02 |
_hc | well, we should have new hardware real soon now... | 09:35:11 |
Licaon_Kter[xmpp] | This was the OSLUL (spelling lol) VM building Minetest ¯\_(ツ)_/¯, it finished successfully though | 09:49:39 |
Licaon_Kter[xmpp] | linsui: 4pda? | 13:51:31 |
linsui | In reply to @_oftc_Licaon_Kter[xmpp]:matrix.org linsui: 4pda? I try to PR the android-job to the wire's fork. https://github.com/wireapp/android-job/pull/1#issuecomment-1225743023 | 13:53:13 |
Licaon_Kter[xmpp] | linsui: that was my next question, what's the state of that? Is wire's fork ok? | 13:54:17 |
linsui | In reply to @_oftc_Licaon_Kter[xmpp]:matrix.org linsui: that was my next question, what's the state of that? Is wire's fork ok? They use an old version. I didn't test with that. | 13:55:18 |
molly | ah | 13:57:24 |
molly | fwiw it's probably going to be next week before i can look at that pr | 13:57:33 |
_hc | linsui: is https://gitlab.com/fdroid/fdroid-website/-/merge_requests/838 ready to merge? | 15:28:58 |