guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add diamond


From: Ben Woodcroft
Subject: [PATCH] Add diamond
Date: Wed, 17 Jun 2015 11:56:27 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi,

I'm quite new, so I strongly suspect there might be fixups required, but it works on my box. Well, it works on my setup in an isolated .scm file, but I wasn't sure how to test after I had patched bioinformatics.scm i.e. I expected the following to work. Thanks, there's a couple more patches (and questions..) to submit once I've learned from this one.

address@hidden:~/git/guix$ GUIX_PACKAGE_PATH=/home/ben/git/guix guix package -i diamond --verbose -K
warning: failed to install locale: Invalid argument
;;; note: source file /home/ben/git/guix/gnu/packages/base.scm
;;; newer than compiled /home/ben/.config/guix/latest/gnu/packages/base.go
;;; note: source file /home/ben/git/guix/gnu/packages/acl.scm
;;; newer than compiled /home/ben/.config/guix/latest/gnu/packages/acl.go
...
guix package: warning: failed to load '(build-aux build-self)':
ERROR: no code for module (build-aux build-self)
guix package: warning: failed to load '(build-aux check-available-binaries)': exception thrown: #<condition &message [message: "python-disable-ssl-test.patch: patch not found"] 23501e0>
checking final inputs for 'x86_64-linux'...
substitute: warning: failed to install locale: Invalid argument
checking final inputs for 'i686-linux'...
checking final inputs for 'mips64el-linux'...
guix package: warning: failed to load '(build-aux check-final-inputs-self-contained)':
ERROR: no code for module (build-aux check-final-inputs-self-contained)
guix package: warning: failed to load '(build-aux download)':
guix package: warning: failed to load '(build-aux build-self)':
ERROR: Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)>
guix package: warning: failed to load '(build-aux check-available-binaries)': exception thrown: #<condition &message [message: "python-disable-ssl-test.patch: patch not found"] 689fda0> guix package: warning: failed to load '(build-aux check-final-inputs-self-contained)':
ERROR: no code for module (build-aux check-final-inputs-self-contained)
guix package: warning: failed to load '(build-aux download)':
Backtrace:
In ice-9/boot-9.scm:
1724: 19 [%start-stack load-stack ...]
1729: 18 [#<procedure 13aeea0 ()>]
In unknown file:
   ?: 17 [primitive-load "/usr/local/bin/guix"]
In guix/ui.scm:
1015: 16 [run-guix-command package "-i" "diamond" "--verbose" "-K"]
In ice-9/boot-9.scm:
 157: 15 [catch srfi-34 #<procedure 404b3a0 at guix/ui.scm:377:2 ()> ...]
 157: 14 [catch system-error ...]
In guix/scripts/package.scm:
1045: 13 [#<procedure 4378f30 at guix/scripts/package.scm:1034:4 ()>]
 904: 12 [process-actions (# # # # ...)]
 656: 11 [options->installable (# # # # ...) #<<manifest> entries: #>]
In srfi/srfi-1.scm:
664: 10 [filter-map #<procedure 40432a0 at guix/scripts/package.scm:656:16 (expr)> ...]
In guix/scripts/package.scm:
 662: 9 [#<procedure 40432a0 at guix/scripts/package.scm:656:16 (expr)> #]
 347: 8 [specification->package+output "diamond" "out"]
In gnu/packages.scm:
 259: 7 [find-best-packages-by-name "diamond" #f]
In guix/utils.scm:
 428: 6 [#<procedure 1d80ba0 at guix/utils.scm:424:4 args>]
In gnu/packages.scm:
208: 5 [fold-packages #<procedure 1ac62a0 at gnu/packages.scm:241:20 (p r)> #]
In srfi/srfi-1.scm:
481: 4 [fold-right #<procedure 1ac6740 at gnu/packages.scm:179:14 (spec result)> ...]
In gnu/packages.scm:
182: 3 [#<procedure 1ac6740 at gnu/packages.scm:179:14 (spec result)> "/home/ben/git/guix" ...]
In srfi/srfi-1.scm:
664: 2 [filter-map #<procedure 28823a0 at gnu/packages.scm:162:14 (file)> #]
In gnu/packages.scm:
170: 1 [#<procedure 68bea80 at gnu/packages.scm:168:20 args> match-error ...]
In unknown file:
   ?: 0 [display-error #f #<output: file /dev/pts/20> ...]

ERROR: In procedure display-error:
ERROR: Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)>

Attachment: 0001-gnu-Add-diamond.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]