-
Bug
-
Resolution: Fixed
-
P1
-
8u172
-
b01
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8191575 | 8u162 | Alexander Matveev | P1 | Closed | Fixed | b08 |
The 8u-dev backport of the 32-bit Linux build fails to compile after the fix for JDK-8187594. Here is the error:
gcc -fPIC -Werror=implicit-function-declaration -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -Os -m32 -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/alsa -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c ../../../gstreamer-lite/gstreamer/gst/gstregistry.c -o /scratch/HUDSON/workspace/8u-dev/label/linux-i586-93/rt/modules/media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistry.o
../../../gstreamer-lite/gstreamer/gst/gstregistry.c: In function 'preload_plugin_on_thread':
../../../gstreamer-lite/gstreamer/gst/gstregistry.c:1195:3: error: implicit declaration of function 'g_thread_new' [-Werror=implicit-function-declaration]
GThread *thread = g_thread_new(NULL, load_plugin, filename);
^
../../../gstreamer-lite/gstreamer/gst/gstregistry.c:1195:21: warning: initialization makes pointer from integer without a cast
GThread *thread = g_thread_new(NULL, load_plugin, filename);
One difference between FX 10 and FX 8u is that we use Oracle Linux 6 to build 8u.
gcc -fPIC -Werror=implicit-function-declaration -D_GNU_SOURCE -DGST_REMOVE_DEPRECATED -DGSTREAMER_LITE -DHAVE_CONFIG_H -DOUTSIDE_SPEEX -DLINUX -DGST_DISABLE_GST_DEBUG -DGST_DISABLE_LOADSAVE -Os -m32 -I../../../plugins -I../../../gstreamer-lite/projects/build/linux/common -I../../../gstreamer-lite/gstreamer -I../../../gstreamer-lite/gstreamer/libs -I../../../gstreamer-lite/gstreamer/gst/parse -I../../../gstreamer-lite/gst-plugins-base -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/projects/plugins -I../../../gstreamer-lite/gst-plugins-base/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst-libs -I../../../gstreamer-lite/gst-plugins-good/gst/isomp4 -I../../../gstreamer-lite/gst-plugins-bad/gst-libs -I/usr/include/alsa -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c ../../../gstreamer-lite/gstreamer/gst/gstregistry.c -o /scratch/HUDSON/workspace/8u-dev/label/linux-i586-93/rt/modules/media/build/native/linux/Release/obj/gstreamer-lite/gstreamer/gst/gstregistry.o
../../../gstreamer-lite/gstreamer/gst/gstregistry.c: In function 'preload_plugin_on_thread':
../../../gstreamer-lite/gstreamer/gst/gstregistry.c:1195:3: error: implicit declaration of function 'g_thread_new' [-Werror=implicit-function-declaration]
GThread *thread = g_thread_new(NULL, load_plugin, filename);
^
../../../gstreamer-lite/gstreamer/gst/gstregistry.c:1195:21: warning: initialization makes pointer from integer without a cast
GThread *thread = g_thread_new(NULL, load_plugin, filename);
One difference between FX 10 and FX 8u is that we use Oracle Linux 6 to build 8u.
- backported by
-
JDK-8191575 Linux 32-bit build fails after fix for JDK-8187594
- Closed
- relates to
-
JDK-8187594 Media crashes with libavcodec 57 on Ubuntu 17.04 32-bit
- Resolved