I am trying to install gramps from a git repository.
Here is what I did:
I cloned the branch maintenance/gramps52 into a local repository using git clone --single-branch --branch maintenance/gramps52 https://github.com/gramps-project/gramps.git
I cd to the repository
Then run python3 setup.py build
And got this message:
running build
error: [Errno 2] No such file or directory: 'msgfmt'
I think the error occurs when creating the mo file for arabic, as in the “build/mo” folder there is only an “ar” folder.
Am I doing something wrong?
gramps: 5.2.1-e9b8026ae
o.s.: linux
kernel: 6.5.0-17-generic
As far as I can see the user has the right branch, because he cloned just that.
And I can also see that he’s running Ubuntu 20.04.
And for that, we have instructions in the INSTALL file that mention a single command that can download all the dependencies for him. That´s why I mentioned that file, and did not spell it out for him.
The gramps52 branch is now 2 commits ahead of the v5.2.0 tag.
If you build from the tip of the gramps52 branch, Gramps will report a development version (5.2.1-e9b8026ae) along with the usual warning. It shouldn’t cause a problem though.
By checking the version codes, and their status. Fedora 39 is the one that I used to test the install from source, so I was a little suprised to find a version 41 being built already. And then I mentioned the Rawhide term to see how you would react.
Anyway, here’s the release plan according to Wikipedia:
And that suggests that we may simply concentrate on fc39 and fc40, or even just fc39.