some questions about 'cerbero-uninstalled bootstrap'

classic Classic list List threaded Threaded
7 messages Options
qw
Reply | Threaded
Open this post in threaded view
|

some questions about 'cerbero-uninstalled bootstrap'

qw
Hi,

I downloaded cerbero in centso 6.8, from git://anongit.freedesktop.org/gstreamer/cerbero. And there are four WARNING messages.

[root@localhost cerbero]# cerbero-uninstalled bootstrap
WARNING: Running as root
WARNING: Error importing command bundlesource:
 No module named setuptools.sandbox
WARNING: Using default configuration because /root/.cerbero/cerbero.cbc is missing
WARNING: No bootstrapper for the distro version redhat_6
Loaded plugins: fastestmirror, refresh-packagekit, security

1)
Why does cerbero report 'Error importing command bundlesource'? And how to setup the module of 'setuptools.sandbox'.

2)
Where to get configuration file, ' /root/.cerbero/cerbero.cbc'?

3)
If 'No bootstrapper for the distro version redhat_6', how to install build system for gstreamer sdk 1.8?

Thanks!

Regards

Andrew



 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: some questions about 'cerbero-uninstalled bootstrap'

Sebastian Dröge-3
On Do, 2016-06-30 at 17:27 +0800, qw wrote:

> Hi,
>
> I downloaded cerbero in centso 6.8, from
> git://anongit.freedesktop.org/gstreamer/cerbero. And there are four
> WARNING messages.
>
> [root@localhost cerbero]# cerbero-uninstalled bootstrap
> WARNING: Running as root
> WARNING: Error importing command bundlesource:
>  No module named setuptools.sandbox
> WARNING: Using default configuration because
> /root/.cerbero/cerbero.cbc is missing
> WARNING: No bootstrapper for the distro version redhat_6
> Loaded plugins: fastestmirror, refresh-packagekit, security
>
> 1)
> Why does cerbero report 'Error importing command bundlesource'? And
> how to setup the module of 'setuptools.sandbox'.
It's part of the setuptools Python module:
https://pypi.python.org/pypi/setuptools

> 2)
> Where to get configuration file, ' /root/.cerbero/cerbero.cbc'?

You don't need one, ignore it if you don't need it ;)

> 3)
> If 'No bootstrapper for the distro version redhat_6', how to install
> build system for gstreamer sdk 1.8?

That's ok, it only has none for redhat 6. It will use the generic
redhat/fedora bootstrapper which should work fine (if not, tell us).

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
qw
Reply | Threaded
Open this post in threaded view
|

Re:Re: some questions about 'cerbero-uninstalled bootstrap'

qw
Hi,

Regarding building and install gstreamer 1.8 sdk on centos 6, there is little information in cerbero's README file.

How to gstreamer modules, such as gstreamer, gst-plugins-base and gst-plugins-good? Could you give me some building examples?

Thanks!

Regards

Andrew



At 2016-06-30 18:13:43, "Sebastian Dröge" <[hidden email]> wrote: >On Do, 2016-06-30 at 17:27 +0800, qw wrote: >> Hi, >> >> I downloaded cerbero in centso 6.8, from >> git://anongit.freedesktop.org/gstreamer/cerbero. And there are four >> WARNING messages. >> >> [root@localhost cerbero]# cerbero-uninstalled bootstrap >> WARNING: Running as root >> WARNING: Error importing command bundlesource: >>  No module named setuptools.sandbox >> WARNING: Using default configuration because >> /root/.cerbero/cerbero.cbc is missing >> WARNING: No bootstrapper for the distro version redhat_6 >> Loaded plugins: fastestmirror, refresh-packagekit, security >> >> 1) >> Why does cerbero report 'Error importing command bundlesource'? And >> how to setup the module of 'setuptools.sandbox'. > >It's part of the setuptools Python module: >https://pypi.python.org/pypi/setuptools > >> 2) >> Where to get configuration file, ' /root/.cerbero/cerbero.cbc'? > >You don't need one, ignore it if you don't need it ;) > >> 3) >> If 'No bootstrapper for the distro version redhat_6', how to install >> build system for gstreamer sdk 1.8? > >That's ok, it only has none for redhat 6. It will use the generic >redhat/fedora bootstrapper which should work fine (if not, tell us). > >-- >Sebastian Dröge, Centricular Ltd · http://www.centricular.com


 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Re:Re: some questions about 'cerbero-uninstalled bootstrap'

Sebastian Dröge-3
On Do, 2016-06-30 at 19:04 +0800, qw wrote:
> Hi,
>
> Regarding building and install gstreamer 1.8 sdk on centos 6, there
> is little information in cerbero's README file.
>
> How to gstreamer modules, such as gstreamer, gst-plugins-base and
> gst-plugins-good? Could you give me some building examples?

It's all in the README. With "package gstreamer-1.0" you get everything
built and final RPM packages, with e.g. "build gst-plugins-good-1.0"
you will have gst-plugins-good and all its dependencies built.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
qw
Reply | Threaded
Open this post in threaded view
|

Re:Re: Re:Re: some questions about 'cerbero-uninstalled bootstrap'

qw
Hi,

Thanks for your help.

>> Regarding building and install gstreamer 1.8 sdk on centos 6, there
>> is little information in cerbero's README file.
>> 
>> How to gstreamer modules, such as gstreamer, gst-plugins-base and
>> gst-plugins-good? Could you give me some building examples?
>
>It's all in the README. With "package gstreamer-1.0" you get everything
>built and final RPM packages, with e.g. "build gst-plugins-good-1.0"
>you will have gst-plugins-good and all its dependencies built.
The latest version of gstreamer is 1.8. Does it mean that, I should use 'cerbero-uninstalled package gstreamer-1.8' to get everything built and final RPM packages, and use 'build gst-plugins-good-1.8' to have gst-plugins-good-1.8 and all its dependencies built? Is that right?

Thanks!

Regards

Andrew


At 2016-07-01 14:45:37, "Sebastian Dröge" <[hidden email]> wrote: >On Do, 2016-06-30 at 19:04 +0800, qw wrote: >> Hi, >> >> Regarding building and install gstreamer 1.8 sdk on centos 6, there >> is little information in cerbero's README file. >> >> How to gstreamer modules, such as gstreamer, gst-plugins-base and >> gst-plugins-good? Could you give me some building examples? > >It's all in the README. With "package gstreamer-1.0" you get everything >built and final RPM packages, with e.g. "build gst-plugins-good-1.0" >you will have gst-plugins-good and all its dependencies built. > >-- >Sebastian Dröge, Centricular Ltd · http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Re:Re: Re:Re: some questions about 'cerbero-uninstalled bootstrap'

Sebastian Dröge-3
On Fr, 2016-07-01 at 15:13 +0800, qw wrote:

> >> How to gstreamer modules, such as gstreamer, gst-plugins-base and
> >> gst-plugins-good? Could you give me some building examples?
> >
> >It's all in the README. With "package gstreamer-1.0" you get
> everything
> >built and final RPM packages, with e.g. "build gst-plugins-good-1.0"
> >you will have gst-plugins-good and all its dependencies built.
> The latest version of gstreamer is 1.8. Does it mean that, I should
> use 'cerbero-uninstalled package gstreamer-1.8' to get everything
> built and final RPM packages, and use 'build gst-plugins-good-1.8' to
> have gst-plugins-good-1.8 and all its dependencies built? Is that
> right?
Well, try it :) The version in the names is the API version, which is
still 1.0. If you want to build 1.8, use cerbero from the 1.8 branch.
If you want to build GIT master, use the master branch of cerbero.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
qw
Reply | Threaded
Open this post in threaded view
|

Re:Re: Re:Re: Re:Re: some questions about 'cerbero-uninstalled bootstrap'

qw
Hi,

>> >> How to gstreamer modules, such as gstreamer, gst-plugins-base and
>> >> gst-plugins-good? Could you give me some building examples?
>> >
>> >It's all in the README. With "package gstreamer-1.0" you get
>> everything
>> >built and final RPM packages, with e.g. "build gst-plugins-good-1.0"
>> >you will have gst-plugins-good and all its dependencies built.
>> The latest version of gstreamer is 1.8. Does it mean that, I should
>> use 'cerbero-uninstalled package gstreamer-1.8' to get everything
>> built and final RPM packages, and use 'build gst-plugins-good-1.8' to
>> have gst-plugins-good-1.8 and all its dependencies built? Is that
>> right?
>
>Well, try it :) The version in the names is the API version, which is
>still 1.0. If you want to build 1.8, use cerbero from the 1.8 branch.
>If you want to build GIT master, use the master branch of cerbero.
I'm running 'cerbero-uninstalled package gstreamer-1.0', which failed and reported 'Recipe 'gstreamer-1.0' failed at the build step 'extract''. For details, please refer to the following messages:


[root@localhost cerbero]# ./cerbero-uninstalled package gstreamer-1.0
WARNING: Running as root
WARNING: Using default configuration because /root/.cerbero/cerbero.cbc is missing
Building the following recipes: libffi zlib glib gtk-doc-lite gobject-introspection gstreamer-1.0 libxml2 libogg libpng pixman expat bzip2 freetype fontconfig cairo harfbuzz pango libvorbis libtheora libvisual orc opus cdparanoia gst-plugins-base-1.0 gst-shell libjpeg-turbo speex tiff gdk-pixbuf libsoup wavpack flac taglib libvpx libdv gst-plugins-good-1.0 fribidi libass faad2 libkate openh264 gmp nettle libtasn1 gnutls librtmp libsrtp schroedinger libdca libmms libdvdread libdvdnav soundtouch vo-aacenc libcroco vala-m4 gobject-introspection-m4 librsvg openjpeg graphene spandsp atk libepoxy at-spi2-core at-spi2-atk gtk+3 gst-plugins-bad-1.0 a52dec opencore-amr libmpeg2 libmad x264 lame mpg123 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 hicolor-icon-theme XML-Simple icon-naming-utils gnome-icon-theme gnome-icon-theme-symbolic librsvg-gtk libnice gst-rtsp-server-1.0 libnice-static gst-rtsp-server-1.0-static gst-libav-1.0 gst-libav-1.0-static gst-validate gst-editing-services-1.0 gst-editing-services-1.0-static
[(1/95) libffi -> already built ]
[(2/95) zlib -> already built ]
[(3/95) glib -> already built ]
[(4/95) gtk-doc-lite -> already built ]
[(5/95) gobject-introspection -> fetch ]
-----> Step done
[(5/95) gobject-introspection -> extract ]
-----> Step done
[(5/95) gobject-introspection -> configure ]
-----> copying /root/work/gstreamer/cerbero/data/autotools/config.guess to /root/cerbero/sources/linux_x86_64/gobject-introspection-1.46.0/build-aux/config.guess
-----> copying /root/work/gstreamer/cerbero/data/autotools/config.sub to /root/cerbero/sources/linux_x86_64/gobject-introspection-1.46.0/build-aux/config.sub
[(5/95) gobject-introspection -> compile ]
[(5/95) gobject-introspection -> install ]
[(5/95) gobject-introspection -> post_install ]
[(6/95) gstreamer-1.0 -> fetch ]
[(6/95) gstreamer-1.0 -> extract ]
HEAD is now at a87289e Release 1.8.2
Switched to branch 'cerbero_build'
HEAD is now at a87289e Release 1.8.2
Initialized empty Git repository in /root/cerbero/sources/linux_x86_64/gstreamer-1.0-1.8/.git/
Submodule 'common' (/root/cerbero/sources/local/gstreamer-1.0/common) registered for path 'common'
fatal: failed to open '/root/cerbero/sources/local/gstreamer-1.0/common/objects': No such file or directory
Initialized empty Git repository in /root/cerbero/sources/linux_x86_64/gstreamer-1.0-1.8/common/.git/
Clone of '/root/cerbero/sources/local/gstreamer-1.0/common' into submodule path 'common' failed
Running command 'git reset --hard 1.8.2'
Running command 'git branch cerbero_build'
Running command 'git checkout cerbero_build'
Running command 'git reset --hard 1.8.2'
Running command 'git clone /root/cerbero/sources/local/gstreamer-1.0 -s -b cerbero_build .'
Running command 'git config user.email'
Running command 'git config user.email "[hidden email]"'
Running command 'git config user.name'
Running command 'git config user.name "Cerbero Build System"'
Running command 'git config --file=.gitmodules submodule.common.url /root/cerbero/sources/local/gstreamer-1.0/common'
Running command 'git submodule init'
Running command 'git submodule sync'
Running command 'git submodule update'

Recipe 'gstreamer-1.0' failed at the build step 'extract'
Select an action to proceed:
[0] Enter the shell
[1] Rebuild the recipe from scratch
[2] Rebuild starting from the failed step
[3] Skip recipe
[4] Abort

Is it a bug of building gstreamer-sdk?

Thanks!

Regards

andrew

At 2016-07-01 15:31:41, "Sebastian Dröge" <[hidden email]> wrote: >On Fr, 2016-07-01 at 15:13 +0800, qw wrote: >> >> How to gstreamer modules, such as gstreamer, gst-plugins-base and >> >> gst-plugins-good? Could you give me some building examples? >> > >> >It's all in the README. With "package gstreamer-1.0" you get >> everything >> >built and final RPM packages, with e.g. "build gst-plugins-good-1.0" >> >you will have gst-plugins-good and all its dependencies built. >> The latest version of gstreamer is 1.8. Does it mean that, I should >> use 'cerbero-uninstalled package gstreamer-1.8' to get everything >> built and final RPM packages, and use 'build gst-plugins-good-1.8' to >> have gst-plugins-good-1.8 and all its dependencies built? Is that >> right? > >Well, try it :) The version in the names is the API version, which is >still 1.0. If you want to build 1.8, use cerbero from the 1.8 branch. >If you want to build GIT master, use the master branch of cerbero. > >-- >Sebastian Dröge, Centricular Ltd · http://www.centricular.com


 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel