Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: missing package glib2-2.80.4-bootstrap
To:
Toni Born <goi0129.286@gmail.com>
Cc:
ports@openbsd.org
Date:
Wed, 9 Oct 2024 09:32:30 +0200

Download raw body.

Thread
On Wed, Oct 09, 2024 at 08:12:02AM +0200, Toni Born wrote:
> Seems that the package glib2-2.80.4-bootstrap.tgz is missing in both
> 7.6/amd64 and -current.

What's the problem you run into?

This bootstrap flavor is known to cause issues for bulk builders but it
should be invisible for end users. It is not supposed to be packaged.

From glib2/Makefile:

# XXX  handle cyclic dependency: glib2 -> g-o-i -> glib2;
# do NOT add an entry to devel/Makefile, used for building gobject-introspection
FLAVORS=		bootstrap
FLAVOR?=
.if ${FLAVOR:Mbootstrap}
# we don't want anyone to use this package directly
PERMIT_PACKAGE=		No
CONFIGURE_ARGS +=	-Dintrospection=disabled