Release 1.7.90 bootstrap fails on Ubuntu 12.04 for 'ARCH' platform

Chikkamath urchikkamath at yahoo.com
Tue Mar 15 02:38:20 UTC 2016


Hello Everyone,
I'm finding trouble in building 1.7.90 release. Basically issue found with
cerbero -c config/cross-android-armv7.cbc bootstrap. Bootstrap fails for
registering for ARCH platform.Please find below system log for the same. For
earlier builds (1.4.0) I didn't found register_bootstrapper for 'ARCH'
platform. 

ice at ice-VBox:~/cerbero$ cerbero -c config/cross-android-armv7.cbc bootstrap
Traceback (most recent call last):
  File "/home/ice/cerbero/cerbero-uninstalled", line 9, in <module>
    main()
  File "/home/ice/cerbero/cerbero/main.py", line 130, in main
    Main(sys.argv[1:])
  File "/home/ice/cerbero/cerbero/main.py", line 52, in __init__
    self.load_commands()
  File "/home/ice/cerbero/cerbero/main.py", line 92, in load_commands
    commands.load_commands(subparsers)
  File "/home/ice/cerbero/cerbero/commands/__init__.py", line 66, in
load_commands
    __import__('cerbero.commands.%s' % name)
  File "/home/ice/cerbero/cerbero/commands/bootstrap.py", line 22, in
<module>
    from cerbero.bootstrap.bootstrapper import Bootstrapper
  File "/home/ice/cerbero/cerbero/bootstrap/bootstrapper.py", line 75, in
<module>
    linux.register_all()
  File "/home/ice/cerbero/cerbero/bootstrap/linux.py", line 155, in
register_all
    register_bootstrapper(Distro.ARCH, ArchBootstrapper,
DistroVersion.ARCH_ROLLING)
AttributeError: class Distro has no attribute 'ARCH'

I'm building gstreamer 1.7.90 on Ubuntu 12.04 LTS however issue reproduced
on Ubuntu 14.04 LTS also and I followed the below steps to build 1.7.90

Step 1: git clone http://anongit.freedesktop.org/git/gstreamer/cerbero.git
Step 2: git checkout 85ecdfbfc8968ae417b798804239c22e50be38df (This commit
points to gstreamer 1.7.90 release)
Step 3: echo "alias cerbero='~/cerbero/cerbero-uninstalled'" >> ~/.bashrc
Step 4: source ~/.bashrc
Step 5: cerbero -c config/cross-android-armv7.cbc bootstrap

Thanks,
-Umashankar



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Release-1-7-90-bootstrap-fails-on-Ubuntu-12-04-for-ARCH-platform-tp4676334.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list