unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Gerber <dg@atufi.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 34590@debbugs.gnu.org
Subject: bug#34590: Effects of GUIX_PACKAGE_PATH and --load-path differ
Date: Wed, 06 Mar 2019 15:43:41 +0100	[thread overview]
Message-ID: <87h8cg3vxe.fsf@atufi.org> (raw)
In-Reply-To: <87lg1si0n0.fsf@gnu.org>

Hi,  2019-03-06, Ludovic Courtès: 

> However, what do /gnu/guix-local-packages/ contain?  I suppose 
> it provides node@11.10.0? 

Yes, it provides node@11.10.0 *plus* its dependency libuv@1.26.0. 

  $ tree /gnu/guix-local-packages/ /gnu/guix-local-packages/ ├── 
  gnu │   └── packages │       ├── libevent.scm │       └── 
  node.scm └── node-llhttp.patch 
 
> Then my guess is that “node@11.10.0” is ambiguous and that 
> ‘specification->package’ chooses one of the two in a 
> non-deterministic fashion. 
> 
> Can you show the output of: 
> 
>   guix package -A node guix package -A node -L 
>   /gnu/guix-local-packages 
>   GUIX_PACKAGE_PATH=/gnu/guix-local-packages guix package -A 
>   node 

  $ guix package -A '^(node|libuv)' libuv	1.24.0	out 
  gnu/packages/libevent.scm:125:2 libuv	1.19.2	out 
  gnu/packages/libevent.scm:159:2 node	9.11.1	out 
  gnu/packages/node.scm:46:2 node-lts	8.12.0	out 
  gnu/packages/node.scm:202:2 
 
  $ guix package -A '^(node|libuv)' -L /gnu/guix-local-packages 
  ;;; note: source file 
  /gnu/guix-local-packages/gnu/packages/libevent.scm ;;; 
  newer than compiled 
  /gnu/store/l6wkk4kzhvkg014slv3plx513cgxqx6h-guix-module-union/lib/guile/2.2/site-ccache/gnu/packages/libevent.go 
  ;;; note: source file 
  /gnu/guix-local-packages/gnu/packages/node.scm ;;;       newer 
  than compiled 
  /gnu/store/l6wkk4kzhvkg014slv3plx513cgxqx6h-guix-module-union/lib/guile/2.2/site-ccache/gnu/packages/node.go 
  libuv	1.19.2	out 
  /gnu/guix-local-packages/gnu/packages/libevent.scm:159:2 libuv 
  1.26.0	out 
  /gnu/guix-local-packages/gnu/packages/libevent.scm:125:2 node 
  11.10.0	out 
  /gnu/guix-local-packages/gnu/packages/node.scm:46:2 node-lts 
  8.12.0	out 
  /gnu/guix-local-packages/gnu/packages/node.scm:185:2 
 
  $ GUIX_PACKAGE_PATH=/gnu/guix-local-packages guix package -A 
  '^(node|libuv)' ;;; note: source file 
  /gnu/guix-local-packages/gnu/packages/libevent.scm ;;; 
  newer than compiled 
  /gnu/store/l6wkk4kzhvkg014slv3plx513cgxqx6h-guix-module-union/lib/guile/2.2/site-ccache/gnu/packages/libevent.go 
  ;;; note: source file 
  /gnu/guix-local-packages/gnu/packages/node.scm ;;;       newer 
  than compiled 
  /gnu/store/l6wkk4kzhvkg014slv3plx513cgxqx6h-guix-module-union/lib/guile/2.2/site-ccache/gnu/packages/node.go 
  libuv	1.26.0	out 
  /gnu/guix-local-packages/gnu/packages/libevent.scm:125:2 libuv 
  1.19.2	out 
  /gnu/guix-local-packages/gnu/packages/libevent.scm:159:2 node 
  11.10.0	out 
  /gnu/guix-local-packages/gnu/packages/node.scm:46:2 node-lts 
  8.12.0	out 
  /gnu/guix-local-packages/gnu/packages/node.scm:185:2 
 
I note the order of libuv packages varies, but versions are 
correct.   Also, should one worry about the "source newer than 
compiled" messages?  I presumed the cached .go files come from the 
official channel, hence older than the sources in 
/gnu/guix-local-packages.


--
Daniel Gerber
--

  reply	other threads:[~2019-03-06 14:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-20 10:38 bug#34590: Effects of GUIX_PACKAGE_PATH and --load-path differ Daniel Gerber
2019-03-06 13:38 ` Ludovic Courtès
2019-03-06 14:43   ` Daniel Gerber [this message]
2019-03-06 17:49     ` Ludovic Courtès
2019-03-07  8:01       ` Daniel Gerber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h8cg3vxe.fsf@atufi.org \
    --to=dg@atufi.org \
    --cc=34590@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).