| 2 Apr 2024 |
eyJhb |  Download image.png | 15:41:45 |
eyJhb | Atemu: got Android 12 Vanilla Android emulator booting using the bumped branch :D | 15:42:02 |
atemu12 | Nice! | 15:52:20 |
eyJhb | Trying out GrapheneOS emulator now. | 15:55:45 |
eyJhb | Had to fixup chromium bulid however, needed to add pkgs.stdenv.cc.cc.lib to the aapt2 build. | 15:56:17 |
eyJhb | Can't get lineageos emulator or grapheneos emulator to build however.. | 16:26:11 |
| FOSSadmin joined the room. | 16:29:15 |
atemu12 | Hm | 16:47:48 |
| loudgolem joined the room. | 17:01:22 |
eyJhb | Or it bulids, it just doesn't produce kernel-ranchu file(s). | 18:23:16 |
eyJhb | Trying out master again, but I would assume same results :D | 18:24:39 |
eyJhb | But also, I'm somewhat trying to learn about the Android build procedure WHILE trying all this with robotnix :p | 18:27:27 |
atemu12 | Same | 20:44:46 |
| 5 Apr 2024 |
| @roadroller01:matrix.org joined the room. | 04:38:33 |
| @roadroller01:matrix.org | 10:05:03 |
eyJhb | RoadRoller01: I don't think your spam is appreciated in the channels you've posted these "polls". | 10:31:54 |
| Benedikt joined the room. | 11:39:52 |
| Artturin joined the room. | 19:22:50 |
| @jakegrin:matrix.org joined the room. | 19:34:27 |
| 6 Apr 2024 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
`
` | 02:00:21 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
[road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip'
whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name;
74| inherit buildCommand;
| ^
75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */
107| getAttrs = names: attrs: genAttrs names (name: attrs.${name});
| ^
108|
Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
| 02:01:15 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
` [road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img error: … while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip' whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name; 74| inherit buildCommand; | ^ 75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */ 107| getAttrs = names: attrs: genAttrs names (name: attrs.${name}); | ^ 108| Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
`shell | 02:01:22 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
` [road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img error: … while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip' whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name; 74| inherit buildCommand; | ^ 75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */ 107| getAttrs = names: attrs: genAttrs names (name: attrs.${name}); | ^ 108| Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
`bash | 02:01:30 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
[road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip'
whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name;
74| inherit buildCommand;
| ^
75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */
107| getAttrs = names: attrs: genAttrs names (name: attrs.${name});
| ^
108|
Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
| 02:01:41 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
[road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip'
whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name;
74| inherit buildCommand;
| ^
75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */
107| getAttrs = names: attrs: genAttrs names (name: attrs.${name});
| ^
108|
Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
| 02:02:00 |
@roadroller01:matrix.org | i tried to compile LineageOS for my lisa but it didn't go very will
[road@nixos:~/dev/robotnix]$ nix-build --arg configuration '{ device="lisa"; flavor="lineageos"; }' -A img
error:
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
… while evaluating derivation 'lisa-img-2023100409.zip'
whose name attribute is located at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/stdenv/generic/make-derivation.nix:205:7
… while evaluating attribute 'buildCommand' of derivation 'lisa-img-2023100409.zip'
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/pkgs/build-support/trivial-builders.nix:74:14:
73| name = lib.strings.sanitizeDerivationName name;
74| inherit buildCommand;
| ^
75| passAsFile = [ "buildCommand" ]
(stack trace truncated; use '--show-trace' to show the full trace)
error: attribute '"vendor/xiaomi/sm8350-common"' missing
at /nix/store/d0dl9ch4hhxkqikc1dw3868j95gsbb0h-source/lib/attrsets.nix:107:50:
106| */
107| getAttrs = names: attrs: genAttrs names (name: attrs.${name});
| ^
108|
Did you mean one of vendor/xiaomi/sm8150-common, vendor/xiaomi/sm8250-common, vendor/xiaomi/sm6150-common or vendor/xiaomi/sm6250-common?
| 02:02:08 |
| @jakegrin:matrix.org left the room. | 02:03:17 |
@roadroller01:matrix.org | i think i fix it by adding this to the vendor-dirs.json | 03:22:58 |
@roadroller01:matrix.org |  Download image.png | 03:22:58 |
@roadroller01:matrix.org | i am waiting for the error that have the blank strings correct value, if the error doesn't have the values i will quit | 03:26:22 |