Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2024 14:49:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)
Message-ID:  <bug-277021-21738-2Jsp57KeyJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277021-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277021-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277021

--- Comment #46 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
OK. I already have working (patched) pkg of firefox. So backing up the pkg,
backed out the patch and rebuilt firefox.

The rebuilt one didn't start, while restoring patched one fixed the issue.

Broken one shows
% ldd -a  /usr/local/lib/firefox/libgkcodecs.so
/usr/local/lib/firefox/libgkcodecs.so:
        libthr.so.3 =3D> /lib/libthr.so.3 (0x75e32c8d000)
        libc.so.7 =3D> /lib/libc.so.7 (0x75e32081000)
/lib/libthr.so.3:
        libc.so.7 =3D> /lib/libc.so.7 (0x75e32081000)
[preloaded]
        [vdso] (0x75e3043d000)

While working one shows
% ldd -a  /usr/local/lib/firefox/libgkcodecs.so
/usr/local/lib/firefox/libgkcodecs.so:
        libm.so.5 =3D> /lib/libm.so.5 (0x1b73ecfe1000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x1b73ec529000)
        libc.so.7 =3D> /lib/libc.so.7 (0x1b73eda01000)
/lib/libm.so.5:
        libc.so.7 =3D> /lib/libc.so.7 (0x1b73eda01000)
/lib/libthr.so.3:
        libc.so.7 =3D> /lib/libc.so.7 (0x1b73eda01000)
[preloaded]
        [vdso] (0x1b73eaeb7000)


And as already posted, I have

.if !${.CURDIR:M/usr/src/sys/boot*}
CPUTYPE?=3D       haswell
.endif

in my /etc/Make.conf. So CPUTYPE should be haswell here.

Using xorg with x11/nvidia-driver (`startx` from vty).
No DRM kmods.

Options are as follows.
# This file is auto-generated by 'make config'.
# Options for firefox-117.0_2,2
_OPTIONS_READ=3Dfirefox-117.0_2,2
_FILE_COMPLETE_OPTIONS_LIST=3DCANBERRA DBUS DEBUG FFMPEG LIBPROXY LTO
OPTIMIZED_CFLAGS PROFILE TEST ALSA JACK PULSEAUDIO SNDIO
OPTIONS_FILE_UNSET+=3DCANBERRA
OPTIONS_FILE_SET+=3DDBUS
OPTIONS_FILE_UNSET+=3DDEBUG
OPTIONS_FILE_SET+=3DFFMPEG
OPTIONS_FILE_UNSET+=3DLIBPROXY
OPTIONS_FILE_UNSET+=3DLTO
OPTIONS_FILE_SET+=3DOPTIMIZED_CFLAGS
OPTIONS_FILE_SET+=3DPROFILE
OPTIONS_FILE_UNSET+=3DTEST
OPTIONS_FILE_UNSET+=3DALSA
OPTIONS_FILE_UNSET+=3DJACK
OPTIONS_FILE_SET+=3DPULSEAUDIO
OPTIONS_FILE_UNSET+=3DSNDIO

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277021-21738-2Jsp57KeyJ>