Cloud9 image build failure

I just ran ./oebb.sh update. It now appears that cloud9-image will not build:

NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for runtime ntpdate (ntp, ntp-ssl)
NOTE: consider defining a PREFERRED_PROVIDER entry to match ntpdate
ERROR: Nothing RPROVIDES 'sox' (but /home/dlambert/beaglebone/setup-scripts/sources/meta-ti/recipes-ti/beagleboard/beaglebone-tester.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'sox' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['sox']
NOTE: Runtime target 'beaglebone-tester' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['beaglebone-tester', 'sox']
ERROR: Required build target 'cloud9-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['cloud9-image', 'beaglebone-tester', 'sox']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Any ideas?

Dave.

I worked around this by deleting the 'beaglebone-tester' requirement in the cloud9-image recipe.

HTH,

Dave.

I worked around this by deleting the ‘beaglebone-tester’ requirement in the cloud9-image recipe.

The cloud9 used in Angstrom is really outdated. It still uses Nodejs v4. Why don’t you download Nodejs v8.10 and download the latest Cloud9 and build them natively on Beaglebone? I have them working on my Beagle-xM and this combination work nicely together. The new features in Cloud9 are a big improvement.

Regards,

John

HTH,

Dave.