[Bug 770264] New: webrtc-audio-processing: Fails to build on Windows due to path length limitation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 23 06:48:50 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770264

            Bug ID: 770264
           Summary: webrtc-audio-processing: Fails to build on Windows due
                    to path length limitation
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

> libtool: link: (cd .libs/libwebrtc_audio_processing.lax/libaudio_coding.a && x86_64-w64-mingw32-ar x "/usr/home/slomo/cerbero/build/sources/windows_x86_64/webrtc-audio-processing-0.2/webrtc/modules/audio_processing/../../../webrtc/modules/audio_coding/.libs/libaudio_coding.a")
> libtool: link: (cd .libs/libwebrtc_audio_processing.lax/libwebrtc_audio_processing_privatearch.a && x86_64-w64-mingw32-ar x "/usr/home/slomo/cerbero/build/sources/windows_x86_64/webrtc-audio-processing-0.2/webrtc/modules/audio_processing/./.libs/libwebrtc_audio_processing_privatearch.a")
> libwebrtc_audio_processing_privatearch_la-aec_core_sse2.o: No such file or directory
> make: *** [libwebrtc_audio_processing.la] Error 1

The problem here is that it's trying to create/extract that file in a path that
is already quit long. If the filename had 2 letters less, it would work.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list