Install BigBlueButton on Ubuntu 13.04

942 views
Skip to first unread message

Frank Peng

unread,
May 22, 2013, 7:37:42 AM5/22/13
to bigbluebu...@googlegroups.com
Hi,  BBB guru!

I have setup a github account and forked Bigbluebutton to my Ubuntu 13.04. I am trying to make BBB works on 13.04. Everything goes well until I try to ant locales. It won't compile on 13.04.
These are some logs:


.....
[mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/fra                            meworks/flex-config.xml
    [mxmlc] Adobe Flex Compiler (mxmlc)
    [mxmlc] Version 4.5.0 build 20967
    [mxmlc] Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved.
    [mxmlc]
    [mxmlc] /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml(56)                            : Error: unable to open 'libs/player/11.2/playerglobal.swc'
    [mxmlc]
    [mxmlc]       </external-library-path>
    [mxmlc]

BUILD FAILED
/home/peng/dev/bigbluebutton/bigbluebutton-client/build.xml:69: The following er                            ror occurred while executing this line:
/home/peng/dev/bigbluebutton/bigbluebutton-client/build.xml:133: The following e                            rror occurred while executing this line:
/home/peng/dev/bigbluebutton/bigbluebutton-client/build.xml:148: mxmlc task fail                            ed

If you are interest to make Bigbluebutton work on Ubuntu 13.04, please join the project.

Cheers!


Fred Dixon

unread,
May 22, 2013, 8:22:01 AM5/22/13
to bigbluebu...@googlegroups.com
Hi Frank,

We (the core developers) develop, design, test, and package BigBlueButton on Ubuntu 10.04 32-bit and 64-bit.  We haven't tried or tested any other distribution.

Is it an option for you to use Ubuntu 10.04?  If so, you'll find that the compile should work.


Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton





--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 




Calvin Walton

unread,
May 22, 2013, 1:19:47 PM5/22/13
to bigbluebu...@googlegroups.com
On Wed, 2013-05-22 at 04:37 -0700, Frank Peng wrote:
> Hi, BBB guru!
>
> I have setup a github account and forked Bigbluebutton to my Ubuntu 13.04.
> I am trying to make BBB works on 13.04. Everything goes well until I try to
> ant locales. It won't compile on 13.04.

As Fred said, we aren't supporting running or developing BigBlueButton
on 13.04 yet, but...

> /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml(56)
> : Error: unable to open 'libs/player/11.2/playerglobal.swc'

If you had been following our setup instructions at
https://code.google.com/p/bigbluebutton/wiki/081DevelopingBigBlueButton#Setup_a_Development_Environment
you would not see this error. One of the steps includes downloading this
file and putting it into the correct place.

--
Calvin Walton <calvin...@kepstin.ca>
BigBlueButton Developer

Pccom Frank

unread,
May 22, 2013, 1:59:57 PM5/22/13
to bigbluebu...@googlegroups.com
Thank you. I really missed one step. After I download the file. ant locales successful.

But when I do ant, it failed. These are the log:

build-mic-check:
     [echo] Compiling Microphone Check Application.
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/client/MicrophoneCheck.swf (508632 bytes)

build-cam-check:
     [echo] Compiling Camera Check Application.
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/client/CameraCheck.swf (514221 bytes)

build-conn-check:
     [echo] Compiling Connection Check Application.
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/client/RTMPConnCheck.swf (510052 bytes)

build-webcam-preview-standalone:
     [echo] Compiling webcam preview standalone without optimization.
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/client/WebcamPreviewStandalone.swf (514232 bytes)

build-webcam-view-standalone:
     [echo] Compiling webcam view standalone without optimization.
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/client/WebcamViewStandalone.swf (515804 bytes)

build-bbb-main:
    [mxmlc] Loading configuration file /home/peng/dev/tools/flex-4.5.0.20967/frameworks/flex-config.xml
    [mxmlc] /home/peng/dev/bigbluebutton/bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml(2): col: 1 Error: Content is not allowed in prolog.
    [mxmlc]
    [mxmlc] n
    [mxmlc] ^
    [mxmlc]

BUILD FAILED
/home/peng/dev/bigbluebutton/bigbluebutton-client/build.xml:177: The following error occurred while executing this line:
/home/peng/dev/bigbluebutton/bigbluebutton-client/build.xml:294: mxmlc task failed

Total time: 1 minute 8 seconds


when I cd ~/dev/bigbluebutton
git pull
Already up-to-date.

Please help out. It is very interesting to work on Ubuntu 13.04. 


Richard Alam

unread,
May 22, 2013, 2:07:10 PM5/22/13
to bigbluebu...@googlegroups.com
Which branch are you in? That file hasn't been changed in master for about a month. Did you make a change in the file and accidentally added "n" somewhere?

Richard

Pccom Frank

unread,
May 22, 2013, 2:26:25 PM5/22/13
to bigbluebu...@googlegroups.com
I forked the BigBlueButton/BigBlueButton. 

Which one i should fork?

I did not get into the folder and I did not change anything. 

I tried to delete the "n" line, still not working. More errors in the file. Something has to be wrong.

Thank you for your help!


Pccom Frank

unread,
May 22, 2013, 4:37:15 PM5/22/13
to bigbluebu...@googlegroups.com
 I forked a new one. Still not working. I think it is because i did not install the server. What i am trying to do is to make the server to work on Ubuntu 13.04.

Chad Pilkey

unread,
May 22, 2013, 4:57:34 PM5/22/13
to bigbluebu...@googlegroups.com
That's not going to work without an incredible amount of effort.

You have to install bigbluebutton from packages first, which only work with 10.04. Then if you want to do development you can fork the repo and set up a development environment. You can't start with the repository and install bigbluebutton from that as there are many installation steps left out of the repo.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

Pccom Frank

unread,
May 22, 2013, 6:25:27 PM5/22/13
to bigbluebu...@googlegroups.com
I am trying to make the BigBlueButton server work on Ubuntu 13.04.
I have installed Ruby 2.0.0p0 and gem 2.03.
gem install hello works.

I know it is not easy. Lots of broken packages. But it won't hurt to try and it is worth to try it.
If you could help me that will be great.
Thank you!



To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages