From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] gnu: Add slurm. Date: Sat, 13 Feb 2016 17:42:57 +0100 Message-ID: <20160213164257.GA19241@thebird.nl> References: <56bb7530.v5bvas2QpzoMjKMl%pjotr.public12@thebird.nl> <20160210220447.0917f1a1@openmailbox.org> <20160211081534.GA8987@thebird.nl> <20160212122042.GA14275@thebird.nl> <20160212123010.GA6019@debian.eduroam.u-bordeaux.fr> <20160212123141.GB14324@thebird.nl> <20160212125719.GA14615@thebird.nl> <20160213085940.GA18223@thebird.nl> <20160213102825.GA19194@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUdIh-0000BV-Bh for guix-devel@gnu.org; Sat, 13 Feb 2016 11:44:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUdId-0003oe-6W for guix-devel@gnu.org; Sat, 13 Feb 2016 11:44:03 -0500 Received: from mail.thebird.nl ([95.154.246.10]:47585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUdId-0003mz-12 for guix-devel@gnu.org; Sat, 13 Feb 2016 11:43:59 -0500 Content-Disposition: inline In-Reply-To: <20160213102825.GA19194@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org On Sat, Feb 13, 2016 at 11:28:25AM +0100, Andreas Enge wrote: > Some lines are way beyond 80 characters; this should be detected by > "guix lint". guix lint has not been working for me: ./pre-inst-env guix lint slurm warning: failed to install locale: Invalid argument filtered-port: failed to execute ' -dc ': No such file or directory Backtrace: In unknown file: ?: 19 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 17 [eval # #] In ice-9/boot-9.scm: (...) In guix/utils.scm: 255: 5 [call-with-decompressed-port gzip ...] In guix/cve.scm: 143: 4 [# #] 133: 3 [xml->vulnerabilities #] In ice-9/boot-9.scm: 105: 2 [# parser-error ...] 65: 1 [abort-to-prompt catch7 parser-error ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("decompressed-port failure" (6495)) #f] ERROR: In procedure scm-error: ERROR: decompressed-port failure (6495) any idea what this could be? > However, your patch still does not apply on top of master: > Applying: gnu: Add slurm. > .git/rebase-apply/patch:87: trailing whitespace. > (substitute* "./doc/html/shtml2html.py" > .git/rebase-apply/patch:119: space before tab in indent. > config.xml > .git/rebase-apply/patch:120: space before tab in indent. > auxdir/Makefile > .git/rebase-apply/patch:141: space before tab in indent. > doc/Makefile > .git/rebase-apply/patch:142: space before tab in indent. > doc/man/Makefile > error: patch failed: gnu/packages/parallel.scm:2 > error: gnu/packages/parallel.scm: patch does not apply > Patch failed at 0001 gnu: Add slurm. > > I do not think that the whitespace is a real issue; did you rebase before > sending the patch? It is quite curious since the parallel.scm file has not > been changed yet this year. I am using a recent repo of guix. I did do a rebase and the patch applies on my tree (as did the previous one). Is there no more information? Pj. --