Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2021 02:00:26 +0300
From:      Evgeniy Khramtsov via desktop <desktop@freebsd.org>
To:        "Dipl.-Ing. Harald E. Langner" <development@langner.net>
Cc:        desktop@freebsd.org, mono@freebsd.org
Subject:   Re: /usr/ports/lang/mono6.8 install error  |  checking for GL/gl.h... no  |  cairo's OpenGL surface backend feature could be enabled... no (gl.pc nor OpenGL headers not found)
Message-ID:  <YMU8igJKwshvkZKx@vax.khramtsov.org>
In-Reply-To: <!&!AAAAAAAAAAAuAAAAAAAAALab5BPgaoRBsHASnv51JVsBANlTnCJhprtFudq2LHCBs8EBACQA//8AABAAAADwQS1cu5SWTrE0YTn7AniKAQAAAAA=@langner.net>
References:  <!&!AAAAAAAAAAAuAAAAAAAAALab5BPgaoRBsHASnv51JVsBANlTnCJhprtFudq2LHCBs8EBACQA//8AABAAAADwQS1cu5SWTrE0YTn7AniKAQAAAAA=@langner.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, TL;DR the whole mail.

Your problem is likely related due to absence of libGL due to global
X11=off. gl.pc is libGL pkg-config file, and libGL requires X11 symbols
to build. You likely do not need OPENGL and XCB for a headless setup,
try to add the following to make.conf:

graphics_cairo_UNSET+= OPENGL XCB

Also see bug 256180:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256180

No idea if this mail will reach you (absence of AAAA RR for your MX),
though desktop mailing list should CC you this mail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YMU8igJKwshvkZKx>