bug#44847: [Petition] Add a dotnet 5.0 support

2020-11-28 Thread Timothy Sample
Hi Abraham, Abraham Jose writes: > C# is a widely used programming language, so having support fot it > will expand the guix potential userbase by a lot. I agree! C# and its much cooler sibling F# are pretty nice languages. (We do have a very old version of Mono, but I’m guessing that’s not wh

bug#42771: [PATCH] Disable tests for smalltalk and add candidate releases

2020-11-28 Thread Holger Peters
Last stable GNU smalltalk release dates back to 2013-04-08. Disabled tests as they were also failing for my non-guix build. Also added the latest alpha release as `smalltalk-next` and a build from vcs where we actually pass the tests. * gnu/packages/ruby.scm (smalltalk): Disable tests (smalltalk

bug#44928: guix upgrade command does not accept a list of packages

2020-11-28 Thread zimoun
Dear, Thank you for the report. On Sat, 28 Nov 2020 at 18:51, Luis Felipe via Bug reports for GNU Guix wrote: > 4. guix upgrade A B > ## Expected result > Packages A and B are upgraded. This should be fixed by patch by #44931. All the best, simon

bug#44927: Guix reboot stops with some errors

2020-11-28 Thread Bengt Richter
Hi znavko, On +2020-11-28 19:05:25 +, znavko--- via Bug reports for GNU Guix wrote: > I have deleted lines with disks in config and reconfigured but the error > remains. > > I switched to generation (system and packages by root) but an issue remains. > > In Attach entire screen with trace.

bug#44928: guix upgrade command does not accept a list of packages

2020-11-28 Thread Luis Felipe via Bug reports for GNU Guix
Guix documentation says that `guix upgrade` is an alias for `guix package -u`, but the latter can upgrade a list of packages, while the former fails. ## Steps to reproduce 1. guix pull 2. guix upgrade --dry-run 3. Pick two packages from the list shown in (2), say, packages A and B 4. guix upgra

bug#44924: guix build u-boot-pinebook --with-git-url failed due to "source" in C_INCLUDE_PATH

2020-11-28 Thread 宋文武
Running: guix build u-boot-pinebook \ --with-git-url=u-boot-pinebook=https://github.com/u-boot/u-boot Would fail with "fatal error: asm/string.h: No such file or directory". And it's caused by the first entry in C_INCLUDE_PATH, which is "/gnu/store/xxx-u-boot-xxx/include". I think we shoul

bug#42420: git-fetch origins produce same store output when set recursive is set to true or false

2020-11-28 Thread Leo Famulari
On Sat, Nov 28, 2020 at 12:23:28AM -0500, Maxim Cournoyer wrote: > Is there an action to do here, or should we simply close it? If we have a good idea for how to improve the situation, we should use it. Otherwise, we can close the bug. It's something that confuses a lot of people the first time bu

bug#44916: No option to add whisker menu to xfce panel after installing package xfce4-whiskermenu-plugin.

2020-11-28 Thread Michael Rohleder
Thank you for reporting! potentialuse...@postpro.net writes: > After doing a fresh install of Guix system using the graphics install menu > and picking the xfce option, I decided to substitute xfce's "Applications" > menu with the "Whisker" menu. > > Thus, I used command "guix install xfce4-whis

bug#44916: No option to add whisker menu to xfce panel after installing package xfce4-whiskermenu-plugin.

2020-11-28 Thread potentialuser54
After doing a fresh install of Guix system using the graphics install menu and picking the xfce option, I decided to substitute xfce's "Applications" menu with the "Whisker" menu. Thus, I used command "guix install xfce4-whiskermenu-plugin" to install the package. After a system reboot, I opene

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

2020-11-28 Thread Tim Magee
I successfully installed GNU Guix. The work around I used for this bug is I simply ran `sudo dd if=/dev/zero of=/dev/sda`. Basically, I think the existence of an old GPT partition table is causing problems on a new install though I'm not sure why. Unfortunately, this computer is my daily driver a

bug#44893: `guix deploy` doesn't recognize option --dry-run

2020-11-28 Thread zimoun
Dear, Thank you for the report. On Thu, 26 Nov 2020 at 13:11, Jesse Gibbons wrote: > --dry-run is an option listed in `guix deploy --help` but when I try it, > it isn't recognized: > > $ guix deploy --dry-run deploy.scm > guix deploy: error: dry-run: unrecognized option Yeah, it is because ’sh

bug#44906: Substitute requests fail if URL has trailing slash

2020-11-28 Thread Hartmut Goebel
Am 28.11.20 um 00:37 schrieb zimoun: Now, the question is where should the fix go? “guix publish” exposing the narinfos or “guix weather“? Or both? I propose fixing all places where string-append is used to join URLs, since joining URLs is not the same as string concatenation. We might rest