bug#25453: Keyboard layout configuration

2019-03-15 Thread nee
> And by the way, an unpleasent off-topic issue: Hello, thank you for your considerate message. I'm using the my own domain for email in the future. Happy hacking!

bug#25453: Keyboard layout configuration

2019-01-13 Thread nee
since is hot on the mailing list right now, I'm sending them here now. Happy hacking! >From 5612630ea4324339322ba726846d1962aaa86dc8 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 5 Jan 2019 22:07:30 +0100 Subject: [PATCH] bootloader: grub custom keyboard-layout, but luks password pr

bug#33119: "Bad item name" in Dungeon Crawl Stone Soup

2018-10-22 Thread nee
Am 22.10.18 um 20:41 schrieb Christopher Lemmer Webber: > In crawl (and the crawl-tiles variant) I get frequent error messages > when levels are being generated like "Bad item name: fruit", which > appears to be for item types that were removed from the game. > > Worse yet, when starting some of t

bug#30095: substitute* decoding-error

2018-01-12 Thread nee
7c0926ea7c6f0d0fa291251017704dfb6fb21924 (origin/master, origin/HEAD, eureka) Author: Ludovic Courtès Date: Sat Jan 13 00:57:52 2018 +0100 From c92de18c559dac1be48f05ed39acbcd15120c0b6 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 13 Jan 2018 02:49:32 +0100 Subject: [PATCH] demonstrate substitute* bug in eureka package

bug#29757: wxwidgets does not install 'include/wx/setup.h'

2018-01-01 Thread nee
I'm closing this because I asked in the wxwidgets irc and apparently there is no bug and 'lib/wx/include/gtk3-unicode-3.1/wx/setup.h' is indeed the correct install location. The guix package currently installs it there. The problem I had with my WIP trenchbroom package was that trenchbroom called

bug#29757: wxwidgets does not install 'include/wx/setup.h'

2017-12-17 Thread nee
Hello, wxwidgets does not install 'include/wx/setup.h' with the install target. I'm packaging Trenchbroom and it requires this file. From the error messages I think some other wxwidgets headers also cross reference it. For a workaround I copied it from 'lib/wx/include/gtk3-unicode-3.1/wx/setup.h'

bug#29655: Elixir build has an undeterministic build error

2017-12-10 Thread nee
Hello, this has already mentioned in another bug report https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28034#20 The built of Elixir sometimes fails while compiling 'lib/elixir/lib/system.ex' with the error message: > ** (exit) :epipe See appended build log. I found the only other mention of the e

bug#28034: elixir build fails

2017-12-03 Thread nee
is at least an improvement over the current state where the package will fail to install in 100% of cases. From fda40d470fab9ceb58c0e42e59db766eaf840730 Mon Sep 17 00:00:00 2001 From: nee Date: Sun, 3 Dec 2017 15:37:28 +0100 Subject: [PATCH 1/2] gnu: erlang: Update to 20.1. * gnu/packages/erlang.scm (

bug#28034: elixir build fails

2017-12-02 Thread nee
Hello, what is the current state for the elixir package? I saw this issue on elixir's github page: https://github.com/elixir-lang/elixir/issues/6586 Has there been any progress since then? From what I understand the build fails because of impure test cases. Can we just disable these tests for now

bug#28602: Unpack fails with no error message when using a .zip source

2017-10-09 Thread nee
Am 04.10.2017 um 20:17 schrieb Adonay Felipe Nogueira: > Does the .zip file have a a single directory on the root? > > If not, then we can call it a zipbomb/tarbomb. These bombs are bad > because they can replace things without notice, and can be very > difficult to track what was added. Last time

bug#28602: [PATCH] guix: gnu-build-system: warn about missing unzip input unzip

2017-10-09 Thread nee
Hello here is a patch to fix this bug. It changes the gnu-build-system, so the hashes of almost all packages will also change. I guess core-updates is the right branch for this. >From 089b9741a734f0682a671df6c0c36dfefcbd407c Mon Sep 17 00:00:00 2001 From: nee Date: Mon, 9 Oct 2017 22:49:12 +0

bug#28602: Unpack fails with no error message when using a .zip source

2017-09-25 Thread nee
Hello, right now unpacking .zip sources only works when unzip is added as native input. That's all right, but there is no error message, just: starting phase `unpack' phase `unpack' failed after 0.0 seconds It should say something like: starting phase `unpack' Archive with .zip suffix failed to

bug#28554: teeworlds not starting

2017-09-23 Thread nee
Am 23.09.2017 um 11:33 schrieb mray: > > > On 23.09.2017 01:09, nee wrote: >> Am 22.09.2017 um 15:19 schrieb mray: >>> Running guix on ubuntu 17.04 teeworlds does not start. >>> >>> $ teeworlds >>> [59c505a6][engine]: running on unix-linux-

bug#28554: teeworlds not starting

2017-09-22 Thread nee
Am 22.09.2017 um 15:19 schrieb mray: > Running guix on ubuntu 17.04 teeworlds does not start. > > $ teeworlds > [59c505a6][engine]: running on unix-linux-amd64 > [59c505a6][engine]: arch is little endian > [59c505a6][storage]: couldn't open storage.cfg > [59c505a6][storage]: using standard paths >

bug#28034: elixir build fails

2017-08-09 Thread nee
Hello, elixir breaks during 'check' phase in /test/logger/translator_test.exs I'm getting the same logs locally. https://hydra.gnu.org/build/2205382/nixlog/1/tail-reload I don't know anything about elixir and just wanted to try it out.