[Solved] Install package python-evdev from AUR

I belive this is the correct section to post this but I have a problem installing the package python-evdev where I get the error ( Unsupported package: Potentially dangerous ! )
after trying to install with yaourt and pip install python-evdev results in bash: pip: command not found even after checking that extra/python-setuptools 1:5.2-1 is installed
and extra/python2-setuptools 1:5.2-1 is installed.
I realize there are other modules for hooking x server events but this one I have already written 200 lines of code for and is key to my application working.  I was able to install
and utilize this module in ubuntu but cannot seem to get it installed in archlinux.  Any guidance would be apreciated.
Last edited by meschael (2014-06-25 00:34:58)

I asumed pip came with setup tools, so following ids1024's lead I did a pacman -S python-pip which solved the command not found issue.  I downloaded and untar'ed the package from AUR and issued a makepkg -s from within the extracted folder.  There seems to be an issue with the licence which I can now see has to do with the person who make the package
I did not realize the dynamics of how AUR works because I am new to arch, so I appologize if I bothered anyone.
[Update] I have abondoned the idea of getting pythons evdev module installed as I have located a python3-xlib module which seems to have installed correctly, incidently I was unable to locate a xlib ported to python3 in my other distro, but found it in AUR here so this should work, will have to adapt my code but not the end of the world.  Else if (Xlib != WORKING): work directly with /dev/input/eventn using root
Last edited by meschael (2014-06-25 00:34:03)

Similar Messages

  • [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)

  • 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] Installing packages on MacBook Pro 8.1, No Internet!

    I'm trying to install archlinux to a partition (I'm dual booting) on my MacBook Pro Early 2011 model, my issue is I can not have a wired connection since my ethernet port is broken.
    So my plan is to download all the base and base-devel packages from the packages on this webstie, and install from a portable device. From there I'll download and install the wireless drivers (from AUR) for my MacBook, connect to the internet and continue the Arch installation from there.
    So far I downloaded the base and base-devel packages. Now I'm confused on how to install them from my mounted USB without pacman. I don't know how to work with pacstrap so maybe there is a command on that script I can use to install the packages from my USB to my system?
    (I know with pacman i can use pacman -U /path-to-install-from)
    Can someone help me out?
    Last edited by mastrgamr (2013-04-15 18:40:41)

    For clarity sake, I'll assume a few things:
    You are booting from a live USB of the netinstall image and *not* your internal hard drive.
    You say you need files from the AUR, so you must have downloaded the tarballs when you grabbed base and base-devel.
    While in the live environment, you have access to these downloaded files (tarballs, base, and base-devel)
    You're going to create a local repo on the live USB.
    While booted in the live environment, use the repo-add utility to do this. Add all the packages from base and base-devel.
    Using the pacman -U command, install your base-devel packages to the live environment. This will allow you to build your AUR packages. Do that, and then add the newly created packages to your local repo.
    Once you've done both of these, modify /etc/pacman.conf to point only to the local repo. From here on in, you should be able to use pacstrap to setup the system as normal. More help here. 
    Hope that helps!

  • [SOLVED] install package from aur via yaourt

    Hi,
    i installed yaourt and tried to install from the aur.
    it keeps asking me to continue bulding and then restart building. it just wont install any packages.
    for none-aur packages it works fine btw.
    any help?
    alex
    Last edited by alext (2011-10-11 23:13:53)

    me too and it didnt.
    [xxx@xxx pcmanfm-mod]$ yaourt ntfs-config
    1 aur/ntfs-config 1.0.1-7 (200)
    Enable/disable NTFS write support with a simple click
    ==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
    ==> -------------------------------------------------------
    ==> 1
    ==> Downloading ntfs-config PKGBUILD from AUR...
    x PKGBUILD
    x python-2.7.patch
    Comment by: loleg on Sat, 25 Jun 2011 10:07:14 +0000
    Compiles installs OK using yaourt, however does not work on my up-to-date system with the issue discussed here: http://ubuntuforums.org/archive/index.php/t-1497399.html
    Comment by: jlcordeiro on Mon, 27 Jun 2011 08:56:12 +0000
    Can you check if:
    sudo mkdir /etc/hal/fdi
    sudo touch /etc/hal/fdi/policy
    solves the problem?
    Comment by: mr430 on Tue, 04 Oct 2011 15:56:44 +0000
    jlcordeiro, same problem and making /etc/hal/fdi directory solve it, thanks
    Comment by: jlcordeiro on Sat, 08 Oct 2011 08:17:08 +0000
    Updated with the solution to the mentioned problem.
    Comment by: archdria on Tue, 11 Oct 2011 12:04:43 +0000
    Please, add perl-xml-parser as makedep :)
    Comment by: jlcordeiro on Tue, 11 Oct 2011 21:36:05 +0000
    Done. Thank you :)
    First Submitted: Fri, 19 Jan 2007 21:10:44 +0000
    ntfs-config 1.0.1-7
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    Password:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> ntfs-config dependencies:
    - python2 (already installed)
    - pygtk (already installed)
    - udev (already installed)
    - ntfs-3g (already installed)
    - perl-xml-parser (already installed)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'core' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'extra' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community-testing' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'community' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    - warning: (building from AUR)
    - config (building from AUR)
    - file (package found)
    - /etc/pacman.d/mirrorlist, (building from AUR)
    - line (building from AUR)
    - 82: (building from AUR)
    - directive (building from AUR)
    - 'Germany' (building from AUR)
    - in (building from AUR)
    - section (building from AUR)
    - 'multilib' (building from AUR)
    - not (building from AUR)
    - recognized. (building from AUR)
    ==> Continue building ntfs-config ? [Y/n]
    ==> -------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for ntfs-config:
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'core' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'extra' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community-testing' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'community' not recognized.
    warning: config file /etc/pacman.d/mirrorlist, line 82: directive 'Germany' in section 'multilib' not recognized.
    error: target not found: recognized.
    ==> Restart building ntfs-config ? [y/N]
    ==> ------------------------------------
    ==>
    ==> WARNING: Following packages have not been installed:
    ntfs-config
    Edit: now ive just seen that i forgot about the warnings. i am not sure about what they mean and how to fix it.
    Last edited by alext (2011-10-11 22:16:58)

  • [How - to] Install in a click from AUR webpages

    Here I little hack I coded to install packages directly from the AUR frontend.
    Needed:
    - yaourt
    - Firefox with greasemonkey (https://addons.mozilla.org/addon/748) or any greasemonkey-scripts accepting browser.
    Steps:
    1. Create a small bash script called aur_opener.sh containing the following code:
    #!/usr/bin/env bash
    gnome-terminal -x /usr/bin/yaourt -S ${1//aur:\/\//}
    2. Make the script executable
    3. Open about:config in Firefox and add the following variable:
    network.protocol-handler.app.aur
    with value:
    yaourt
    4. Install the greasemonkey script AURlizer (http://userscripts.org/scripts/show/61015).
    5. Visit any page on the AUR db. A new symbol [↓] will appear next to the package name. Click on it and you will be asked which program to use. Point Firefox to wherever aur_opener.sh is. install!
    Note.
    From now on, every time you click on a link like the following: aur://pkgname yaourt will start.
    Enjoy.
    PS
    (Obviously, it would be very easy to implement this directly into yaourt / the AUR db )
    Last edited by crocowhile (2009-11-01 17:43:38)

    One click away from disaster... yaaaah.
    Nice job figuring out though.  If only I could one click hot dogs.
    Last edited by Gen2ly (2009-11-02 10:08:06)

  • [SOLVED] Installing package gerbv=2.6.0

    I need to install package pcb2gcode which is no more under active development (stated here) and it needs package gerbv=2.0.6.
    The problem is that in AUR there is no gerbv=2.6.0 only gerbv=2.6.1 so package pcb2gcode somehow lost its functionality. Is it possible to post a version gerbv=2.6.1 on the AUR? I found the source and I installed it
    sudo wget [url]http://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.6.0/gerbv-2.6.0.tar.gz/download[/url] -O gerbv.tgz
    tar xvzf gerbv.tgz
    cd gerbv-2.6.0
    ./configure && make
    sudo cp src/.libs/libgerbv.so.1.0.7 /usr/lib/libgerbv.so.1.0.7
    but there is a problem because pacman didn't register gerbv=2.6.0 as installed although I could use it. So I still can't install pcb2gcode. I tried to download the PKGBUID together with other source files from the newest gerbv package so that I coul'd use pacman to install it. Build I failed. I modified the PKGBUILD like this:
    # $Id$
    # Maintainer: Kyle Keen <[email protected]>
    # Contributor: Jared Casper <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=gerbv
    pkgver=2.6.0
    pkgrel=2
    pkgdesc="An open source Gerber file (RS-274X only) viewer"
    #url="http://gerbv.gpleda.org/"
    url="http://gerbv.geda-project.org/"
    license=('GPL')
    arch=('i686' 'x86_64')
    depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
    optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
    makedepends=('cvs' 'gettext')
    # cvs for autopoint
    install=$pkgname.install
    source=("http://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.6.0/gerbv-2.6.0.tar.gz"
    "reautopointissues.diff")
    md5sums=('9a8af19574025fb15f987c3df610f8ae'
    '55c3aac2af1f99a88dfa7b1508594e49')
    build ()
    cd "$srcdir/$pkgname-$pkgver"
    # remove patches on 2.6.2
    patch -Np1 -i ../reautopointissues.diff
    ./autogen.sh
    sed -i 's|am_aux_dir=`cd $ac_aux_dir|am_aux_dir=`cd $srcdir|' configure
    ./configure --prefix=/usr \
    --disable-update-desktop-database
    make
    package()
    cd "$srcdir/$pkgname-$pkgver"
    make DESTDIR="$pkgdir" install
    Then I did the makepkg -si and I got an md5sum error which I fixed with using command updpkgsums. Now I rebuilt it and got this error:
    [ziga@ziga-cq56 gerbv-2.6.0]$ makepkg -si
    ==> Making package: gerbv 2.6.0-2 (Mon Mar 10 14:08:15 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found gerbv-2.6.0.tar.gz
    -> Found reautopointissues.diff
    ==> Validating source files with md5sums...
    gerbv-2.6.0.tar.gz ... Passed
    reautopointissues.diff ... Passed
    ==> Extracting sources...
    -> Extracting gerbv-2.6.0.tar.gz with bsdtar
    ==> Starting build()...
    patching file po/ru.po
    patching file configure.ac
    Hunk #1 succeeded at 34 with fuzz 2 (offset -6 lines).
    patching file man/Makefile.am
    Hunk #1 FAILED at 19.
    Hunk #2 FAILED at 35.
    2 out of 2 hunks FAILED -- saving rejects to file man/Makefile.am.rej
    patching file man/gerbv.ru.1.in.po
    patching file autogen.sh
    Hunk #1 succeeded at 54 (offset -26 lines).
    patching file configure.ac
    Hunk #1 succeeded at 26 with fuzz 1 (offset -1 lines).
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by 71GA (2014-03-11 12:28:32)

    karol wrote:Have you tried building http://pastebin.com/3Hxtp1cH ?
    Thank you. How did you find this?
    I used the gerbv.install file from the official repository and the PKGBUILD you provided. I will post them here just in case anyone else needs it:
    PKGBUILD:
    # Maintainer: Thomas Krug <[email protected]>
    # Contributor: Kyle Keen <[email protected]>
    # Contributor: Jared Casper <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=gerbv
    pkgver=2.6.0
    pkgrel=1
    pkgdesc="An open source Gerber file (RS-274X only) viewer"
    #url="http://gerbv.gpleda.org/"
    url="http://gerbv.geda-project.org/"
    license=('GPL')
    arch=('i686' 'x86_64')
    depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
    optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
    makedepends=('cvs' 'gettext')
    # cvs for autopoint
    install=$pkgname.install
    source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz")
    md5sums=('44a37dd202bc60fab54cbc298a477572')
    build ()
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr \
    --disable-update-desktop-database
    make
    package()
    cd "$srcdir/$pkgname-$pkgver"
    make DESTDIR="$pkgdir" install
    # vim:set ts=2 sw=2 et:
    gerbv.install:
    post_install() {
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
    echo Updating icon cache...
    /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    fi
    if [ -x /usr/bin/update-desktop-database ]; then
    echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
    fi
    post_upgrade() {
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
    echo Updating icon cache...
    /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    fi
    if [ -x /usr/bin/update-desktop-database ]; then
    echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
    fi
    Last edited by 71GA (2014-03-11 12:24:43)

  • Installing broadcom-wl driver from AUR

    I'm trying to insall broadcom-wl 5.100.82.112-13 from AUR so I can get wirless working on my laptop. I keep getting build errors.
    https://aur.archlinux.org/packages/broadcom-wl/
    A commentor stated:
    The following line has to be inside the build() function; otherwise it's called early before the linux package is installed:
    _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
    but I dont know exactly where to amend the file. I'm using yaourt, any help would be appericated. Thanks!

    skunktrader wrote:fwiw the unmodified PKGBUILD for broadcom-wl works fine for me.  You probably need to post the actual build errors you are seeing.
    ==> Building and installing package
    cat: /usr/lib/modules/extramodules-3.10-ARCH/version: No such file or directory
    ==> Making package: broadcom-wl 5.100.82.112-13 (Fri Aug 23 03:11:16 CDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Downloading hybrid-portsrc_x86_32-v5_100_82_112.tar.gz...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1112k  100 1112k    0     0   531k      0  0:00:02  0:00:02 --:--:--  532k
      -> Found modprobe.d
      -> Found license.patch
      -> Found linux-recent.patch
    ==> Validating source files with sha1sums...
        hybrid-portsrc_x86_32-v5_100_82_112.tar.gz ... Passed
        modprobe.d ... Passed
        license.patch ... Passed
        linux-recent.patch ... Passed
    ==> Extracting sources...
      -> Extracting hybrid-portsrc_x86_32-v5_100_82_112.tar.gz with bsdtar
    ==> Starting build()...
    patching file Makefile
    patching file src/include/bcmutils.h
    patching file src/wl/sys/wl_cfg80211.c
    patching file src/wl/sys/wl_iw.h
    patching file src/wl/sys/wl_linux.c
    patching file src/wl/sys/wl_linux.c
    Hunk #1 succeeded at 244 (offset 4 lines).
    make: *** /usr/lib/modules//build: No such file or directory.  Stop.
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build broadcom-wl.
    The failure is occuring in the build () stage

  • 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)

  • [solved] Where does yaourt store packages it creates from AUR ?

    Hi !
    Using yaourt for AUR access, pretty happy with it, too (most features & fast enough for me).
    Now when I install something from the AUR, I'd like to keep a backup copy of the package (handy especially for some git / svn packages that do not always build). This leads to the question, where does yaourt store the packages before installing (should be able to grab a copy then ...) ? Or does yaourt itself keep a backup copy somewhere, like pacman does ?
    Thanks, A.
    Last edited by axel668 (2010-05-20 18:05:19)

    Please don't do that; that is what the wiki is for. https://wiki.archlinux.org/index.php/Fo … Bumping.27
    Closing

  • (Solved)Install packages from Usb/Flashdrive or Dvd-see last post

    Hi,i just started using linux and have what's problay going to sound like a dumb question.can i download packages and put them on a Usb/Flashdrive or dvd and install them with pacman.I have a rocket stick usb modem and cant get it to connet to the net because im missing a package (wvdial).Any help with this will be appreciated.Thx
    BTW i burned this package to a dvd (wvdial) and went to my dvddrive and it wasent there:)
    http://bbs.archlinux.org/viewtopic.php?id=83206
    Last edited by unilx (2009-10-26 15:51:30)

    you can surely put those packages onto a removable media & to install those packs with pacman you need to copy those to /var/cache/pacman/pkg directory.
    then just do
    pacman -S package
    BTW i burned this package to a dvd (wvdial) and went to my dvddrive and it wasent there:)
    can't understand this. might be u r saying that u burned wvdial to a dvd & it wasn't there, so there are chances that that dvd is corrupt or burning didn't happen properly
    Last edited by vik_k (2009-10-23 05:42:52)

  • [SOLVED] l2tp-ipsec-vpn-daemon from AUR fails to build

    Please let me know if there are other details that require posting:-
    ==> Starting build()...
    /usr/bin/qmake -o qttmp-Release.mk -after "OBJECTS_DIR=build/Release" "DESTDIR=dist/Release" nbproject/qt-Release.pro
    mv -f qttmp-Release.mk nbproject/qt-Release.mk
    make -f nbproject/qt-Release.mk dist/Release/L2tpIPsecVpnControlDaemon
    make[1]: Entering directory '/tmp/yaourt-tmp-nimda/aur-l2tp-ipsec-vpn-daemon/src/l2tp-ipsec-vpn-daemon'
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -Inbproject -isystem /usr/include/qt -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Isrc/generated -I. -o build/Release/main.o src/main.cpp
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -Inbproject -isystem /usr/include/qt -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Isrc/generated -I. -o build/Release/VpnClientConnection.o src/VpnClientConnection.cpp
    src/VpnClientConnection.cpp: In member function 'void VpnClientConnection::readyRead()':
    src/VpnClientConnection.cpp:133:99: error: 'class QString' has no member named 'toAscii'
    ::syslog(LOG_DEBUG|LOG_DAEMON, "Executing command %s", m_strActiveCommand.toAscii().constData());
    ^
    src/VpnClientConnection.cpp:140:75: error: 'class QString' has no member named 'toAscii'
    if (COMMANDS[iCommand].pPipe->write(strCommand.toAscii().constData()) == strCommand.length())
    ^
    src/VpnClientConnection.cpp:159:63: error: 'class QString' has no member named 'toAscii'
    if (::mkfifo(strCommandParts[1].toAscii().constData(), DEFFILEMODE) == 0)
    ^
    src/VpnClientConnection.cpp:161:84: error: 'class QString' has no member named 'toAscii'
    const int iChmodResult(::chmod(strCommandParts[1].toAscii().constData(), DEFFILEMODE));
    ^
    src/VpnClientConnection.cpp:168:87: error: 'class QString' has no member named 'toAscii'
    const int iChownResult(::chown(strCommandParts[1].toAscii().constData(), pPwdInfo->pw_uid, pPwdInfo->pw_gid));
    ^
    src/VpnClientConnection.cpp:193:77: error: 'const class QString' has no member named 'toAscii'
    if (COMMANDS[iCommand].pPipe->write(str.toAscii().constData()) != str.length())
    ^
    src/VpnClientConnection.cpp: In member function 'void VpnClientConnection::onCommandError(QProcess::ProcessError)':
    src/VpnClientConnection.cpp:250:96: error: 'class QString' has no member named 'toAscii'
    ::syslog(LOG_DEBUG|LOG_DAEMON, "Command %s finished with error code %d", m_strActiveCommand.toAscii().constData(), ERR_COMMAND_FAILED_TO_START + iError);
    ^
    src/VpnClientConnection.cpp: In member function 'void VpnClientConnection::onCommandFinished(int)':
    src/VpnClientConnection.cpp:257:95: error: 'class QString' has no member named 'toAscii'
    ::syslog(LOG_DEBUG|LOG_DAEMON, "Command %s finished with exit code %d", m_strActiveCommand.toAscii().constData(), iExitCode);
    ^
    src/VpnClientConnection.cpp: In member function 'bool VpnClientConnection::send(VpnClientConnection::ResponseType, VpnClientConnection::ResponseResult, const QString&)':
    src/VpnClientConnection.cpp:268:118: error: 'const class QString' has no member named 'toAscii'
    m_pSocket->write((QString::number(responseType) + " " + QString::number(resultCode) + " " + strCommand + '\n').toAscii().constData());
    ^
    src/VpnClientConnection.cpp: In member function 'bool VpnClientConnection::send(VpnClientConnection::ResponseType, VpnClientConnection::ResponseInformation)':
    src/VpnClientConnection.cpp:281:108: error: 'const class QString' has no member named 'toAscii'
    m_pSocket->write((QString::number(responseType) + " " + QString::number(responseInformation) + '\n').toAscii().constData());
    ^
    src/VpnClientConnection.cpp: In member function 'bool VpnClientConnection::send(VpnClientConnection::ResponseType, const QString&)':
    src/VpnClientConnection.cpp:294:78: error: 'const class QString' has no member named 'toAscii'
    m_pSocket->write((QString::number(responseType) + " " + strOutputline).toAscii().constData());
    ^
    nbproject/qt-Release.mk:319: recipe for target 'build/Release/VpnClientConnection.o' failed
    make[1]: *** [build/Release/VpnClientConnection.o] Error 1
    make[1]: Leaving directory '/tmp/yaourt-tmp-nimda/aur-l2tp-ipsec-vpn-daemon/src/l2tp-ipsec-vpn-daemon'
    Makefile:62: recipe for target 'build' failed
    make: *** [build] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build l2tp-ipsec-vpn-daemon.
    Last edited by n1md4 (2014-06-06 09:47:25)

    Have you tried 0.9.9-2 from the comments: https://aur.archlinux.org/packages/l2tp … pn-daemon/ ?

  • [SOLVED] missing package [python-appindicator]

    First of all I must thank you guys for the amazing distribution and your hard work.
    I have tried to run https://gist.github.com/blazeeboy/6201049 but it gave me the following error
    ImportError: No module named appindicator
    and then I started searching for python-appindicator package .. for a week I couldn't find something works.
    that's it
    Last edited by ServeR00T (2013-10-14 02:50:54)

    Scimmia wrote:I believe it's part of the libappindicator package in the AUR. You may need to change the shebang to python2 instead of python to make it work as well.
    Thank you Scimmia .. It's really simple, this works

  • Installing grsecurity patched kernel from AUR

    After entering 'yaourt grsecurity' in a terminal, and choosing to install kernel26-grsecurity, what else is necessary to enable the use of this kernel?

    After installing it, you need just need to reboot and select the new kernel at the GRUB prompt.

  • Do I need "NI-VISA Runtime 5.1" visa in the install package?

    I have applications that use the serial port communications. The install package has grown from 109mb with v8.0 to 150mb with v2011. Do I have to install the NI-VISA runtime 5.1 if I am only using the serial communications?
    Solved!
    Go to Solution.

    Yes.

Maybe you are looking for

  • Loosing Right Click When Install CS4 64bit on Windows Vista 64

    Weird Photoshop CS4 installation problem: 1) Windows Vista 64 bit new installation SP 2 2) firewall is off 3) I have installed & reinstalled the program several times 4) When installed I am loosing the Windows Right Click and I get this error message

  • Do I need a a/c usb adapter for my shuffle?

    when i plug in my new shuffle it shows up in iTunes and will load songs and all but doesn't seem to want to charge. Does this mean I need a wall outlet plug in adapter or is the battery just dead? I already tried restoring it. Please help!

  • I got an ipad mini and the previous owner will not remove ipad from his icloud.

    My boyfriend bought an Ipad mini from his friend, who got it from someone else.  After I reset the Mini and inputed my Itunes information, the previous owner was able to view my information.  He called and texted me for a few days.  I was wondering i

  • Magic Mouse troubles

    Hello, Recently, I have noticed an issue with my Magic Mouse which started recently and was wondering whether it may be the notebook or the actual mouse. Problem: not responding to its settings. Details: In System Preferences>Mouse>More Gestures, I h

  • FOP and oracle parser

    Hi i developed a web application that takes an xml file which the user specifies and after validating it the application uses FOP to produce a PDF file. But the problem is that by default oc4j uses oracle.xml.parser.v2 parser but FOP need xerces. How