<?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=8114&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / tried to compile firefox-esr from source, failed at version]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8114</link>
		<description><![CDATA[The most recent posts in tried to compile firefox-esr from source, failed at version.]]></description>
		<lastBuildDate>Wed, 22 Jul 2026 13:03:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[tried to compile firefox-esr from source, failed at version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64868#p64868</link>
			<description><![CDATA[<p>system <br />devuan daedalus<br />no pulseaudio no apulse<br />Mozilla Firefox 140.13.0esr <br />see recipe in <a href="https://blog.usro.net/2025/06/how-to-build-debian-from-source/" rel="nofollow">https://blog.usro.net/2025/06/how-to-bu … om-source/</a></p><p>I loaded source code from repository, did some debugging and installing necessary packages<br />at a point the configure script asks for cbindgen for rust with minimum version 0.27.0 , which is part of excalibur and cannot be backported.</p><div class="codebox"><pre><code>grep -isr cbindgen build/moz.configure/bindgen.configure | grep -i version 
def check_cbindgen_version(cbindgen, fatal=False):
    cbindgen_min_version = Version(&quot;0.27.0&quot;)
    version = Version(check_cmd_output(cbindgen, &quot;--version&quot;).strip().split(&quot; &quot;)[1])
    log.debug(&quot;%s has version %s&quot; % (cbindgen, version))
    if version &gt;= cbindgen_min_version:
    cbindgen version {} is too old. At least version {} is required.
                version, cbindgen_min_version, cbindgen
        check_cbindgen_version(cbindgen_override[0], fatal=True)
        if check_cbindgen_version(candidate):
    check_cbindgen_version(candidates[0], fatal=True)</code></pre></div><div class="codebox"><pre><code>aptitude show cbindgen
Paket: cbindgen                                 
Version: 0.24.3-2+b2</code></pre></div><p>How come : has a backport gone wrong ?<br />can I modify line 2 of grep output without harm ?<br />Is it a bug ?</p>]]></description>
			<author><![CDATA[dummy@example.com (bai4Iej2need)]]></author>
			<pubDate>Wed, 22 Jul 2026 13:03:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64868#p64868</guid>
		</item>
	</channel>
</rss>
