Re: [PATCH 2/2] gnu: Add ams-lv2.

2016-12-03 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> * gnu/packages/music.scm (ams-lv2): New variable. >> --- >> gnu/packages/music.scm | 32 >> 1 file changed, 32 insertions(+) […] > The bundled "waf" script is bsd-3.

Re: [PATCH 1/2] gnu: lvtk: Build UI library.

2016-12-03 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> * gnu/packages/audio.scm (lvtk)[inputs]: Add gtkmm-2. >> [arguments]: Pass "-std=c++11" flag. >> --- >> gnu/packages/audio.scm | 9 - >> 1 file changed, 8 insertions(+), 1 deletion(-) >> >>

Re: [PATCH] gnu: Add highlight.

2016-12-03 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> * gnu/packages/pretty-print.scm (highlight): New variable. >> --- >> gnu/packages/pretty-print.scm | 46 >> ++- >> 1 file changed, 45 insertions(+), 1

Re: [PATCH 1/2] gnu: Add btrfs-progs/static.

2016-12-03 Thread David Craven
> Add #:allowed-references () to make sure you get the desired effect. Isn't this a key of the gnu-build-system?

Re: [PATCH 7/9] gnu: idris: Update to 0.12.3.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 09:26:02PM +0100, David Craven wrote: > > Why do we need to skip the tests? > > First idris is not found, then after adding dist/build/idris to PATH, > the idris libraries aren't found. So I set IDRIS_LIBRARY_PATH to libs. > Then the idris runtime system isn't found, so I

Re: [PATCH] gnu: mupdf: Update to 1.10a.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 09:47:22PM +0100, Marius Bakke wrote: > * gnu/packages/patches/mupdf-CVE-2016-6265.patch: Delete file. > * gnu/packages/patches/mupdf-CVE-2016-6525.patch: Likewise. > * gnu/packages/patches/mupdf-CVE-2016-7504.patch: Likewise. > *

[PATCH] gnu: mupdf: Update to 1.10a.

2016-12-03 Thread Marius Bakke
* gnu/packages/patches/mupdf-CVE-2016-6265.patch: Delete file. * gnu/packages/patches/mupdf-CVE-2016-6525.patch: Likewise. * gnu/packages/patches/mupdf-CVE-2016-7504.patch: Likewise. * gnu/packages/patches/mupdf-CVE-2016-7505.patch: Likewise. * gnu/packages/patches/mupdf-CVE-2016-7506.patch:

Re: [PATCH v2 4/4] gnu: python2-flask: Pick up python-flask's native-inputs.

2016-12-03 Thread Efraim Flashner
On Sun, Nov 27, 2016 at 09:53:20AM +0100, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python2-flask)[native-inputs]: > Pick up python-flask's native-inputs. > --- > gnu/packages/python.scm | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH 7/9] gnu: idris: Update to 0.12.3.

2016-12-03 Thread David Craven
> Why do we need to skip the tests? First idris is not found, then after adding dist/build/idris to PATH, the idris libraries aren't found. So I set IDRIS_LIBRARY_PATH to libs. Then the idris runtime system isn't found, so I added rts to C_INCLUDE_PATH and LIBRARY_PATH. Half of the tests still

Re: [PATCH] gnu: Add highlight.

2016-12-03 Thread Marius Bakke
Ricardo Wurmus writes: > * gnu/packages/pretty-print.scm (highlight): New variable. > --- > gnu/packages/pretty-print.scm | 46 > ++- > 1 file changed, 45 insertions(+), 1 deletion(-) LGTM. signature.asc Description: PGP signature

Re: [PATCH 9/9] gnu: Add ocaml-menhir.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:13AM +0100, David Craven wrote: > * gnu/packages/ocaml.scm (ocaml-menhir): New variable. > + #:phases > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out

Re: [PATCH 8/9] gnu: coq: Update to 8.5pl2.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:12AM +0100, David Craven wrote: > * gnu/packages/ocaml.scm (coq): Update to 8.5pl2. > [arguments]: Configure script takes single hyphen arguments. > (source (origin >(method url-fetch) > - (uri (string-append

Re: [PATCH 7/9] gnu: idris: Update to 0.12.3.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:11AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (idris): Update to 0.12.3. > [origin]: Remove snippet. > [inputs]: Add ghc-aeson, ghc-async, ghc-fsnotify, ghc-regex-tdfa, > ghc-tasty-golden, ghc-tasty-rerun and ghc-terminal-size. > [arguments]:

Re: [PATCH 6/9] gnu: ghc-trifecta: Update to 1.6.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:10AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-trifecta): Update to 1.6. > [inputs]: Add ghc-doctest and ghc-quickcheck. > [arguments]: Enable tests. LGTM

Re: [PATCH 5/9] gnu: Add ghc-terminal-size.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:09AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-terminal-size): New variable. LGTM

Re: [PATCH 4/9] gnu: Add ghc-ieee754.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:08AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-ieee754): New variable. > +(define-public ghc-ieee754 > + (package > +(name "ghc-ieee754") > +(version "0.7.8") Same issue about the GitHub page appearing out of date, since it doesn't seem

Re: [PATCH 3/9] gnu: Add ghc-tasty-rerun.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:07AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-tasty-rerun): New variable. > +(define-public ghc-tasty-rerun > + (package > +(name "ghc-tasty-rerun") > +(version "1.1.6") On the GitHub page, 1.1.5 is the latest release. I wonder if the

Re: [PATCH 2/9] gnu: Add ghc-fsnotify.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:06AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-fsnotify): New variable. LGTM

Re: [PATCH 1/9] gnu: Add ghc-hinotify.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:05AM +0100, David Craven wrote: > * gnu/packages/haskell.scm (ghc-hinotify): New variable. > +(version "0.3.8.1") 0.3.9 was *just* released a few minutes ago. Please use that if it works for you. > +(home-page "https://github.com/kolmodin/hinotify.git;) > +

Re: [PATCH 9/9] gnu: Add ocaml-menhir.

2016-12-03 Thread Leo Famulari
On Sat, Dec 03, 2016 at 11:42:13AM +0100, David Craven wrote: > * gnu/packages/ocaml.scm (ocaml-menhir): New variable. > +(synopsis "Parser generator") > +(description "") This description is a bit too short ;) > +(license #f))) According the the 'LICENSE' file, it appears to use

Re: [PATCH 4/4] gnu: Add prokka.

2016-12-03 Thread Marius Bakke
Ben Woodcroft writes: > * gnu/packages/bioinformatics.scm (prokka): New variable. > --- > gnu/packages/bioinformatics.scm | 110 > > 1 file changed, 110 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm

[PATCH] gnu: Add highlight.

2016-12-03 Thread Ricardo Wurmus
* gnu/packages/pretty-print.scm (highlight): New variable. --- gnu/packages/pretty-print.scm | 46 ++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 8ba9780..8819b8a 100644

[PATCH 2/2] gnu: Add ams-lv2.

2016-12-03 Thread Ricardo Wurmus
* gnu/packages/music.scm (ams-lv2): New variable. --- gnu/packages/music.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index febd983..f5322b4 100644 --- a/gnu/packages/music.scm +++

[PATCH 1/2] gnu: lvtk: Build UI library.

2016-12-03 Thread Ricardo Wurmus
* gnu/packages/audio.scm (lvtk)[inputs]: Add gtkmm-2. [arguments]: Pass "-std=c++11" flag. --- gnu/packages/audio.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5de0681..d7bdc01 100644 ---

Re: [PATCH 3/4] gnu: Add barrnap.

2016-12-03 Thread Marius Bakke
Ben Woodcroft writes: > * gnu/packages/bioinformatics.scm (barrnap): New variable. > --- > gnu/packages/bioinformatics.scm | 67 > + > 1 file changed, 67 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm

Re: [PATCH 2/4] gnu: Add ncbi-tools.

2016-12-03 Thread Marius Bakke
Ben Woodcroft writes: > * gnu/packages/bioinformatics.scm (ncbi-tools): New variable. > --- > gnu/packages/bioinformatics.scm | 62 > + > 1 file changed, 62 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm

Re: [PATCH] gnu: git: Fix gitweb.

2016-12-03 Thread Ricardo Wurmus
Marius Bakke writes: > Ricardo Wurmus writes: > >> * gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. >> [arguments]: Wrap "gitweb.cgi" with PERL5LIB. >> --- >> gnu/packages/version-control.scm | 14 ++ >> 1 file changed, 14

Re: [PATCH 3/4] gnu: Add barrnap.

2016-12-03 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/bioinformatics.scm (barrnap): New variable. > --- > gnu/packages/bioinformatics.scm | 67 > + > 1 file changed, 67 insertions(+) […] LGTM. Thanks! -- Ricardo GPG: BCA6 89B6 3655 3801

Re: [PATCH 2/4] gnu: Add ncbi-tools.

2016-12-03 Thread Ricardo Wurmus
Hi Ben, thank you for the patch! > * gnu/packages/bioinformatics.scm (ncbi-tools): New variable. > --- > gnu/packages/bioinformatics.scm | 62 > + > 1 file changed, 62 insertions(+) […] > + #:phases > + (modify-phases %standard-phases > +

Re: [PATCH 1/4] gnu: Add perl-time-piece.

2016-12-03 Thread Marius Bakke
Ben Woodcroft writes: > * gnu/packages/perl.scm (perl-time-piece): New variable. > --- > gnu/packages/perl.scm | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm > index 6b4370d..55982ab 100644 >

Re: [PATCH] gnu: git: Fix gitweb.

2016-12-03 Thread Marius Bakke
Ricardo Wurmus writes: > * gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. > [arguments]: Wrap "gitweb.cgi" with PERL5LIB. > --- > gnu/packages/version-control.scm | 14 ++ > 1 file changed, 14 insertions(+) This LGTM and increases git closure with

Re: [PATCH] gnu: psyclpc: Downgrade to 27f21a3bf0d140f0d2680c695e8df229b46a814b.

2016-12-03 Thread ng0
Okay, correction: please do not apply this downgrade. The reasons for this are as follows (tl;dr: fix will be in psyced, which is currently not in master and psyclpc is behaving as it should): ng0 I don't want the software in master which is known to have a problem, but I added the

Re: [PATCH] gnu: psyclpc: Downgrade to 27f21a3bf0d140f0d2680c695e8df229b46a814b.

2016-12-03 Thread ng0
The correct spelling of: gnu: psyclpc: Downgrade to 27f21a3bf0d140f0d2680c695e8df229b46a814b. would be: gnu: psyclpc: Downgrade to 20160821-3.27f21a3. Can the person who applies this patch change it? Thanks! ng0 writes: > * gnu/packages/messaging.scm (psyclpc): Downgrade

Re: [PATCH 2/2] system: Add btrfs file system support.

2016-12-03 Thread David Craven
The nice thing about having the check procedure be part of the is that it can be overridden. I'm not sure what use cases there are yet. One I can think of is that btrfs device scan is only required when using a multi-device configuration like raid. So I don't know if we want to run it by default

Re: [PATCH 2/2] gnu: Add fcgiwrap.

2016-12-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/web.scm (fcgiwrap): New variable. > > LGTM! Thanks. Pushed both to master. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC http://elephly.net

Re: [PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-03 Thread Ricardo Wurmus
Hartmut Goebel writes: > Without this option the stub files are tried to be installed into > the python package's site-package directory. > > * gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase > 'configure' pass option --stubsdir. > --- >

Re: [PATCH] gnu: Add grantlee.

2016-12-03 Thread Ludovic Courtès
Thomas Danckaert skribis: > From 2a6447853b240887810459e06e6336b1d925756f Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Thu, 1 Dec 2016 12:25:38 +0100 > Subject: [PATCH] gnu: Add grantlee. > > * gnu/packages/qt.scm (grantlee): New

Re: [PATCH] gnu: Add libksysguard.

2016-12-03 Thread Ludovic Courtès
Hi! Thomas Danckaert skribis: > this patch adds libksysguard. I put it in kde.scm, but it's actually > a part of the plasma framework. Should there be a separate module > 'gnu/packages/plasma.scm' for if/when more plasma packages get > packaged? I think kde.scm is

Re: [PATCH 2/2] system: Add btrfs file system support.

2016-12-03 Thread Ludovic Courtès
David Craven skribis: > * gnu/system/linux-initrd.scm (linux-modules, helper-packages): Add > btrfs modules when a btrfs file-system is used. > * gnu/build/file-systems.scm (check-file-system-irrecoverable-error, > check-file-system-ext): New variables. >

Re: [PATCH 2/2] system: Add btrfs file system support.

2016-12-03 Thread Ludovic Courtès
Chris Marusich skribis: > David Craven writes: > >> Ludo: Is there any way we can speed up the installer system tests? :) > > I've also wondered about this. I'm not sure how long each test takes to > run, so an analysis of the tests to find their slow

Re: [PATCH 2/2] system: Add btrfs file system support.

2016-12-03 Thread Ludovic Courtès
David Craven skribis: > Then there is the label and uuid detection logic for every file-system > that needs to be implemented. I'm wondering if it can be refactored, a > quick late night and untested implementation for btrfs suggests that > there is a lot of code repetition

Re: [PATCH 1/2] gnu: Add btrfs-progs/static.

2016-12-03 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/linux.scm (btrfs-progs/static): New variable. [...] > +(define-public btrfs-progs/static > + (package > +(name "btrfs-progs-static") > +(version (package-version btrfs-progs)) > +(build-system trivial-build-system) > +

Re: [PATCH 2/2] gnu: Add fcgiwrap.

2016-12-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/web.scm (fcgiwrap): New variable. LGTM! Ludo'.

Re: [PATCH 1/2] gnu: Add fcgi.

2016-12-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file. > * gnu/packages/patches/fcgi-2.4.0-poll.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register patches. > * gnu/packages/web.scm (fcgi): New variable. LGTM, thanks!

Re: [PATCH] gnu: Add Kerberos client service.

2016-12-03 Thread Ludovic Courtès
John Darrington skribis: > * doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading. > * gnu/services/kerberos.scm (krb5-service-type): New variable. > * gnu/services/configuration.scm (configuration-field-serializer, > configuration-field-getter): Export variables.

Re: recent master hardware problems

2016-12-03 Thread ng0
Chris Marusich writes: > ng0 writes: > >> I'm not sure how to describe this bug. I've just build and >> reconfigured a system update. All went well, but then I >> rebooted. >> Everything loads, until: >> … >> floppy0: no floppy controllers found (ok,

[PATCH] file-systems: Refactor to include check-procedure.

2016-12-03 Thread David Craven
From: Marius Bakke * gnu/system/file-systems.scm (file-system-check-procedure): New variable. Extend file-system record to include it. Export it. * gnu/build/file-systems.scm (check-file-system): Use it. (mount-file-system): Serialize spec before calling

[PATCH] gnu: Add Kerberos client service.

2016-12-03 Thread John Darrington
* doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading. * gnu/services/kerberos.scm (krb5-service-type): New variable. * gnu/services/configuration.scm (configuration-field-serializer, configuration-field-getter): Export variables. --- doc/guix.texi | 93

[PATCH] gnu: git: Fix gitweb.

2016-12-03 Thread Ricardo Wurmus
* gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. [arguments]: Wrap "gitweb.cgi" with PERL5LIB. --- gnu/packages/version-control.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index

[PATCH 9/9] gnu: Add ocaml-menhir.

2016-12-03 Thread David Craven
* gnu/packages/ocaml.scm (ocaml-menhir): New variable. --- gnu/packages/ocaml.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b9b3d4a..e93e730 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 8/9] gnu: coq: Update to 8.5pl2.

2016-12-03 Thread David Craven
* gnu/packages/ocaml.scm (coq): Update to 8.5pl2. [arguments]: Configure script takes single hyphen arguments. --- gnu/packages/ocaml.scm | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/gnu/packages/ocaml.scm

[PATCH 2/9] gnu: Add ghc-fsnotify.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-fsnotify): New variable. --- gnu/packages/haskell.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cbcce17..b2f28f6 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 6/9] gnu: ghc-trifecta: Update to 1.6.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-trifecta): Update to 1.6. [inputs]: Add ghc-doctest and ghc-quickcheck. [arguments]: Enable tests. --- gnu/packages/haskell.scm | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/gnu/packages/haskell.scm

[PATCH 4/9] gnu: Add ghc-ieee754.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-ieee754): New variable. --- gnu/packages/haskell.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ed2ade1..c5d586d 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 5/9] gnu: Add ghc-terminal-size.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-terminal-size): New variable. --- gnu/packages/haskell.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c5d586d..c9d8234 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 3/9] gnu: Add ghc-tasty-rerun.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-tasty-rerun): New variable. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b2f28f6..ed2ade1 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 1/9] gnu: Add ghc-hinotify.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (ghc-hinotify): New variable. --- gnu/packages/haskell.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7a7d6ba..cbcce17 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 7/9] gnu: idris: Update to 0.12.3.

2016-12-03 Thread David Craven
* gnu/packages/haskell.scm (idris): Update to 0.12.3. [origin]: Remove snippet. [inputs]: Add ghc-aeson, ghc-async, ghc-fsnotify, ghc-regex-tdfa, ghc-tasty-golden, ghc-tasty-rerun and ghc-terminal-size. [arguments]: Disable tests. --- gnu/packages/haskell.scm | 45

[PATCH 1/4] gnu: Add perl-time-piece.

2016-12-03 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-time-piece): New variable. --- gnu/packages/perl.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6b4370d..55982ab 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 3/4] gnu: Add barrnap.

2016-12-03 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (barrnap): New variable. --- gnu/packages/bioinformatics.scm | 67 + 1 file changed, 67 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 961f0b2..4541791 100644 ---

[PATCH 4/4] gnu: Add prokka.

2016-12-03 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (prokka): New variable. --- gnu/packages/bioinformatics.scm | 110 1 file changed, 110 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4541791..c4f421c 100644 ---

[PATCH 2/4] gnu: Add ncbi-tools.

2016-12-03 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (ncbi-tools): New variable. --- gnu/packages/bioinformatics.scm | 62 + 1 file changed, 62 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 415024f..961f0b2 100644 ---

Re: recent master hardware problems

2016-12-03 Thread Chris Marusich
ng0 writes: > I'm not sure how to describe this bug. I've just build and > reconfigured a system update. All went well, but then I > rebooted. > Everything loads, until: > … > floppy0: no floppy controllers found (ok, this is normal and expected) > ata8: SATA link down

recent master hardware problems

2016-12-03 Thread ng0
I'm not sure how to describe this bug. I've just build and reconfigured a system update. All went well, but then I rebooted. Everything loads, until: … floppy0: no floppy controllers found (ok, this is normal and expected) ata8: SATA link down (SStatus 0 SControl 0) So.. I guess either the