xorp

Builder dt-arm-cx: Build #123

Results:

build successful

SourceStamp:

Buildslave:

bot-dt-arm-cx

Reason:

Steps and Logfiles:

  1. git [update] [7 seconds]
    1. stdio
  2. shell [clean] [0 seconds]
    1. stdio
  3. shell_1 [compile-arm-cx] [406 seconds]
    1. stdio

Build Properties:

NameValueSource
branchmasterBuild
buildernamedt-arm-cxBuild
buildnumber123Build
got_revision9115d926855250c66ed2e2d5e37183deb55ec38bSource
repositoryhttps://github.com/greearb/xorp.ctChange
revision9115d926855250c66ed2e2d5e37183deb55ec38bBuild
schedulerallScheduler
slavenamebot-dt-arm-cxBuildSlave

Blamelist:

  1. Igor Maravic <igorm@etf.rs>

Timing

StartFri Feb 17 11:40:27 2012
EndFri Feb 17 11:47:21 2012
Elapsed6 mins, 53 secs

All Changes

  1. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 5722655ccebb4c3abb599e105082abd6f7efa6dd
    Changed files:

    Comments:
    xorp: cli: Sconscript: Make symlink to libxorp_cli.so
    
    Make symlink to libxorp_cli.so for resolving links while we are in BUILDDIR.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  2. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 1af1eb9adbf3ffe305abfe3249aa02b5b3d664aa
    Changed files:

    Comments:
    xorp: cli: libtecla: Sconscript: Make symlink to libxorp_tecla.so
    
    Make symlink to libxorp_tecla.so for resolving links while we are in BUILDDIR.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  3. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 18eceadab7e9569474b9cd4ac37ee1c8bc9b9308
    Changed files:

    Comments:
    xorp: Sconstruct: Create subdirectories to hold symlinks to command and module bins in $BUILDDIR
    
    If env['rtld_origin'] is set to TRUE, creates /bin and /sbin directories in $BUILDDIR/lib/xorp to hold symlinks for
    command and module bins, respectivly.
    We need that, so we coud run xorpsh from $BUILDDIR. Also this commit makes running of xorp_rtrmngr from $BUILDDIR easier.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  4. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: e97916e637ab2d444cd0bcbd943439ab32fe540c
    Changed files:

    Comments:
    xorp: rtrmgr: util.cc: Changed s_cfg_root and s_config_root and introduced s_template_dir and s_target_dir
    
    When current_root == build_root, changed s_cfg_root to be equal build_root, so the xorpsh and xorp_rtrmgr
    would expect command and module bins in $BUILDDIR/lib/xorp/{bin, sbin} by default.
    
    Changed s_config_file to be equal xorp_real_path(XORP_SRC_ROOT) + "/rtrmgr/config/xorp.conf",
    so the xorpsh and xorp_rtrmgr would expect xorp.conf in subdir, where all example .conf files are,
    by default.
    
    Introduced s_template_dir and s_target_dir, so when xorpsh and xorp_rtrmgr are run from $BUILDDIR,
    they would look for template files in $BUILDDIR/etc/templates and target files in $BUILDDIR/xrl/targets.
    In other cases, they look for template files in s_cfg_root+"/share/xorp/templates" and for target files
    in s_cfg_root+"/share/xorp/xrl/targets", like they used to do.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  5. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: dd4f0084815a27200b7e197c713df26e0df4883b
    Changed files:

    Comments:
    xorp: Make symlink to module bins in $BUILDDIR/lib/xorp/sbin
    
    If env['rtld_origin'] is set to TRUE, makes symlinks for module
    bins in $BUILDDIR/lib/xorp/sbin, so xorpsh could be run from $BUILDDIR.
    Also, makes running of xorp_rtrmgr from $BUILDDIR easier.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  6. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 73384d43886768342b8f64ef2ea050d926342cb0
    Changed files:

    Comments:
    xorp: Make symlinks to command bins in $BUILDDIR/lib/xorp/bin
    
    If env['rtld_origin'] is set to TRUE, makes symlinks to command
    bins in $BUILDDIR/lib/xorp/bin, so the xorpsh could be run from
    $BUILDDIR. Also, makes running of xorp_rtrmgr from $BUILDDIR easier.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  7. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: df58d12c19c8fdcfc9ec2083fae9f87f7fae18f2
    Changed files:

    Comments:
    xorp: SConstruct: Create subdir $BUILDDIR/etc/templates
    
    Creates subdir $BUILDDIR/etc/templates for holding template files.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  8. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 95cdfaa59f95352f4e66b651bb64c716e413067f
    Changed files:

    Comments:
    xorp: etc: templates: Sconscript: Copy necessary template files to $BUILDDIR/etc/templates
    
    Copy necessary template files to $BUILDDIR/etc/templates, if env['rtld_origin'] is set to TRUE.
    With this, we can run xorpsh from $BUILDDIR. Also makes running xorp_rtrmgr from $BUILDDIR
    easier.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

  9. Changed by: Igor Maravic <igorm@etf.rs>
    Changed at: Fri 17 Feb 2012 11:38:27
    Branch: master
    Revision: 9115d926855250c66ed2e2d5e37183deb55ec38b
    Changed files:

    Comments:
    xorp: Make symlinks for shared libraries
    
    Make symlinks to shared libraries, so xorpsh and xorp_rtrmgr could be run from
    $BUILDDIR.
    
    Signed-off-by: Igor Maravic <igorm@etf.rs>
    Properties:

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Property 1 Name: Value:
Property 2 Name: Value:
Property 3 Name: Value:
Reason for re-running build: