This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[FORMS.PP] ExceptionOccurred | |
Sender=Exception | |
Exception=Could not load library: libGLU.so.1 | |
Stack trace: | |
$00000000006C11DC | |
TApplication.HandleException Could not load library: libGLU.so.1 | |
Stack trace: | |
$00000000006C11DC | |
Exception at 00000000006C11DC: Exception: | |
Could not load library: libGLU.so.1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not. | |
building Nix... | |
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not. | |
building the system configuration... | |
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not. | |
trace: warning: The option `services.xserver.desktopManager.xfce.extraSessionCommands' defined in `/etc/nixos/configuration.nix' has been renamed to `services.xserver.displayManager.sessionCommands'. | |
these derivations will be built: | |
/nix/store/8sihfh6d16cv5919h5ggfnh334g6l6lc-pam-environment.drv | |
/nix/store/00790mkw3clizrv4dy69mhawm0d4fhic-userdel.pam.drv | |
/nix/store/038kkv1qgfx4dsgkqwga00ich83cm6fi-chfn.pam.drv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
installing 'cura-4.6.1' | |
these derivations will be built: | |
/nix/store/csy9zi4g1na37znnycr2p0g40k87n5xw-python3.8-uvloop-0.14.0.drv | |
/nix/store/dl5vkg30cd1br0na3bdaam0myh2jqcr3-python3.8-uvicorn-0.11.5.drv | |
/nix/store/ccw9hddgz2fbg1xk9nxqhd5hnqvbx31i-python3.8-sanic-19.6.3.drv | |
/nix/store/8x83spvm1bk56yl52k3dkj4xzi0ka53l-python3.8-sentry-sdk-0.14.4.drv | |
/nix/store/q3br6wr4birwdngfzqp03y26h57n5ydg-cura-4.6.1.drv | |
building '/nix/store/csy9zi4g1na37znnycr2p0g40k87n5xw-python3.8-uvloop-0.14.0.drv'... | |
Sourcing python-recompile-bytecode-hook.sh | |
Sourcing python-remove-tests-dir-hook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import std; | |
void aFoo() { | |
} | |
void aBar() { | |
} | |
alias vsh1(string name) = (){}; | |
template vsh1(alias foo) { | |
auto vsh1(Parameters!foo args) { |