bug#44863: Warning about importing a MELPA package

2020-11-25 Thread Zhu Zihao
ELPA importer supports MELPA[1] currently. But MELPA is a rolling archive, which does not persist any old version tarball of package, and harmful for reproducible build. It's still useful for Guix packager to import package from MELPA to draft a sketch of Emacs package, but it's not a reliable dow

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
(sent from Pelian Pur) `lscpu` `Architecture:  x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order:   Little Endian Address sizes: 36 bits physical, 48 bits virtual CPU(s): 4 On-line CPU(s) list:  0-3 Thread(s) per core:   1 Core(s) per socket:   

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
Friends, can these pages solve this problem? please help https://guix.gnu.org/manual/devel/en/html_node/Virtualization-Services.html https://guix.gnu.org/manual/en/html_node/Virtualization-Services.html

bug#44870: Package installation issue: Try upgrading both `package' and `package', or remove one of them from the profile.

2020-11-25 Thread musics--- via Bug reports for GNU Guix
I have this problem when installing the "polari" package: guix install polari The following package will be installed:    polari 3.36.3 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% 0.4 MB will be downloaded downloading from https://ci.guix.gnu.org/nar/lzip/lal3dc74hx

bug#44871: arcan: update to 0.6

2020-11-25 Thread Vinícius dos Santos Oliveira
Here are the release notes: https://arcan-fe.com/2020/11/24/arcan-0-6-m-start-networking/ -- Vinícius dos Santos Oliveira https://vinipsmaker.github.io/

bug#44872: GuixSD 1.2.0 installer fails with exception when formatting drive

2020-11-25 Thread Tim Magee
I attempted to intall GNU Guix using the 1.2.0 GuixSD installation image. The install failed with an exception when formatting the hard drive. Here follows the backtrace: -

bug#44805: Guix System Problem with GNOME Boxes

2020-11-25 Thread Leo Famulari
On Sun, Nov 22, 2020 at 11:00:55PM +0330, Pelian Pur wrote: > To build a virtual machine with GNOME Boxes, I have this problem: > "virtualization extensions are unavailable on your system. Check your > bios settings to enable them." > > I had not encountered this problem on other operating systems

bug#44870: Package installation issue: Try upgrading both `package' and `package', or remove one of them from the profile.

2020-11-25 Thread Leo Famulari
On Wed, Nov 25, 2020 at 04:16:30PM +0100, musics--- via Bug reports for GNU Guix wrote: > I have this problem when installing the "polari" package: [...] > guix install: error: profile contains conflicting entries for glib [...] > hint: Try upgrading both `polari' and `lollypop', or remove one

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
Should I change the config.scm file?

bug#44870: Done

2020-11-25 Thread musics--- via Bug reports for GNU Guix
Solved

bug#44870:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
Thank you, the problem was solved... ~$ guix package -u lollypop The following package will be upgraded:    lollypop (dependencies or package changed) guix package: error: profile contains conflicting entries for gstreamer guix package: error:   first entry: gstreamer@1.16.2 /gnu/store/mpp1havy

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
what should I do? change permission of the file?

bug#44805:

2020-11-25 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
musics--- via Bug reports for GNU Guix 写道: Should I change the config.scm file? You should add yourself to the ‘kvm’ supplementary-group. Kind regards, T G-R signature.asc Description: PGP signature

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
I added myself to this group using this method `sudo usermod -a -G kvm username`. But the problem is not solved. Did I do this wrong?

bug#44805:

2020-11-25 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
musics--- via Bug reports for GNU Guix 写道: I added myself to this group using this method `sudo usermod -a -G kvm username`. But the problem is not solved. Did I do this wrong? Yes. Remember you're using Guix System, a (relatively) declarative operating system. Read the ‘User Accounts’ sec

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
List of groups: ~$ groups users netdev audio video wheel Should "kvm" be created?

bug#44805:

2020-11-25 Thread musics--- via Bug reports for GNU Guix
Yes, I understand ... I was reading exactly this page...

bug#44805: Bug report is not help-guix

2020-11-25 Thread zimoun
Dear, Please avoid to pollute the Bug Tracker. Because people doing bug triage are then unhappy and have to read irrelevant messages with the bug at hand. The usual entry point asking for help is help-g...@gnu.org or #guix on irc.freenode.net. All the best, simon

bug#44877: Root on LVM support

2020-11-25 Thread Mikhail Tsykalov
Guix System in current state can't boot from lvm partition because grub can't find kernel and initrd. This also applies to systems where /gnu/store is on lvm partition. Grub has lvm support in the form of "lvm" module, but it isn't loaded currently. Making grub config generator emit "insmod lvm