| 3 Apr 2025 |
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 |
atemu12 | 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 |
atemu12 | Make sure you have all of those as it works in the Nix sandbox when these are present | 07:11:36 |
atemu12 | * Make sure you have all of those as it works for us in the Nix sandbox when these are present | 07:11:49 |
atemu12 | * The packages in the FHSEnv of robotnix are defined here:
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/modules/envpackages.nix#L12-L39
+ these for LOS
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/flavors/lineageos/default.nix#L191 | 07:13:09 |
pentane ⭔ | You also need to patch bash like we do I think | 07:15:25 |
atemu12 | Do we have a debug env where it's just the fhsenv; without any deps? | 07:17:11 |
atemu12 | Doesn't look like it but that would be very helpful for such cases | 07:20:05 |
atemu12 | Plug in your android version and flavour and get a shell that can build a checkout of that | 07:20:20 |
pentane ⭔ | In reply to @atemu12:matrix.org Doesn't look like it but that would be very helpful for such cases yeah we should add one | 07:23:36 |
Nishith Khanna | In reply to @atemu12:matrix.org The packages in the FHSEnv of robotnix are defined here:
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/modules/envpackages.nix#L12-L39
+ these for LOS
https://github.com/nix-community/robotnix/blob/89db1507c091cc0ec2b76b107b0a35dc2366239d/flavors/lineageos/default.nix#L191 I will try it and get back to you | 07:42:06 |
Nishith Khanna | I think it was glibc.cc I was missing that. It looks like it is working now | 07:59:59 |
Nishith Khanna | * I think it was gcc.cc I was missing that. It looks like it is working now | 08:00:22 |
| thirdofmay18081814goya joined the room. | 16:15:38 |
thirdofmay18081814goya | anyone know of a workflow to manage apk builds with nix? (sorry if it's sightly unrelated to room topic, is there a general mobile/android dev matrix room?) | 16:17:57 |
pentane ⭔ | The Nixpkgs manual on Android might be what you're looking for: https://nixos.org/manual/nixpkgs/stable/#android | 16:22:16 |
thirdofmay18081814goya | ah will give it a proper read, ty! | 16:24:26 |