From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: [ANN] Emacs-Guix 0.4.1 Date: Thu, 28 Jun 2018 12:23:07 +0200 Message-ID: <87lgaz8b1w.fsf@gmail.com> References: <8736x9h5vs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYU52-0004TI-Nq for help-guix@gnu.org; Thu, 28 Jun 2018 06:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYU51-0000Ws-GQ for help-guix@gnu.org; Thu, 28 Jun 2018 06:23:12 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:55501) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYU51-0000Vt-8d for help-guix@gnu.org; Thu, 28 Jun 2018 06:23:11 -0400 Received: by mail-wm0-x231.google.com with SMTP id v16-v6so9054108wmv.5 for ; Thu, 28 Jun 2018 03:23:11 -0700 (PDT) In-reply-to: <8736x9h5vs.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Kost Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Alex! Thanks a lot for this release! I'm still having issues however: 1. `guix-installed-user-packages' does not seem to know about the updated guix packages after a `guix pull'. 2. All transactions fail, for instance: =2D-8<---------------cut here---------------start------------->8--- (process-package-actions "/var/guix/profiles/per-user/ambrevar/guix-profile= " #:install '((43818368 "out")) #:upgrade '() #:remove '() #:use-substitute= s? #t #:dry-run? #f) The process begins ... The following package will be installed: ncdu 1.13 /gnu/store/ir2izsd72axl0xxdl4aapr9bz0vssm31-ncdu-1.13 substitute: updating substitutes from 'http://mirror.hydra.gnu.org'... 100.= 0% The following derivations will be built: /gnu/store/1jmicry5wlk1zmxqkvfdnabpkqjqhsy8-profile.drv /gnu/store/zpgkmbwa6mfv2516smi0fk5izm3y4cq8-xdg-mime-database.drv /gnu/store/sp176agljg5csn8z043ydslf0ipl2rbm-ca-certificate-bundle.drv /gnu/store/pbxcgf4bm61g7ip2hg4qd1kfagpncs6b-fonts-dir.drv /gnu/store/jhaszp492nqh0lmacdzsidalm3yknqrq-ghc-package-cache.drv /gnu/store/ijz4z5cdfm2z2ly8paaji4lkl1p97m9l-gtk-im-modules.drv /gnu/store/biy8a424ayksq8shry4s9pp8wa2l0c8l-gtk-icon-themes.drv /gnu/store/awxqzb7397790x1p4saqbrn8jw8mpcnn-xdg-desktop-database.drv /gnu/store/20bgjzq55yz71jv0q96wjc28x1zlf98r-glib-schemas.drv /gnu/store/0yx4lcx26jljs8z77kx7mdrnswq9x4ln-info-dir.drv /gnu/store/f4zznhia3rjm9qpry4mjvxfv85wvnj1g-manual-database.drv Warning: Schema ?org.gnome.gmtp? has path ?/apps/gMTP/?. Paths starting wi= th ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Path= s starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths = starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/= ?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/http= s/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecate= d. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?.= Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/sock= s/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecate= d. Backtrace: 10 (primitive-load "/gnu/store/mbly9vgw50f7wl028rjk8zp1xw7?") In ice-9/eval.scm: 721:20 9 (primitive-eval (begin (use-modules (guix build #) ?) #)) In ice-9/psyntax.scm: 1235:36 8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?) 1182:24 7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) In ice-9/boot-9.scm: 3365:20 4 (process-use-modules _) 222:17 3 (map1 (((guix build utils)) ((guix build union)) ((?)) ?)) 3366:31 2 (_ ((guix build utils))) 2791:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) ERROR: In procedure scm-error: no code for module (guix build utils) =2D-8<---------------cut here---------------end--------------->8--- Is something wrong my setup? =2D-=20 Pierre Neidhardt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAls0twsACgkQm9z0l6S7 zH+CQwf/TidHbcYvvQs8zHCCBtwOvBB1saoo/ieFW/UqNe/rfbJ/JXmGSZMlc0Ht tBnN6X5LSstRZIWmdMA65yaS3eeqV4/bKuF8zjz4n6UAGqi8EuyHwVxiwgGP9mOk mJSd3YR4tDzEne7lPgaegADd+mrQ6UYALdpdgT0QmOfR9KwqrWf/ni9fdOgVnevO cp/2Te4GQrhcX+QEhRblyRGwJGCHdm+KnnNKb/H8tK1yVKZbrOXeuNtVsIpf7wC7 ACMKpSktZ0iC4fTfz55SlY/Kc14+MWsNsJKlkSO4a2y1lNcAL8GVYs2Ae7mJibMx 2evUNUY4EqU1T3TX6olCAmWTwFGWeg== =HJPG -----END PGP SIGNATURE----- --=-=-=--