all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: Brett Gilio <brettg@posteo.net>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: Tracker & Gnome
Date: Mon, 8 Oct 2018 21:50:34 +0200	[thread overview]
Message-ID: <20181008215034.558671c1@alma-ubu> (raw)
In-Reply-To: <878t385ioo.fsf@posteo.net>

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

On Mon, 08 Oct 2018 14:42:31 -0500
Brett Gilio <brettg@posteo.net> wrote:

> Ludovic Courtès writes:
> 
> > Hello Brett,
> >
> > To complete what Nils wrote, Tracker is indeed lagging behind on 
> > master:
> >
> > --8<---------------cut 
> > here---------------start------------->8---
> > $ guix refresh tracker
> > gnu/packages/gnome.scm:5715:13: tracker would be upgraded from 
> > 1.12.3 to 2.0.4
> > --8<---------------cut 
> > here---------------end--------------->8---
> >
> > You could try upgrading it and see what happens.
> >
> > In fact, I see that Ricardo upgraded Tracker in 
> > ‘wip-gnome-updates’:
> >
> >   https://git.savannah.gnu.org/cgit/guix.git/commit/?h=wip-gnome-upgrades&id=dd9110df3ad1efaf5cf716f6be5b710b5d348400
> >
> > Ricardo, do you think we could cherry-pick it on ‘master’? 
> > ‘guix
> > refresh -l tracker’ shows only 4 dependent packages.
> >
> > Thanks,
> > Ludo’.  
> 
> Hi Ludo,
> 
> Thank you for your insight.
> 
> I tried passing guix refresh -u tracker to the terminal and am 
> getting
> this output
> 
> guix refresh: error: mkstemp!: Read-only file system
> 

Hi Brett,

it looks like you are trying this with the "installed" guix. But you
need to go from the checked out git repository. You will find
instructions here:

https://www.gnu.org/software/guix/manual/en/html_node/Building-from-Git.html#Building-from-Git

Basicly, you git clone the sources. Then with

guix environment guix

you enter an environment with all dev dependencies for Guix.

Then you can build it with

./bootstrap && ./configure --localstatedir=/var && make

Finally, execute guix from source:

./pre-inst-env guix refresh -u

After that, you will find local changes and you can check and prepare
the patch.

Björn


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2018-10-08 19:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-08  5:45 Tracker & Gnome Brett Gilio
2018-10-08 10:30 ` Nils Gillmann
2018-10-08 13:50   ` Ludovic Courtès
2018-10-08 19:42     ` Brett Gilio
2018-10-08 19:50       ` Björn Höfling [this message]
2018-10-08 19:53         ` Brett Gilio
2018-10-08 19:57       ` Leo Famulari
2018-10-08 20:30     ` Ricardo Wurmus
2018-10-08 22:02       ` Brett Gilio
2018-10-09  6:29         ` Ricardo Wurmus
2018-10-09 21:22           ` Brett Gilio
2018-10-11 19:29             ` Ricardo Wurmus

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=20181008215034.558671c1@alma-ubu \
    --to=bjoern.hoefling@bjoernhoefling.de \
    --cc=brettg@posteo.net \
    --cc=guix-devel@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 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.