bug#33892: guix package --list-generations uses UTC and time-at-midnight for hour durations

2018-12-28 Thread pelzflorian (Florian Pelz)
Hello Guix, I would expect guix package --list-generations=…h to display generations from the past … hours, but apparently it displays generations offset from UTC midnight (apparently not local time?) and not the current time, since guix/ui.scm calls a procedure named time-at-midnight. In particu

bug#33894: Guix manual PO file uses same translation msgid ``channels'' for different uses

2018-12-28 Thread pelzflorian (Florian Pelz)
Hello, The Guix manual POT file 0.16.0.1 submitted to the Translation Project has these lines: #. type: item #: doc/guix.texi:2919 doc/guix.texi:3279 #, no-wrap msgid "channels" msgstr "" However, doc/guix.texi:2919 is a cindex which should be translated and doc/guix.texi:3279 is a table item wh

bug#33896: libblockdev inputs are not used correctly

2018-12-28 Thread Danny Milosavljevic
Currently, libblockdev has inputs which aren't used. These SHOULD be used, but the source files are not patched so the executables in the inputs are not found or used. Example: * libblockdev depends on dosfstools because src/plugins/fs/vfat.c would use "mkfs.vfat" etc, but src/plugins/fs/vfat.c

bug#33882: Acknowledgement (Blender is not loading menu scripts)

2018-12-28 Thread znavko
Thanks to Leo Famulari patch here https://lists.gnu.org/archive/html/bug-guix/2018-12/msg00345.html , it is working now! 1. I downloaded graphics.scm from Guix Cgit: http://git.savannah.gnu.org/cgit/guix.git/plain/gnu/packages

bug#33897: 'guix publish' is unable to serve narinfos for dead items

2018-12-28 Thread Ludovic Courtès
Hello, ‘render-narinfo/cached’ in ‘guix publish’ uses ‘hash-part->path’ to go from /xyz.narinfo to, say, /gnu/store/xyz-guile-2.2.4. The problem is that ‘hash-part->path’ is an RPC that works only if xyz corresponds to a live item; in other cases, it returns the empty string. Consequently, if /g