Closed Bug 989112 Opened 10 years ago Closed 10 years ago

libxul.so linking fails: GStreamerReader.cpp:1264: undefined reference to `gst_event_type_get_name' (--enable-gstreamer=1.0 --enable-debug)

Categories

(Core :: Audio/Video, defect)

x86_64
FreeBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla31
Tracking Status
firefox30 --- fixed
firefox31 --- fixed

People

(Reporter: jbeich, Assigned: jbeich)

References

Details

Attachments

(1 file)

Attached patch hide for dlopenSplinter Review
content/media/gstreamer/GStreamerReader.o: In function `mozilla::GStreamerReader::EventProbe(_GstPad*, _GstEvent*)':
content/media/gstreamer/GStreamerReader.cpp:1264: undefined reference to `gst_event_type_get_name'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [libxul.so] Error 1

before

$ objdump -t obj-*/content/media/gstreamer/GStreamerReader.o | fgrep gst_event_type_get_name
0000000000000000         *UND*  0000000000000000 gst_event_type_get_name

after

$ objdump -t --demangle obj-*/content/media/gstreamer/GStreamerReader.o | fgrep gst_event_type_get_name
0000000000000000         *UND*  0000000000000000 .hidden mozilla::gst_event_type_get_name
Attachment #8398179 - Flags: review?(alessandro.d)
Attachment #8398179 - Flags: review?(alessandro.d) → review+
Keywords: checkin-needed
Comment on attachment 8398179 [details] [diff] [review]
hide for dlopen

[Approval Request Comment]
Bug caused by (feature/regressing bug #): new feature regression in bug 806917
User impact if declined: --enable-gstreamer=1.0 --enable-debug broken build
Testing completed (on m-c, etc.): local, m-i defaults to --enable-gstreamer=0.10 atm
Risk to taking this patch (and alternatives if risky): None
String or IDL/UUID changes made by this patch: None
Attachment #8398179 - Flags: approval-mozilla-aurora?
https://hg.mozilla.org/mozilla-central/rev/58dd10f21d5c
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Attachment #8398179 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Keywords: checkin-needed
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: