[SVN-Commit] r1520 - in trunk/www: firefox firefox-esr firefox-nightly

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Feb 28 02:02:50 UTC 2014


Author: jbeich
Date: Fri Feb 28 02:02:43 2014
New Revision: 1520

Log:
add a note about known gstreamer issue

It affects any ARCH where its value differs from the one defined by
configure. Strangely, in my poudriere builds only i386 hit the bug.

Modified:
   trunk/www/firefox-esr/pkg-message
   trunk/www/firefox-nightly/pkg-message
   trunk/www/firefox/pkg-message

Modified: trunk/www/firefox-esr/pkg-message
==============================================================================
--- trunk/www/firefox-esr/pkg-message	Fri Feb 28 02:02:36 2014	(r1519)
+++ trunk/www/firefox-esr/pkg-message	Fri Feb 28 02:02:43 2014	(r1520)
@@ -16,8 +16,17 @@
 
 Firefox and HTML5
 
-Certain functions used to display HTML5 elements need the sem module
-only on 8.x releases.
+H.264 or MP3 playback may fail due to ffmpeg/libav bug with one of
+the following messages on the terminal
+
+  (gst-plugin-scanner:13877): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstffmpeg.so': /usr/local/lib/gstreamer-0.10/libgstffmpeg.so: Undefined symbol "ff_mlp_init_x86"
+  (gst-plugin-scanner:42518): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-0.10/libgstffmpeg.so': /usr/local/lib/gstreamer-0.10/libgstffmpeg.so: Undefined symbol "ff_deinterlace_line_mmx"
+
+If you happen to be affected please apply the fix in ports/181964 and
+rebuild the ports.
+
+Also, certain functions used to display HTML5 elements need the sem(4)
+module but only on 8.x releases (or before r201546).
 
 If your Firefox crashes with the following message while viewing a
 HTML5 page:

Modified: trunk/www/firefox-nightly/pkg-message
==============================================================================
--- trunk/www/firefox-nightly/pkg-message	Fri Feb 28 02:02:36 2014	(r1519)
+++ trunk/www/firefox-nightly/pkg-message	Fri Feb 28 02:02:43 2014	(r1520)
@@ -16,8 +16,17 @@
 
 Firefox and HTML5
 
-Certain functions used to display HTML5 elements need the sem module
-only on 8.x releases.
+H.264 or MP3 playback may fail due to ffmpeg/libav bug with one of
+the following messages on the terminal
+
+  (gst-plugin-scanner:35828): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_MPV_common_init_x86"
+  (gst-plugin-scanner:87596): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_deinterlace_line_mmx"
+
+If you happen to be affected please apply the fix in ports/181964 and
+rebuild the ports.
+
+Also, certain functions used to display HTML5 elements need the sem(4)
+module but only on 8.x releases (or before r201546).
 
 If your Firefox crashes with the following message while viewing a
 HTML5 page:

Modified: trunk/www/firefox/pkg-message
==============================================================================
--- trunk/www/firefox/pkg-message	Fri Feb 28 02:02:36 2014	(r1519)
+++ trunk/www/firefox/pkg-message	Fri Feb 28 02:02:43 2014	(r1520)
@@ -16,8 +16,17 @@
 
 Firefox and HTML5
 
-Certain functions used to display HTML5 elements need the sem module
-only on 8.x releases.
+H.264 or MP3 playback may fail due to ffmpeg/libav bug with one of
+the following messages on the terminal
+
+  (gst-plugin-scanner:35828): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_MPV_common_init_x86"
+  (gst-plugin-scanner:87596): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstlibav.so': /usr/local/lib/gstreamer-1.0/libgstlibav.so: Undefined symbol "ff_deinterlace_line_mmx"
+
+If you happen to be affected please apply the fix in ports/181964 and
+rebuild the ports.
+
+Also, certain functions used to display HTML5 elements need the sem(4)
+module but only on 8.x releases (or before r201546).
 
 If your Firefox crashes with the following message while viewing a
 HTML5 page:


More information about the freebsd-gecko mailing list