Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2024 11:34:13 +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-8HnnV9RucY@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 #41 from jakub_lach@mailplus.pl ---
(In reply to Guido Falsi from comment #34)

I've fixed my problem without patch, by adding

.if ${.CURDIR:M*/www/firefox}
LDFLAGS+=3D       -lm
.endif

to make.conf (ports.conf)

$ ldd -a /usr/local/lib/firefox/libgkcodecs.so=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
/usr/local/lib/firefox/libgkcodecs.so:
        libm.so.5 =3D> /lib/libm.so.5 (0x355ab3b33000)
        libthr.so.3 =3D> /lib/libthr.so.3 (0x355ab560f000)
        libc.so.7 =3D> /lib/libc.so.7 (0x355ab4421000)
/lib/libm.so.5:
        libc.so.7 =3D> /lib/libc.so.7 (0x355ab4421000)
/lib/libthr.so.3:
        libc.so.7 =3D> /lib/libc.so.7 (0x355ab4421000)
[preloaded]
        [vdso] (0x355ab24d0000)

<...>
Options        :
        ALSA           : off
        CANBERRA       : off
        DBUS           : off
        DEBUG          : off
        FFMPEG         : on
        JACK           : off
        LIBPROXY       : off
        LTO            : off
        OPTIMIZED_CFLAGS: on
        PROFILE        : on
        PULSEAUDIO     : off
        SNDIO          : off
        TEST           : off
<...>

--=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-8HnnV9RucY>