all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Andy Tai <lichengtai@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: question on workflow for package definition development
Date: Sat, 20 Mar 2021 09:51:18 +0100	[thread overview]
Message-ID: <87im5mw6m1.fsf@elephly.net> (raw)
In-Reply-To: <CAJsg1E-ZFjbH=ZCCVt6oGyzrxZbAqebjfyW9C_FiHsCotXNmfw@mail.gmail.com>


Andy Tai <lichengtai@gmail.com> writes:

> guix environment -C guix --ad-hoc bash vim guile-json

You don’t need to add guile-json here.  It’s part of the environment for “guix”.

> gcc --version
> guile --version
> rm -rf autom4te.cache/ # to be sure
> make clean
> ./bootstrap
> ./configure --localstatedir=/var
> make clean    # to be really sure
> make clean-go # to be even surer

One time “make clean” is quite sufficient.  You don’t need to run it
twice.  “make clean-go” is a subset of “make clean”, so if you already
ran the latter (twice!) then you don’t need “make clean-go”.

> However, now every time after I do git pull in guix.git, I need to
> repeat the steps above from
>
> guix environment -C guix --ad-hoc bash vim guile-json
>
> and make clean, re-configure, etc..  I find that just redoing make (in
> the special guix environment) will not work.

I can’t remember the last time I ran “make clean”.  Even “make clean-go”
is pretty rare.  What does “will not work” mean?

-- 
Ricardo


      reply	other threads:[~2021-03-20  8:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-19 20:23 question on workflow for package definition development Andy Tai
2021-03-20  8:51 ` Ricardo Wurmus [this message]

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

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

  git send-email \
    --in-reply-to=87im5mw6m1.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=lichengtai@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.