[Webkit-unassigned] [Bug 97075] New: [Qt] Link failure with bfd linker on --minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 23:28:08 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97075

           Summary: [Qt] Link failure with bfd linker on --minimal build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Critical
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: hausmann at webkit.org, vestbo at webkit.org,
                    abecsi at webkit.org


simple --minimal build on Debian Squeeze:
------------------------------------------
obj/release/platform/graphics/gstreamer/GStreamerVersioning.o: In function `getVideoSizeAndFormatFromCaps(_GstCaps*, WebCore::IntSize&, GstVideoFormat&, int&, int&, int&)':
GStreamerVersioning.cpp:(.text._Z29getVideoSizeAndFormatFromCapsP8_GstCapsRN7WebCore7IntSizeER14GstVideoFormatRiS6_S6_+0x95): undefined reference to `gst_video_format_parse_caps'
GStreamerVersioning.cpp:(.text._Z29getVideoSizeAndFormatFromCapsP8_GstCapsRN7WebCore7IntSizeER14GstVideoFormatRiS6_S6_+0xa7): undefined reference to `gst_video_parse_caps_pixel_aspect_ratio'
collect2: ld returned 1 exit status
make[3]: *** [../../lib/libWebCore.so.1.0.0] Error 1

$ ld -v
GNU ld (GNU Binutils for Debian) 2.20.1-system.20100303


--minimal build on Debian Squeeze with CONFIG+=buildbot:
---------------------------------------------------------
/ramdisk/qt-linux-release-minimal/build/WebKitBuild/Release/lib/libQtWebKit.so: undefined reference to `gst_video_parse_caps_pixel_aspect_ratio'
/ramdisk/qt-linux-release-minimal/build/WebKitBuild/Release/lib/libQtWebKit.so: undefined reference to `gst_video_format_parse_caps'
collect2: ld returned 1 exit status
make[3]: *** [../../bin/QtWebProcess] Error 1


Otherwise I tried it on Ubuntu 11.10, and got same results.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list