emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26841: closed ([PATCH 0/3] core-updates: more fixe


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26841: closed ([PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases)
Date: Tue, 09 May 2017 15:54:01 +0000

Your message dated Tue, 9 May 2017 17:53:43 +0200
with message-id <address@hidden>
and subject line Re: bug#26841: [PATCH 0/3] core-updates: more fixes for 
missing dependencies for %modify-phases
has caused the debbugs.gnu.org bug report #26841,
regarding [PATCH 0/3] core-updates: more fixes for missing dependencies for 
%modify-phases
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26841: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26841
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Date: Mon, 8 May 2017 20:55:46 +0100
This time it's 'go', 'zip', and 'sbcl' packages.
Without the dependencies build typically fails as:

$ ./pre-inst-env guix build sbcl --no-substitutes

@ build-started /gnu/store/....-sbcl-1.3.7.drv - x86_64-linux 
/var/log/guix/drvs/0q//....-sbcl-1.3.7.drv.bz2
ice-9/psyntax.scm:1534:32: In procedure expand-macro:
ice-9/psyntax.scm:1534:32: Syntax error:
/gnu/store/....-sbcl-1.3.7-guile-builder:1:2813: source expression failed to 
match any pattern in form (%modify-phases phases* (delete (quote configure)))
builder for `/gnu/store/....-sbcl-1.3.7.drv' failed with exit code 1
@ build-failed /gnu/store/....-sbcl-1.3.7.drv - 1 builder for 
`/gnu/store/....-sbcl-1.3.7.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/....-sbcl-1.3.7.drv' 
failed

Sergei Trofimovich (3):
  gnu: zip: add missing '#:modules' imports
  gnu: go-1.4: Add missing module imports.
  gnu: sbcl: Add missing module imports

 gnu/packages/golang.scm | 3 ++-
 gnu/packages/lisp.scm   | 5 ++++-
 gnu/packages/zip.scm    | 3 +++
 3 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26841: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Date: Tue, 9 May 2017 17:53:43 +0200
Hi Sergei,

I applied all 3 with very minor corrections (typo) to core-updates and master.

Thanks!


--- End Message ---

reply via email to

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