Received: from libero.it (smtp-18.italiaonline.it [213.209.10.18]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 5C8CE221CC7 for <~alpine/users@lists.alpinelinux.org>; Tue, 12 May 2026 08:38:13 +0000 (UTC) Received: from [192.168.1.36] ([151.55.27.115]) by smtp-18.iol.local with ESMTPA id Mid3wyMZHvXD3Mid3wTzQc; Tue, 12 May 2026 10:38:13 +0200 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2021; t=1778575093; bh=yrqAEPJyaHhkovxzX3sG+KATmh3xfDzkJH9H1meNY/k=; h=From; b=nM2ryHLfpLbabZ1RLTckFUOZebSCN/xkQruu6FyE4NtuHgSonZUsGSpozO8XRBZXd BlE/VUlVQxtHsZeJYXFQm16kL672ZUNwwW+wxnF/c1OxLOzgZIckT0G4Bvu5ueY/5h pQDoP28AagyzOhyL1vqMy1huq6UhTUrc22frtyLmuEUvClZaD1x5GueSSwHyHysOqE SHc2uGLSmMNVipDRh24vc8d19jTsVSOysnVdAkv2w6ucXDiDOxf72hwiYF/PTPKR0A KCsiAnPpWPKdiXuLmwJVlbJf21LCVxsxccJkFlbn2wsIH77SP+wGyQiGi6iZaw5mhv FTK7Hmh7otOpA== X-CNFS-Analysis: v=2.4 cv=KNpaDEFo c=1 sm=1 tr=0 ts=6a02e6f5 cx=a_exe a=Tu7JyHiShD+iFds/QpDZzA==:117 a=Tu7JyHiShD+iFds/QpDZzA==:17 a=IkcTkHD0fZMA:10 a=Ur2TBwc9AAAA:8 a=VPxPmtYmQ8QjQmSdZAgA:9 a=3ZKOabzyN94A:10 a=QEXdDO2ut3YA:10 a=ktSBdsvO_o6r8LJDFkxZ:22 From: Riccardo Mottola Subject: ArcticFox on Alpine Linux To: ~alpine/users@lists.alpinelinux.org Message-ID: <14a5b26d-7cc5-45bb-cf9e-401d1c521d9b@libero.it> Date: Tue, 12 May 2026 09:44:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0 SeaMonkey/2.53.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfBPkwSsDNi96hRsus9qzo/HR7vZYhgA+KVAVPA2OKBFCVMUs067DZesVx+VBrTaN4cqDewzdhnL+JmbKic8pq29BWREuerEK84ioWhlWW87evCZdebFy jRNHf+VMwwPPHaxjMSkODVPSvZwbMuooCUr+GgIcYtc72+0DkvFvruQwQVTTd3A0cnRtP3NjvwWmrCNVDvLTfzDVgV0lp9vqrNaPdY6+xiR6WMjj9HpG6IhV Hi, I was able to get ArcitcFox browser running on Alpine Linux! Finally! No screenshot attached because of ML limits. https://pastes.io/K2GRnS8j (Do you have a preferred image paste?) I have some local changes in the build system. Most of them come from gcc15 having more warnings. there are some "caveats". 1) for libstagefright I had to add: media/libstagefright/moz.build +    DEFINES['_LARGEFILE64_SOURCE'] = True 2) browser won't start because XPCOMGlueLoad error for file /home/multix/code/Arctic-Fox/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so: Error loading shared library libmozsqlite3.so: No such file or directory (needed by /home/multix/code/Arctic-Fox/obj-x86_64-pc-linux-gnu/dist/bin/libxul.so) Couldn't load XPCOM. right now, I "hacked" setting LD_LIBRARY_PATH to the build directory. It is strange, since  libxul.so   resides in the same directory as libmozsqlite3.so . What is different between Alpine here compared to e.g. Gentoo or Devuan? A first guess would be that the linker doesn't look in current library or something similar. Riccardo