the bin/vala-0.54 shell script executes bin/valac-0.54 which executes
bin/.valac-0.54-real.
it should execute bin/.vala-0.54-real instead.
expected (was the case before guix's update):
$ vala hello.vala
Hello, World!
$ ls
hello.vala
actual:
$ vala hello.vala
$ ls
hello hello.vala
$ ./hello
Hell
hi
in https://git.savannah.gnu.org/cgit/guix.git/tree/po/guix/uk.po i see kyrylo's
translations are pulled there from weblate, but mine
(https://translate.fedoraproject.org/changes/?project=guix&lang=uk&user=two22)
are not, these strings stay untranslated or erroneous.
hello,
i have a bug on debian:
when power profile is set to power saving, guix pull fails after computing
derivation:
```
Computing Guix derivation for 'x86_64-linux'... /
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...
0.0%guix substitute: error: TLS error in procedu
$ echo 'int main() {return 0;}' >програма.c
$ guix shell --container gcc-toolchain -- gcc програма.c -o програма.o
$ ls *.o
'.o'
$ rm *.o
$ # binutils overrides the built-in ld-wrapper, which breaks some libraries,
but fixes this example
$ guix shell --container gcc-toolchain binut