[Solved] Unable to build lensfun-svn

Hi there! I'm trying to build lensfun-svn from the AUR, but it fails.
Error:
Checking for GNU Make >= 3.81 ...4.0 < 3.81, FAILED
GNU Make version 3.81 and above is required to build this project
This is the PKGBUILD I'm using:
pkgname=lensfun-svn
_svnmod=lensfun
pkgver=326
pkgrel=1
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=('i686' 'x86_64')
url="http://lensfun.berlios.de/"
license=('LGPL3')
depends=('glibc' 'glib2')
makedepends=('python2' 'libpng' 'svn')
provides=('lensfun')
conflicts=('lensfun')
source=(${_svnmod}::svn://svn.berlios.de/lensfun/trunk)
md5sums=(SKIP)
pkgver() {
cd $SRCDEST/$_svnmod
svnversion | tr -d [A-z]
build() {
cd $_svnmod
./configure --prefix=/usr --libdir=/usr/lib
make all
package() {
cd $_svnmod
make INSTALL_PREFIX="$pkgdir/" install
What's wrong here? Make is installed.
Last edited by Thorsten Reinbold (2013-11-23 21:22:43)

karol wrote:
I can't it to work at all:
$ makepkg -si
==> Making package: lensfun-svn 326-1 (Sat Nov 23 21:52:27 CET 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating lensfun svn repo...
Skipped '.'
Summary of conflicts:
Skipped paths: 1
==> Validating source files with md5sums...
lensfun ... Skipped
==> Extracting sources...
-> Creating working copy of trunk svn repo...
==> Starting pkgver()...
==> Updated version: lensfun-svn -1
==> ERROR: pkgver is not allowed to be empty.
Have you tried updating the lensfun PKGBUILD from the repos?
Sorry, you've done something wrong there. I guesss you have used the PKGBUILD from the AUR? You have to fill out the Versionnumber by hand before you can build it. Or take my PKGBUILD from above.
Last edited by Thorsten Reinbold (2013-11-23 21:00:13)

Similar Messages

  • [SOLVED] Unable to build libgig-svn

    Hello,
    I just tried building libgig-svn from the AUR, but it didn’t work (neither on my desktop nor my laptop).
    Here is the console output: http://pastebin.com/MwcvtnTr
    Does anybody know what’s wrong there?
    Thanks in advance,
    Peter
    Last edited by Nothgirc (2014-05-28 22:37:28)

    Thanks for the suggestion, but I fail to get it (libakai) installed. If I’m not mistaken, it requires libngl:
    make[1]: Entering directory '/home/peter/tmp/libakai/src'
    ../libakai.mk:4: ../../ngl/libngl.mk: No such file or directory
    make[1]: *** No rule to make target '../../ngl/libngl.mk'. Stop.
    make[1]: Leaving directory '/home/peter/tmp/libakai/src'
    Makefile:7: recipe for target 'all' failed
    make: *** [all] Error 2
    Now, if my research is correct, NGL has been merged into NUI3. I tried to build that, but with the following error message I don’t know what to do:
    CMake Warning at CMakeLists.txt:24 (FIND_PACKAGE):
    By not providing "FindLibTidy.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "LibTidy", but
    CMake did not find one.
    Could not find a package configuration file provided by "LibTidy" with any
    of the following names:
    LibTidyConfig.cmake
    libtidy-config.cmake
    Add the installation prefix of "LibTidy" to CMAKE_PREFIX_PATH or set
    "LibTidy_DIR" to a directory containing one of the above files. If
    "LibTidy" provides a separate development package or SDK, be sure it has
    been installed.
    CMake Error at CMakeLists.txt:32 (MESSAGE):
    The LibTidy library was not found.
    -- Configuring incomplete, errors occurred!
    See also "/home/peter/tmp/nui3-master/build/CMakeFiles/CMakeOutput.log".
    I have installed tidyhtml, which should provide libtidy. But there is no LibTidyConfig.cmake nor libtidy-config.cmake on my system.
    UPDATE: The libgig-svn package got updated, and all works now.
    Last edited by Nothgirc (2014-05-28 22:36:40)

  • [SOLVED] Can't build aMule SVN, Scanner.cpp

    Hi People, I'm having an problem to build actual (but also older) revision of aMule SVN.
    I asked also in aMule forum, but it really seems to be something Arch related as others don't have this problem!
    What I do is just:
    svn co http://amule.googlecode.com/svn/trunk amule
    cd amule
    sh autogen.sh
    ./configure --enable-optimize --disable-debug --enable-geoip --disable-upnp
    make -j4
    Here are the 3 logs I get until here, and on the make one I get stuck.
    autogen
    configure
    make
    EDIT: I generated these logs with respective command > autogenlog, Here is also the normal console output from make.
    I also tried to delete the Scanner.cpp file to get it regenerated by flex (hope that's right).
    Any ideas?
    Last edited by myth88 (2012-08-18 19:38:59)

    It's definitely an upstream bug.
    I just fixed it here with the following edit to Scanner.cpp on line 578 and a similar change on 2005
    - static void ReadLexBuff(char* pcBuff, int& riResult, size_t uMaxSize);
    + static void ReadLexBuff(char* pcBuff, yy_size_t riResult, size_t uMaxSize);
    edit: This same edit could be made before flex parsing on lines 28 and 166 of Scanner.l
    edit: FYI, I know this compiles without error.  I don't, however, know what amule is nor what it does - so I cant/wont test it to see if the resulting binary works as intended.
    Last edited by Trilby (2012-08-18 11:49:38)

  • [SOLVED] Unable to build package Intel-OpenCL-SDK from the AUR

    Good morning,
    I am having some issues in regards to building a package from the AUR: https://aur.archlinux.org/packages/intel-opencl-sdk/
    If I understand correctly this is a 64 bit package, so I made sure that my processor has the LM flag. Also I have checked which kernel I am running:
    >$ uname -m
    x86_64
    When I start building the package it comes up with an error saying:
    ==> ERROR: intel-opencl-sdk is not available for the 'i686' architecture.
    Note that many packages may need a line added to their PKGBUILD
    such as arch=('i686').
    So I went in to the PKGBUILD and changed the line x86_64 to i686. This seemed to started the build, but it does stop working rather soon, giving me the following error:
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    strip:./opt/intel/opencl-sdk/libOclCpuBackEnd.so: File format not recognized
    /usr/bin/fakeroot: line 181: 846 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"
    So I do not know where it is going wrong, although it also sounds that my install of Arch might be a bit dodgy as he does not want to build the package with the x86_64 setting ...
    Could somebody shed some light on this matter?
    Last edited by ruurdkrekt (2013-04-04 11:09:00)

    Scimmia wrote:No, it's going to need 64 bit versions of the libs it links to. If you want to use this package, you're going to have to reinstall all of your packages. Probably easiest to start from scratch, to be honest.
    So is it possible to update the dependencies to 64bit and then build this package?
    When I change /etc/pacman.conf to take x86_64 architecture packages:
    Architecture = x86_64
    And I change the flags of /etc/makepkg.conf to x86_64:
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    Then when I do pacman -S llvm then it will say:
    error: failed to prepare transaction (package architecture is not valid)
    :: package llvm-3.2-5-i686 does not have a valid architecture
    However I did put everything to x86_64, so where does he get the i686 from?

  • [SOLVED] Unable to build lib32-mesa-git due to LLVM issues

    This package won't build for me, it seems to be failing to find llvm even though lib32-llvm (and normal llvm) are installed.
    What is more odd is that it seems to be looking in /usr/lib/ rather than /usr/lib32/ for it.
    gcc -m32 -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -march=native -O2 -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -m32 -march=native -O2 -pipe -fPIC -m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DTEXTURE_FLOAT_ENABLED -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -DHAVE_XCB_DRI2 -DXCB_DRI2_CONNECT_DEVICE_NAME_BROKEN -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden -I/usr/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS lp_test_sincos.c -o lp_test_sincos.o
    lp_test_round.c: In function ‘test_round’:
    lp_test_round.c:126:13: warning: variable ‘packed’ set but not used [-Wunused-but-set-variable]
    /bin/sh ../../../../bin/mklib -o llvmpipe -static lp_bld_alpha.o lp_bld_blend_aos.o lp_bld_blend_logicop.o lp_bld_blend_soa.o lp_bld_depth.o lp_bld_interp.o lp_clear.o lp_context.o lp_draw_arrays.o lp_fence.o lp_flush.o lp_jit.o lp_memory.o lp_perf.o lp_query.o lp_rast.o lp_rast_debug.o lp_rast_tri.o lp_scene.o lp_scene_queue.o lp_screen.o lp_setup.o lp_setup_line.o lp_setup_point.o lp_setup_tri.o lp_setup_vbuf.o lp_state_blend.o lp_state_clip.o lp_state_derived.o lp_state_fs.o lp_state_setup.o lp_state_gs.o lp_state_rasterizer.o lp_state_sampler.o lp_state_so.o lp_state_surface.o lp_state_vertex.o lp_state_vs.o lp_surface.o lp_tex_sample.o lp_texture.o lp_tile_image.o lp_tile_soa.o
    mklib: Making Linux static library: libllvmpipe.a
    ar: creating libllvmpipe.a
    g++ -m32 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm -lpthread -lffi -ldl -lm lp_test_format.o lp_test_main.o -o lp_test_format -Wl,--start-group -L../../auxiliary/ -lgallium libllvmpipe.a -lLLVMObject -lLLVMMCJIT -lLLVMMCDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreInfo -lLLVMSystemZCodeGen -lLLVMSystemZInfo -lLLVMSparcCodeGen -lLLVMSparcInfo -lLLVMPowerPCCodeGen -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMPTXCodeGen -lLLVMPTXInfo -lLLVMMipsCodeGen -lLLVMMipsInfo -lLLVMMSP430CodeGen -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMBlazeDisassembler -lLLVMMBlazeAsmParser -lLLVMMBlazeCodeGen -lLLVMMBlazeAsmPrinter -lLLVMMBlazeInfo -lLLVMLinker -lLLVMipo -lLLVMInterpreter -lLLVMInstrumentation -lLLVMJIT -lLLVMExecutionEngine -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCBackend -lLLVMCBackendInfo -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMBitWriter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMX86Info -lLLVMAsmParser -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMAsmPrinter -lLLVMARMInfo -lLLVMArchive -lLLVMBitReader -lLLVMAlphaCodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMAlphaInfo -lLLVMMC -lLLVMSupport -lstdc++ -L/usr/lib32 -lXext -lXdamage -lXfixes -lXxf86vm -lX11-xcb -lX11 -lxcb-glx -lxcb -L/usr/lib32 -ldrm -lm -lpthread -ldl -Wl,--end-group
    g++ -m32 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm -lpthread -lffi -ldl -lm lp_test_arit.o lp_test_main.o -o lp_test_arit -Wl,--start-group -L../../auxiliary/ -lgallium libllvmpipe.a -lLLVMObject -lLLVMMCJIT -lLLVMMCDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreInfo -lLLVMSystemZCodeGen -lLLVMSystemZInfo -lLLVMSparcCodeGen -lLLVMSparcInfo -lLLVMPowerPCCodeGen -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMPTXCodeGen -lLLVMPTXInfo -lLLVMMipsCodeGen -lLLVMMipsInfo -lLLVMMSP430CodeGen -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMBlazeDisassembler -lLLVMMBlazeAsmParser -lLLVMMBlazeCodeGen -lLLVMMBlazeAsmPrinter -lLLVMMBlazeInfo -lLLVMLinker -lLLVMipo -lLLVMInterpreter -lLLVMInstrumentation -lLLVMJIT -lLLVMExecutionEngine -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCBackend -lLLVMCBackendInfo -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMBitWriter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMX86Info -lLLVMAsmParser -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMAsmPrinter -lLLVMARMInfo -lLLVMArchive -lLLVMBitReader -lLLVMAlphaCodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMAlphaInfo -lLLVMMC -lLLVMSupport -lstdc++ -L/usr/lib32 -lXext -lXdamage -lXfixes -lXxf86vm -lX11-xcb -lX11 -lxcb-glx -lxcb -L/usr/lib32 -ldrm -lm -lpthread -ldl -Wl,--end-group
    g++ -m32 -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm -lpthread -lffi -ldl -lm lp_test_blend.o lp_test_main.o -o lp_test_blend -Wl,--start-group -L../../auxiliary/ -lgallium libllvmpipe.a -lLLVMObject -lLLVMMCJIT -lLLVMMCDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreInfo -lLLVMSystemZCodeGen -lLLVMSystemZInfo -lLLVMSparcCodeGen -lLLVMSparcInfo -lLLVMPowerPCCodeGen -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMPTXCodeGen -lLLVMPTXInfo -lLLVMMipsCodeGen -lLLVMMipsInfo -lLLVMMSP430CodeGen -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMBlazeDisassembler -lLLVMMBlazeAsmParser -lLLVMMBlazeCodeGen -lLLVMMBlazeAsmPrinter -lLLVMMBlazeInfo -lLLVMLinker -lLLVMipo -lLLVMInterpreter -lLLVMInstrumentation -lLLVMJIT -lLLVMExecutionEngine -lLLVMCppBackend -lLLVMCppBackendInfo -lLLVMCellSPUCodeGen -lLLVMCellSPUInfo -lLLVMCBackend -lLLVMCBackendInfo -lLLVMBlackfinCodeGen -lLLVMBlackfinInfo -lLLVMBitWriter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMX86Info -lLLVMAsmParser -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMAsmPrinter -lLLVMARMInfo -lLLVMArchive -lLLVMBitReader -lLLVMAlphaCodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMAlphaInfo -lLLVMMC -lLLVMSupport -lstdc++ -L/usr/lib32 -lXext -lXdamage -lXfixes -lXxf86vm -lX11-xcb -lX11 -lxcb-glx -lxcb -L/usr/lib32 -ldrm -lm -lpthread -ldl -Wl,--end-group
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMObject.a when searching for -lLLVMObject
    /usr/bin/ld: cannot find -lLLVMObject
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCJIT.a when searching for -lLLVMMCJIT
    /usr/bin/ld: cannot find -lLLVMMCJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCDisassembler.a when searching for -lLLVMMCDisassembler
    /usr/bin/ld: cannot find -lLLVMMCDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMXCoreCodeGen.a when searching for -lLLVMXCoreCodeGen
    /usr/bin/ld: cannot find -lLLVMXCoreCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMXCoreInfo.a when searching for -lLLVMXCoreInfo
    /usr/bin/ld: cannot find -lLLVMXCoreInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZCodeGen.a when searching for -lLLVMSystemZCodeGen
    /usr/bin/ld: cannot find -lLLVMSystemZCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZInfo.a when searching for -lLLVMSystemZInfo
    /usr/bin/ld: cannot find -lLLVMSystemZInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcCodeGen.a when searching for -lLLVMSparcCodeGen
    /usr/bin/ld: cannot find -lLLVMSparcCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcInfo.a when searching for -lLLVMSparcInfo
    /usr/bin/ld: cannot find -lLLVMSparcInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCCodeGen.a when searching for -lLLVMPowerPCCodeGen
    /usr/bin/ld: cannot find -lLLVMPowerPCCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCInfo.a when searching for -lLLVMPowerPCInfo
    /usr/bin/ld: cannot find -lLLVMPowerPCInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCAsmPrinter.a when searching for -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: cannot find -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXCodeGen.a when searching for -lLLVMPTXCodeGen
    /usr/bin/ld: cannot find -lLLVMPTXCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXInfo.a when searching for -lLLVMPTXInfo
    /usr/bin/ld: cannot find -lLLVMPTXInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsCodeGen.a when searching for -lLLVMMipsCodeGen
    /usr/bin/ld: cannot find -lLLVMMipsCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsInfo.a when searching for -lLLVMMipsInfo
    /usr/bin/ld: cannot find -lLLVMMipsInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430CodeGen.a when searching for -lLLVMMSP430CodeGen
    /usr/bin/ld: cannot find -lLLVMMSP430CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430Info.a when searching for -lLLVMMSP430Info
    /usr/bin/ld: cannot find -lLLVMMSP430Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430AsmPrinter.a when searching for -lLLVMMSP430AsmPrinter
    /usr/bin/ld: cannot find -lLLVMMSP430AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeDisassembler.a when searching for -lLLVMMBlazeDisassembler
    /usr/bin/ld: cannot find -lLLVMMBlazeDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmParser.a when searching for -lLLVMMBlazeAsmParser
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeCodeGen.a when searching for -lLLVMMBlazeCodeGen
    /usr/bin/ld: cannot find -lLLVMMBlazeCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmPrinter.a when searching for -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeInfo.a when searching for -lLLVMMBlazeInfo
    /usr/bin/ld: cannot find -lLLVMMBlazeInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMLinker.a when searching for -lLLVMLinker
    /usr/bin/ld: cannot find -lLLVMLinker
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipo.a when searching for -lLLVMipo
    /usr/bin/ld: cannot find -lLLVMipo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInterpreter.a when searching for -lLLVMInterpreter
    /usr/bin/ld: cannot find -lLLVMInterpreter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstrumentation.a when searching for -lLLVMInstrumentation
    /usr/bin/ld: cannot find -lLLVMInstrumentation
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMJIT.a when searching for -lLLVMJIT
    /usr/bin/ld: cannot find -lLLVMJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMExecutionEngine.a when searching for -lLLVMExecutionEngine
    /usr/bin/ld: cannot find -lLLVMExecutionEngine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackend.a when searching for -lLLVMCppBackend
    /usr/bin/ld: cannot find -lLLVMCppBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackendInfo.a when searching for -lLLVMCppBackendInfo
    /usr/bin/ld: cannot find -lLLVMCppBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUCodeGen.a when searching for -lLLVMCellSPUCodeGen
    /usr/bin/ld: cannot find -lLLVMCellSPUCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUInfo.a when searching for -lLLVMCellSPUInfo
    /usr/bin/ld: cannot find -lLLVMCellSPUInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackend.a when searching for -lLLVMCBackend
    /usr/bin/ld: cannot find -lLLVMCBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackendInfo.a when searching for -lLLVMCBackendInfo
    /usr/bin/ld: cannot find -lLLVMCBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinCodeGen.a when searching for -lLLVMBlackfinCodeGen
    /usr/bin/ld: cannot find -lLLVMBlackfinCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinInfo.a when searching for -lLLVMBlackfinInfo
    /usr/bin/ld: cannot find -lLLVMBlackfinInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitWriter.a when searching for -lLLVMBitWriter
    /usr/bin/ld: cannot find -lLLVMBitWriter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Disassembler.a when searching for -lLLVMX86Disassembler
    /usr/bin/ld: cannot find -lLLVMX86Disassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmParser.a when searching for -lLLVMX86AsmParser
    /usr/bin/ld: cannot find -lLLVMX86AsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86CodeGen.a when searching for -lLLVMX86CodeGen
    /usr/bin/ld: cannot find -lLLVMX86CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmPrinter.a when searching for -lLLVMX86AsmPrinter
    /usr/bin/ld: cannot find -lLLVMX86AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Utils.a when searching for -lLLVMX86Utils
    /usr/bin/ld: cannot find -lLLVMX86Utils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Info.a when searching for -lLLVMX86Info
    /usr/bin/ld: cannot find -lLLVMX86Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmParser.a when searching for -lLLVMAsmParser
    /usr/bin/ld: cannot find -lLLVMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMDisassembler.a when searching for -lLLVMARMDisassembler
    /usr/bin/ld: cannot find -lLLVMARMDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmParser.a when searching for -lLLVMARMAsmParser
    /usr/bin/ld: cannot find -lLLVMARMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMCodeGen.a when searching for -lLLVMARMCodeGen
    /usr/bin/ld: cannot find -lLLVMARMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmPrinter.a when searching for -lLLVMARMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMARMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMInfo.a when searching for -lLLVMARMInfo
    /usr/bin/ld: cannot find -lLLVMARMInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMArchive.a when searching for -lLLVMArchive
    /usr/bin/ld: cannot find -lLLVMArchive
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitReader.a when searching for -lLLVMBitReader
    /usr/bin/ld: cannot find -lLLVMBitReader
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAlphaCodeGen.a when searching for -lLLVMAlphaCodeGen
    /usr/bin/ld: cannot find -lLLVMAlphaCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSelectionDAG.a when searching for -lLLVMSelectionDAG
    /usr/bin/ld: cannot find -lLLVMSelectionDAG
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmPrinter.a when searching for -lLLVMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCParser.a when searching for -lLLVMMCParser
    /usr/bin/ld: cannot find -lLLVMMCParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCodeGen.a when searching for -lLLVMCodeGen
    /usr/bin/ld: cannot find -lLLVMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMScalarOpts.a when searching for -lLLVMScalarOpts
    /usr/bin/ld: cannot find -lLLVMScalarOpts
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstCombine.a when searching for -lLLVMInstCombine
    /usr/bin/ld: cannot find -lLLVMInstCombine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTransformUtils.a when searching for -lLLVMTransformUtils
    /usr/bin/ld: cannot find -lLLVMTransformUtils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipa.a when searching for -lLLVMipa
    /usr/bin/ld: cannot find -lLLVMipa
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAnalysis.a when searching for -lLLVMAnalysis
    /usr/bin/ld: cannot find -lLLVMAnalysis
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTarget.a when searching for -lLLVMTarget
    /usr/bin/ld: cannot find -lLLVMTarget
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCore.a when searching for -lLLVMCore
    /usr/bin/ld: cannot find -lLLVMCore
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAlphaInfo.a when searching for -lLLVMAlphaInfo
    /usr/bin/ld: cannot find -lLLVMAlphaInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMC.a when searching for -lLLVMMC
    /usr/bin/ld: cannot find -lLLVMMC
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSupport.a when searching for -lLLVMSupport
    /usr/bin/ld: cannot find -lLLVMSupport
    collect2: ld returned 1 exit status
    make[4]: *** [lp_test_arit] Error 1
    make[4]: *** Waiting for unfinished jobs....
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMObject.a when searching for -lLLVMObject
    /usr/bin/ld: cannot find -lLLVMObject
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCJIT.a when searching for -lLLVMMCJIT
    /usr/bin/ld: cannot find -lLLVMMCJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCDisassembler.a when searching for -lLLVMMCDisassembler
    /usr/bin/ld: cannot find -lLLVMMCDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMXCoreCodeGen.a when searching for -lLLVMXCoreCodeGen
    /usr/bin/ld: cannot find -lLLVMXCoreCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMXCoreInfo.a when searching for -lLLVMXCoreInfo
    /usr/bin/ld: cannot find -lLLVMXCoreInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZCodeGen.a when searching for -lLLVMSystemZCodeGen
    /usr/bin/ld: cannot find -lLLVMSystemZCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZInfo.a when searching for -lLLVMSystemZInfo
    /usr/bin/ld: cannot find -lLLVMSystemZInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcCodeGen.a when searching for -lLLVMSparcCodeGen
    /usr/bin/ld: cannot find -lLLVMSparcCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcInfo.a when searching for -lLLVMSparcInfo
    /usr/bin/ld: cannot find -lLLVMSparcInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCCodeGen.a when searching for -lLLVMPowerPCCodeGen
    /usr/bin/ld: cannot find -lLLVMPowerPCCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCInfo.a when searching for -lLLVMPowerPCInfo
    /usr/bin/ld: cannot find -lLLVMPowerPCInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCAsmPrinter.a when searching for -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: cannot find -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXCodeGen.a when searching for -lLLVMPTXCodeGen
    /usr/bin/ld: cannot find -lLLVMPTXCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXInfo.a when searching for -lLLVMPTXInfo
    /usr/bin/ld: cannot find -lLLVMPTXInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsCodeGen.a when searching for -lLLVMMipsCodeGen
    /usr/bin/ld: cannot find -lLLVMMipsCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsInfo.a when searching for -lLLVMMipsInfo
    /usr/bin/ld: cannot find -lLLVMMipsInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430CodeGen.a when searching for -lLLVMMSP430CodeGen
    /usr/bin/ld: cannot find -lLLVMMSP430CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430Info.a when searching for -lLLVMMSP430Info
    /usr/bin/ld: cannot find -lLLVMMSP430Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430AsmPrinter.a when searching for -lLLVMMSP430AsmPrinter
    /usr/bin/ld: cannot find -lLLVMMSP430AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeDisassembler.a when searching for -lLLVMMBlazeDisassembler
    /usr/bin/ld: cannot find -lLLVMMBlazeDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmParser.a when searching for -lLLVMMBlazeAsmParser
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeCodeGen.a when searching for -lLLVMMBlazeCodeGen
    /usr/bin/ld: cannot find -lLLVMMBlazeCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmPrinter.a when searching for -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeInfo.a when searching for -lLLVMMBlazeInfo
    /usr/bin/ld: cannot find -lLLVMMBlazeInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMLinker.a when searching for -lLLVMLinker
    /usr/bin/ld: cannot find -lLLVMLinker
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipo.a when searching for -lLLVMipo
    /usr/bin/ld: cannot find -lLLVMipo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInterpreter.a when searching for -lLLVMInterpreter
    /usr/bin/ld: cannot find -lLLVMInterpreter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstrumentation.a when searching for -lLLVMInstrumentation
    /usr/bin/ld: cannot find -lLLVMInstrumentation
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMJIT.a when searching for -lLLVMJIT
    /usr/bin/ld: cannot find -lLLVMJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMExecutionEngine.a when searching for -lLLVMExecutionEngine
    /usr/bin/ld: cannot find -lLLVMExecutionEngine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackend.a when searching for -lLLVMCppBackend
    /usr/bin/ld: cannot find -lLLVMCppBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackendInfo.a when searching for -lLLVMCppBackendInfo
    /usr/bin/ld: cannot find -/lLLVMCppBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUCodeGen.a when searching for -lLLVMCellSPUCodeGen
    /usr/bin/ld: cannot find -lLLVMCellSPUCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUInfo.a when searching for -lLLVMCellSPUInfo
    /usr/bin/ld: cannot find -lLLVMCellSPUInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackend.a when searching for -lLLVMCBackend
    /usr/bin/ld: cannot find -lLLVMCBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackendInfo.a when searching for -lLLVMCBackendInfo
    /usr/bin/ld: cannot find -lLLVMCBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinCodeGen.a when searching for -lLLVMBlackfinCodeGen
    /usr/bin/ld: cannot find -lLLVMBlackfinCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinInfo.a when searching for -lLLVMBlackfinInfo
    /usr/bin/ld: cannot find -lLLVMBlackfinInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitWriter.a when searching for -lLLVMBitWriter
    /usr/bin/ld: cannot find -lLLVMBitWriter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Disassembler.a when searching for -lLLVMX86Disassembler
    /usr/bin/ld: cannot find -lLLVMX86Disassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmParser.a when searching for -lLLVMX86AsmParser
    /usr/bin/ld: cannot find -lLLVMX86AsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86CodeGen.a when searching for -lLLVMX86CodeGen
    /usr/bin/ld: cannot find -lLLVMX86CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmPrinter.a when searching for -lLLVMX86AsmPrinter
    /usr/bin/ld: cannot find -lLLVMX86AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Utils.a when searching for -lLLVMX86Utils
    /usr/bin/ld: cannot find -lLLVMX86Utils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Info.a when searching for -lLLVMX86Info
    /usr/bin/ld: cannot find -lLLVMX86Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmParser.a when searching for -lLLVMAsmParser
    /usr/bin/ld: cannot find -lLLVMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/usr/libLLVMARMDisassembler.a bin/ld: skipping incompatible /usr/lib/llvm/libLLVMObject.a when searching for -lLLVMObject
    /usr/bin/ld: cannot find -lLLVMObject
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCJIT.a when searching for -lLLVMMCJIT
    /usr/bin/ld: cannot find -lLLVMMCJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/when libLLVMMCDisassembler.a when searching for -lLLVMMCDisassembler
    /usr/bin/ld: cannot find -lLLVMMCDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/searching for -libLLVMXCoreCodeGen.a when searching for -lLLVMXCoreCodeGen
    /usr/bin/ld: cannot find -lLLVMARMDisassembler
    /usr/bin/ld: cannot find -lLLVMARMDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmParser.a when searching for -lLLVMARMAsmParser
    /usr/bin/ld: cannot find -lLLVMARMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMCodeGen.a when searching for -lLLVMARMCodeGen
    /usr/bin/ld: cannot find -lLLVMARMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmPrinter.a when searching for -lLLVMARMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMARMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMInfo.a when searching for -lLLVMARMInfo
    /usr/bin/ld: cannot find -lLLVMARMInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMArchive.a when searching for -lLLVMArchive
    /usr/bin/ld: cannot find -lLLVMArchive
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitReader.a when searching for -lLLVMBitReader
    /usr/bin/ld: cannot find -lLLVMBitReader
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAlphaCodeGen.a when searching for -lLLVMAlphaCodeGen
    /usr/bin/ld: cannot find -lLLVMAlphaCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSelectionDAG.a when searching for -lLLVMSelectionDAG
    /usr/bin/ld: cannot find -lLLVMSelectionDAG
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmPrinter.a when searching for -lLLVMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCParser.a when searching for -lLLVMMCParser
    /usr/bin/ld: cannot find -lLLVMMCParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCodeGen.a when searching for -lLLVMCodeGen
    /usr/bin/ld: cannot find -lLLVMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMScalarOpts.a when searching for -lLLVMScalarOpts
    /usr/bin/ld: cannot find -lLLVMScalarOpts
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstCombine.a when searching for -lLLVMInstCombine
    /usr/bin/ld: cannot find -lLLVMInstCombine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTransformUtils.a when searching for -lLLVMTransformUtils
    /usr/bin/ld: cannot find -lLLVMTransformUtils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipa.a when searching for -lLLVMipa
    /usr/bin/ld: cannot find -lLLVMipa
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAnalysis.a when searching for -lLLVMAnalysis
    /usr/bin/ld: cannot find -lLLVMAnalysis
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTarget.a whenlLLVMXCoreCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMXCoreInfo.a when searching for -lLLVMXCoreInfo
    /usr/bin/ld: cannot find -lLLVMXCoreInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZCodeGen.a when searching for -lLLVMSystemZCodeGen
    /usr/bin/ld: cannot find -lLLVMSystemZCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSystemZInfo.a when searching for -lLLVMSystemZInfo
    /usr/bin/ld: cannot find -lLLVMSystemZInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcCodeGen.a when searching for -lLLVMSparcCodeGen
    /usr/bin/ld: cannot find -lLLVMSparcCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSparcInfo.a when searching for -lLLVMSparcInfo
    /usr/bin/ld: cannot find -lLLVMSparcInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCCodeGen.a when searching for -lLLVMPowerPCCodeGen
    /usr/bin/ld: cannot find -lLLVMPowerPCCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCInfo.a when searching for -lLLVMPowerPCInfo
    /usr/bin/ld: cannot find -lLLVMPowerPCInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPowerPCAsmPrinter.a when searching for -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: cannot find -lLLVMPowerPCAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXCodeGen.a when searching for -lLLVMPTXCodeGen
    /usr/bin/ld: cannot find -lLLVMPTXCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMPTXInfo.a when searching for -lLLVMPTXInfo
    /usr/bin/ld: cannot find -lLLVMPTXInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsCodeGen.a when searching for -lLLVMMipsCodeGen
    /usr/bin/ld: cannot find -lLLVMMipsCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMipsInfo.a when searching for -lLLVMMipsInfo
    /usr/bin/ld: cannot find -lLLVMMipsInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430CodeGen.a when searching for -lLLVMMSP430CodeGen
    /usr/bin/ld: cannot find -lLLVMMSP430CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430Info.a when searching for -lLLVMMSP430Info
    /usr/bin/ld: cannot find -lLLVMMSP430Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMSP430AsmPrinter.a when searching for -lLLVMMSP430AsmPrinter
    /usr/bin/ld: cannot find -lLLVMMSP430AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeDisassembler.a when searching for -lLLVMMBlazeDisassembler
    /usr/bin/ld: cannot find -lLLVMMBlazeDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmParser.a when searching for -lLLVMMBlazeAsmParser
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeCodeGen.a when searching for -lLLVMMBlazeCodeGen
    /usr/bin/ld: cannot find -lLLVMMBlazeCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeAsmPrinter.a when searching for -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: cannot find -lLLVMMBlazeAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMBlazeInfo.a when searching for -lLLVMMBlazeInfo
    /usr/bin/ld: cannot find -lLLVMMBlazeInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMLinker.a when searching for -lLLVMLinker
    /usr/bin/ld: cannot find -lLLVMLinker
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipo.a when searching for -lLLVMipo
    /usr/bin/ld: cannot find -lLLVMipo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInterpreter.a when searching for -lLLVMInterpreter
    /usr/bin/ld: cannot find -lLLVMInterpreter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstrumentation.a when searching for -lLLVMInstrumentation
    /usr/bin/ld: cannot find -lLLVMInstrumentation
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMJIT.a when searching for -lLLVMJIT
    /usr/bin/ld: cannot find -lLLVMJIT
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMExecutionEngine.a when searching for -lLLVMExecutionEngine
    /usr/bin/ld: cannot find -lLLVMExecutionEngine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackend.a when searching for -lLLVMCppBackend
    /usr/bin/ld: cannot find -lLLVMCppBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCppBackendInfo.a when searching for -lLLVMCppBackendInfo
    /usr/bin/ld: cannot find -lLLVMCppBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUCodeGen.a when searching for -lLLVMCellSPUCodeGen
    /usr/bin/ld: cannot find -lLLVMCellSPUCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCellSPUInfo.a when searching for -lLLVMCellSPUInfo
    /usr/bin/ld: cannot find -lLLVMCellSPUInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackend.a when searching for -lLLVMCBackend
    /usr/bin/ld: cannot find -lLLVMCBackend
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCBackendInfo.a when searching for -lLLVMCBackendInfo
    /usr/bin/ld: cannot find -lLLVMCBackendInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinCodeGen.a when searching for -lLLVMBlackfinCodeGen
    /usr/bin/ld: cannot find -lLLVMBlackfinCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBlackfinInfo.a when searching for -lLLVMBlackfinInfo
    /usr/bin/ld: cannot find -lLLVMBlackfinInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitWriter.a when searching for -lLLVMBitWriter
    /usr/bin/ld: cannot find -lLLVMBitWriter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Disassembler.a when searching for -lLLVMX86Disassembler
    /usr/bin/ld: cannot find -lLLVMX86Disassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmParser.a when searching for -lLLVMX86AsmParser
    /usr/bin/ld: cannot find -lLLVMX86AsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86CodeGen.a when searching for -lLLVMX86CodeGen
    /usr/bin/ld: cannot find -lLLVMX86CodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86AsmPrinter.a when searching for -lLLVMX86AsmPrinter
    /usr/bin/ld: cannot find -lLLVMX86AsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Utils.a when searching for -lLLVMX86Utils
    /usr/bin/ld: cannot find -lLLVMX86Utils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMX86Info.a when searching for -lLLVMX86Info
    /usr/bin/ld: cannot find -lLLVMX86Info
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmParser.a when searching for -lLLVMAsmParser
    /usr/bin/ld: cannot find -lLLVMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMDisassembler.a when searching for -lLLVMARMDisassembler
    /usr/bin/ld: cannot find -lLLVMARMDisassembler
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmParser.a when searching for -lLLVMARMAsmParser
    /usr/bin/ld: cannot find -lLLVMARMAsmParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMCodeGen.a when searching for -lLLVMARMCodeGen
    /usr/bin/ld: cannot find -lLLVMARMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMAsmPrinter.a when searching for -lLLVMARMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMARMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMARMInfo.a when searching for -lLLVMARMInfo
    /usr/bin/ld: cannot find -lLLVMARMInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMArchive.a when searching for -lLLVMArchive
    /usr/bin/ld: cannot find -lLLVMArchive
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMBitReader.a when searching for -lLLVMBitReader
    /usr/bin/ld: cannot find -lLLVMBitReader
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAlphaCodeGen.a when searching for -searching for -lLLVMTarget
    /usr/bin/ld: cannot find -lLLVMTarget
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCore.a when searching for -lLLVMCore
    /usr/bin/ld: cannot find -lLLVMCore
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/lLLVMAlphaCodeGen
    /usr/bin/ld: cannot find -lLLVMAlphaCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSelectionDAG.a when libLLVMAlphaInfo.a when searching for -lLLVMAlphaInfo
    /usr/bin/ld: cannot find -lLLVMAlphaInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMC.a when searching for -lLLVMMC
    /usr/bin/ld: cannot find -lLLVMMC
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSupport.a when searching for -lLLVMSupport
    /usr/bin/ld: cannot find -lLLVMSupport
    searching for -lLLVMSelectionDAG
    /usr/bin/ld: cannot find -lLLVMSelectionDAG
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAsmPrinter.a when searching for -lLLVMAsmPrinter
    /usr/bin/ld: cannot find -lLLVMAsmPrinter
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMCParser.a when searching for -lLLVMMCParser
    /usr/bin/ld: cannot find -lLLVMMCParser
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCodeGen.a when searching for -lLLVMCodeGen
    /usr/bin/ld: cannot find -lLLVMCodeGen
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMScalarOpts.a when searching for -lLLVMScalarOpts
    /usr/bin/ld: cannot find -lLLVMScalarOpts
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMInstCombine.a when searching for -lLLVMInstCombine
    /usr/bin/ld: cannot find -lLLVMInstCombine
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTransformUtils.a when searching for -lLLVMTransformUtils
    /usr/bin/ld: cannot find -lLLVMTransformUtils
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMipa.a when searching for -lLLVMipa
    /usr/bin/ld: cannot collect2: find -lLLVMipa
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/ld returned 1 exit statuslibLLVMAnalysis.a when searching for -lLLVMAnalysis
    /usr/bin/ld: cannot find -lLLVMAnalysis
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMTarget.a when searching for -lLLVMTarget
    /usr/bin/ld: cannot find -lLLVMTarget
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMCore.a when searching for -lLLVMCore
    /usr/bin/ld: cannot find -lLLVMCore
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMAlphaInfo.a when searching for -lLLVMAlphaInfo
    /usr/bin/ld: cannot find -lLLVMAlphaInfo
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMMC.a when searching for -lLLVMMC
    /usr/bin/ld: cannot find -lLLVMMC
    /usr/bin/ld: skipping incompatible /usr/lib/llvm/libLLVMSupport.a when searching for -lLLVMSupport
    /usr/bin/ld: cannot find -lLLVMSupport
    collect2: ld returned 1 exit status
    make[4]: *** [lp_test_format] Error 1
    make[4]: *** [lp_test_blend] Error 1
    make[4]: Leaving directory `/home/bhodgetts/source/lib32-mesa-git/src/build/src/gallium/drivers/llvmpipe'
    make[3]: *** [default] Error 1
    make[3]: Leaving directory `/home/bhodgetts/source/lib32-mesa-git/src/build/src/gallium/drivers'
    make[2]: *** [default] Error 1
    make[2]: Leaving directory `/home/bhodgetts/source/lib32-mesa-git/src/build/src/gallium'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/home/bhodgetts/source/lib32-mesa-git/src/build/src'
    make: *** [default] Error 1
    ==> ERROR: A failure occurred in build().
    I'm stumped here and not finding anything useful when searching.
    Building seems to go find up until this specific point.
    Last edited by Enverex (2011-08-16 14:33:37)

    Got it, needed "export LLVM_CONFIG=/usr/lib32/llvm/llvm-config" in the build.

  • [SOLVED] Unable to build qt 4.8.0

    I'm getting strange build errors with qt 4.8.0. I've never seen such errors before, and I have no idea what caused it.
    http://pastebin.com/9dVBNLRz
    The first suspicious signs are
    ln: failed to create symbolic link `/home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/include/QtCore/qconfig.h': File exists
    ln: failed to create symbolic link `/home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/include/Qt/qconfig.h': File exists
    Then it starts to complain with lots of these
    Finding project files. Please wait...
    /usr/share/qt/mkspecs/modules/qt_phonon.pri:8: Unknown test function: !contains
    Reading /home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/src/tools/bootstrap/bootstrap.pro
    /usr/share/qt/mkspecs/modules/qt_phonon.pri:8: Unknown test function: !contains
    Reading /home/user/abs/qt/src/qt-everywhere-opensource-src-4.8.0/src/tools/moc/moc.pro
    And then these
    WARNING: Failure to find: generated/AuthenticationManagerMessageReceiver.cpp
    WARNING: Failure to find: generated/DownloadProxyMessageReceiver.cpp
    WARNING: Failure to find: generated/DrawingAreaMessageReceiver.cpp
    WARNING: Failure to find: generated/DrawingAreaProxyMessageReceiver.cpp
    Finally it fails at building assistant. Sorry I don't have the error message with me anymore, but it's the same error as
    http://comments.gmane.org/gmane.linux.a … eral/37469
    Anyone know what went wrong? Thanks.
    Last edited by Si (2011-12-25 02:53:33)

    Strangely, Qt's configure script still looks for QtWebKit even though -no-webkit was specified. But if the package qtwebkit is removed from the system prior to compiling Qt, then webkit is not detected and it'll build happily.

  • [SOLVED] Unable to build 32-bit applications on 64-bit Arch System

    Hey :-)
    I'm trying to build a 32 bit application under Arch64.
    I enabled the multilib repositories, updated and installed the lib32 packages.
    When I build I'm using the -m32 flag. Compiling is fine, but when I try to link I'm getting errors such as
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/libgcc.a when searching for -lgcc
    /usr/bin/ld: cannot find -lgcc
    (there are a lot like this, but with what i presume are different libraries)
    I've done some googling but to no avail.
    Can somebody help me out? Thanks :-)
    Last edited by mallard (2015-06-10 07:04:06)

    Scimmia wrote:Do you have multilib-devel installed?
    Thanks for your help!
    I installed gcc-multilib and now everything is working.

  • [SOLVED] Unable to build packages from AUR (build: command not found)

    I recently hosed the filesystem on my arch install of ~8 months. I reinstalled arch today and didn't have many problems since I had backups of many important config files. Anyways, I still need to get a few programs installed from AUR, but nothing I get from AUR will build.
    I download the tarball, extract into a folder in /home/myuser/builds and then go into that folder and run makepkg -s (as always)
    It checks the files and extracts/downloads them. Then I get the following error message:
    ==> Starting build()...
    /usr/bin/makepkg: line 741: build: command not found
    ==> ERROR: Build Failed.
    Aborting...
    I've run abs and I checked out the abs wiki page, I've also installed base-devel. I am not sure what else I need to do, the error message is not specific enough.
    The packages I have been trying to install are      ttf-ms-fonts 2.0-7,      keepass 2.14-2, and I also tried ttf-vista-fonts 1-3. I am fairly certain that it is not a problem with the PKGBUILD files.
    Any ideas? Thanks!
    Last edited by fatjake (2011-03-08 01:02:59)

    cyrus wrote:Have you tried Yaourt?
    Nope, haven't tried that, I think mainly because I wanted to learn how to use pacman and how to build using ABS. At this point I think I know how to use pacman/abs, as much as this thread might make it appear that I dont
    I'll give it a try, as I frequently install software from AUR. In the past I think I let software from the AUR get outdated, Yaourt (clumsy name) sounds like it would help that a bit. Thanks!
    Edit: BTW, I really love Arch. I tried it out on a flash drive about 8 months ago (maybe more), and after about 12 hours I was sold and installed it on the drive that Windows XP previously held. Even considering that I had many problems during the initial install, but they were all problems that caused me to learn and were easy to resolve. Seriously, I have lots of Windows tech experience, but only Arch forced me to learn Linux. I had tried Ubuntu previously but it was such a bore, and the problems tended to be hard to find solutions for. I try to convince my other Linux using friends to try arch, but they see it as too hands-on. I don't see it that way, it is very hands off after initial configuration, and the initial config only takes a week or less on the first try and a day and a half (or so) if you re-install. Having backups of your config files is of course a huge deal, and I am glad I had most of those.
    Really, I love Arch Linux, it has taught me so much.
    Last edited by fatjake (2011-03-08 04:25:15)

  • Makepkg was unable to build package

    I've tried to install ttm with yaourt but after yaourt say that he Starting make showed up several error msg's:
    /bin/sh: pkg-config: command not found
    /bin/sh: cc: command not found
    make: *** [tint] Error 127
    Error: Makepkg was unable to build ttm-svn packege.
    I think that i dont have install some basic package like make (which I've installed, it fails for first time)
    Please can someone tell me whats wrong?

    paralax wrote:works perfect now! thank you.
    I'm surprise that it isnt in beginners guide on wiki.
    makepkg and the AUR are left out of the beginners guide for a reason.
    Every distribution has a development package that needs to be installed before u can compile anything. Nothing new here...

  • Help to build sim-svn

    Hello. Please, help me  to build sim-svn package from aur. I'm a bit confused
    Checked out revision 2975.
    make: admin/Makefile.common: No such file or directory
    make: *** No rule to make target `admin/Makefile.common'. Stop.
    ==> SVN checkout done or server timeout
    ==> Starting make...
    /tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/./PKGBUILD: line 38: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build sim-svn package.

    It is ok! I go into sim-0.9.5-svn20080806-dfsg.tar.bz2\admin\cvs.sh and comment all lines than checks package version:
    #check_autotool_versions()
    #required_autoconf_version="2.53 or newer"
    #AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
    #case $AUTOCONF_VERSION in
    # Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
    # echo "*** AUTOCONF NOT FOUND!."
    # echo "*** SIM requires autoconf $required_autoconf_version"
    # exit 1
    # echo "*** YOU'RE USING $AUTOCONF_VERSION."
    # echo "*** SIM requires autoconf $required_autoconf_version"
    # exit 1
    #esac
    #AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
    #case $AUTOHEADER_VERSION in
    # Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
    # echo "*** AUTOHEADER NOT FOUND!."
    # echo "*** SIM requires autoheader $required_autoconf_version"
    # exit 1
    # echo "*** YOU'RE USING $AUTOHEADER_VERSION."
    # echo "*** SIM requires autoheader $required_autoconf_version"
    # exit 1
    #esac
    #AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
    #required_automake_version="1.6.1 or newer"
    #case $AUTOMAKE_STRING in
    # automake*1.5d* | automake*1.5* | automake*1.5-* )
    # echo "*** YOU'RE USING $AUTOMAKE_STRING."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    # automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
    # echo "*** $AUTOMAKE_STRING found."
    # UNSERMAKE=no
    # echo "*** AUTOMAKE NOT FOUND!."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    # *unsermake* ) :
    # echo "*** YOU'RE USING UNSERMAKE."
    # echo "*** GOOD LUCK!! "
    # UNSERMAKE=unsermake
    # echo "*** YOU'RE USING $AUTOMAKE_STRING."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    #esac
    #unset required_automake_version
    #check_autotool_versions
    Now my PKGBUILD seems like this (I changed only md5sums):
    # Contributer: noMaster <[email protected]
    pkgname=sim
    pkgver=0.9.5
    pkgrel=1
    pkgdesc="sim instant messanger"
    url="http://sim-im.berlios.de"
    license="gpl"
    depends=(libxml2 openssl kdelibs zip qt libxslt glibc)
    source=(http://download.berlios.de/sim-im/sim-0.9.5-svn20080806-dfsg.tar.bz2)
    md5sums=(f03ff5c148c334382789e11041c46dc8)
    build() {
      cd $startdir/src/$pkgname-$pkgver-svn20080806-dfsg
      make -f admin/Makefile.common
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    And there is other error!!!:
    ==> Install or build missing dependencies for sim-svn:
    ==> Building and installing package
    ==> WARNING: the arch variable is missing !
    yaourt will add arch=(i686) automatically.
    ==> sim-svn dependencies:
    - libxml2 (already installed)
    - openssl (already installed)
    - kdelibs (already installed)
    - zip (already installed)
    - qt (already installed)
    - libxslt (already installed)
    - glibc (already installed)
    ==> Making package: sim 0.9.5-1 i686 (Sun Mar 14 18:40:30 NOVT 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found sim-0.9.5-svn20080806-dfsg.tar.bz2 in build dir
    ==> Validating source files with md5sums...
    sim-0.9.5-svn20080806-dfsg.tar.bz2 ... Passed
    ==> Extracting Sources...
    -> Extracting sim-0.9.5-svn20080806-dfsg.tar.bz2 with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    *** Creating acinclude.m4
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating list of subdirectories
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    cd . && make -f admin/Makefile.common subdirs
    make[2]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[2]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating configure.files
    *** Creating configure.in
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    cd . && make -f admin/Makefile.common configure.in ;
    make[2]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[2]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating aclocal.m4
    *** Creating configure
    Can't open configure: No such file or directory.
    *** Creating config.h template
    *** Creating Makefile templates
    *** Creating date/time stamp
    *** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
    /tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/./PKGBUILD: line 18: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build sim-svn package.

  • Problem building stk11xx-svn

    Hi.
    When i try to build the driver for the integrated webcam, I get the following error:
    [kumo@KNS-02 ~]$ yaourt -S stk11xx-svn
    ==> Downloading stk11xx-svn PKGBUILD from AUR...
    tar: Tamaño del registro = 9 bloques
    ==> Last 5 comments ordered by date (asc):
    Comment by: jose1711 on Tue, 08 Dec 2009 19:25:42 +0000
    thank you. this is helpful when you want to turn off a webcam led diod without rebooting. see http://ubuntuforums.org/showthread.php?p=6091095#post6091095
    Comment by: berot3 on Fri, 11 Dec 2009 19:48:23 +0000
    so does it work today? why is it version 80??? maybe make it 9999 like in gentoo?
    Comment by: berot3 on Fri, 11 Dec 2009 19:53:42 +0000
    jose1711 i understood i can turn the led off while my camera is on... silly me :p never had the problem, my led always turned off like my cam
    Comment by: texoft on Wed, 30 Dec 2009 09:51:48 +0000
    won't build in 2.6.32, something has changed in modules directory.
    Comment by: sirmacik on Sat, 09 Jan 2010 00:17:34 +0000
    Now everything should be alright. The problem was split of kernel26 package into kernel26 and kernel26-headers.
    First Submitted: Tue, 14 Oct 2008 18:01:27 +0000
    stk11xx-svn 99-2 : Syntek DC-1125 Camera Driver (integrated camera in Asus laptops) - SVN
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> stk11xx-svn dependencies:
    - kernel26-headers (already installed)
    - ctags (already installed)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    stk11xx-svn.install
    ==> Edit stk11xx-svn.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of stk11xx-svn ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for stk11xx-svn:
    ==> Building and installing package
    ==> Yaourt has detected previous stk11xx-svn build. Do you want to use it (faster) ? [Y/n]
    ==> ----------------------------------------------
    ==>n
    ==> stk11xx-svn dependencies:
    - kernel26-headers (already installed)
    - ctags (already installed)
    ==> Creando el paquete: stk11xx-svn 99-2 x86_64 (mié feb 10 19:27:20 CET 2010)
    ==> Comprobando Dependencias en tiempo de Ejecución...
    ==> Comprobando Dependencias en tiempo de Compilación...
    ==> Obteniendo Fuentes...
    ==> Descomprimiendo fuentes...
    ==> Entrando a un ambiente fakeroot...
    ==> Comenzando build()...
    /tmp/yaourt-tmp-kumo/aur-stk11xx-svn/stk11xx-svn/./PKGBUILD: línea 30: svn: no se encontró la orden
    ==> SVN checkout done or server timeout
    ==> Starting make...
    cp: no se puede efectuar `stat' sobre «driver»: No existe el fichero o el directorio
    /tmp/yaourt-tmp-kumo/aur-stk11xx-svn/stk11xx-svn/./PKGBUILD: línea 37: cd: driver-build: No existe el fichero o el directorio
    ==> ERROR: Falló la compilación.
    Abortando...
    Error: Makepkg was unable to build stk11xx-svn package.
    I tried also with sudo, with the same end result: file or directory no exists.
    Any idea? Do I need something else?
    Thanks

    As stk11xx-svn or stk11xx are both out of date (And never worked), I've installed stk11xx-git from AUR. But the webcam still doesn't work.
    I can't find /dev/video0 so it could be the problem.
    Bus 002 Device 003: ID 174f:6a33 Syntek Web Cam - Asus F3SA, F9J, F9S
    Do I need to install something else? I also tried to add stk11xx to modules line in rc.conf, but it failed.

  • Cannot build ewebkit-svn from AUR due to harfbuzz issue

    HI,
    I am unable to build ewebkit-svn due to harfbuzz been split into harfbuzz and harfbuzz-icu. This seems to a known problem in webkit, there has been a patch to fix this but I think it is not working for EFL port.
    Please let me know if anyone else has faced issue and has any idea how to fix it.
    Thanks and regards,
    Saurabh

    I reported it on their bug tracker a while ago, but no response (which is not a surprise). The GTK port fixed it a few days after the harfbuzz update, and the EFL port still hasn't after more than 2 months.
    Edit, I hadn't looked around for a while. This patch looks promising, I'm testing a version now: http://www.mail-archive.com/pld-cvs-com … 16358.html
    Last edited by Scimmia (2013-08-18 06:45:05)

  • [SOLVED] Makepkg was unable to build lib32-portaudio.

    Okay so i dusted off my old PS2 the other day and decided i wanted to play some old games for nostalgic sake when i came to realize it is still broken. So i looked for a decent emulator and found PCSX2. Now, i had some missing dependencies that needed to be installed and i worked on it for a few hours and got every dependency to install except lib32-portaudio. And don't get me wrong, Iv'e looked both at the PCSX2 website and the Arch wiki and forums and iv'e googled and looked at Ubuntu forums and whatnot. I looked everywhere i could think of, and i can't find anything at all on this issue so i'm hoping someone will be able to help me here. I guess the relevant part of the error message that i get is this:
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../libjack.so when searching for -ljack
    /usr/bin/ld: skipping incompatible /usr/lib/libjack.so when searching for -ljack
    /usr/bin/ld: cannot find -ljack
    collect2: ld returned 1 exit status
    make: *** [lib/libportaudio.la] Error 1
        Aborting...
    ==> ERROR: Makepkg was unable to build lib32-portaudio.
    And Iv'e re-installed portaudio at least 3 times since i figured the error had something to do with it. Through pacman, downloading the package from the dev website, and even trying the Ubuntu repos and it seems to be successfully installed each time. I'm fairly new to Linux but i'm a very persistent person and i wouldn't give up without at least a days worth of pulling out my hair in frustration, and through trial and error, so as far as my knowledge reaches, iv'e tried my best to solve it on my own. Oh, and i'm building/installing from the AUR if that would make a difference. Appreciate any help.
    edit
    Been a long time, with no help, but i finally gave it another go. This time successfull! I just recently re-installed Arch, this time running openbox, and without any issues whatsoever, it installed on the first try. I think i had a shitload of conflicting and missing dependencies on my last install and that's what caused it.. I don't know if this will help anyone if you ever run in to this problem, there isn't much to add, Only thing is that I'm running a clean install and i use the nvidia driver and nvidia-utils, and all the ALSA sound drivers and utilities. Oh and i'm running openbox as a stand-alone WM. That's all the relevant info i think. Now i'm looking forward to configuration hell for the games i'm gonna run, haha!
    Last edited by waspy (2011-05-26 18:42:23)

    ChoK wrote:It seems like you need lib32-jack and the maintainer of lib32-portaudio forgot to add it to makedepends/depends
    Iv'e got lib32-jack already installed. And by reading the comments of the AUR link to the package ( lib32-portaudio ) they supposedly fixed the PKGBUILD too.

  • [SOLVED]makepkg was unable to build conkyforecast-bzr

    $yaourt conkyforecast
    then i enter n of package (1-3)
    after succes installing conkyforecast-2.20.1 then installing conkyforecast-bzr i allways get error messages
    sory for my bad english
    i hope u get my point
    ==> Starting build()...
    ==> Connecting to the server....
    bzr: ERROR: Already a branch: "conkyforecast".
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build conkyforecast-bzr.
    ==> Restart building conkyforecast-bzr ? [y/N]
    ==> ------------------------------------------
    ==>
    oke solved it
    i reinstall the conky, and it works
    Last edited by maput (2012-05-03 07:30:58)

    ChoK wrote:It seems like you need lib32-jack and the maintainer of lib32-portaudio forgot to add it to makedepends/depends
    Iv'e got lib32-jack already installed. And by reading the comments of the AUR link to the package ( lib32-portaudio ) they supposedly fixed the PKGBUILD too.

  • Building mplayer-svn using internal ffmpeg-svn libraries [SOLVED]

    Yeah,
    I know that a bunch of us are having errors building mplayer-svn against ffmpeg-svn internal libraries.
    The error:
    libvo/vo_yuv4mpeg.o: In function `flip_page':
    vo_yuv4mpeg.c:(.text+0x694): undefined reference to `rgb24toyv12'
    vo_yuv4mpeg.c:(.text+0x6f0): undefined reference to `rgb24toyv12'
    vo_yuv4mpeg.c:(.text+0x848): undefined reference to `rgb24toyv12'
    libmpcodecs/vf_palette.o: In function `put_image':
    vf_palette.c:(.text+0x3ee): undefined reference to `palette8topacked32'
    vf_palette.c:(.text+0x431): undefined reference to `palette8topacked24'
    vf_palette.c:(.text+0x453): undefined reference to `palette8torgb16'
    vf_palette.c:(.text+0x473): undefined reference to `palette8torgb15'
    vf_palette.c:(.text+0x489): undefined reference to `palette8tobgr16'
    vf_palette.c:(.text+0x4a1): undefined reference to `palette8tobgr15'
    vf_palette.c:(.text+0x50a): undefined reference to `palette8topacked32'
    vf_palette.c:(.text+0x55e): undefined reference to `palette8torgb15'
    vf_palette.c:(.text+0x5b3): undefined reference to `palette8torgb16'
    vf_palette.c:(.text+0x5d0): undefined reference to `palette8topacked24'
    vf_palette.c:(.text+0x5ed): undefined reference to `palette8tobgr15'
    vf_palette.c:(.text+0x60a): undefined reference to `palette8tobgr16'
    libmpcodecs/vf_rgb2bgr.o: In function `put_image':
    vf_rgb2bgr.c:(.text+0x1d7): undefined reference to `rgb24tobgr24'
    vf_rgb2bgr.c:(.text+0x20a): undefined reference to `rgb32tobgr32'
    vf_rgb2bgr.c:(.text+0x274): undefined reference to `rgb24tobgr24'
    vf_rgb2bgr.c:(.text+0x290): undefined reference to `rgb32tobgr32'
    libmpcodecs/vf_yuy2.o: In function `put_image':
    vf_yuy2.c:(.text+0xf7): undefined reference to `yv12toyuy2'
    vf_yuy2.c:(.text+0x154): undefined reference to `yuv422ptoyuy2'
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    All of this is coming from swscale. Enabling Mplayer's internal swscale fixes the build for me, but it's hardly a solution seeing that there is no difference at all in between the code bases.
    The question:
    Why are Archers seeing this and yet there's no traces that I can find anywhere on the web? I ask because I don't know if it's a Mplayer bug, a FFmpeg bug, or one of the core libraries in Arch? In short, I don't know who to file a bug report with.
    What I know:
    1) The build fails in different places on different architectures.
    2) Mplayer seems to not be able to find yasm even though x264 and FFmpeg find it fine, even with the configure flag --yasm=YASM.
    3) FFmpeg is not installing any swscale header file other than libswscale/swscale.h and force installing it does not help.
        a) There is no difference at all in the Makefile between the two code bases.

    wonder wrote:to be fair i don't think you can build mplayer-svn against ffmpeg-svn. you can only with mplayer-mt-git against ffmpeg-mt-git or something like that.
    I've been doing it daily for well over a year. Maybe even two.
    -- Edit--
    If anyone cares, it's because of how Mplayer deals with FFmpeg's header files. For instance, Mplayer is looking for yuv2rgb.h, but FFmpeg now produces yuv2rgb_mmx.h at runtime on my system. It looks as if libswscale's build files are being generated per architecture for usage of ASM code. Mplayer isn't looking at things quite right anymore.

Maybe you are looking for