| 14 Nov 2022 |
pie_ | Well, I'm stumped. | 16:06:50 |
pie_ | Ok, this is terrible and I still have no idea why things are the way they are, but earlier today I got this to work: | 22:50:06 |
pie_ | * Ok, this is terrible and I still have no idea why things are the way they are, but earlier today I got this to build: | 22:50:11 |
pie_ | nix-build --option max-jobs 1 --option cores 1 -I nixpkgs=channel:nixos-21.11 -E "with import <nixpkgs> { overlays = [ (self: super: { libarchive = super.libarchive.override (o: { e2fsprogs = super.hello; }); }) ]; }; (pkgsStatic.proot.override (o: { enablePython = false; })).overrideAttrs (o: { preUnpack = ''export PATH=\"\$PATH\":\${pkgsStatic.pkg-config}/bin;\${git}/bin''; })" | 22:50:41 |
pie_ | (literally. It can probably be cleaned up a bit.) | 22:51:01 |
| 15 Nov 2022 |
pie_ | Ok, the next problem is I cant seem to run anything because the dynamic linker fails
| 02:01:19 |
pie_ | newfstatat(3, "", 0x7fffe4a41460, AT_EMPTY_PATH) = -1 EINVAL (Invalid argument)
Turns out:
AT_EMPTY_PATH (since Linux 2.6.39) I'm on 2.6.32
| 02:02:12 |
pie_ | * Ok, the next problem is I cant seem to run anything because the dynamic linker fails
| 02:02:34 |
pie_ | *
Ok, the next problem is I cant seem to run anything because the dynamic linker fails | 02:02:44 |
pie_ | And I'm not sure what to do here again | 02:03:08 |