general/other Has podman been removed from pkg?

I am trying to install podman on 14.2-RELEASE. I applied the p3 patch but uname still reports p1.

A few weeks ago, podman was available, and I looked at the dependencies, but today it's missing.

It still exists in ports, but cannot be built because of the dependency version mismatches.
 
It still exists in ports, but cannot be built because of the dependency version mismatches.
It's not a dependency mismatch, sysutils/podman was skipped from building on the official FreeBSD packages build cluster because a dependency, lang/go121, has failed to build. Some 540 ports depending on go121 have been skipped from building.

. https://pkg-status.freebsd.org/beefy20/build.html?mastername=142amd64-quarterly&build=37270c265761
. https://pkg-status.freebsd.org/beefy22/build.html?mastername=142amd64-default&build=2e18ed262338

build-cluster-go121.png

As soon as the go issue is resolved, all ports depending on go will be available again. When that will be depends on the go maintainer(s). This can be next package build batch or the following batches.
 
Ok, thanks.

I did try building podman-suite from ports, go121 did build, but some other package failed. I tried building podman from ports and it stopped on version difference with grep, the first dependencies.

Interestingly, running deinstall on podman-suite or podman uninstalls almost all packages from the box, including htop and tmux.
 
it stopped on version difference with grep, the first dependencies.
What is the exact error message?

Note that build dependencies can be packages (see install-missing-packages ports(7) ).

Run make install-missing-packages in the ports directory, those packages not available from package try to build from ports.
 
Back
Top