bug#56467: vala command compiles files instead of running them

2022-07-09 Thread two--- via Bug reports for GNU Guix
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

bug#58571: translations are incompletely pulled from weblate

2022-10-16 Thread two--- via Bug reports for GNU Guix
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.

bug#58746: guix pull fails in power saving profile

2022-10-23 Thread two--- via Bug reports for GNU Guix
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

bug#59031: ld-wrapper replaces unicode character with question marks

2022-11-04 Thread two--- via Bug reports for GNU Guix
$ 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