26 Mar 2025 |
| EVA-01 changed their profile picture. | 03:49:57 |
| EVA-01 changed their profile picture. | 19:28:19 |
27 Mar 2025 |
linj | Can I switch to a self-built lineageos rom from the official lineageos rom and keep my data? | 23:53:20 |
28 Mar 2025 |
pentane ⭔ | Yep that's possible, but you need to re-key your data | 06:48:00 |
pentane ⭔ | It's explained here: https://wiki.lineageos.org/signing_builds#using-a-script | 06:48:54 |
| pentane ⭔ changed their display name from cyclopentane ⭔ to pentane ⭔. | 12:02:52 |
3 Apr 2025 |
autra | Seriously, robotnix is awesome! Setting up build env for android and derivatives is such a pain usually... Makes it very easy to build roms 👍️ Thanks to all the team! | 12:21:56 |
autra | completely unrelated, but robotnix is mentioned: https://discourse.nixos.org/t/nix-ninja-ninja-compatible-incremental-build-system-for-nix/62594 | 12:22:37 |
Atemu | That's very interesting, thanks for linking! | 15:05:04 |
Atemu | The tool does not appear to support multiple targets yet, so I don't think it'd work for something as complex as the AOSP build but it might in the future | 15:05:38 |
Atemu | I don't know how well Nix would scale to this many derivations though; it's on the order of 10^8 steps IIRC | 15:05:58 |
magic_rb | Probably it wouldnt lol, but might be interesting to try, at least we'd have a concrete workload where it falls apart | 15:22:07 |
Atemu | Well it already fell apart when trying to build lix, so yeah | 15:22:44 |
Atemu | (As in meson build lix) | 15:22:57 |
magic_rb | Ah | 15:23:17 |
magic_rb | Well we can make it fail harder | 15:23:27 |
Tristan Ross | There's been some work in nixpkgs to make the Android SDK, tools, and stuff better. It sounds like aarch64-linux hosts could be usable with robotnix after some more additional work (hopefully). | 15:40:16 |
7 Apr 2025 |
| akosnad joined the room. | 17:22:58 |
| Tom (deprecated) joined the room. | 23:35:39 |
10 Apr 2025 |
| @elvishjerricco:matrix.org left the room. | 09:21:37 |
| anselmetombarel joined the room. | 14:45:01 |
11 Apr 2025 |
| thoughtcrime69 joined the room. | 14:38:49 |
12 Apr 2025 |
| mannp changed their display name from mannp ⚡️ to mannp. | 07:20:51 |
| oak 🫱⭕🫲 changed their display name from oak to oak - mikatammi.fi ÄÄNESTÄ. | 12:11:12 |
| oak 🫱⭕🫲 changed their profile picture. | 12:13:30 |
| oak 🫱⭕🫲 changed their display name from oak - mikatammi.fi ÄÄNESTÄ to oak - mikatammi.fi. | 12:55:57 |
20 Apr 2025 |
| mannp changed their profile picture. | 20:20:55 |
24 Apr 2025 |
| Nishith Khanna joined the room. | 13:16:43 |
Nishith Khanna | Hi I wanted to build modified version of lineage os for my device I used this gist https://gist.github.com/Arian04/bea169c987d46a7f51c63a68bc117472 but sadly it doesn't work. I got this erorr ld.lld: error: cannot open crtbeginS.o: No such file or directory
ld.lld: error: unable to find library -lgcc
ld.lld: error: unable to find library -lgcc
ld.lld: error: cannot open crtendS.o: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation) | 13:48:11 |
25 Apr 2025 |
Atemu | The packages in the FHSEnv of robotnix are defined here:
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/modules/envpackages.nix#L12-L39
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/flavors/lineageos/default.nix#L191
| 07:11:11 |