Package glusterfs not available on FreeBSD 13.4

Unfortunately I cannot find the glusterfs package with the pkg command.
Code:
# freebsd-version
13.4-RELEASE-p1

# pkg search -g gluster\*

For example, I can install vim or something like that. So it is not an access problem.
Am I the only one with this problem?

Thank you
 
it seems to exists as a port:
/usr/ports/net/glusterfs
Thank you for your answer.

In the Fallout list logfile i can see an error:

Code:
...
ake: stopped in /wrkdirs/usr/ports/net/glusterfs/work/glusterfs-8.4
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
...

What can I do?

Thank you
 
What can I do?
Port maintainers are informed of build failures, so they are usually already aware of it. You could try and fix it yourself to help the maintainer. If you're not that knowledgeable (understandable) then you're going to have to wait until someone fixes it.
 
Port maintainers are informed of build failures, so they are usually already aware of it. You could try and fix it yourself to help the maintainer. If you're not that knowledgeable (understandable) then you're going to have to wait until someone fixes it.
Thank you SirDice. I am surprised that version 8.5 is being used, since glusterfs-11.1.tar.gz already exists. The checksum seems to be correct, I downloaded it and tried to compile it.
The added Makefile files are still incomprehensible to me. However, the problem exists with FreeBSD 13.3 and 13.4. I will keep trying. If I find anything, I willl let you know.
 
Back
Top