<div dir="ltr"><div>i downloaded cerbero from the URL u mentioned and after make install this is the output<br><br><br>installing package data to build/bdist.macosx-10.8-intel/egg<br>running install_data<br>creating build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>
copying cerbero.egg-info/PKG-INFO -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>copying cerbero.egg-info/SOURCES.txt -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>copying cerbero.egg-info/dependency_links.txt -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>
copying cerbero.egg-info/entry_points.txt -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>copying cerbero.egg-info/not-zip-safe -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>copying cerbero.egg-info/top_level.txt -> build/bdist.macosx-10.8-intel/egg/EGG-INFO<br>
creating 'dist/cerbero-0.1.0-py2.7.egg' and adding 'build/bdist.macosx-10.8-intel/egg' to it<br>removing 'build/bdist.macosx-10.8-intel/egg' (and everything under it)<br>Processing cerbero-0.1.0-py2.7.egg<br>
creating /Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg<br>Extracting cerbero-0.1.0-py2.7.egg to /Library/Python/2.7/site-packages<br>Adding cerbero 0.1.0 to easy-install.pth file<br>Installing cerbero script to /usr/local/bin<br>
<br>Installed /Library/Python/2.7/site-packages/cerbero-0.1.0-py2.7.egg<br>Processing dependencies for cerbero==0.1.0<br>Finished processing dependencies for cerbero==0.1.0<br><br><br><br></div>after this its giving the following error on bootstrap command<br>
<br>Building the following recipes: libiconv gettext xz tar m4 autoconf automake libtool pkg-config orc-tool gettext-m4 sed gettext-tools gperf intltool yasm cmake<br>[(1/17) libiconv -> already built ]<br>[(2/17) gettext -> fetch ]<br>
-----> Step done<br>[(2/17) gettext -> extract ]<br>-----> Step done<br>[(2/17) gettext -> configure ]<br>-----> Step done<br>[(2/17) gettext -> compile ]<br>Running command 'cd /Users/devdesks/cerbero/sources/build-tools/gettext-0.18.3.1/gettext-runtime/intl && make'<br>
***** Error running 'bootstrap' command:<br>Recipe 'gettext' failed at the build step 'compile'<br>Traceback (most recent call last):<br>  File "./cerbero/build/oven.py", line 103, in _cook_recipe<br>
    stepfunc()<br>  File "./cerbero/build/build.py", line 86, in call<br>    res = func(*args)<br>  File "./cerbero/build/build.py", line 139, in compile<br>    shell.call(self.make, self.make_dir)<br>
  File "./cerbero/utils/shell.py", line 102, in call<br>    env=os.environ.copy(), shell=shell)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 506, in check_call<br>
    retcode = call(*popenargs, **kwargs)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call<br>    return Popen(*popenargs, **kwargs).wait()<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__<br>
    errread, errwrite)<br>  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child<br>    raise child_exception<br>OSError: [Errno 2] No such file or directory: '/Users/devdesks/cerbero/sources/build-tools/gettext-0.18.3.1/gettext-runtime'<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 3, 2013 at 3:19 PM, Sebastian Dröge-3 [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4663842&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">

        On Mo, 2013-12-02 at 20:36 -0800, <a href="http://user/SendEmail.jtp?type=node&node=4663816&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a> wrote:
<div><div><div class='shrinkable-quote'><br>> now m getting this error after running package command
<br>> [(63/96) gst-plugins-bad-static -> post_install ]
<br>> ***** Error running 'package' command:
<br>> Recipe 'gst-plugins-bad-static' failed at the build step 'post_install'
<br>> Traceback (most recent call last):
<br>>   File "./cerbero/build/oven.py", line 103, in _cook_recipe
<br>>     stepfunc()
<br>>   File "/Users/devdesks/cerbero/recipes/custom.py", line 84, in post_install
<br>>     to_unixpath(self.config.prefix)[1:], f_no_static),f_path)
<br>>   File
<br>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
<br>> line 81, in copyfile
<br>>     with open(src, 'rb') as fsrc:
<br>> IOError: [Errno 2] No such file or directory:
<br>> '/Users/devdesks/cerbero/sources/darwin_x86_64/gst-plugins-bad-static-0.10.23/static-build/Users/devdesks/cerbero/dist/darwin_x86_64/lib/gstreamer-0.10/libgstosxvideosrc.a'
</div></div></div>You really shouldn't build the 0.10 versions of everything, please try
</div>again with 1.0 and if the problem still appears send the complete build
<br>log.
<br><br>Use cerbero from here: <a href="http://cgit.freedesktop.org/gstreamer/cerbero/" rel="nofollow" link="external" target="_blank">http://cgit.freedesktop.org/gstreamer/cerbero/</a><br>And build with "package gstreamer-1.0", not "package gstreamer-sdk".
<br><div class="im"><br>-- 
<br>Sebastian Dröge <<a href="http://user/SendEmail.jtp?type=node&node=4663816&i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>>
<br>Centricular Ltd - <a href="http://www.centricular.com" rel="nofollow" link="external" target="_blank">http://www.centricular.com</a><br>Expertise, Straight from the Source
<br><br>_______________________________________________
<br>gstreamer-devel mailing list
<br><a href="http://user/SendEmail.jtp?type=node&node=4663816&i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" link="external" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br><div><br><img> <strong>signature.asc</strong> (985 bytes) <a href="http://gstreamer-devel.966125.n4.nabble.com/attachment/4663816/0/signature.asc" rel="nofollow" link="external" target="_blank">Download Attachment</a></div>


        
        
        
        <br>
        <br>
        </div><hr color="#cccccc" noshade size="1">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><div class="im">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-RTMP-using-cerbero-on-Max-OS-for-armv7s-tp4663752p4663816.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-RTMP-using-cerbero-on-Max-OS-for-armv7s-tp4663752p4663816.html</a>
        </div><div class="HOEnZb"><div class="h5">
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from Gstreamer + RTMP using cerbero on Max OS for armv7s, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>

                <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></div></div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-RTMP-using-cerbero-on-Max-OS-for-armv7s-tp4663752p4663842.html">Re: Gstreamer + RTMP using cerbero on Max OS for armv7s</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>