[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Feb 2024 14:50:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021 --- Comment #62 from Ale <discipline@tiscali.it> --- (In reply to Tatsuki Makino from comment #61) Interesting. Maybe dependentlibs.list is read at start to open dependent library files. As you said in comment #60 moving libmozgtk.so before libgkcodecs.so works, maybe because libmozgtk.so is linked with libgtk-3.so.0 which is linked with libm.so.5, so libm.so.5 gets loaded and so sin is available to libgkcodecs.so. But, assuming that the order in dependentlibs.list is the same whether CPUTYPE is specified or not in make.conf, I don't understand why is working for me in the latter case. Maybe I should try another build a check that file... -- You are receiving this mail because: You are the assignee for the bug.