Re: Arun Isaac Presentation on guix-forge this Saturday

2022-05-26 Thread Arun Isaac
Hi all, Thanks for giving me this opportunity to present guix-forge. In particular, I wish to thank both jgart and Pjotr. guix-forge owes its existence to their encouragement. guix-forge is a Guix service that, ambitiously, tries to reproduce a sourcehut, GitHub or GitLab like code forge, but u

Re: Arun Isaac Presentation on guix-forge this Saturday

2022-05-26 Thread Arun Isaac
Hi Olivier, > Tell me, does Laminar check for channels update like cuirass? The main > feature I like about cuirass is that if any dependencies of a package is > updated, it will rebuild my package. If it does support that, I will > seriously consider switching to guix-forge for my project. S

Re: Move /gnu/store to another filesystem

2022-05-26 Thread Giovanni Biscuolo
Hello Théo Théo Maxime Tyburn writes: [...] > (define %store-fs ;; <--- This is what I want to add. > (file-system (device (file-system-label "storage-fs")) > (mount-point mt-point) > (type "/gnu/store") maybe you misconfigured "mount-point" and "type"? what about

Re: Move /gnu/store to another filesystem

2022-05-26 Thread Théo Maxime Tyburn
Hi Gio, Giovanni Biscuolo writes: [...] > maybe you misconfigured "mount-point" and "type"? > > what about: > > --8<---cut here---start->8--- > > (define %store-fs ;; <--- This is what I want to add. >(file-system (device (file-system-label "storage-fs

Re: Blender export backend missing

2022-05-26 Thread Théo Maxime Tyburn
Hello, I tried several things in the last days. Unfortunatly I still didn’t manage to build Blender with the new OpenEXR IMath version. Long story short: I think upgrading blender to 3.1.0 will solve the problem. But this requires to have python 3.10. So I’ll wait until we have it and come back to

Breaking change: Make 'description' of mandatory

2022-05-26 Thread Reily Siegel
Hello, This commit at 3948ac25b1dccc40c7fdf56377f94a0775a835ee broke my configuration. I don't mean to grumble about this, but rather figure out if I am doing something horribly wrong in my configuration to cause such a simple change to break things, and perhaps alert other people making similar m

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-05-26 Thread Giovanni Biscuolo
Hello Kaelyn and Ludo' thank you for your help! Kaelyn writes: [...] >> First, we need to cherry-pick relevant commits from gitlab.com. Any >> takers? If you Giovanni or anyone else is willing to help, I'd be really happy to help, I just saw Kaelyn was already working on this unfortunately I

Re: Arun Isaac Presentation on guix-forge this Saturday

2022-05-26 Thread Development of GNU Guix and the GNU System distribution.
On Thu, 26 May 2022, Arun Isaac wrote: >> Tell me, does Laminar check for channels update like cuirass? The main >> feature I like about cuirass is that if any dependencies of a package is >> updated, it will rebuild my package. If it does support that, I will >> seriously consider switching to

Re: Arun Isaac Presentation on guix-forge this Saturday

2022-05-26 Thread Arun Isaac
Hi Olivier, > Right. Postgresql makes sens for huge CI like ci.guix.gnu.org I guess. > However it would indeed be nice to have the option to select sqlite as > the DBMS. Exactly! > Maybe the solution would be to use a object-relational mapper and > generate the schemas on the fly depending on

Re: Move /gnu/store to another filesystem

2022-05-26 Thread Kaelyn
Hi Théo, n Thursday, May 26th, 2022 at 3:44 AM, Théo Maxime Tyburn wrote: > Hi Gio, > > Giovanni Biscuolo g...@xelera.eu writes: > > > [...] > > > maybe you misconfigured "mount-point" and "type"? > > > > what about: > > > > --8<---cut here---start->8--- > >

Re: Move /gnu/store to another filesystem

2022-05-26 Thread Théo Maxime Tyburn
Hello Gio and Kaelyn, I figured out where the problem came from. I forgot to use the -p option while copying the store with cp. Because of this some scheme files where newer than their compiled counterpart, which forced to compile them anew. Just did everything again with cp -p and it worked li

Re: Breaking change: Make 'description' of mandatory

2022-05-26 Thread Liliana Marie Prikler
Hi, Am Donnerstag, dem 26.05.2022 um 09:38 +0200 schrieb Reily Siegel: > The solution here is incredibly obvious, I just need to add > descriptions to services I declare in my configuration, but that this > change happened, and I didn't see anyone else have issues on guix- > devel, guix-help, or e

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-05-26 Thread Théo Maxime Tyburn
Hi, I would also be happy to help if I can. I could create a new branch starting at savannah’s HEAD and cherry pick everything relevant from gitlab since the merge-base. That would probably be everything except the duplicates, so the 4 commit Kaelyn mentioned, right ? Probably we also need to ga

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-05-26 Thread Kaelyn
Hello Gio' On Thursday, May 26th, 2022 at 8:01 AM, Giovanni Biscuolo wrote: > Hello Kaelyn and Ludo' > > thank you for your help! > > Kaelyn kaelyn.al...@protonmail.com writes: > > > [...] > > > > First, we need to cherry-pick relevant commits from gitlab.com. Any > > > takers? If you Giovanni

Test Failure when upgrading python-rope

2022-05-26 Thread jgart
Hi Guixers, Can anyone help me debug this test failure for python-rope? The part that jumps out at me from the traceback is `AssertionError: ('from build import env', 'env') not found in []` More logs follow: ``` test_a_function_with_different_returns (ropetest.advanced_oi_test.NewStaticOITes

Re: Move /gnu/store to another filesystem

2022-05-26 Thread Giovanni Biscuolo
Hello Théo Théo Maxime Tyburn writes: > I figured out where the problem came from. I forgot to use the -p option > while copying the store with cp. Because of this some scheme files where > newer than their compiled counterpart, which forced to compile them anew. > > Just did everything again wi

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-05-26 Thread Giovanni Biscuolo
Hello, I've removed "GNU Guix maintainers " Kaelyn writes: [...] >> how is your cherry-picking going? >> >> is there anything I can do to help? [...] > However, I keep getting elisp errors about something having the wrong > number of arguments, I think it depends from the Emacs upgrade to 2

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-05-26 Thread Giovanni Biscuolo
Hi Théo Théo Maxime Tyburn writes: > I would also be happy to help if I can. > > I could create a new branch starting at savannah’s HEAD where do you plan to push that branch to? I mean, what git remote? > and cherry pick everything relevant from gitlab since the > merge-base. That would proba