!UUYziobKGGxpovWyAN:nixos.org

Robotnix

261 Members
Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix83 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
31 Mar 2024
@atemu12:matrix.orgatemu12Though if you can, I'd prefer simply only including them optionally depending on the android version01:31:46
@eyjhb:eyjhb.dkeyJhbThe first thing I'm trying to do, is to get it to build by specifying the allow insecure envvar. Then I can check which ones I can bump to python208:17:49
@eyjhb:eyjhb.dkeyJhb* The first thing I'm trying to do, is to get it to build by specifying the allow insecure envvar. Then I can check which ones I can bump to python308:17:54
@eyjhb:eyjhb.dkeyJhbThe current issue is the clang thing08:18:04
@eyjhb:eyjhb.dkeyJhb

But I bumped the entire flake.lock, I don't think that's ideal.

@Atemu is there a good reason for unstable and 21.11 pin? Couldn't it just be 21.11 or something?

08:44:04
@eyjhb:eyjhb.dkeyJhbOr just be unstable. Not sure which is better.08:44:12
@atemu12:matrix.orgatemu12Nono other than that I haven't been able to make them work10:40:55
@eyjhb:eyjhb.dkeyJhbFair :D10:55:55
@eyjhb:eyjhb.dkeyJhb

It seems like lineage needs the same treatment as grapheneos after bumping to 23.11, as shown here https://github.com/nix-community/robotnix/blob/c54c511b3aa3e827e7ae320d604646a0ecc7c96c/flavors/grapheneos/kernel.nix#L25-L36 , I've just initially tested it by adding

      "prebuilts/clang/host/linux-x86/clang-3289846".src = pkgs.stdenv.mkDerivation rec {
        name = "lol";
        src = config.source.dirs."prebuilts/clang/host/linux-x86".src + "/clang-3289846";
        buildInputs2 = with pkgs; [
          zlib ncurses5 libedit
          stdenv.cc.cc.lib # For libstdc++.so.6
          python39 # LLDB links against this particular version of python
        ];

        postPatch = ''
          ls -al 
          # rm -r python3
        '';

        buildInputs = with pkgs; buildInputs2 ++ [ autoPatchelfHook ];
        installPhase = ''
          runHook preInstall
          rm -f env-vars
          cp -r . $out
          runHook postInstall
        '';
        
        autoPatchelfIgnoreMissingDeps=true; # Ignore missing liblog.so
      };

To the source.repos in flavours/lineageos/default.nix. Most likely it needs to reside a different place. Maybe.

12:37:36
@eyjhb:eyjhb.dkeyJhb Feel broken, mostly because I'm not sure what I am even doing. Atemu is lineageos using a prebuilt kernel, and the vanilla and grapheneos is not? Ie. they are built using robotnix? 12:54:13
@eyjhb:eyjhb.dkeyJhb
out/host/linux-x86/bin/bcc_strip_attr: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
[ 38% 60763/157478] bc lib: libclcore_g.bc_32 (out/target/product/FP4/obj_arm/RENDERSCRIPT_BITCODE/libclcore_g.bc_intermediates/libclcore_g.bc)
FAILED: out/target/product/FP4/obj_arm/RENDERSCRIPT_BITCODE/libclcore_g.bc_intermediates/libclcore_g.bc
13:03:13
@eyjhb:eyjhb.dkeyJhbFun, now it just fails further about libncurses.so.5 complaints. Not sure what changed in nixpkgs, that warrants these errors all of the sudden13:03:36
@atemu12:matrix.orgatemu12
In reply to @eyjhb:eyjhb.dk
Feel broken, mostly because I'm not sure what I am even doing. Atemu is lineageos using a prebuilt kernel, and the vanilla and grapheneos is not? Ie. they are built using robotnix?
I think so yes
15:07:10
@atemu12:matrix.orgatemu12Ah no, nvm I remember: It has kernel sources that are built during the android build15:07:36

Show newer messages


Back to Room ListRoom Version: 6