rsb build process - ftp error

Anand Krishnan anandkp92 at gmail.com
Sat Mar 21 01:14:38 UTC 2015


Hi,

I am trying to build RSB for sparc. During the installation, it is trying
to download autoconf-2.69.tar.gz over ftp but fails.

Autoconf is already installed in my host machine. Why is it trying again to
download?
Also I think there is some error with downloading via ftp - is there some
way I can change the download through http?

I am also attaching the log file.

regards,
anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20150321/040f8681/attachment.html>
-------------- next part --------------
RTEMS Source Builder - Set Builder, v0.5.0
 Command Line: ../source-builder/sb-set-builder --log=1-sparc.txt --prefix=/home/seil/development/rtems/4.11 4.11/rtems-sparc
 Python: 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3]
Build Set: 4.11/rtems-sparc
Build Set: 4.11/rtems-autotools.bset
Build Set: 4.11/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
script:  1: #!/bin/sh
script:  2: # ___build_pre in as set up in defaults.py
script:  3: # Save the original path away.
script:  4: export SB_ORIG_PATH=${PATH}
script:  5: # Directories
script:  6: SB_PREFIX="/home/seil/development/rtems/4.11"
script:  7: SB_PREFIX_CLEAN=$(echo "/home/seil/development/rtems/4.11" | /bin/sed -e 's/^\///')
script:  8: SB_SOURCE_DIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/sources"
script:  9: SB_BUILD_DIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/autoconf-2.69-x86_64-linux-gnu-1"
script: 10: # host == build, use build; host != build , host uses host and build uses build
script: 11: SB_HOST_CFLAGS="-O2 -pipe "
script: 12: SB_HOST_CXXFLAGS="-O2 -pipe "
script: 13: SB_HOST_LDFLAGS="-L/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/lib"
script: 14: SB_BUILD_CFLAGS="-O2 -pipe -I/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/include"
script: 15: SB_BUILD_CXXFLAGS="-O2 -pipe -I/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/include"
script: 16: SB_BUILD_LDFLAGS="-L/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/lib"
script: 17: SB_CFLAGS="${SB_BUILD_CFLAGS} "
script: 18: SB_CXXFLAGS="${SB_BUILD_CXXFLAGS} "
script: 19: SB_ARCH="x86_64"
script: 20: SB_OS="linux"
script: 21: export SB_SOURCE_DIR SB_BUILD_DIR SB_ARCH SB_OS
script: 22: export SB_HOST_CFLAGS SB_HOST_CXXFLAGS SB_HOST_LDFLAGS
script: 23: export SB_BUILD_CFLAGS SB_BUILD_CXXFLAGS SB_BUILD_LDFLAGS
script: 24: export SB_CFLAGS SB_CXXFLAGS
script: 25: # Documentation
script: 26: SB_DOC_DIR="/home/seil/development/rtems/4.11/share/doc"
script: 27: export SB_DOC_DIR
script: 28: # Packages
script: 29: SB_PACKAGE_NAME="autoconf-2.69-x86_64-linux-gnu-1"
script: 30: SB_PACKAGE_BUILDNAME="autoconf-2.69-x86_64-linux-gnu-1"
script: 31: SB_PACKAGE_VERSION="2.69"
script: 32: SB_PACKAGE_RELEASE="1"
script: 33: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
script: 34: # Build directories
script: 35: export SB_PREFIX
script: 36: SB_BUILD_DIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/autoconf-2.69-x86_64-linux-gnu-1"
script: 37: SB_BUILD_ROOT="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/autoconf-2.69-x86_64-linux-gnu-1-root-seil"
script: 38: SB_BUILD_ROOT_BINDIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/autoconf-2.69-x86_64-linux-gnu-1-root-seil/${SB_PREFIX_CLEAN}/bin"
script: 39: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
script: 40: SB_BUILD_CXC_DIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/autoconf-2.69-x86_64-linux-gnu-1-cxc"
script: 41: SB_BUILD_CXC_ROOT="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/autoconf-2.69-x86_64-linux-gnu-1-seil-cxc"
script: 42: SB_BUILD_CXC_ROOT_BINDIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/autoconf-2.69-x86_64-linux-gnu-1-seil-cxc/${SB_PREFIX_CLEAN}/bin"
script: 43: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
script: 44: SB_TMPROOT="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset"
script: 45: SB_TMPPREFIX="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}"
script: 46: SB_TMPBINDIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/bin"
script: 47: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
script: 48: SB_TMPCXCROOT="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil/4.11/rtems-autotools-internal.bset"
script: 49: SB_TMPCXCPREFIX="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil-cxc/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}"
script: 50: SB_TMPCXCBINDIR="/home/seil/development/rtems/src/rtems-source-builder/rtems/build/tmp/sb-seil-cxc/4.11/rtems-autotools-internal.bset/${SB_PREFIX_CLEAN}/bin"
script: 51: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
script: 52: # Extra path support
script: 53: SB_EXTRAPATH="/home/seil/development/rtems/src/rtems-source-builder/source-builder"
script: 54: # The compiler flags
script: 55: 
script: 56: 
script: 57: export CFLAGS_FOR_TARGET
script: 58: export CXXFLAGS_FOR_TARGET
script: 59: # Set up the path. Put the CXC path first.
script: 60: if test -n "${SB_TMPBINDIR}" ; then
script: 61:  PATH="${SB_TMPBINDIR}:$PATH"
script: 62: fi
script: 63: if test -n "${SB_TMPCXCBINDIR}" ; then
script: 64:  PATH="${SB_TMPCXCBINDIR}:$PATH"
script: 65: fi
script: 66: if test -n "${SB_EXTRAPATH}" ; then
script: 67:  PATH="${SB_EXTRAPATH}:$PATH"
script: 68: fi
script: 69: 
script: 70: 
script: 71: export PATH
script: 72: # Default environment set up.
script: 73: LANG=C
script: 74: export LANG
script: 75: unset DISPLAY || :
script: 76: umask 022
script: 77: cd "/home/seil/development/rtems/src/rtems-source-builder/rtems/build/autoconf-2.69-x86_64-linux-gnu-1"
script: 78: echo "=> autoconf-2.69-x86_64-linux-gnu-1:"
script: 79: echo "==> %prep:"
script: 80: build_top=$(pwd)
source setup: autoconf-2.69-x86_64-linux-gnu-1: source autoconf -q -n autoconf-2.69
Creating source directory: sources
making dir: /home/seil/development/rtems/src/rtems-source-builder/rtems/sources
download: ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz -> sources/autoconf-2.69.tar.gz
download: ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz: error: <urlopen error ftp error: [Errno 110] Connection timed out>
error: downloading ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz: all paths have failed, giving up
  See error report: rsb-report-autoconf-2.69-x86_64-linux-gnu-1.txt
Build Set: Time 0:01:04.404757
Build Set: Time 0:01:04.405311
Build Set: Time 0:01:04.407672


More information about the devel mailing list