Issues with running Firefox after major Release Upgrade

Hi

Still same issue, but this time output of firefox from terminal has changed as given below:

================================================================================================
root@localhost:~ # firefox
console.error: ({})
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
console.error: "Experiment next-generation-accessibility-engine-powering-screen-readers has unknown featureId: accessibilityCache"
console.error: (new TypeError("a is null", "resource://gre/modules/components-utils/mozjexl.js", 1))
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Segmentation fault (core dumped)
==============================================================================================

Thanks
rraj
 
Hi

Still same issue, but this time output of firefox from terminal has changed as given below:

================================================================================================
root@localhost:~ # firefox
console.error: ({})
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory.
console.error: "Experiment next-generation-accessibility-engine-powering-screen-readers has unknown featureId: accessibilityCache"
console.error: (new TypeError("a is null", "resource://gre/modules/components-utils/mozjexl.js", 1))
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Segmentation fault (core dumped)
==============================================================================================

Thanks
rraj
Are you sure you are building www/firefox with llvm15 (default) or newer with corresponding wasi-* ports?
What is confirmed to work is llvm15 (by me) and 16 (by Ken DEGUCHI) at PR 273291.
And one more. Are you sure you are using main branch of ports tree (or official pkg build from it)? Quarterly (currently still 2023Q4) doesn't seem to have required wasi-* updates. If you want to stick with Quarterly, you should need waiting for upcoming 2024Q1.
 
echo $HOME

ls -hln $HOME/.mozilla/firefox
Hi

Command output is given below:

root@localhost:~ # echo $HOME
/root
root@localhost:~ # ls -hln /root/.mozilla/firefox
total 40
drwx------ 2 0 0 512B Aug 27 15:39 370e37yt.default-1693125905931
drwx------ 5 0 0 1.0K Jan 4 16:53 49jkjhq9.default-1550127755327
drwx------ 2 0 0 512B Aug 27 15:39 8yarfmyh.default-1693127347419
drwx------ 8 0 0 1.5K Jan 3 15:51 ateisdli.default
-rw-r--r-- 1 0 0 54B Jan 3 15:19 installs.ini
drwx------ 9 0 0 1.5K Jan 3 14:47 k32df6dn.default-release
-rw-r--r-- 1 0 0 203B Jan 4 16:53 profiles.ini
-rw-r--r-- 1 0 0 251B Jan 3 15:19 profiles.iniOLD
drwx------ 2 0 0 2.0K Jan 31 2023 sykeb0za.default-1674059924569
drwx------ 2 0 0 512B Aug 27 15:39 ykp9z5cm.default-1693126139241

Thanks
rraj
 
Are you sure you are building www/firefox with llvm15 (default) or newer with corresponding wasi-* ports?
What is confirmed to work is llvm15 (by me) and 16 (by Ken DEGUCHI) at PR 273291.
And one more. Are you sure you are using main branch of ports tree (or official pkg build from it)? Quarterly (currently still 2023Q4) doesn't seem to have required wasi-* updates. If you want to stick with Quarterly, you should need waiting for upcoming 2024Q1.
Hi

Building from ports ended in error, so using pkg install to install version 121.x

Thanks
rraj
 
Hi

Building from ports ended in error, so using pkg install to install version 121.x

Thanks
rraj
If, as you mentioned at the beginning of this thread, you are using RELEASE, you should tracking quarterly pkg repo.
Fortunately, 2024Q1 quarterly branch was just created, so the first full build on pkg cluster would, if successfully done, give you working firefox. Stay tuned.;)
 
cat /root/.mozilla/firefox/installs.ini

cat /root/.mozilla/firefox/profiles.ini

cat /root/.mozilla/firefox/profiles.iniOLD
 
cat /root/.mozilla/firefox/installs.ini

cat /root/.mozilla/firefox/profiles.ini

cat /root/.mozilla/firefox/profiles.iniOLD
Hi

Command output is given below:

root@localhost:~ # cat /root/.mozilla/firefox/installs.ini
[4D4513703FF8A42E]
Default=ateisdli.default
Locked=1

root@localhost:~ # cat /root/.mozilla/firefox/profiles.ini
[Install4D4513703FF8A42E]
Default=49jkjhq9.default-1550127755327
Locked=1

[Profile0]
Name=default
IsRelative=1
Path=49jkjhq9.default-1550127755327
Default=1

[General]
StartWithLastProfile=1
Version=2

root@localhost:~ # cat /root/.mozilla/firefox/profiles.iniOLD
[Install4D4513703FF8A42E]
Default=ateisdli.default
Locked=1

[Profile1]
Name=default
IsRelative=1
Path=ateisdli.default
Default=1

[Profile0]
Name=default-release
IsRelative=1
Path=k32df6dn.default-release

[General]
StartWithLastProfile=1
Version=2

Thanks
rraj
 
Back
Top