When will the SDK migrate to gstreamer-1.0 ?

Andoni Morales ylatuya at gmail.com
Wed Apr 24 04:38:52 PDT 2013


2013/4/24 Andoni Morales <ylatuya at gmail.com>

>
>
>
> 2013/4/24 Daniel Doron <danielmeirdoron at gmail.com>
>
>> sure. please note I am building in linux not windows.
>>
>>
> In that case it's missing -f elf :) And it should be set in ASFLAGS in
> configure
>

It should be fixed now. It was calling configure with --host=x86-pc-linux
instead of --host=i686-pc-linux and the host architecture was not detected
correctly.

Cheers,
Andoni

>
> Andoni
>
>>
>> On Wed, Apr 24, 2013 at 2:17 PM, Andoni Morales <ylatuya at gmail.com>wrote:
>>
>>>
>>>
>>>
>>> 2013/4/24 Daniel Doron <danielmeirdoron at gmail.com>
>>>
>>>> Hi Sebastian,
>>>>
>>>> ./cerbero-uninstalled package gstreamer-1.0-sdk
>>>> builds ok up to x264
>>>>
>>>> WARNING: Using default configuration because
>>>> /home/robin/.cerbero/cerbero.cbc is missing
>>>> Building the following recipes: libffi zlib glib gtk-doc-lite
>>>> gstreamer-1.0 libxml2 libogg libpng pixman expat freetype bzip2 fontconfig
>>>> cairo pango libvorbis libtheora libvisual orc cdparanoia
>>>> gst-plugins-base-1.0 gst-sdk-shell jpeg speex tiff gdk-pixbuf libsoup
>>>> wavpack flac taglib libvpx libdv gst-plugins-good-1.0 fribidi libass faad2
>>>> libkate opus schroedinger libdca libmms libdvdread libdvdnav soundtouch
>>>> gst-plugins-bad-1.0 a52dec opencore-amr libmpeg2 libmad x264
>>>> gst-plugins-ugly-1.0 gstreamer-1.0-static gst-plugins-base-1.0-static
>>>> gst-plugins-good-1.0-static gst-plugins-bad-1.0-static
>>>> gst-plugins-ugly-1.0-static gst-libav-1.0 gst-libav-1.0-static
>>>> [(1/58) libffi -> already built ]
>>>> [(2/58) zlib -> already built ]
>>>> [(3/58) glib -> already built ]
>>>> [(4/58) gtk-doc-lite -> already built ]
>>>> [(5/58) gstreamer-1.0 -> already built ]
>>>> [(6/58) libxml2 -> already built ]
>>>> [(7/58) libogg -> already built ]
>>>> [(8/58) libpng -> already built ]
>>>> [(9/58) pixman -> already built ]
>>>> [(10/58) expat -> already built ]
>>>> [(11/58) freetype -> already built ]
>>>> [(12/58) bzip2 -> already built ]
>>>> [(13/58) fontconfig -> already built ]
>>>> [(14/58) cairo -> already built ]
>>>> [(15/58) pango -> already built ]
>>>> [(16/58) libvorbis -> already built ]
>>>> [(17/58) libtheora -> already built ]
>>>> [(18/58) libvisual -> already built ]
>>>> [(19/58) orc -> already built ]
>>>> [(20/58) cdparanoia -> already built ]
>>>> [(21/58) gst-plugins-base-1.0 -> already built ]
>>>> [(22/58) gst-sdk-shell -> already built ]
>>>> [(23/58) jpeg -> already built ]
>>>> [(24/58) speex -> already built ]
>>>> [(25/58) tiff -> already built ]
>>>> [(26/58) gdk-pixbuf -> already built ]
>>>> [(27/58) libsoup -> already built ]
>>>> [(28/58) wavpack -> already built ]
>>>> [(29/58) flac -> already built ]
>>>> [(30/58) taglib -> already built ]
>>>> [(31/58) libvpx -> already built ]
>>>> [(32/58) libdv -> already built ]
>>>> [(33/58) gst-plugins-good-1.0 -> already built ]
>>>> [(34/58) fribidi -> already built ]
>>>> [(35/58) libass -> already built ]
>>>> [(36/58) faad2 -> already built ]
>>>> [(37/58) libkate -> already built ]
>>>> [(38/58) opus -> already built ]
>>>> [(39/58) schroedinger -> already built ]
>>>> [(40/58) libdca -> already built ]
>>>> [(41/58) libmms -> already built ]
>>>> [(42/58) libdvdread -> already built ]
>>>> [(43/58) libdvdnav -> already built ]
>>>> [(44/58) soundtouch -> already built ]
>>>> [(45/58) gst-plugins-bad-1.0 -> already built ]
>>>> [(46/58) a52dec -> already built ]
>>>> [(47/58) opencore-amr -> already built ]
>>>> [(48/58) libmpeg2 -> already built ]
>>>> [(49/58) libmad -> already built ]
>>>> [(50/58) x264 -> fetch ]
>>>> -----> Step done
>>>> [(50/58) x264 -> extract ]
>>>> -----> Step done
>>>> [(50/58) x264 -> configure ]
>>>> -----> Step done
>>>> [(50/58) x264 -> compile ]
>>>> Running command 'make'
>>>> yasm -DPIC -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -DARCH_X86_64=0
>>>> -I./common/x86/ -o common/x86/cabac-a.o common/x86/cabac-a.asm
>>>> common/x86/cabac-a.asm:32: warning: binary object format does not
>>>> support extern variables
>>>> common/x86/cabac-a.asm:33: warning: binary object format does not
>>>> support extern variables
>>>> common/x86/cabac-a.asm:34: warning: binary object format does not
>>>> support extern variables
>>>> common/x86/cabac-a.asm:74: warning: binary object format does not
>>>> support global variables
>>>> common/x86/cabac-a.asm:87: error: binary object format does not support
>>>> external references
>>>> common/x86/cabac-a.asm:88: error: binary object format does not support
>>>> external references
>>>> common/x86/cabac-a.asm:100: error: binary object format does not
>>>> support external references
>>>> common/x86/cabac-a.asm:114: warning: binary object format does not
>>>> support global variables
>>>> common/x86/cabac-a.asm:135: warning: binary object format does not
>>>> support global variables
>>>> make: *** [common/x86/cabac-a.o] Error 1
>>>> ***** Error running 'package' command:
>>>> Recipe 'x264' failed at the build step 'compile'
>>>>
>>>
>>> Hi,
>>>
>>> yasm should be called with "-f win32". I will check what's wrong. Can
>>> you please attach the full log of "buildone x264"? I want to check what's
>>> the target architecture being built.
>>>
>>> Andoni
>>>
>>>>
>>>>
>>>>
>>>> Daniel.
>>>>
>>>>
>>>>
>>>> On Tue, Apr 23, 2013 at 6:58 PM, Daniel Doron <
>>>> danielmeirdoron at gmail.com> wrote:
>>>>
>>>>> ./cerbero-uninstalled package gstreamer-1.0-sdk  seems to work
>>>>> now...running...
>>>>>
>>>>>
>>>>> On Tue, Apr 23, 2013 at 6:46 PM, Daniel Doron <
>>>>> danielmeirdoron at gmail.com> wrote:
>>>>>
>>>>>> sources/* was all ready empty from any gstreamer directories.
>>>>>> I forced deleted both sources/ and build-tools/
>>>>>> git pull again
>>>>>> ./cerbero-uninstalled bootstrap
>>>>>>
>>>>>> ./cerbero-uninstalled buildone gstreamer-1.0-static
>>>>>>
>>>>>> still problems.
>>>>>>
>>>>>> going to try an erase completely and pull again from git.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, Apr 23, 2013 at 4:02 PM, Sebastian Dröge <
>>>>>> sebastian.droege at collabora.co.uk> wrote:
>>>>>>
>>>>>>> On Di, 2013-04-23 at 15:51 +0300, Daniel Doron wrote:
>>>>>>> > Still getting the same:
>>>>>>>
>>>>>>> Should be better after removing all the gstreamer directories from
>>>>>>> inside the sources/* directories.
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> gstreamer-devel mailing list
>>>>>>> gstreamer-devel at lists.freedesktop.org
>>>>>>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> gstreamer-devel mailing list
>>>> gstreamer-devel at lists.freedesktop.org
>>>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>>>
>>>>
>>>
>>>
>>> --
>>> Andoni Morales Alastruey
>>>
>>> LongoMatch:The Digital Coach
>>> http://www.longomatch.ylatuya.es
>>>
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> gstreamer-devel at lists.freedesktop.org
>>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>>
>>>
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
>
>
> --
> Andoni Morales Alastruey
>
> LongoMatch:The Digital Coach
> http://www.longomatch.ylatuya.es
>



-- 
Andoni Morales Alastruey

LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130424/568b4fa7/attachment-0001.html>


More information about the gstreamer-devel mailing list