Re: [PATCH] WIP patches for the rust importer

2019-12-01 Thread Ivan Petkov
Hi Martin! > On Dec 1, 2019, at 7:17 PM, Martin Becze wrote: > > oh to be more clear. Even with "#:skip-build? #t" on all the rust libs, > things fail if I omit one optional dependency from somewhere. I'm just > testing on hello-cli but hello-cli inculdes clap which has alot of > optional deps.

Re: [PATCH] WIP patches for the rust importer

2019-12-01 Thread Martin Becze
On 2019-12-01 08:59, Efraim Flashner wrote: > On Fri, Nov 29, 2019 at 07:59:35AM -0800, Martin Becze wrote: >> On 2019-11-28 12:22, Efraim Flashner wrote: >> > On Wed, Nov 27, 2019 at 04:36:20PM -0800, mjbe...@riseup.net wrote: >> >> >> >> > I'd love to see what you have so far if you want to share

Re: [PATCH] WIP patches for the rust importer

2019-12-01 Thread Martin Becze
On 2019-12-01 08:54, Efraim Flashner wrote: > Also, we don't want Guix to think 1.2.3 can only be upgraded to 1.2.3.4 > and not to 1.2.4. I'm kinda lost on this one. Why would guix think 1.2.3 can only be upgraded to 1.2.3.4?

Re: New POWER9 machines for the Guix build farm?

2019-12-01 Thread dftxbs3e
Hello, There is libre firmware being worked on, latest news say that it does work but some features are not implemented. I have not tested that firmware however. There is a contest organized by RaptorCS to liberate the firmware: https://www.raptorcs.com/TALOSII/nic_fw_contest.php And here'

Re: Updating Mono

2019-12-01 Thread Gábor Boskovits
Hello, Brett Gilio ezt írta (időpont: 2019. dec. 1., Vas 5:13): > > Hey all, I am currently working on updating the mono package that was > first placed in our package definitions by Jan Nieuwenhuizen I believe. > > I am currently running into an issue where I am not able to understand > which t

Re: Packaging Jami progress

2019-12-01 Thread Jan
On Sun, 01 Dec 2019 18:32:36 +0100 Pierre Neidhardt wrote: > If it works for you, then I think it's ready! I'll do some more tests - video/audio conference, but for now everything works - chat, sending files. As for updating, Sébastien Blin said that since then they had bumped opendht and had pa

Re: Packaging Jami progress

2019-12-01 Thread Jan
I see the changes got merged. Tested Jami and it works great :) I guess the wrapper was the issue. I am going to update it to the latest version, this time I'll try sending the patches myself in order to learn something new. I also told the devs about our success: https://git.jami.net/savoirfaireli

Re: ARM VM with networking support?

2019-12-01 Thread Mathieu Othacehe
Hey Ludo, > Here’s my tentative config file. I just generated a disk-image with your config file! Just like you, I did hit the "unsupported ioctl" issue on both master and core-updates branch. The reason is that the command run when producing the disk image is: qemu-arm qemu-system-a

Re: [PATCH] WIP patches for the rust importer

2019-12-01 Thread Efraim Flashner
On Fri, Nov 29, 2019 at 07:59:35AM -0800, Martin Becze wrote: > On 2019-11-28 12:22, Efraim Flashner wrote: > > On Wed, Nov 27, 2019 at 04:36:20PM -0800, mjbe...@riseup.net wrote: > >> > >> > I'd love to see what you have so far if you want to share > >> > >> Okie Dokie, I posted it and cc'd ya. >

Re: [PATCH] WIP patches for the rust importer

2019-12-01 Thread Efraim Flashner
On Fri, Nov 29, 2019 at 04:59:31AM -0800, Martin Becze wrote: > On 2019-11-28 12:22, Efraim Flashner wrote: > > I'll take a look at it in a minute. I figured with the versioned > > requirements we would always want to be specific in version numbers for > > crate dependents so I figured it made sens