<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7219&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Bug in Devuan (pkgconf)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7219</link>
		<description><![CDATA[The most recent posts in Bug in Devuan (pkgconf).]]></description>
		<lastBuildDate>Tue, 27 May 2025 22:13:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Bug in Devuan (pkgconf)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=55849#p55849</link>
			<description><![CDATA[<p>What is:</p><div class="codebox"><pre><code>$ pkgconf --libs --cflags gl
-lGL 
$ pkgconf --libs --cflags GL
Package GL was not found in the pkg-config search path.
Perhaps you should add the directory containing `GL.pc&#039;
to the PKG_CONFIG_PATH environment variable
Package &#039;GL&#039;, required by &#039;virtual:world&#039;, not found </code></pre></div><p>What should be:</p><div class="codebox"><pre><code>$ pkgconf --libs --cflags gl
-I/usr/include/GL -lGL 
$ pkgconf --libs --cflags GL
-I/usr/include/GL -lGL</code></pre></div><p>Otherwise, you may get errors like this:</p><div class="codebox"><pre><code>dependency GL found: NO
OpenGL Spectrum Analyzer: false</code></pre></div><p>A workaround might be obvious, if you do not suffer from dementia.</p><p>What might be needed is &quot;/usr/include/&quot; in a sort of &#039;virtual:path&#039; in the so-called &#039;virtual:world&#039;. This might be an esoteric problem.<br />In any case, a simple workaround fixed the problem. Now it looks like this:</p><div class="codebox"><pre><code>dependency GL version: 1.2 found: YES
OpenGL Spectrum Analyzer: true </code></pre></div><p>However, opengl.pc might also be wrong:</p><div class="codebox"><pre><code>$ pkgconf --libs --cflags opengl
-lOpenGL </code></pre></div><p>It seems that &quot;gtk+-3.0&quot; was already fixed:</p><div class="codebox"><pre><code>$ pkgconf --libs --cflags gtk+-3.0
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/gio-unix-2.0 -I/usr/include/GL -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Tue, 27 May 2025 22:13:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=55849#p55849</guid>
		</item>
	</channel>
</rss>
