On Wed, May 13, 2026 at 08:40:31PM +0100, Paul Goyette wrote: > loaders/python3/meson.build:7:51: ERROR: String '3nb1' cannot be converted to int It wrongly assumes that version numbers are just "x.y.z" with x, y, z integers. In pkgsrc we have PKGREVISION... Fixed now. Thomas