bug#62668: ddcci-driver-linux 0.4.2 build failure

2023-04-04 Thread calcium via Bug reports for GNU Guix
Building ddcci-driver-linuxf 0.4.2 no longer works which means I can't update my system :(. The build status also shows that since January 8, (ID:325553 8 Jan 04:21) ddcci-driver-linux no longer builds. https://ci.guix.gnu.org/search?query=ddcci-driver-linux%200.4.2%20spec:master=325508 $

bug#59256: Emacs-guix tab-completion returns gexp error

2022-12-15 Thread calcium via Bug reports for GNU Guix
The problem can be tracked back from elisp procedure `guix-pcomplete-search-in-help` in guix-pcomplete.el to `guix-help-string` in guix-misc.el, to this problematic code : ``` (guix-eval-read "(help-string )") ``` The procedure help-string exists, as can be seen below : ``` (guix-eval-read

bug#55066: guix pull: error: You found a bug: the program '/gnu/store/mpfp9nrzifhp3r5s3bv05b8xal5aa44f-compute-guix-derivation'

2022-04-22 Thread calcium via Bug reports for GNU Guix
14.2 MB will be downloaded: /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33 /gnu/store/4jdghmc65q7i7ib89zmvq66l0ghf7jc4-glibc-2.33-static /gnu/store/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1 substituting /gnu/store/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1...

bug#34611: virt-manager is not recognizing libvirtd service

2022-01-05 Thread calcium via Bug reports for GNU Guix
Same problem still present as of start of 2022. Virt-manager can't connect to libvirt service ... (users ... (supplementary-groups '("kvm" ...) ...) (services ... (service libvirt-service-type (libvirt-configuartion (unix-sock-group "kvm"))) ...) ...

bug#53030: Can't (specification->package "package@version:output")

2022-01-05 Thread calcium via Bug reports for GNU Guix
The syntaxe to specify a package version and desired output only works on guix install package@version:output guix remove package@version:output doesn't works guix remove package@version doesn't works (specification->package "package@version") works (specification->package "package:output")