bug#33844: Rename ghc-pandoc to pandoc

2020-02-26 Thread Mike Gerwitz
On Wed, Feb 26, 2020 at 12:23:14 +0200, Efraim Flashner wrote: > On Wed, Feb 26, 2020 at 11:06:30AM +0100, Pierre Neidhardt wrote: >> swedebu...@riseup.net writes: >> >> > Reason: it is used standalone to convert between formats. >> >> I agree. What do other people think? > > This is language

bug#36882: Qemu 4.2.0 build for x86_64-linux fails

2020-02-26 Thread Marius Bakke
Ludovic Courtès writes: > Incidentally, do we have problems building anything other than QEMU? The only other regression I've noticed with the C_INCLUDE_PATH change is that GHC 8.4 fails to build -- previously we at least got to GHC 8.6. The error message does not make much sense to me

bug#39727: statx error running 'guix gc' on CentOS 7

2020-02-26 Thread Ludovic Courtès
Hi Paul, Paul Garlick skribis: >> Great. Could you apply the following patch, run the daemon with: >> >> sudo -E ./pre-inst-env guix-daemon --build-users-group=… >> >> then run: >> >> guix gc -C42 > > Yes, all is good. > > I have re-built guix with your patch and started the daemon.

bug#36882: Qemu 4.2.0 build for x86_64-linux fails

2020-02-26 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > About the environment issue, we have the same problem on master. You can > run the following command: > > ./pre-inst-env guix environment -C -e '(@@ (gnu packages commencement) > coreutils-final)' -- echo -e '#include \n int main() {return > 0;}' > test.c &&

bug#39776: [PATCH] gnu: vim-full: Describe differences from vim

2020-02-26 Thread Marius Bakke
Jack Hill writes: > * gnu/packages/vim.scm (vim-full)[description]: New field. Explain what > vim-full provides over vim. Applied, thanks! signature.asc Description: PGP signature

bug#35589: Scribus and GIMP: Clipped, non-resizable windows and pixelated icons

2020-02-26 Thread sirgazil via Bug reports for GNU Guix
Today I found out that the issue may be related to GNOME only, because the GIMP in sway works normally but the problem persists when in GNOME. GNOME version 3.32.2 $ gimp --version GNU Image Manipulation Program version 2.10.14 $ guix describe Generation 57 Feb 26 2020 12:28:15(current)

bug#39801: CUPS web admin page hangs

2020-02-26 Thread hot12shots
Hi, The CUPS web interface in my Guix system hangs when loading the admin page, making it cumbersome to manage CUPS printers and settings. The cause appears to be that the web interface CGI scripts expect a config file in the wrong location. HOW TO REPRODUCE: My system is running Guix commit

bug#33844: Rename ghc-pandoc to pandoc

2020-02-26 Thread Ricardo Wurmus
Pierre Neidhardt writes: > swedebu...@riseup.net writes: > >> Reason: it is used standalone to convert between formats. > > I agree. What do other people think? I agree. We should also rename all uses of ghc-pandoc in the same patch. -- Ricardo

bug#33844: Rename ghc-pandoc to pandoc

2020-02-26 Thread Efraim Flashner
On Wed, Feb 26, 2020 at 11:06:30AM +0100, Pierre Neidhardt wrote: > swedebu...@riseup.net writes: > > > Reason: it is used standalone to convert between formats. > > I agree. What do other people think? This is language specific, but like other language-specific packages this is a package

bug#33844: Rename ghc-pandoc to pandoc

2020-02-26 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Pierre Neidhardt 写道: Reason: it is used standalone to convert between formats. I agree. What do other people think? [Thumbs-up emoji] Kind regards, T G-R signature.asc Description: PGP signature

bug#33844: Rename ghc-pandoc to pandoc

2020-02-26 Thread Pierre Neidhardt
swedebu...@riseup.net writes: > Reason: it is used standalone to convert between formats. I agree. What do other people think? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#39794: AVR-Toolchain-5 avr/io not found

2020-02-26 Thread Ekaitz Zarraga
Follow up of the problem: Looks like what it's missing is `multilib`, avr-gcc-4.9 package description clearly activates multilib and states that in a comment: (define-public avr-gcc-4.9 (let ((xgcc (cross-gcc "avr" #:xgcc gcc-4.9 #:xbinutils avr-binutils))) (package (inherit xgcc)