The officially official Devuan Forum!

You are not logged in.

#1 Today 13:03:19

bai4Iej2need
Member
From: Ortenau
Registered: 2021-04-25
Posts: 150  

tried to compile firefox-esr from source, failed at version

system
devuan daedalus
no pulseaudio no apulse
Mozilla Firefox 140.13.0esr
see recipe in https://blog.usro.net/2025/06/how-to-bu … om-source/

I loaded source code from repository, did some debugging and installing necessary packages
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.

grep -isr cbindgen build/moz.configure/bindgen.configure | grep -i version 
def check_cbindgen_version(cbindgen, fatal=False):
    cbindgen_min_version = Version("0.27.0")
    version = Version(check_cmd_output(cbindgen, "--version").strip().split(" ")[1])
    log.debug("%s has version %s" % (cbindgen, version))
    if version >= 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)
aptitude show cbindgen
Paket: cbindgen                                 
Version: 0.24.3-2+b2

How come : has a backport gone wrong ?
can I modify line 2 of grep output without harm ?
Is it a bug ?

Last edited by bai4Iej2need (Today 13:03:59)


The devil, you know, is better than the angel, you don't know. by a British Citizen, I don't know too good.
One generation abandons the enterprises of another like stranded vessels. By Henry David Thoreau, WALDEN, Economy. Line 236 (Gutenberg text Version)
broken by design :
https://bugs.debian.org/cgi-bin/bugrepo … bug=958390

Offline

Board footer