Problems building set for Beaglebone black.

Travis Wheatley travis.wheatley at fireflyspace.com
Thu Aug 18 20:06:57 UTC 2016


Working on a project for Beaglebone black. I have gone through the following set of steps to download and and subsequently run sb-set-builder:

$ mkdir -p development/rtems/sources
$ cd development/rtems/sources
$ git clone -b beagle https://github.com/bengras/rtems-source-builder.git
$ ./rtems-source-builder/source-builder/sb-check 
$ cd rtems-source-builder/rtems/
$ ../source-builder/sb-set-builder --log=beagle.txt --prefix=$HOME/development/rtems/4.12 devel/beagle.bset

After about a minute or so I get the following build error:

.
.
.
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-linux-gnu-1
download: http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz -> sources/expat-2.1.0.tar.gz
download: http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz: error: <urlopen error [Errno -2] Name or service not known>
error: downloading http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz: all paths have failed, giving up
Build FAILED
  See error report: rsb-report-expat-2.1.0-x86_64-linux-gnu-1.txt
error: downloading http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz: all paths have failed, giving up
Build Set: Time 0:00:34.938606
Build FAILED


The above mentioned build report seems to indicate that the expat project that it is trying to download doesn’t exist. 

.
.
.
making dir: /home/beaglebone/development/rtems/sources/rtems-source-builder/rtems/sources
download: (full) http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz -> sources/expat-2.1.0.tar.gz
download: http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz -> sources/expat-2.1.0.tar.gz
download: no ssl context
download: http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz: error: <urlopen error [Errno -2] Name or service not known>
error: downloading http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz: all paths have failed, giving up

Not sure what to do to correct this. Suggestions?




More information about the users mailing list