Re: updating Jami to "Together", Qt update?

2020-11-18 Thread aviva
On 11/18/20 2:17 PM, Pierre Neidhardt wrote: > There must always be a first user ;) that is not cute.

Re: GNU Guix 1.2.0rc2 available for testing!

2020-11-18 Thread zimoun
Hi Ludo, On Wed, 18 Nov 2020 at 19:53, Ludovic Courtès wrote: > If everything goes well, let’s release on Monday 23rd. Birthday release? :-) > You can also check the ‘NEWS’ file and the draft blog post at >

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread Jan Wielkiewicz
Dnia 2020-11-18, o godz. 20:17:54 Ryan Prior napisał(a): > On November 18, 2020, Pierre Neidhardt wrote: > > aviva writes: > > > > > nobody i know uses it.  without a community of users, it has no > > purpose > > > > There must always be a first user ;) > > I use Jami regularly with a few adve

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread Ryan Prior
On November 18, 2020, Pierre Neidhardt wrote: > aviva writes: > > > nobody i know uses it.  without a community of users, it has no > purpose > > There must always be a first user ;) I use Jami regularly with a few adventurous friends who like peer-to- peer things. We often have to fall back to

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread aviva
On 11/18/20 1:11 PM, Jan Wielkiewicz wrote: >> I wish I could find a reason to use it >> >> > Works without a server, full p2p, can run in LAN without the Internet > access, allows sending files p2p, allows audio/video calls, > multi-platform, etc. nobody i know uses it.  without a community of u

GNU Guix 1.2.0rc2 available for testing!

2020-11-18 Thread Ludovic Courtès
Hello Guix! Here’s the second and hopefully last release candidate for 1.2.0: source: https://alpha.gnu.org/gnu/guix/guix-1.2.0rc2.tar.gz binary tarball (to install on a “foreign distro”): https://alpha.gnu.org/gnu/guix/guix-binary-1.2.0rc2.aarch64-linux.tar.xz https://alpha.gnu.

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread Jan Wielkiewicz
Dnia 2020-11-17, o godz. 21:06:44 aviva napisał(a): > On 11/17/20 8:45 PM, Jan Wielkiewicz wrote: > > Hello everyone, > > > > I managed to compile the latest release of Jami and I'll be sending > > patches soon. > > Is anyone planning to update Qt to 5.15.1? It would be nice if Jami > > used this

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread Jan Wielkiewicz
Dnia 2020-11-18, o godz. 09:10:52 Pierre Neidhardt napisał(a): > Hi Jan! > > Jan Wielkiewicz writes: > > > I managed to compile the latest release of Jami and I'll be sending > > patches soon. > > Congrats and thanks again for your continuous effort! Thanks. > > Is anyone planning to update

Re: Updating to latest Bioconductor release

2020-11-18 Thread zimoun
On Wed, 18 Nov 2020 at 17:33, Roel Janssen wrote: > Okay. Then I'll look into it. I currently have only these left as > changed in my tree: > - r-atacseqqc: Needs r-rhdf5lib. > - r-cytoml: Needs r-rhdf5lib. > - r-scater: Needs r-rhdf5lib. > - r-scuttle (new package for r-scran): Needs r-rhdf5li

Re: Updating to latest Bioconductor release

2020-11-18 Thread Roel Janssen
On Wed, 2020-11-18 at 17:23 +0100, zimoun wrote: > Hi Roel, > > On Wed, 18 Nov 2020 at 17:13, Roel Janssen wrote: > > > I pushed updates and fixes for various packages. Now I'm at r- > > rhdf5lib. > > Cool! > > > > In 38881c9368595c5a894abe3695d98aabb1ef0029 you updated it to > > 1.12.0, > >

Re: Updating to latest Bioconductor release

2020-11-18 Thread zimoun
Hi Roel, On Wed, 18 Nov 2020 at 17:13, Roel Janssen wrote: > I pushed updates and fixes for various packages. Now I'm at r- > rhdf5lib. Cool! > In 38881c9368595c5a894abe3695d98aabb1ef0029 you updated it to 1.12.0, > but it seems that building has changed quite a bit. I wonder how it > could'

Re: Updating to latest Bioconductor release

2020-11-18 Thread Roel Janssen
Hi Simon, On Wed, 2020-11-18 at 12:50 +0100, zimoun wrote: > Hi Roel, > > On Wed, 18 Nov 2020 at 10:31, Roel Janssen wrote: > > > I fixed the build issue with r-delayedarray and a couple of others > > on > > my local machine.  I also updated the bioconductor version variable > > to > > 3.12.  C

Re: Releasing guix binary in Docker format too?

2020-11-18 Thread zimoun
Hi, Thank you for your feedback. On Wed, 18 Nov 2020 at 14:53, Ryan Prior wrote: >> Multiple isolated environments on a single host >> Preserve volume data when containers are created >> Only recreate containers that have changed >> Variables and moving a composition between environments [

Re: Releasing guix binary in Docker format too?

2020-11-18 Thread Ryan Prior
On November 18, 2020, Bengt Richter wrote: > E.g., (quoted from [1]), does the following mean that the guix daemon > potentially could run "projects" > instead of guixbuilder* to create "Multiple isolated environments on a > single host" ? > The features of Compose that make it effective are: > >

Re: Releasing guix binary in Docker format too?

2020-11-18 Thread Bengt Richter
Hi, On +2020-11-17 17:38:09 +0100, Danny Milosavljevic wrote: > Hi, > > On Sun, 15 Nov 2020 19:30:44 +0100 > zimoun wrote: > > > $ docker exec guix guix pack hello > > user with UID 0 not found > > Docker needs to generate a /etc/passwd with uid 0 and the guix build user > accounts, and a /et

Re: Updating to latest Bioconductor release

2020-11-18 Thread zimoun
Hi Roel, On Wed, 18 Nov 2020 at 10:31, Roel Janssen wrote: > I fixed the build issue with r-delayedarray and a couple of others on > my local machine. I also updated the bioconductor version variable to > 3.12. Can I push these changes to the "wip-r" branch, along with > updates of the many pa

Re: [PATCH] Automatically set `geiser-guile-load-path' from .dir-locals

2020-11-18 Thread Miguel Ángel Arruga Vivas
Hello Maxim, Maxim Cournoyer writes: > Hello Miguel, > > Miguel Ángel Arruga Vivas writes: > >> Hi! >> >> Christopher Lemmer Webber writes: >> [...] >>> It sounds like you're already putting together the work to do it. If >>> you don't mind doing it that would save me a lot of time right >>>

Re: Updating to latest Bioconductor release

2020-11-18 Thread Roel Janssen
On Tue, 2020-11-17 at 23:58 +0100, zimoun wrote: > Hi Roel, > > Just to let you know: > >   > > I think the failure is coming from IO on the Berlin machine. > > Are you building this branch too? I fixed the build issue with r-delayedarray and

Re: Why unrelated package trigger rebuild?

2020-11-18 Thread zimoun
Hi, For the interested reader, a quick cross-reference. On Fri, 09 Oct 2020 at 03:35, zimoun wrote: > From the Data Service: > > > > the commit 39222080911eaf3d7f74effe4467c1a04464aef3 which is about the

Re: updating Jami to "Together", Qt update?

2020-11-18 Thread Pierre Neidhardt
Hi Jan! Jan Wielkiewicz writes: > I managed to compile the latest release of Jami and I'll be sending > patches soon. Congrats and thanks again for your continuous effort! > Is anyone planning to update Qt to 5.15.1? Not that I know of, Qt support is always welcome! -- Pierre Neidhardt http