Meant to reply to the whole list but did not... ... In the end, the issue was mentioned on the BuildBot docs on hacking the UI:
- http://docs.buildbot.net/latest/developer/www-base-app.html "Note Buildbot UI is only tested to build on node 4.x.x. There are known issues with node 5.x.x and especially npm 3.x.x. (bug #4496 <http://trac.buildbot.net/ticket/4496>)." That note is missing from another very similar page for what appears to be the same version: - http://bb.mawhrin.net/developer/www.html anyway, after reverting my node and npm version to the recommended older ones, and running: pip install --editable pkg pip install --editable master/ make frontend Everything seems to build and there are no more UI errors at runtime. Best, Joe On Tue, Mar 22, 2016 at 5:50 PM, . <joes.mailing.li...@gmail.com> wrote: > Hi, > I am trying to do a new source install of the latest buildbot revision > from GitHub, and I seem to be running into a problem related to the web > frontend and 'guanlecoja-ui'. > > It appears that I have successfully installed all components from the > repository, then I start buildbot in the normal fashion: > > $ buildbot start master > > And the try to visit the default page at localhost:8010 > > The page however, is completely blank. If I open up the web console, I > see some kind of Angular related error: > > -------------- > Error: [$injector:modulerr] Failed to instantiate module app due to: > [$injector:modulerr] Failed to instantiate module waterfall_view due to: > [$injector:modulerr] Failed to instantiate module guanlecoja.ui due to: > [$injector:nomod] Module 'guanlecoja.ui' is not available! You either > misspelled the module name or forgot to load it. If registering a module > ensure that you specify the dependencies as the second argument. > -------------- > > I have tried to install 'guanlecoja-ui' every way I can think of, from the > repo, using npm, using the source, using gulp, etc, etc, but no matter what > I do I end up with this error. > > I am running everything on a fresh VirtualBox VM with Ubuntu 14.04. > > Any insights on how/where I can make this module available would be very > much welcome! I assume I am making some foolish mistake with the > configuration. > > Best, > Joe >
_______________________________________________ users mailing list users@buildbot.net https://lists.buildbot.net/mailman/listinfo/users