duncan^ has quit [Ping timeout: 260 seconds]
duncan^ has joined #nixos-aarch64
duncan^ has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 264 seconds]
duncan^ has joined #nixos-aarch64
duncan^ has quit [Ping timeout: 255 seconds]
duncan^ has joined #nixos-aarch64
duncan^ has quit [Ping timeout: 240 seconds]
duncan^ has joined #nixos-aarch64
duncan^ has quit [Ping timeout: 246 seconds]
duncan^ has joined #nixos-aarch64
<sphalerite> giaco: awesome! I might just try that myself today
<giaco> sphalerite: I am writing a github post, you can read it in a couple of minutes
cornu has quit [*.net *.split]
<sphalerite> giaco: great, thanks!
<sphalerite> oh, with proot? HM
<giaco> sphalerite: with proot, yes. I think that compiling is another way to go
<sphalerite> no way to just get it in /nix for real? :/
<giaco> sphalerite: if you root your phone you can make the /nix folder, otherwise you can use proot, otherwise you can recompile nix and change the prefix of the store and the state
<sphalerite> ah right, my phone is rooted
<sphalerite> excellent
<giaco> sphalerite: everything is easies with root, the real challenge is to make it work in userspace
<sphalerite> root is userspace :p
<giaco> kind of
<sphalerite> userspace = not kernel space
<sphalerite> anyway, a solution that requires root is sufficient for me — I just want to be able to run builds on my old phone, which has a broken screen
duncan^ has quit [Ping timeout: 255 seconds]
duncan^ has joined #nixos-aarch64
Sonarpulse has quit [Ping timeout: 250 seconds]
duncan^ has quit [Ping timeout: 250 seconds]
Sonarpulse has joined #nixos-aarch64
duncan^ has joined #nixos-aarch64
duncan^ has quit [Ping timeout: 255 seconds]
angerman has quit [Excess Flood]
angerman has joined #nixos-aarch64
cornu has joined #nixos-aarch64
cornu has quit [Ping timeout: 240 seconds]
sphalerit has quit [Ping timeout: 240 seconds]
bkchr[m] has quit [Ping timeout: 240 seconds]
codyopel has quit [Ping timeout: 240 seconds]
dtz has quit [Ping timeout: 269 seconds]
grahamc has quit [Ping timeout: 256 seconds]
thefloweringash[ has quit [Ping timeout: 256 seconds]
bkchr[m] has joined #nixos-aarch64
dtz has joined #nixos-aarch64
codyopel has joined #nixos-aarch64
cornu has joined #nixos-aarch64
sphalerit has joined #nixos-aarch64
grahamc has joined #nixos-aarch64
thefloweringash[ has joined #nixos-aarch64
duncan^ has joined #nixos-aarch64
Sonarpulse has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-aarch64
Sonarpulse has joined #nixos-aarch64
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-aarch64
<bkchr[m]> clever: online?
<clever> bkchr[m]: yes
<bkchr[m]> Dezgeg: I tried to disable the extra boot partition as you have written here: https://github.com/NixOS/nixpkgs/issues/22014#issuecomment-290152982
<bkchr[m]> But it still wants to boot from the extra boot partition
<Dezgeg> hmm... you sure you removed the bootable flag from the partition?
<Dezgeg> I guess it could be that the bootable flag needs to be added to the root filesystem then to compensate
<samueldr> just in case, when I did it, I did it like described here: https://nixos.wiki/wiki/NixOS_on_ARM#Disable_use_of_.2Fboot_partition
<samueldr> ^ bkchr[m]
giaco has quit [Ping timeout: 246 seconds]
Sonarpulse has quit [Ping timeout: 255 seconds]
Sonarpulse has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
giaco has joined #nixos-aarch64
<giaco> hello
<giaco> I am building nix on two different machines. The configure script is absolutely identical (check with "diff") but on first machine runs ok, on the second returns syntax error at 80%. Both machines are running GNU bash, version 4.4.19
<giaco> ./configure: 6983: ./configure: Syntax error: "(" unexpected (expecting "fi")
<makefu> giaco: sounds like a variable is not set, maybe a dependency is missing? you could simply open the configure script with vim and check out the line 6983
<giaco> makefu: problem is that line 6983 is wrong line
<giaco> makefu: 6983 is "declare -a aws_version_tokens=($(printf '#include <aws/core/VersionConfig.h>\nAWS_SDK_VERSIO...", but by watching config.log it seems that the error is later on
<giaco> last output line was checking for aws/s3/S3Client.h... no
<makefu> giaco: you could run 'sh -x ./configure' for a getting the last executed line
<giaco> makefu: you're right, thanks. Running. let's see what happens
<giaco> makefu: I don't understand the output
Sonarpulse has quit [Ping timeout: 276 seconds]