bug#42342: Wine64 segfaults (5.12/staging)

2020-07-13 Thread Leo Prikler
Since commit 065a5ed677cdd1a65acae20f185d7c4bd23b1f2c wine and wine64 are upgraded to version 5.12. The latter segfaults when doing anything other than wine --help or wine --version. (Try for example wine regedit or winecfg). The old 5.3 version continues to work after roll-back, and would proba

bug#42247: Channel news raise error on `guix pull`

2020-07-13 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > Ludovic Courtès writes: > >> This suggests that the ‘news.scm’ file of your channel is being picked >> up and evaluated as if it were a module, which it’s not. >> >> The solution is to rename it to, say, ‘news.txt’, or to move the actual >> modules to a sub-direc

bug#42341: [BUG] build of ~guix-system-tests.drv failed

2020-07-13 Thread Julien Lepiller
Le 12 juillet 2020 22:08:42 GMT-04:00, Kurt I a écrit : >Greetings, > >Please see below: > >cannot build derivation `/gnu/store/521zc5vzprxjy76bzdzl32aa3dz080i8- >guix-system-tests-modules.drv': 1 dependencies couldn't be built >cannot build derivation `/gnu/store/5g9hars1x2bvn22v488aqi1yrcvlgiwp

bug#42342: Wine64 segfaults (5.12/staging)

2020-07-13 Thread Leo Prikler
Interestingly enough 5.8 (ec16aaff5da9eb52b9d762531660f02e785d72de) works without problems and there is no version packaged between it and 5.12/5.12.1 (wine64 and wine64-staging respectively). Given this array of results I'm pretty sure something goes wrong upstream. I'll use inferiors as a local

bug#42247: Channel news raise error on `guix pull`

2020-07-13 Thread Bengt Richter
On +2020-07-13 12:27:39 +0200, Ludovic Courtès wrote: > Hi, > > Pierre Neidhardt skribis: > > > Ludovic Courtès writes: > > > >> This suggests that the ‘news.scm’ file of your channel is being picked > >> up and evaluated as if it were a module, which it’s not. > >> > >> The solution is to rena

bug#26302: Deploying the i18n’d web site

2020-07-13 Thread Ludovic Courtès
Hey! "pelzflorian (Florian Pelz)" skribis: > On Thu, Jul 09, 2020 at 05:56:43PM +0100, Christopher Baines wrote: >> Thanks for your continued time working on this Florian. I've made a >> little bit of progress now, I've taken the wip-i18n branch, applied the >> patch attached to this email and d

bug#40626: Poor performance on low-end ARMv7 devices

2020-07-13 Thread Ludovic Courtès
Hi, Denis 'GNUtoo' Carikli skribis: > Many ARM Single Board Computers are commonly used with microSD for > storage, and some microSD cards are extremely slow (and sometimes > unreliable when they are old). > > Could the performance issues be related to storage device I/Os? It could be the reaso

bug#42173: Nix on Guix System: can't update channels

2020-07-13 Thread Ludovic Courtès
Hi Alexandru-Sergiu, Alexandru-Sergiu Marton skribis: > I tried to set up the Nix package manager on my Guix System following > the instructions at http://guix.gnu.org/manual/en/guix.html#index-Nix > . Unfortunately, after reconfiguring the system and adding a channel > with `nix-channel --add h

bug#42224: Emacs currently requires bash and gzip to be progatade to load core functionality.

2020-07-13 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > It was discovered while troubleshooting an issue on help-guix [0] that > Emacs cannot currently load its subr-x module (there are probably many > more) when used in a pure environment (or container) that doesn't > propagate bash and gzip, which it uses to decompres

bug#41982: [PATCH v2] grub-core: Build fixes for i386

2020-07-13 Thread Ludovic Courtès
Hi! Jan Nieuwenhuizen skribis: > Jan Nieuwenhuizen writes: > > Hello! > >> When cross-compiling Grub-2.04 from i386-linux-gnu to i586-pc-hurd on >> GNU Guix, I got this error > > Today, we found* that my patch introduced a regression: a native, EFI > build on i686-linux-gnu failed with > > l

bug#41982: [PATCH v2] grub-core: Build fixes for i386

2020-07-13 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi! > Jan Nieuwenhuizen skribis: > >> Jan Nieuwenhuizen writes: >> >> lib/i386/relocator64.S:97: Error: bad register name `%rsp' >> >> The attached v2 fixes that. > > On the Guix side I guess you can go ahead and apply it. > > Well done! Thanks! Ah, I already done i

bug#42343: 504 error

2020-07-13 Thread Adam Kandur via Bug reports for GNU Guix
Hi everyone, https://ci.guix.gnu.org/search/latest/image?query=spec:guix-master+status:success+system:x86_64-linux+hurd-barebones-disk-image returns 504

bug#26302: Deploying the i18n’d web site

2020-07-13 Thread pelzflorian (Florian Pelz)
On Mon, Jul 13, 2020 at 03:22:36PM +0200, Ludovic Courtès wrote: > Looks like we’re pretty much ready, no? I think we are. > I’m happy to press the red button on berlin when we feel ready. Perhaps > we can synchronize on IRC in case things go wrong. > > Thanks, > Ludo’. I am currently at my gr

bug#42327: Offload build to Childhurd selects linux-libre-headers

2020-07-13 Thread Ludovic Courtès
Hi! Jan Nieuwenhuizen skribis: > With static-bash-for-glibc, however, it goes off track > > $ ./pre-inst-env guix build --system=i586-gnu \ >-e '(@@ (gnu packages commencement) static-bash-for-glibc)' > The following derivations will be built: >/gnu/store/gv40jpz4g0hbia28wa6d50z9x6ncgdlh

bug#26302: Deploying the i18n’d web site

2020-07-13 Thread pelzflorian (Florian Pelz)
On Mon, Jul 13, 2020 at 04:48:00PM +0200, pelzflorian (Florian Pelz) wrote: > On Mon, Jul 13, 2020 at 03:22:36PM +0200, Ludovic Courtès wrote: > > I’m happy to press the red button on berlin when we feel ready. Perhaps > > we can synchronize on IRC in case things go wrong. > > > > Thanks, > > Lud

bug#42346: Support Xcursor in Xlib

2020-07-13 Thread Ivan Kozlov
libX11 contains support for runtime loading of libXcursor. Without this support, programs that use Xlib’s mouse cursor routines, such as XTerm, do not follow the mouse cursor theme as determined by the Xcursor.theme resource and XCURSOR_THEME environment variable. This is in fact very noticeable

bug#42162: Recovering source tarballs

2020-07-13 Thread Christopher Baines
Ludovic Courtès writes: > Hi, > > Ludovic Courtès skribis: > >> There’s this other discussion you mentioned, which I hope will have a >> positive outcome: >> >> https://forge.softwareheritage.org/T2430 > > This discussion as well as discussions on #swh-devel have made it clear > that SWH will

bug#42291: data service: Show list of files and allow qeuerying

2020-07-13 Thread Christopher Baines
Hartmut Goebel writes: > Serverity: wishlist > I often find myself checking the content of a package. For this I > would like to be able to inspect the list of files in a package, or > even query for a specific file. > > This is much like Debian does in "list of files" for each package > (e.g.

bug#40626: Poor performance on low-end ARMv7 devices

2020-07-13 Thread Denis 'GNUtoo' Carikli
On Mon, 13 Jul 2020 15:34:15 +0200 Ludovic Courtès wrote: > Hi, > > Denis 'GNUtoo' Carikli skribis: > > > Many ARM Single Board Computers are commonly used with microSD for > > storage, and some microSD cards are extremely slow (and sometimes > > unreliable when they are old). > > > > Could th