From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Getting rid of "source file [...] newer than compiled" messages Date: Fri, 29 Mar 2019 03:46:15 +0100 Message-ID: <87imw21jpk.fsf@elephly.net> References: <87ef6q3muf.fsf@gmail.com> <87lg0y1xut.fsf@elephly.net> <875zs2313w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9hXX-0002ih-7a for help-guix@gnu.org; Thu, 28 Mar 2019 22:46:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9hXW-0003NS-BA for help-guix@gnu.org; Thu, 28 Mar 2019 22:46:43 -0400 Received: from sender.zoho.com ([135.84.80.194]:21249 helo=sender-of-o51.zoho.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9hXV-0003JX-Tl for help-guix@gnu.org; Thu, 28 Mar 2019 22:46:42 -0400 In-reply-to: <875zs2313w.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: Katherine Cox-Buday Cc: help-guix@gnu.org Katherine Cox-Buday writes: > I'm not using Guix from a source checkout. I've issued `guix pull` (both > under the root account and as my user account) a few times with no > change. Hmm, this should never leave you with an uncompiled Guix. Can you tell us more about the environment in which this happens? (e.g. the output of =E2=80=9Cenv=E2=80=9D will be fine.) > `guix` is symlinked from `/usr/local/bin/guix` to > `/var/guix/profiles/per-user/root/current-guix/bin/guix` which points to > the latest profile (which is updated when running `guix pull` as root. When using =E2=80=9Cguix pull=E2=80=9D it will install into the current use= r=E2=80=99s ~/.config/guix/current/. Are you only using Guix as the root user? > Do I need to `guix package -i guix` to get a good version? No. You should never run =E2=80=9Cguix package -i guix=E2=80=9D because it= necessarily installs an *older* version of Guix than the version you use to install it. -- Ricardo