From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: XML path not found Date: Mon, 19 Jan 2015 22:04:57 +0100 Message-ID: <20150119210457.GA7152@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJVU-00078Q-Di for guix-devel@gnu.org; Mon, 19 Jan 2015 16:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDJVR-0007RE-6U for guix-devel@gnu.org; Mon, 19 Jan 2015 16:05:08 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:57074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJVQ-0007NM-SS for guix-devel@gnu.org; Mon, 19 Jan 2015 16:05:05 -0500 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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