Errors installing virtualbox guest additions from AUR

After failing to get ose guest additions working in an Arch guest on Ubuntu host by (a) mounting the ISO and (b) installing from pacman, I thought that it would be an idea to use builds from AUR as these would likely to be more customised for Arch guests.
Installing ose-guest-additions-modules (the dependency for ose-guest-additions) worked flawlessly, but whenever I try and makepkg -s for ose-guest-additions I get the following error:
install: cannot stat 'vboxadd-timesync' : no such file or directory
install: cannot stat 'VBoxClient' : no such file or directory
install: cannot stat 'mountvboxsf' : no such file or directory
These directories do exist at /usr/share/virtualbox/additions/ so I am at a loss as to what is causing this to fail.
(It is worth pointing out that I am new to Arch -and relatively new to Linux- & while I am having a lot of fun trying to figure this stuff out, I am aware that I am probably missing something quite obvious...)

bump
Last edited by Mufasaa (2015-06-12 13:04:45)

Similar Messages

  • Error installing VirtualBox Guest Additions

    Hello. ¿Cuál es el motivo por el cual a la hora de instalar VirtualBox Guest Additions me sale lo siguiente?
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How I can solve this installation error?

    2898527 wrote:
    I was installing VirtualBox Guest Additions, and install gives me the following installation error:
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How is it possible that mistake, and how could I fix it?
    Regards,
    --Alejandro
    You just repeated your original post with no additional information.
    SPECIFICALLY, how were installing Guest Additions?  What SPECIFIC steps did you take?  Where, SPECIFICALLY, did you find the messages you posted?

  • Failed to install VirtualBox Guest Addition on Oracle Linux 6.1

    I can successfully install Oracle Linux 6.1 on VirtualBox 4.1. But failed to install VirtualBox Guest Additions with the following message: Building the main Guest Additions module [FAILED]. All other modules installed ok.

    Actually you don't have do install the developer version. According to the documentation http://www.virtualbox.org/manual/ch04.html you will need to install gcc and kernel-devel packages. In case Oracle Enterprise Linux does not find the required packages, you either have to install them from a different source (e.g. DVD) or use Oracle's public Yum server located at http://public-yum.oracle.com.

  • How can i install virtualbox-guest-additions?

    pacman -S virtualbox-guest-additions
    edit rc.conf
    MODULES=(vboxguest vboxsf vboxvideo)
    under gnome
    glxgears 60.975fps
    but under centos 5.6 gnome 559.203fps
    how would i do to so fast?
    Last edited by oddhornedant (2011-04-25 10:03:56)

    This is the only entry I have in MODULES=(vboxdrv)
    I use Vbox from AUR as they work for me.
    I use win7/winxp fedora debian etc as guests with full access to usb/ shared drives etc.and full screen where possible as some distros do not do full screen in vbox without a lot of fiddling
    are you in the correct groups with out the correct permissions they do not work usbmux:x:140:username
    vboxusers:x:108:username

  • Installing virtualbox guest additions - No X-11

    OK, so I took the plunge (again) and [re]started with Arch.
    I have it right now as a virtualbox guest, but the screen is the size of a key hole.
    I followed the steps on the wiki here and I encountered a curve ball when it came to setting the values in ~/.xinitrc.
    The file is now there.  I had to manually create it as I do not have (or want) any non-terminal applications on this VM.
    However, when I run " ps ax | grep -i vbox ", the services VBoxClient --display | seamless | draganddrop are not running until I manually start VBoxClient-all.  VBoxService -f is running, seemingly without any issues.
    How can I fix this so that /usr/bin/VBoxClient-all (the same line now in the .xinitrc) would run at boot?
    TIA

    bump
    Last edited by Mufasaa (2015-06-12 13:04:45)

  • Installing ArchLinx+Guest Additions in Virtual Box(error during guest)

    The Arch Linux install seemed to go through smoothly.  I installed it using the wiki page, rebooted, and logged in as root.  I am installing this for a class, so trying to follow the instructions to do so.  Next, we are supposed to install 'Guest Additions' for Virtual box using the instructions below:
    Now, you should install "Guest Additions" for VirtualBox. Guest additions allows you to share files between host and guest systems. This is very convenient for development as you will need to copy files back and forth between the host and guest operating systems. You can download Guest Additions at *link*.
         You need to start the virtual machine before you can continue installing Guest Additions. To do that, just select your VM name from the list on the left hand side in VirtualBox and click Start. After logging into Arch Linux, you should mount this ISO image just as you had mounted the Arch Linux ISO file. You can then mount the cdrom inside the Guest OS by doing:
    mkdir /mnt/cdrom
    mount -t iso9660 /dev/cdrom0 /mnt/cdrom
    Now install the guest additions by doing:
    cd /mnt/cdrom
    sh ./VBoxLinuxAdditions-x86.run
    This will compile and install the kernel modules necessary for Guest Additions functionality. Please note that if you
    recompile your own kernel (later as a part of project requirements), you will have to run this again so that the modules are
    compiled and installed for the new kernel too.
    Under settings for VBox, I mounted the Guest Additions image file, started Arch Linux, logged in as root, and followed the instructions above.  I was able to do all of the above, but when I excute the last line, I am given this message:
    http://img132.imageshack.us/img132/3971/linuxd.png
    I have no idea where to go from here, and any help would be greatly appreciated.
    Also,  I feel like I have installed Arch Linux incorrectly.  All the videos and pictures I see show a GUI type interface, but all I am presented with is a text-based interface.  When I boot it up, it asks me to log in, and I am then taken to the command line, but I don't see the same GUI interface everyone else seems to have.  Is this normal for a basic Arch Linux install?  Thanks in advance.

    Arch has no GUI until you install one. Some people don't want a GUI, so it's left to the user. The base install has only a command line interface.
    You should probably read the Beginners Guide.
    In case you missed them, there's two short articles, also on the wiki that might help you understand Arch, Arch Linux and The Arch Way

  • VirtualBox Guest Addition install failed

    Hello,
    I just build a linux-guest virtual box and I am trying to install the guest addition and the first step is to run "/etc/init.d/vboxadd setup". I got the following error:
    +"The heaers for the current running kernel were not found. If the following module compilation fails then this could be the reason. The missing package can be probably installed with+
    +yum install kernel-devel-2.6.18-194.e15+
    +You system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong. Once you have corrected it, you can run /etc/init.d/vboxadd setup to build them."+
    And the log file reads:
    +"*** Error: unable to find the sources of your current linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop"+
    I then tried "yum install dkms". This time no error but it says +"No package dkms available . Nothing to do".+ Also, my /usr/src/kernels directory is empty. I dont know if this is part of the reason.
    Thanks for the help.
    Harry

    user11957149 wrote:
    It says no package kernel-devel-2.6.18-194.e15 available. How can i install this package?I think that the 1 should be an 'l' - ie: kernel-devel-2.6.18-194.el5. Also, you should double-check your running kernel to make sure that corresponds to the version you are running.
    Edited by: JaredGreenwald on May 4, 2011 10:26 PM

  • Virtualbox guest addition  install issue on oel 64bit  guest

    Hi,
    my configuration is
    windows 7 home 64 bit -
    virtualbox 4.1.8
    I installed oel 64 bit guest
    and now I am trying to install the guest addition . but while installing it failed
    Building the main guest additon module FAILED
    it says of a missing package kernel-devel-2.6.32-100.26.2.el5
    so I did
    yum install kernel-devel-2.6.32-100.26.2.el5
    but now it complains
    ULN support will be disabled
    No package kernel-devel-2.6.32-100.26.2.el5 available
    appreciate any suggestion
    thanks
    Kart
    sharing 2 wonderful links
    https://blogs.oracle.com/fatbloke/entry/virtualbox_and_the_unbreakable_enterprise
    http://www.oracle.com/technetwork/articles/servers-storage-admin/vmlove-1368887.html
    Edited by: user12046749 on Feb 21, 2012 6:27 AM

    Thanks Avi..:) seems like i am progressing..
    [root@localhost yum.repos.d]# cat /etc/oracle-release
    Oracle Linux Server release 5.6
    so now I enabled all the enabled in the repos file . after that I was able to
    [root@localhost yum.repos.d]# yum install kernel-uek-devel-2.6.32-100.26.2.el5
    Loaded plugins: rhnplugin, security
    This system is not registered with ULN.
    ULN support will be disabled.
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package kernel-uek-devel.x86_64 0:2.6.32-100.26.2.el5 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    ===============================================================================================================
    Package Arch Version Repository Size
    ===============================================================================================================
    Installing:
    kernel-uek-devel x86_64 2.6.32-100.26.2.el5 ol5_u6_base 6.6 M
    Transaction Summary
    ===============================================================================================================
    Install 1 Package(s)
    Upgrade 0 Package(s)
    Total download size: 6.6 M
    Is this ok [y/N]: y
    Downloading Packages:
    kernel-uek-devel-2.6.32-100.26.2.el5.x86_64.rpm | 6.6 MB 00:21
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : kernel-uek-devel 1/1
    Installed:
    kernel-uek-devel.x86_64 0:2.6.32-100.26.2.el5
    Complete!
    [root@localhost yum.repos.d]#
    after that when i try to run guest addition it complains of gcc utility not found. Is there some other rpms that I need to install for guestaddition to run succesfully.
    Please let me know... thank you for the wonderful tips
    Kart.

  • No network connection or virtualbox guest additions after upgrade

    I followed the instructions carefully, from the homepage, when carrying out the latest upgrade. Unfortunately, virtualbox guest additions is no longer working and nor can I get a network connection. To clarify, arch is running inside a virtual machine.
    I'm not sure where to start looking to be honest and would appreciate some pointers about to get me on the way towards solving this problem.
    EDIT: The virtualbox problem is related to error in the package
    Thanks
    Last edited by n_t (2013-06-11 19:01:52)

    for the guest additions, it's a bug in the package, look here: https://bbs.archlinux.org/viewtopic.php?id=164924
    For the network, you'll have to tell us how you were setting up the network before that isn't working now.

  • Cant Find to install VirtualBox-Ose-Additions

    Hi All
    I have installed virtualbox-ose and virtualbox-ose-additions from packages and configured virtualbox etc ... and it runs just fine.  But when i go to configure guest additions, i cant find where its been installed ...
    I thought it was supposed to be here /usr/share/virtualbox/additions/VBoxGuestAdditions.iso  But its not ...
    Any suggestions please ?
    Many Thanks

    whitetimer wrote:Done that but the iso is still not in /usr/share/virtualbox .......
    it doesn't need to be there. just try to load the iso from vbox and you'll see that is working
    pacman -Ql virtualbox-additions
    Last edited by wonder (2010-12-03 22:43:34)

  • I can't install lib32-boost-libs from AUR

    I am trying to install Plex Media Server from AUR and one of the dependencies is lib32-boost-libs, but when I try and install it I get an error. How can I fix this?
    ==> lib32-boost-libs dependencies:
    - lib32-bzip2 (already installed)
    - lib32-zlib (already installed)
    - lib32-gcc-libs (already installed)
    - icu (already installed)
    - python (already installed)
    - python2 (already installed)
    - bzip2 (already installed)
    - lib32-zlib (already installed)
    - openmpi (already installed)
    - gcc-multilib (already installed)
    ==> Continue building lib32-boost-libs ? [Y/n]
    ==> ------------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: lib32-boost-libs 1.47.0-1 (Tue Jan 3 12:33:08 MST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading boost_1_47_0.tar.gz...
    --2012-01-03 12:33:08-- http://downloads.sourceforge.net/sourceforge/boost/boost_1_47_0.tar.gz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/project/boost/boost/1.47.0/boost_1_47_0.tar.gz [following]
    --2012-01-03 12:33:18-- http://downloads.sourceforge.net/project/boost/boost/1.47.0/boost_1_47_0.tar.gz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://superb-dca2.dl.sourceforge.net/project/boost/boost/1.47.0/boost_1_47_0.tar.gz [following]
    --2012-01-03 12:33:18-- http://superb-dca2.dl.sourceforge.net/project/boost/boost/1.47.0/boost_1_47_0.tar.gz
    Resolving superb-dca2.dl.sourceforge.net... 209.61.193.20
    Connecting to superb-dca2.dl.sourceforge.net|209.61.193.20|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 55798639 (53M) [application/x-gzip]
    Saving to: `boost_1_47_0.tar.gz.part'
    100%[=====================================================================================================================>] 55,798,639 322K/s in 2m 36s
    2012-01-03 12:35:58 (350 KB/s) - `boost_1_47_0.tar.gz.part' saved [55798639/55798639]
    ==> Validating source files with md5sums...
    boost_1_47_0.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting boost_1_47_0.tar.gz with bsdtar
    ==> Starting build()...
    /tmp/yaourt-tmp-jason/aur-lib32-boost-libs/./PKGBUILD: line 38: ./build.sh: Permission denied
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build lib32-boost-libs.
    ==> Restart building lib32-boost-libs ? [y/N]
    ==> -----------------------------------------
    ==>

    Raynman wrote:My guess: you have /tmp mounted with 'noexec'.
    It was, but I took noexec out. After I rebooted and tried to install lib32-boost-libs I got a very similar error
    ==> Continue building lib32-boost-libs ? [Y/n]
    ==> ------------------------------------------
    ==>
    ==> Building and installing package
    ==> Making package: lib32-boost-libs 1.48.0-1 (Thu Jan 5 13:34:17 MST 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading boost_1_48_0.tar.gz...
    --2012-01-05 13:34:17-- http://downloads.sourceforge.net/sourceforge/boost/boost_1_48_0.tar.gz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.gz [following]
    --2012-01-05 13:34:32-- http://downloads.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.gz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://voxel.dl.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.gz [following]
    --2012-01-05 13:34:32-- http://voxel.dl.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.gz
    Resolving voxel.dl.sourceforge.net... 208.122.29.16, 208.122.29.17, 208.122.29.18, ...
    Connecting to voxel.dl.sourceforge.net|208.122.29.16|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 58665706 (56M) [application/x-gzip]
    Saving to: `boost_1_48_0.tar.gz.part'
    100%[=====================================================================================================================>] 58,665,706 215K/s in 4m 52s
    2012-01-05 13:39:28 (196 KB/s) - `boost_1_48_0.tar.gz.part' saved [58665706/58665706]
    ==> Validating source files with md5sums...
    boost_1_48_0.tar.gz ... Passed
    ==> Validating source files with sha1sums...
    boost_1_48_0.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting boost_1_48_0.tar.gz with bsdtar
    ==> Starting build()...
    ### Using 'cc' toolset.
    rm -rf bootstrap
    mkdir bootstrap
    gcc -o bootstrap/jam0 -m32 command.c compile.c debug.c expand.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c output.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
    ./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= clean
    ...found 1 target...
    ...updating 1 target...
    ...updated 1 target...
    ./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root=
    ...found 49 targets...
    ...updating 3 targets...
    [MKDIR] bin.linuxx86
    [COMPILE] bin.linuxx86/b2
    [COPY] bin.linuxx86/bjam
    ...updated 3 targets...
    Performing configuration checks
    - has_icu builds : yes
    ...patience...
    ...found 1013 targets...
    ...updating 82 targets...
    common.mkdir ../../bin.v2/tools
    common.mkdir ../../bin.v2/tools/bcp
    common.mkdir ../../bin.v2/tools/bcp/gcc-4.6.2
    common.mkdir ../../bin.v2/tools/bcp/gcc-4.6.2/release
    common.mkdir ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/add_dependent_lib.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/add_path.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/bcp_imp.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/copy_path.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/file_types.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/fileview.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/main.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/path_operations.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/scan_cvs_path.o
    scan_cvs_path.cpp: In member function ‘void bcp_implementation::scan_cvs_path(const boost::filesystem3::path&)’:
    scan_cvs_path.cpp:34:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/licence_info.o
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/scan_licence.o
    scan_licence.cpp: In function ‘const char* context_before_license(const fileview&, fileview::const_iterator, int)’:
    scan_licence.cpp:31:76: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
    scan_licence.cpp: In function ‘const char* context_after_license(const fileview&, fileview::const_iterator, int)’:
    scan_licence.cpp:52:74: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
    gcc.compile.c++ ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/output_licence_info.o
    common.mkdir ../../bin.v2/libs/test
    common.mkdir ../../bin.v2/libs/test/build
    common.mkdir ../../bin.v2/libs/test/build/gcc-4.6.2
    common.mkdir ../../bin.v2/libs/test/build/gcc-4.6.2/release
    common.mkdir ../../bin.v2/libs/test/build/gcc-4.6.2/release/link-static
    gcc.compile.c++ ../../bin.v2/libs/test/build/gcc-4.6.2/release/link-static/execution_monitor.o
    gcc.compile.c++ ../../bin.v2/libs/test/build/gcc-4.6.2/release/link-static/debug.o
    gcc.compile.c++ ../../bin.v2/libs/test/build/gcc-4.6.2/release/link-static/cpp_main.o
    gcc.archive ../../bin.v2/libs/test/build/gcc-4.6.2/release/link-static/libboost_prg_exec_monitor.a
    common.mkdir ../../bin.v2/libs/regex/build/gcc-4.6.2/release
    common.mkdir ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/c_regex_traits.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/cpp_regex_traits.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/cregex.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/fileiter.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/icu.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/instances.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/posix_api.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/regex.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/regex_debug.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/regex_raw_buffer.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/regex_traits_defaults.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/static_mutex.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/w32_regex_traits.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/wc_regex_traits.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/wide_posix_api.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/winstances.o
    gcc.compile.c++ ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/usinstances.o
    gcc.archive ../../bin.v2/libs/regex/build/gcc-4.6.2/release/link-static/libboost_regex.a
    common.mkdir ../../bin.v2/libs/filesystem
    common.mkdir ../../bin.v2/libs/filesystem/build
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v2
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v2/src
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v2/src/v2_operations.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v2/src/v2_path.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v2/src/v2_portability.o
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3
    common.mkdir ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/operations.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/path.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/portability.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/windows_file_codecvt.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/codecvt_error_category.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/path_traits.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/unique_path.o
    gcc.compile.c++ ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/v3/src/utf8_codecvt_facet.o
    gcc.archive ../../bin.v2/libs/filesystem/build/gcc-4.6.2/release/link-static/libboost_filesystem.a
    common.mkdir ../../bin.v2/libs/system
    common.mkdir ../../bin.v2/libs/system/build
    common.mkdir ../../bin.v2/libs/system/build/gcc-4.6.2
    common.mkdir ../../bin.v2/libs/system/build/gcc-4.6.2/release
    common.mkdir ../../bin.v2/libs/system/build/gcc-4.6.2/release/link-static
    gcc.compile.c++ ../../bin.v2/libs/system/build/gcc-4.6.2/release/link-static/error_code.o
    gcc.archive ../../bin.v2/libs/system/build/gcc-4.6.2/release/link-static/libboost_system.a
    gcc.link ../../bin.v2/tools/bcp/gcc-4.6.2/release/link-static/bcp
    common.mkdir ../../dist
    common.mkdir ../../dist/bin
    common.copy ../../dist/bin/bcp
    ...updated 82 targets...
    Building the Boost C++ Libraries.
    Performing configuration checks
    - has_icu builds : no
    warning: Graph library does not contain MPI-based parallel components.
    note: to enable them, add "using mpi ;" to your user-config.jam
    - iconv (libc) : yes
    - icu : no
    - icu (lib64) : no
    - ../config//has_gcc_visibility builds : yes
    - ../config//has_long_double_support builds : yes
    warning: skipping optional Message Passing Interface (MPI) library.
    note: to enable MPI support, add "using mpi ;" to user-config.jam.
    note: to suppress this message, pass "--without-mpi" to bjam.
    note: otherwise, you can safely ignore this message.
    Component configuration:
    - chrono : building
    - date_time : building
    - exception : building
    - filesystem : building
    - graph : building
    - graph_parallel : building
    - iostreams : building
    - locale : building
    - math : building
    - mpi : building
    - program_options : building
    - python : not building
    - random : building
    - regex : building
    - serialization : building
    - signals : building
    - system : building
    - test : building
    - thread : building
    - timer : building
    - wave : building
    ...patience...
    ...patience...
    ...patience...
    ...patience...
    ...found 6866 targets...
    ...updating 880 targets...
    common.mkdir stage
    common.mkdir stage/lib
    common.mkdir bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/c_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/cpp_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/cregex.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/fileiter.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/icu.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/instances.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/posix_api.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/regex.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/regex_debug.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/regex_raw_buffer.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/regex_traits_defaults.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/static_mutex.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/w32_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/wc_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/wide_posix_api.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/winstances.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/usinstances.o
    gcc.link.dll bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_regex.so.1.48.0
    common.copy stage/lib/libboost_regex.so.1.48.0
    ln-UNIX stage/lib/libboost_regex.so
    common.mkdir bin.v2/libs/graph
    common.mkdir bin.v2/libs/graph/build
    common.mkdir bin.v2/libs/graph/build/gcc-4.6.2
    common.mkdir bin.v2/libs/graph/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/graph/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/graph/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.6.2/release/address-model-32/threading-multi/read_graphviz_new.o
    gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.6.2/release/address-model-32/threading-multi/graphml.o
    gcc.link.dll bin.v2/libs/graph/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_graph.so.1.48.0
    common.copy stage/lib/libboost_graph.so.1.48.0
    ln-UNIX stage/lib/libboost_graph.so
    common.mkdir bin.v2/libs/iostreams
    common.mkdir bin.v2/libs/iostreams/build
    common.mkdir bin.v2/libs/iostreams/build/gcc-4.6.2
    common.mkdir bin.v2/libs/iostreams/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/file_descriptor.o
    gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/mapped_file.o
    gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/zlib.o
    gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/gzip.o
    gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/bzip2.o
    gcc.link.dll bin.v2/libs/iostreams/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_iostreams.so.1.48.0
    common.copy stage/lib/libboost_iostreams.so.1.48.0
    ln-UNIX stage/lib/libboost_iostreams.so
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/encoding
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/encoding/codepage.o
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/date_time.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/format.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/formatting.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/generator.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/ids.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/localization_backend.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/message.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/shared/mo_lambda.o
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util/codecvt_converter.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util/default_locale.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util/info.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util/locale_data.o
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix/codecvt.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix/collate.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix/converter.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix/numeric.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/posix/posix_backend.o
    common.mkdir bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std/codecvt.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std/collate.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std/converter.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std/numeric.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/std/std_backend.o
    gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/util/gregorian.o
    gcc.link.dll bin.v2/libs/locale/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_locale.so.1.48.0
    common.copy stage/lib/libboost_locale.so.1.48.0
    ln-UNIX stage/lib/libboost_locale.so
    common.mkdir bin.v2/libs/math/build
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/..
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/../src
    common.mkdir bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/../src/tr1
    gcc.compile.c++.pch bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/../src/tr1/pch.hpp.gch
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_laguerre.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_legendre.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/beta.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_1.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_2.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_3.o
    ...on 100th target...
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_i.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_j.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_k.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_neumann.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_1.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_2.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_3.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expint.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hermite.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/laguerre.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/legendre.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/riemann_zeta.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_bessel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_legendre.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_neumann.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_tr1.so.1.48.0
    common.copy stage/lib/libboost_math_tr1.so.1.48.0
    ln-UNIX stage/lib/libboost_math_tr1.so
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_laguerref.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_legendref.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/betaf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_1f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_2f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_3f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_if.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_jf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_kf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_neumannf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_1f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_2f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_3f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expintf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hermitef.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/laguerref.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/legendref.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/riemann_zetaf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_besself.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_legendref.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_neumannf.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_tr1f.so.1.48.0
    common.copy stage/lib/libboost_math_tr1f.so.1.48.0
    ln-UNIX stage/lib/libboost_math_tr1f.so
    common.mkdir bin.v2/libs/math/config/gcc-4.6.2/release
    common.mkdir bin.v2/libs/math/config/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/math/config/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/math/config/gcc-4.6.2/release/address-model-32/threading-multi/has_long_double_support.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_laguerrel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/assoc_legendrel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/betal.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_1l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_2l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/comp_ellint_3l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_il.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_jl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_bessel_kl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cyl_neumannl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_1l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_2l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/ellint_3l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expintl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hermitel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/laguerrel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/legendrel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/riemann_zetal.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_bessell.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_legendrel.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/sph_neumannl.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_tr1l.so.1.48.0
    common.copy stage/lib/libboost_math_tr1l.so.1.48.0
    ln-UNIX stage/lib/libboost_math_tr1l.so
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/acosh.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/asinh.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/atanh.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cbrt.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/copysign.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erfc.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expm1.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fmax.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fmin.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fpclassify.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hypot.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lgamma.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/llround.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/log1p.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lround.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nextafter.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nexttoward.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/round.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/tgamma.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/trunc.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_c99.so.1.48.0
    common.copy stage/lib/libboost_math_c99.so.1.48.0
    ln-UNIX stage/lib/libboost_math_c99.so
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/acoshf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/asinhf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/atanhf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cbrtf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/copysignf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erfcf.o
    ...on 200th target...
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erff.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expm1f.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fmaxf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fminf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fpclassifyf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hypotf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lgammaf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/llroundf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/log1pf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lroundf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nextafterf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nexttowardf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/roundf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/tgammaf.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/truncf.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_c99f.so.1.48.0
    common.copy stage/lib/libboost_math_c99f.so.1.48.0
    ln-UNIX stage/lib/libboost_math_c99f.so
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/acoshl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/asinhl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/atanhl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/cbrtl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/copysignl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erfcl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/erfl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/expm1l.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fmaxl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fminl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/fpclassifyl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/hypotl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lgammal.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/llroundl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/log1pl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/lroundl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nextafterl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/nexttowardl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/roundl.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/tgammal.o
    gcc.compile.c++ bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/truncl.o
    gcc.link.dll bin.v2/libs/math/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_math_c99l.so.1.48.0
    common.copy stage/lib/libboost_math_c99l.so.1.48.0
    ln-UNIX stage/lib/libboost_math_c99l.so
    common.mkdir bin.v2/libs/program_options
    common.mkdir bin.v2/libs/program_options/build
    common.mkdir bin.v2/libs/program_options/build/gcc-4.6.2
    common.mkdir bin.v2/libs/program_options/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/cmdline.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/config_file.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/options_description.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/parsers.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/variables_map.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/value_semantic.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/positional_options.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/utf8_codecvt_facet.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/convert.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/winmain.o
    gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/split.o
    gcc.link.dll bin.v2/libs/program_options/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_program_options.so.1.48.0
    common.copy stage/lib/libboost_program_options.so.1.48.0
    ln-UNIX stage/lib/libboost_program_options.so
    common.mkdir bin.v2/libs/random
    common.mkdir bin.v2/libs/random/build
    common.mkdir bin.v2/libs/random/build/gcc-4.6.2
    common.mkdir bin.v2/libs/random/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/random/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/random/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/random/build/gcc-4.6.2/release/address-model-32/threading-multi/random_device.o
    gcc.link.dll bin.v2/libs/random/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_random.so.1.48.0
    common.copy stage/lib/libboost_random.so.1.48.0
    ln-UNIX stage/lib/libboost_random.so
    common.mkdir bin.v2/libs/serialization
    common.mkdir bin.v2/libs/serialization/build
    common.mkdir bin.v2/libs/serialization/build/gcc-4.6.2
    common.mkdir bin.v2/libs/serialization/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_archive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_iarchive.o
    libs/serialization/src/basic_iarchive.cpp: In member function ‘const boost::archive::detail::basic_pointer_iserializer* boost::archive::detail::basic_iarchive_impl::load_pointer(boost::archive::detail::basic_iarchive&, void*&, const boost::archive::detail::basic_pointer_iserializer*, const boost::archive::detail::basic_pointer_iserializer* (*)(const boost::serialization::extended_type_info&))’:
    libs/serialization/src/basic_iarchive.cpp:437:23: warning: variable ‘new_cid’ set but not used [-Wunused-but-set-variable]
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_iserializer.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_oarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_oserializer.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_pointer_iserializer.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_pointer_oserializer.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_serializer_map.o
    libs/serialization/src/basic_serializer_map.cpp: In member function ‘bool boost::archive::detail::basic_serializer_map::insert(const boost::archive::detail::basic_serializer*)’:
    libs/serialization/src/basic_serializer_map.cpp:46:47: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_text_iprimitive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_text_oprimitive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_xml_archive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/binary_iarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/binary_oarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/extended_type_info.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/extended_type_info_typeid.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/extended_type_info_no_rtti.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/polymorphic_iarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/polymorphic_oarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/stl_port.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/text_iarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/text_oarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/void_cast.o
    ...on 300th target...
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/archive_exception.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_grammar.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_iarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_oarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_archive_exception.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/shared_ptr_helper.o
    gcc.link.dll bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_serialization.so.1.48.0
    common.copy stage/lib/libboost_serialization.so.1.48.0
    ln-UNIX stage/lib/libboost_serialization.so
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_text_wiprimitive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/basic_text_woprimitive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/text_wiarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/text_woarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/utf8_codecvt_facet.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_wgrammar.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_wiarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_woarchive.o
    gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/codecvt_null.o
    gcc.link.dll bin.v2/libs/serialization/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_wserialization.so.1.48.0
    common.copy stage/lib/libboost_wserialization.so.1.48.0
    ln-UNIX stage/lib/libboost_wserialization.so
    common.mkdir bin.v2/libs/signals
    common.mkdir bin.v2/libs/signals/build
    common.mkdir bin.v2/libs/signals/build/gcc-4.6.2
    common.mkdir bin.v2/libs/signals/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/trackable.o
    gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/connection.o
    gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/named_slot_map.o
    gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/signal_base.o
    gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/slot.o
    gcc.link.dll bin.v2/libs/signals/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_signals.so.1.48.0
    common.copy stage/lib/libboost_signals.so.1.48.0
    ln-UNIX stage/lib/libboost_signals.so
    common.mkdir bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/execution_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/debug.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/cpp_main.o
    gcc.link.dll bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_prg_exec_monitor.so.1.48.0
    common.copy stage/lib/libboost_prg_exec_monitor.so.1.48.0
    ln-UNIX stage/lib/libboost_prg_exec_monitor.so
    common.mkdir bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/compiler_log_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/debug.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/execution_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/framework.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/plain_report_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/progress_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/results_collector.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/results_reporter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/test_main.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/test_tools.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/unit_test_log.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/unit_test_main.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/unit_test_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/unit_test_parameters.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/unit_test_suite.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/xml_log_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/xml_report_formatter.o
    gcc.archive bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_test_exec_monitor.a
    common.copy stage/lib/libboost_test_exec_monitor.a
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/compiler_log_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/exception_safety.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/framework.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/interaction_based.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/logged_expectations.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/plain_report_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/progress_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/results_collector.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/results_reporter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/test_tools.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/unit_test_log.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/unit_test_main.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/unit_test_monitor.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/unit_test_parameters.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/unit_test_suite.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_log_formatter.o
    gcc.compile.c++ bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/xml_report_formatter.o
    gcc.link.dll bin.v2/libs/test/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_unit_test_framework.so.1.48.0
    common.copy stage/lib/libboost_unit_test_framework.so.1.48.0
    ln-UNIX stage/lib/libboost_unit_test_framework.so
    common.mkdir bin.v2/libs/thread
    common.mkdir bin.v2/libs/thread/build
    common.mkdir bin.v2/libs/thread/build/gcc-4.6.2
    common.mkdir bin.v2/libs/thread/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32/threading-multi
    common.mkdir bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32/threading-multi/pthread
    gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32/threading-multi/pthread/thread.o
    In file included from libs/thread/src/pthread/thread.cpp:26:0:
    libs/thread/src/pthread/timeconv.inl: In function ‘void {anonymous}::to_time(int, boost::xtime&)’:
    libs/thread/src/pthread/timeconv.inl:22:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    libs/thread/src/pthread/timeconv.inl: In function ‘void {anonymous}::to_timespec_duration(const boost::xtime&, timespec&)’:
    libs/thread/src/pthread/timeconv.inl:59:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    libs/thread/src/pthread/timeconv.inl: In function ‘void {anonymous}::to_duration(boost::xtime, int&)’:
    libs/thread/src/pthread/timeconv.inl:90:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    libs/thread/src/pthread/timeconv.inl: In function ‘void {anonymous}::to_microduration(boost::xtime, int&)’:
    libs/thread/src/pthread/timeconv.inl:112:9: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
    gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32/threading-multi/pthread/once.o
    gcc.link.dll bin.v2/libs/thread/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_thread.so.1.48.0
    common.copy stage/lib/libboost_thread.so.1.48.0
    ln-UNIX stage/lib/libboost_thread.so
    common.mkdir bin.v2/libs/timer
    common.mkdir bin.v2/libs/timer/build
    common.mkdir bin.v2/libs/timer/build/gcc-4.6.2
    ...on 400th target...
    common.mkdir bin.v2/libs/timer/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/timer/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/timer/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.6.2/release/address-model-32/threading-multi/auto_timers_construction.o
    gcc.compile.c++ bin.v2/libs/timer/build/gcc-4.6.2/release/address-model-32/threading-multi/cpu_timer.o
    common.mkdir bin.v2/libs/chrono
    common.mkdir bin.v2/libs/chrono/build
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/threading-multi/chrono.o
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/threading-multi/thread_clock.o
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/threading-multi/process_cpu_clocks.o
    In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:39:0,
    from libs/chrono/src/process_cpu_clocks.cpp:17:
    ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp: In static member function ‘static boost::chrono::process_system_cpu_clock::time_point boost::chrono::process_system_cpu_clock::now()’:
    ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp:218:1: warning: control reaches end of non-void function [-Wreturn-type]
    common.mkdir bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/threading-multi/error_code.o
    gcc.link.dll bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_system.so.1.48.0
    gcc.link.dll bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_chrono.so.1.48.0
    gcc.link.dll bin.v2/libs/timer/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_timer.so.1.48.0
    common.copy stage/lib/libboost_timer.so.1.48.0
    ln-UNIX stage/lib/libboost_timer.so
    common.mkdir bin.v2/libs/wave
    common.mkdir bin.v2/libs/wave/build
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_cpp_exprgrammar.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_cpp_grammar.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_cpp_literalgrs.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_defined_grammar.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_predef_macros.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_re2c_lexer.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/instantiate_re2c_lexer_str.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/token_ids.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/wave_config_constant.o
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/cpplexer
    common.mkdir bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/cpplexer/re2clex
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/cpplexer/re2clex/aq.o
    gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/cpplexer/re2clex/cpp_re.o
    common.mkdir bin.v2/libs/date_time
    common.mkdir bin.v2/libs/date_time/build
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi/gregorian
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi/gregorian/greg_month.o
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi/gregorian/greg_weekday.o
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi/gregorian/date_generators.o
    gcc.link.dll bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_date_time.so.1.48.0
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v2
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v2/src
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v2/src/v2_operations.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v2/src/v2_path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v2/src/v2_portability.o
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/operations.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/portability.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/windows_file_codecvt.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/codecvt_error_category.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/path_traits.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/unique_path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/v3/src/utf8_codecvt_facet.o
    gcc.link.dll bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_filesystem.so.1.48.0
    gcc.link.dll bin.v2/libs/wave/build/gcc-4.6.2/release/address-model-32/threading-multi/libboost_wave.so.1.48.0
    common.copy stage/lib/libboost_wave.so.1.48.0
    ln-UNIX stage/lib/libboost_wave.so
    common.copy stage/lib/libboost_system.so.1.48.0
    ln-UNIX stage/lib/libboost_system.so
    common.copy stage/lib/libboost_chrono.so.1.48.0
    ln-UNIX stage/lib/libboost_chrono.so
    common.copy stage/lib/libboost_date_time.so.1.48.0
    ln-UNIX stage/lib/libboost_date_time.so
    common.mkdir bin.v2/libs/exception
    common.mkdir bin.v2/libs/exception/build
    common.mkdir bin.v2/libs/exception/build/gcc-4.6.2
    common.mkdir bin.v2/libs/exception/build/gcc-4.6.2/release
    common.mkdir bin.v2/libs/exception/build/gcc-4.6.2/release/address-model-32
    common.mkdir bin.v2/libs/exception/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/exception/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    gcc.compile.c++ bin.v2/libs/exception/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/clone_current_exception_non_intrusive.o
    gcc.archive bin.v2/libs/exception/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_exception.a
    common.copy stage/lib/libboost_exception.a
    common.copy stage/lib/libboost_filesystem.so.1.48.0
    ln-UNIX stage/lib/libboost_filesystem.so
    common.mkdir bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    gcc.compile.c++ bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/error_code.o
    gcc.archive bin.v2/libs/system/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_system.a
    common.copy stage/lib/libboost_system.a
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    ...on 500th target...
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/chrono.o
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/thread_clock.o
    gcc.compile.c++ bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/process_cpu_clocks.o
    In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:39:0,
    from libs/chrono/src/process_cpu_clocks.cpp:17:
    ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp: In static member function ‘static boost::chrono::process_system_cpu_clock::time_point boost::chrono::process_system_cpu_clock::now()’:
    ./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp:218:1: warning: control reaches end of non-void function [-Wreturn-type]
    gcc.archive bin.v2/libs/chrono/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_chrono.a
    common.copy stage/lib/libboost_chrono.a
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    common.mkdir bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/gregorian
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/gregorian/greg_month.o
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/gregorian/greg_weekday.o
    gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/gregorian/date_generators.o
    gcc.archive bin.v2/libs/date_time/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_date_time.a
    common.copy stage/lib/libboost_date_time.a
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v2
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v2/src
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v2/src/v2_operations.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v2/src/v2_path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v2/src/v2_portability.o
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3
    common.mkdir bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/operations.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/portability.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/windows_file_codecvt.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/codecvt_error_category.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/path_traits.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/unique_path.o
    gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/v3/src/utf8_codecvt_facet.o
    gcc.archive bin.v2/libs/filesystem/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/libboost_filesystem.a
    common.copy stage/lib/libboost_filesystem.a
    common.mkdir bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static
    common.mkdir bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/c_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/cpp_regex_traits.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/cregex.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/fileiter.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/icu.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/instances.o
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.6.2/release/address-model-32/link-static/threading-multi/posix_api.o
    gcc.c

  • [SOLVED]Can't install Virtualbox-guest-utils[SOLVED]

    sudo pacman -S virtualbox-guest-utils
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: catalyst-utils: requires xorg-server<1.17.0
    What to do ?
    Last edited by heldiho53 (2015-03-06 14:57:58)

    You can install an older version of virtualbox-guest-utils.
    You can wait for catalyst to support xorg-server 1.17 and install virtualbox-guest-utils only then.
    You can change graphics drivers to the FLOSS ones and install xorg-server 1.17 and virtualbox-guest-utils.

  • [solved] Virtualbox guest additions stopped working

    Hi,
    I got some trouble after an upgrade of kernel yesterday. Virtualbox guest additions doesn't work any longer, and I have tried both downgrading virtualbox-guest-additions and the new linux that got pushed yesterday, but it's still not working.
    Is there some know issue related to this?
    Do anyone have information on how to trace errors with Virtualbox, or any guide on how to fix this.
    I have also tried a reinstall of the modules without success.
    Thanks.
    Last edited by grrrm (2014-10-08 15:45:45)

    Suddenly it worked

  • [Solved] Problem installing et-sdl-sound from AUR

    Hey All,
    Ok now! I know that there are several threads on this forum related to this issue, but the question I have is slightly different and may even sound silly, but I just cannot figure it out.
    I tried installing Wolfenstein: Enemy Territory from AUR. The sound didn't work out-of-the-box. Just as expected because the comments against the package on AUR had warned me so: http://aur.archlinux.org/packages.php?ID=2063
    When I researched a little I found out that, to make sound work, I had to install et-sdl-sound package: http://aur.archlinux.org/packages.php?ID=9777
    So I went ahead and did this:
    1. download the tarball from AUR
    2. tar -zxvf et-sdl-sound.tar.gz
    3. cd et-sdl-sound
    4. makepkg -s
    Now when I do the "makepkg -s" it fails with the error: "ERROR: A failure occured in build()"
    Going by the comments on the package in AUR, adding a line #include <unistd.h> to one of the .cpp file supposedly should fix this error. I did this.
    But when I try to run the command makepkg -s it overwrites the file I just modified. Can someone please tell me how do I overcome this? How do I make makepkg use the .cpp file with the modification that I made?
    Thank you,
    Nachiket
    Last edited by Nachiket (2012-06-12 06:04:37)

    Perhaps makepkg's man page will have an option to not extract source files; use whatever source already exists in the src/ directory
    Last edited by SS4 (2012-06-11 16:14:25)

  • Difficulty installing VBox guest additions to OEL 6.1 x64 system

    I am having difficulty attempting to install VBox Guest Additions on my OEL 6.1 x64 system.
    It seems to be similar to this recent thread:
    Oracle Linux 6.1 - Kernel version and devel version mismatch
    I have done the yum repo install of "http://public-yum.oracle.com/public-yum-ol6.repo", but both "yum install kernel-uek-devel" and "yum install kernel-devel-2.6.32-100.34.1.el6uek.x86_64" fail with "No package available".
    Note that the second package I mentioned above is the one appearing in the VBoxAdditions shell output as needing to be installed. Yet, it doesn't seem to exist.
    Any help would be deeply appreciated.

    After doing "wget http://public-yum.oracle.com/public-yum.ol6.repo" and placing the file in /etc/yum.repos.d/ , did you change "enabled=0" to "enabled=1" within the new yum config file?

Maybe you are looking for

  • Webi schedule failure

    I have a webi report against BW data using BICS connection which is scheduled to run every week. The schedule fails with the error" while trying to invoke the method com.sap.ip.bi.bics.dataaccess.provider.selector.IProviderInfoObject.getName() of an

  • Primary Contact

    Hi All, I am trying to design a report in which i need to pull the field where Primary Contact not equals to null in the activity subject area. But while doing so i can see Primary Contact as an Object within Account Object, where(in Primary Contact

  • Does anyone else have problems with built in website url links in a PDF not working in iBooks?

    I have several magazine PDF files that have lots of website url links built in to them. When I click the links when viewing the PDFs via iBooks they often don't work. However, the exact same PDF when viewing/clicking using other PDF apps like GoodRea

  • Costs for Skype Business version

    Hello, I am interessting fo Skype Business version, but can´t  find the price for it. What is the cost?

  • Making sure you start on record 1

    I have used the QBE code in my program and I works well. I have an issue though in that I have added a button to return to the query screen from the results screen and allow for another query to be done. When you issue the 2nd query the results scree