unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* XML path not found
@ 2015-01-19 21:04 Andreas Enge
  2015-01-20 21:32 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2015-01-19 21:04 UTC (permalink / raw)
  To: guix-devel

Hello,

when running "guix package -i ...", I obtain the following message:

find-files: /home/privat/.guix-profile/xml/: No such file or directory

Maybe, somewhere some special code needs to first check the existence
of the subdirectory/symbolic link.

Andreas

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: XML path not found
  2015-01-19 21:04 XML path not found Andreas Enge
@ 2015-01-20 21:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-01-20 21:32 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> when running "guix package -i ...", I obtain the following message:
>
> find-files: /home/privat/.guix-profile/xml/: No such file or directory

Here’s a way to reproduce it:

--8<---------------cut here---------------start------------->8---
$ guix package -p foo -i libxml2 coreutils
The following packages will be installed:
   coreutils	8.23	/gnu/store/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23
   libxml2	2.9.0	/gnu/store/dng0rvcw4264k0r9fp7618bxsh20bi9v-libxml2-2.9.0

The following derivations will be built:
   /gnu/store/0j5fmnybblpivdm0zn9aipg5m6lgig7d-profile.drv
   /gnu/store/l8jh34wf5nw8hh1li02qmw8iwx20nh8z-info-dir.drv
The following file will be downloaded:
   /gnu/store/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23
found valid signature for '/gnu/store/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23', from 'http://hydra.gnu.org/nar/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23'
downloading `/gnu/store/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23' (13.9 MiB installed)...
http://hydra.gnu.org/nar/l0jj1fha44653zl97kmyfcskfabim93n-coreutils-8.23	3632.0 KiB transferred
2 packages in profile
find-files: foo/xml/: No such file or directory
--8<---------------cut here---------------end--------------->8---

This is because the search path of libxml2 specifies a file pattern for
files in the xml/ sub-directory.  In the above case, there’s no such
sub-directory, so we get that annoying warning.

Commit 1a09650 works around that.

However, I think we also get it in build logs, so we’ll have to fix it
in ‘search-path-as-list’ eventually.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-20 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 21:04 XML path not found Andreas Enge
2015-01-20 21:32 ` Ludovic Courtès

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).