Failed Build AUR/QUANTA-GIT 20110604-1

Hello,
I'm trying to build Quanta-Git from AUR using Packer.
However as seen below I am experiencing some problems. Does any one know how to fix this ?
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
EXECUTEBROWSER_INCLUDE_DIR
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
   used as include directory in directory /tmp/packerbuild-1000/quanta-git/quanta-git/src/quanta/debuggers/crossfire
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
   The build failed.
Thanks

Wish I knew.. I am getting the same error.

Similar Messages

  • [Solved] Can't build Xorg-Server-Git.

    Hello
    I want to build xorg-server-git from AUR I modifeted PKGBUILD becouse old can't be build.
    That's my PKGBUILD:
    pkgname=xorg-server-git
    pkgver=20090731
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libxfont>=1.4.0' 'openssl>=0.9.8k' 'libpciaccess>=0.10.6' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xkeyboard-config>=1.6' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils' )
    makedepends=('libx11>=1.2.1' 'mesa>=7.5' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'glproto>=1.4.9' 'xorg-util-macros')
    conflicts=('catalyst-utils<=9.2')
    options=('!libtool')
    _gitver=1.6.2.1
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    _gitroot="git://anongit.freedesktop.org/git/xorg/xserver"
    _gitname="xserver"
    source=("xorg-redhat-die-ugly-pattern-die-die-die.patch")
    md5sums=('1a336eb22e27cbf443ec5a2ecddfa93c')
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    cp -a "${srcdir}/$_gitname/" "${srcdir}/$_gitname-build/"
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd "${srcdir}/$_gitname-build"
    msg "Patching sources..."
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    msg "Preparing sources for configure..."
    autoreconf -v --install || return 1
    msg "Starting configure for: $pkgname"
    ./configure --prefix=/usr \
    --disable-ipv6 \
    --disable-dri2 \
    --disable-dri \
    --disable-dmx \
    --disable-xvfb \
    --disable-xnest \
    --disable-composite \
    --disable-xcsecurity \
    --enable-xorg \
    --disable-xephyr \
    --disable-glx-tls \
    --disable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --enable-config-dbus \
    --disable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    # --without-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    msg "Starting make..."
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    msg "Creating the appropriate X.org directories..."
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    msg "Backing up libwfb.so..."
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    msg "Fixes for non-Mesa drivers..."
    ln -s "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    msg "Cleaning build area..."
    rm -rf "${srcdir}/$_gitname-build"
    rm -rf "${pkgdir}/var/log"
    And It's my error when i try to make it:
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    make[1]: *** [xfixes.lo] Błąd 1
    make[1]: *** Oczekiwanie na niezakończone zadania....
    make[1]: *** [saveset.lo] Błąd 1
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [region.lo] Błąd 1
    make[1]: *** [select.lo] Błąd 1
    make[1]: *** [cursor.lo] Błąd 1
    make: *** [all-recursive] Błąd 1
    ==> BŁĄD: Budowanie nie powiodło się.
    Przerywam...
    Thanks for help and advice
    Last edited by SpeedVin (2009-07-31 14:06:30)

    flamelab wrote:
    Can you please post an output of this error with english messages ? I don't understand Polish
    It says "No such file or directory" I suppose ?
    Yes that's right I'm not good at tranlate but I will try
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [saveset.lo] Error 1
    make[1]: *** Waiting for not end tasks....
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [cursor.lo] Error 1
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [select.lo] Błąd 1
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [region.lo] Error 1
    make[1]: *** [xfixes.lo] Error 1
    make: *** [all-recursive] Error 1
    ==> Error: Make fail
    Last edited by SpeedVin (2009-07-31 14:02:05)

  • AUR docker-git issue when compiling from i686 machine

    Hello,
    From an i686 machine (old laptop) i've just tried to compile the AUR docker-git package source but then came to an error.
    I would like to understand if i missed something.
    Thanks.
    $ makepkg -s
    ==> Making package: docker-git 1:1.5.0.dev.13153.99ca215-1 (Sun May 10 12:32:22 RET 2015)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for op:
    resolving dependencies...
    looking for conflicting packages...
    Packages (1) bridge-utils-1.5-2
    Total Download Size: 0.01 MiB
    Total Installed Size: 0.05 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    bridge-utils-1.5-2-i686 13.1 KiB 570K/s 00:00 [#######################################################################################] 100%
    (1/1) checking keys in keyring [#######################################################################################] 100%
    (1/1) checking package integrity [#######################################################################################] 100%
    (1/1) loading package files [#######################################################################################] 100%
    (1/1) checking for file conflicts [#######################################################################################] 100%
    (1/1) checking available disk space [#######################################################################################] 100%
    (1/1) installing bridge-utils [#######################################################################################] 100%
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for conflicting packages...
    Packages (4) perl-error-0.17023-1 btrfs-progs-4.0-1 git-2.4.0-1 go-2:1.4.2-2
    Total Download Size: 52.76 MiB
    Total Installed Size: 335.07 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    btrfs-progs-4.0-1-i686 541.2 KiB 25.0K/s 00:22 [#######################################################################################] 100%
    perl-error-0.17023-1-any 18.4 KiB 65.6K/s 00:00 [#######################################################################################] 100%
    git-2.4.0-1-i686 4.2 MiB 25.4K/s 02:49 [#######################################################################################] 100%
    go-2:1.4.2-2-i686 48.0 MiB 27.7K/s 29:35 [#######################################################################################] 100%
    (4/4) checking keys in keyring [#######################################################################################] 100%
    (4/4) checking package integrity [#######################################################################################] 100%
    (4/4) loading package files [#######################################################################################] 100%
    (4/4) checking for file conflicts [#######################################################################################] 100%
    (4/4) checking available disk space [#######################################################################################] 100%
    (1/4) installing perl-error [#######################################################################################] 100%
    (2/4) installing git [#######################################################################################] 100%
    Optional dependencies for git
    tk: gitk and git gui
    perl-libwww: git svn
    perl-term-readkey: git svn
    perl-mime-tools: git send-email
    perl-net-smtp-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    python2: various helper scripts
    subversion: git svn
    cvsps2: git cvsimport
    gnome-keyring: GNOME keyring credential helper
    (3/4) installing go [#######################################################################################] 100%
    The "liteide" package provides an IDE for editing and building Go projects.
    Example use of the "go" tool:
    mkdir ~/go
    export GOPATH=~/go
    export PATH=$PATH:~/go/bin
    go get golang.org/x/tour/gotour
    Optional dependencies for go
    mercurial: for fetching sources from mercurial repositories
    git: for fetching sources from git repositories [installed]
    bzr: for fetching sources from bazaar repositories
    subversion: for fetching sources from subversion repositories
    (4/4) installing btrfs-progs [#######################################################################################] 100%
    ==> Retrieving sources...
    -> Cloning docker git repo...
    Cloning into bare repository '/home/op/admin/build/docker-git/docker'...
    remote: Counting objects: 123777, done.
    remote: Compressing objects: 100% (364/364), done.
    remote: Total 123777 (delta 227), reused 2 (delta 2), pack-reused 123409
    Receiving objects: 100% (123777/123777), 69.26 MiB | 15.00 KiB/s, done.
    Resolving deltas: 100% (81453/81453), done.
    Checking connectivity... done.
    -> Found docker.service
    -> Found docker.install
    -> Found docker.conf
    ==> Validating source files with md5sums...
    docker ... Skipped
    docker.service ... Passed
    docker.install ... Passed
    docker.conf ... Passed
    ==> Extracting sources...
    -> Creating working copy of docker git repo...
    Cloning into 'docker'...
    done.
    ==> Starting pkgver()...
    ==> Updated version: docker-git 1:1.7.0.dev.15438.340fd14-1
    ==> Starting prepare()...
    ==> Starting build()...
    # WARNING! I don't seem to be running in the Docker container.
    # The result of this command might be an incorrect build, and will not be
    # officially supported.
    # Try this instead: make all
    SIGILL: illegal instruction
    PC=0x81f4ea9
    goroutine 1 [running, locked to thread]:
    math.init·1()
    /usr/lib/go/src/math/pow10.go:34 +0x19 fp=0x1872ff4c sp=0x1872ff48
    math.init()
    /usr/lib/go/src/math/unsafe.go:21 +0x3f fp=0x1872ff50 sp=0x1872ff4c
    strconv.init()
    /usr/lib/go/src/strconv/quote.go:455 +0x45 fp=0x1872ff6c sp=0x1872ff50
    go/parser.init()
    /usr/lib/go/src/go/parser/parser.go:2462 +0x4a fp=0x1872ff78 sp=0x1872ff6c
    main.init()
    /usr/lib/go/src/cmd/go/zdefaultcc.go:6 +0x45 fp=0x1872ffcc sp=0x1872ff78
    runtime.main()
    /usr/lib/go/src/runtime/proc.go:58 +0xbd fp=0x1872fff0 sp=0x1872ffcc
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1 fp=0x1872fff4 sp=0x1872fff0
    goroutine 2 [runnable]:
    runtime.forcegchelper()
    /usr/lib/go/src/runtime/proc.go:90
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    goroutine 3 [runnable]:
    runtime.bgsweep()
    /usr/lib/go/src/runtime/mgc0.go:82
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    eax 0x1870a0c0
    ebx 0x856f650
    ecx 0x187000a0
    edx 0x2b7f865a
    edi 0x7
    esi 0x2b68
    ebp 0x1870a0c0
    esp 0x1872ff48
    eip 0x81f4ea9
    eflags 0x10206
    cs 0x73
    fs 0x0
    gs 0x33
    SIGILL: illegal instruction
    PC=0x81f4ea9
    goroutine 1 [running, locked to thread]:
    math.init·1()
    /usr/lib/go/src/math/pow10.go:34 +0x19 fp=0x1872ff4c sp=0x1872ff48
    math.init()
    /usr/lib/go/src/math/unsafe.go:21 +0x3f fp=0x1872ff50 sp=0x1872ff4c
    strconv.init()
    /usr/lib/go/src/strconv/quote.go:455 +0x45 fp=0x1872ff6c sp=0x1872ff50
    go/parser.init()
    /usr/lib/go/src/go/parser/parser.go:2462 +0x4a fp=0x1872ff78 sp=0x1872ff6c
    main.init()
    /usr/lib/go/src/cmd/go/zdefaultcc.go:6 +0x45 fp=0x1872ffcc sp=0x1872ff78
    runtime.main()
    /usr/lib/go/src/runtime/proc.go:58 +0xbd fp=0x1872fff0 sp=0x1872ffcc
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1 fp=0x1872fff4 sp=0x1872fff0
    goroutine 2 [runnable]:
    runtime.forcegchelper()
    /usr/lib/go/src/runtime/proc.go:90
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    goroutine 3 [runnable]:
    runtime.bgsweep()
    /usr/lib/go/src/runtime/mgc0.go:82
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    eax 0x1870a0c0
    ebx 0x856f650
    ecx 0x187000a0
    edx 0x58e0ae9c
    edi 0x7
    esi 0x2b68
    ebp 0x1870a0c0
    esp 0x1872ff48
    eip 0x81f4ea9
    eflags 0x10206
    cs 0x73
    fs 0x0
    gs 0x33
    SIGILL: illegal instruction
    PC=0x81f4ea9
    goroutine 1 [running, locked to thread]:
    math.init·1()
    /usr/lib/go/src/math/pow10.go:34 +0x19 fp=0x1872ff4c sp=0x1872ff48
    math.init()
    /usr/lib/go/src/math/unsafe.go:21 +0x3f fp=0x1872ff50 sp=0x1872ff4c
    strconv.init()
    /usr/lib/go/src/strconv/quote.go:455 +0x45 fp=0x1872ff6c sp=0x1872ff50
    go/parser.init()
    /usr/lib/go/src/go/parser/parser.go:2462 +0x4a fp=0x1872ff78 sp=0x1872ff6c
    main.init()
    /usr/lib/go/src/cmd/go/zdefaultcc.go:6 +0x45 fp=0x1872ffcc sp=0x1872ff78
    runtime.main()
    /usr/lib/go/src/runtime/proc.go:58 +0xbd fp=0x1872fff0 sp=0x1872ffcc
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1 fp=0x1872fff4 sp=0x1872fff0
    goroutine 2 [runnable]:
    runtime.forcegchelper()
    /usr/lib/go/src/runtime/proc.go:90
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    goroutine 3 [runnable]:
    runtime.bgsweep()
    /usr/lib/go/src/runtime/mgc0.go:82
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    eax 0x1870a0c0
    ebx 0x856f650
    ecx 0x187000a0
    edx 0x67b18e06
    edi 0x7
    esi 0x2b68
    ebp 0x1870a0c0
    esp 0x1872ff48
    eip 0x81f4ea9
    eflags 0x10206
    cs 0x73
    fs 0x0
    gs 0x33
    ---> Making bundle: dynbinary (in bundles/1.7.0-dev/dynbinary)
    SIGILL: illegal instruction
    PC=0x81f4ea9
    goroutine 1 [running, locked to thread]:
    math.init·1()
    /usr/lib/go/src/math/pow10.go:34 +0x19 fp=0x1872ff4c sp=0x1872ff48
    math.init()
    /usr/lib/go/src/math/unsafe.go:21 +0x3f fp=0x1872ff50 sp=0x1872ff4c
    strconv.init()
    /usr/lib/go/src/strconv/quote.go:455 +0x45 fp=0x1872ff6c sp=0x1872ff50
    go/parser.init()
    /usr/lib/go/src/go/parser/parser.go:2462 +0x4a fp=0x1872ff78 sp=0x1872ff6c
    main.init()
    /usr/lib/go/src/cmd/go/zdefaultcc.go:6 +0x45 fp=0x1872ffcc sp=0x1872ff78
    runtime.main()
    /usr/lib/go/src/runtime/proc.go:58 +0xbd fp=0x1872fff0 sp=0x1872ffcc
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1 fp=0x1872fff4 sp=0x1872fff0
    goroutine 2 [runnable]:
    runtime.forcegchelper()
    /usr/lib/go/src/runtime/proc.go:90
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    goroutine 3 [runnable]:
    runtime.bgsweep()
    /usr/lib/go/src/runtime/mgc0.go:82
    runtime.goexit()
    /usr/lib/go/src/runtime/asm_386.s:2287 +0x1
    eax 0x187380a0
    ebx 0x856f650
    ecx 0x187000a0
    edx 0x665138d8
    edi 0x7
    esi 0x2ba8
    ebp 0x187380a0
    esp 0x1872ff48
    eip 0x81f4ea9
    eflags 0x10206
    cs 0x73
    fs 0x0
    gs 0x33
    ==> ERROR: A failure occurred in build().
    Aborting...
    $
    Last edited by Rone (2015-05-11 16:15:06)

    I think the links i gave before about "patching" only one line of git source code to allow build/compile the source for 32bit processors, won't apply exactly here, because the code has evolved and is not the same. But possible that it can continue to be as simple as reported by the articles pointed above, to compile the source code on 32 bit architecture.
    When searching into the git clone directory from which executed file came the WARNING message - short output pasted below but i also gave the full output before -  printed on the output, i saw that it was coming from the file  ./src/docker/hack/make.sh
    ==> Starting pkgver()...
    ==> Updated version: docker-git 1:1.7.0.dev.15438.340fd14-1
    ==> Starting prepare()...
    ==> Starting build()...
    # WARNING! I don't seem to be running in the Docker container.
    # The result of this command might be an incorrect build, and will not be
    # officially supported.
    # Try this instead: make all
    SIGILL: illegal instruction
    But starting from there, by now, i don't know what to do.
    Last edited by Rone (2015-05-11 18:09:04)

  • Failed builds in custom build template requiring manual destroy

    I have changed the default UpgradeTemplate.xaml to use a different versioning logic. I have created a custom workflow activity to read the current version from my project's GlobalAssemblyInfo.vb file and increase only the last part of the build number (if
    GlobalAssemblyInfo.vb has a version 5.0.1501.15XX, each build show increase the XX part).
    This is working, but when the build fails, I need to delete the queued build and destroy it via TFSBuild.exe.
    How can I fix this?
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, remember to "Mark as Answer". Se achou este post útil, por favor clique em "Votar como útil". Se por um acaso respondeu sua dúvida,
    lembre de "Marcar como Resposta".

    Hi Juliano,     
    Thanks for your post.
    Yes, you can execute the
    TFSBuild.exe delete command to delete the failed build manually if you want.
    Do you mean that you want to delete the failed build automatically once the TFS build fails?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Exactly. As my build template checks the current version number in the GlobalAssemblyInfo file, if a build
    5.0.1501.1501 fails, the next build will try to use the same version number. However, even when I choose to "retry build", TFS says that there is a build with this number already.
    I think it's ok to delete the failed build by calling the command line tool, but if you have a suggestion on how can I prevent this.
    Thanks.
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, remember to "Mark as Answer". Se achou este post útil, por favor clique em "Votar como útil". Se por um acaso respondeu sua dúvida,
    lembre de "Marcar como Resposta".

  • Yaourt building aur stuff slowly very low priority

    hey guys, all the sudden when yaourt builds aur packages its like +15 priority, very slow, the one iom trying to build this moment is firefox-pgo-beta , its executeing the build commands at ridiculously low priority its been building for 3 days and isnt done, this didnt happen before. ive done allot of research and dont want to bother anyone but though this may have come up for someone else before. Thanks guys

    Please don't cross post. Creating new threads because you're impatient is no different than bumping your own thread frequently.

  • Build of brasero-git fails

    I want to build the git-version of brasero but checking fails because of the wrong gio version.
    checking for BRASERO_GSTREAMER... yes
    checking for BRASERO_GIO... no
    configure: error: Package requirements ( gio-2.0 >= 2.25.0) were not met:
    Requested 'gio-2.0 >= 2.25.0' but version of GIO is 2.24.1
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables BRASERO_GIO_CFLAGS
    and BRASERO_GIO_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    Where can I get the 2.25.0 version of gio or how do I set BRASERO_GIO_CFLAGS and BRASERO_GIO_LIBS in the PKGBUILD?
    Greetings

    i tryed rebuild aegisub today
    visual_tool_drag.cpp:(.text+0xe4f): undefined reference to `visual_move_conv_move_xpm'
    aegisub_2_1-visual_tool_vector_clip.o: In function `VisualToolVectorClip::VisualToolVectorClip(VideoDisplay*, wxToolBar*)':
    visual_tool_vector_clip.cpp:(.text+0x264a): undefined reference to `visual_vector_clip_drag_xpm'
    visual_tool_vector_clip.cpp:(.text+0x27e0): undefined reference to `visual_vector_clip_line_xpm'
    visual_tool_vector_clip.cpp:(.text+0x2976): undefined reference to `visual_vector_clip_bicubic_xpm'
    visual_tool_vector_clip.cpp:(.text+0x2b1d): undefined reference to `visual_vector_clip_convert_xpm'
    visual_tool_vector_clip.cpp:(.text+0x2cb3): undefined reference to `visual_vector_clip_insert_xpm'
    visual_tool_vector_clip.cpp:(.text+0x2e49): undefined reference to `visual_vector_clip_remove_xpm'
    visual_tool_vector_clip.cpp:(.text+0x2ff0): undefined reference to `visual_vector_clip_freehand_xpm'
    visual_tool_vector_clip.cpp:(.text+0x3186): undefined reference to `visual_vector_clip_freehand_smooth_xpm'
    collect2: ld returned 1 exit status
    make[4]: *** [aegisub-2.1] Error 1
    make[4]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-vito/aur-aegisub/src/aegisub'
    make: *** [all] Error 2
    Aborting...
    ==> ERROR: Makepkg was unable to build aegisub.

  • Attempting to build libarchive from git but failing [SOLVED]

    Here is my draft PKGBUILD for libarchive-git:
    # Maintainer: graysky <graysky AT arcnlinux DOT us>
    pkgname=libarchive-git
    pkgver=20120804
    pkgrel=1
    pkgdesc="Library that can create and read several streaming archive formats. Git version."
    arch=('i686' 'x86_64')
    url="http://libarchive.googlecode.com/"
    license=('BSD')
    depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat' 'lrzip')
    makedepends=('git')
    provides=('libarchive')
    conflicts=('libarchive')
    _gitroot=https://github.com/libarchive/libarchive.git
    _gitname=libarchive
    build() {
    cd "$srcdir"
    msg "Connecting to GIT server...."
    if [[ -d "$_gitname" ]]; then
    cd "$_gitname" && git pull origin
    msg "The local files are updated."
    else
    git clone "$_gitroot" "$_gitname"
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting build..."
    rm -rf "$srcdir/$_gitname-build"
    git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
    cd "$srcdir/$_gitname-build"
    ./build/autogen.sh
    ./configure --prefix=/usr --without-xml2
    make
    package() {
    cd "$srcdir/$_gitname-build"
    make DESTDIR="$pkgdir" install
    install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
    # vim:set ts=2 sw=2 et:
    My build dies at the make step in the build function.  Build log on pastebin.  Love to hear suggestions from more advanced users.
    Thanks!
    EDIT: tried adding a --disable-acl to the configure step which does get further but still dies in errors:
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_finish_entry':
    archive_write_disk_posix.c:(.text+0xfec): undefined reference to `archive_write_disk_set_acls'
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_close':
    archive_write_disk_posix.c:(.text+0x273a): undefined reference to `archive_write_disk_set_acls'
    collect2: error: ld returned 1 exit status
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_finish_entry':
    archive_write_disk_posix.c:(.text+0xfec): undefined reference to `archive_write_disk_set_acls'
    ./.libs/libarchive.a(archive_write_disk_posix.o): In function `_archive_write_disk_close':
    archive_write_disk_posix.c:(.text+0x273a): undefined reference to `archive_write_disk_set_acls'
    collect2: error: ld returned 1 exit status
    make[1]: *** [bsdcpio] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: *** [bsdtar] Error 1
    make[1]: Leaving directory `/scratch/src/libarchive-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by graysky (2012-08-05 19:46:29)

    OK... upstream fixed.  https://groups.google.com/forum/#!topic … b_qTv6JEuo

  • [solved] Building xfce4-panel-git

    Hello.
    I've satisfied all depps for xfce4-panel-git. However, I have a problem:
    Build Configuration:
    * Debug Support: yes
    * GNU Visibility: yes
    * Documentation: no
    make all-recursive
    make[1]: Entering folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build'
    Making all in libxfce4panel
    make[2]: Entering folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build/libxfce4panel'
    make all-am
    make[3]: Entering folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build/libxfce4panel'
    make[3]: *** No rules for making object `libxfce4panel-aliasdef.c', required by `libxfce4panel_1_0_la-libxfce4panel-aliasdef.lo'. Stop.
    make[3]: Leaving folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build/libxfce4panel'
    make[2]: *** [all] Error 2
    make[2]: Leaving folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build/libxfce4panel'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving folder `/tmp/yaourt-tmp-kant/aur-xfce4-panel-git/xfce4-panel-git/src/xfce4-panel-build'
    make: *** [all] Error 2
    NOTE:English messages were translated from polish language.
    What am I doing wrong?
    EDIT: It's easier to install from repo:
    [xfce4-git]
    Server = http://mail.kazgrid.kz/repo/i686/xfce4-git-latest
    ^^
    Last edited by weakhead (2010-05-25 20:47:31)

    s3vv4 wrote:
    When I open asian sites (like http://www.youku.com/ ), for some reason my xfce4-panel crashes. Probably any site that has asian symbols would crash the panel.
    I started xfce4-panel in a terminal, and it prints the following when it crashes:
    xfce4-panel: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
    fish: Job 1, “xfce4-panel &” terminated by signal SIGABRT (Abort)
    Is this some problem with my fonts? Because I get alot of squares instead of asian symbols.
    This was happening to me too, but I think it was because of Russian characters.. I've now installed all of the ttf fonts and I hope xfce4-panel stops crashing

  • Installation fails on Aur packages

    Hello everyone I installed arch linux and packages from aur plenty of times. But this time I am about to give up
    I installed Compiz as standalone, plank, chromium and everything works like a charm But when I try to install some packages from Aur I'm getting  errors like I have never seen.
    These errors I get, I get them when compiling. And I thought I need dependencies to compile from aur. Because nobody get that errors (most of them anyways googled them:))
    First I want to start with libdesktop-agnostic :
    ^
    Waf: Leaving directory `/home/thedeli/Downloads/libdesktop-agnostic-git/src/libdesktop-agnostic/build'
    Build failed
    -> task failed (err #1):
    {task: cc module.c -> module_1.o}
    -> task failed (err #1):
    {task: cc vfs.c -> vfs_2.o}
    -> task failed (err #1):
    {task: cc color.c -> color_1.o}
    -> task failed (err #1):
    {task: cc vfs-bookmarks-gtk.c -> vfs-bookmarks-gtk_2.o}
    ==> HATA: build() içinde bir hata oluştu.
    Çıkılıyor...
    More will come

    Trilby wrote:
    This thread may be related, though the error message is completely different which makes me doubt it.  Of course the OP of this thread does use yaourt.
    thedeli, if you'd like to explore why this is needed, I'd suggest trying to install aur packages with and without yaourt (just use makepkge) to see if the problem is specific to yaourt or more general and to see wheather you get error messages like on that other thread when you use makepkg directly.
    I tried both /w and /wo yaourt. I didn't try LC_ALL=C with makepkg. I will try that with Dockbarx-xfce4-plugin. I write about that in here...
    AAnnnnnddd voila putting LC_ALL=C at the beginning solves my compile problem
    Last edited by thedeli (2013-12-08 14:18:38)

  • [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] Failed build for opencascade- freecad using yaourt.

    I have been trying to build freecad and the build fails during the build of opencascade.This post is about sharing the workaround and a discussion on the cause of the problem. First here's the output of the error cut and pasted from the terminal:
    src/DrawResources/PROFIL.tcl’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/DRAW.info’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/DRAW.info’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/VisualizationDemo.tcl’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/VisualizationDemo.tcl’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/mkdoc’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/mkdoc’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/ModelingDemo.tcl’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/ModelingDemo.tcl’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/FILES’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/FILES’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/Filtre.c’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/Filtre.c’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/WOKcomplement.tcl’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/WOKcomplement.tcl’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/wing.brep’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/wing.brep’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/Grille.tcl’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/Grille.tcl’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/tdoc’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/tdoc’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/idoc’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/idoc’: No space left on device
    cp: writing ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/demo’: No space left on device
    cp: failed to extend ‘/tmp/yaourt-tmp-chris/aur-opencascade/pkg/opt/opencascade/src/DrawResources/demo’: No space left on device
    make[2]: *** [install-exec-local] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-chris/aur-opencascade/src/ros'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/tmp/yaourt-tmp-chris/aur-opencascade/src/ros'
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    ==> ERROR: Makepkg was unable to build opencascade.
    ==> Restart building opencascade ? [y/N]
    I worked around this by changing the directory that yaourt builds the package to ~/build and that produced the built package without errors. Usually packages install without any problems but I am lost as to why it wouldn't work this time.
    This was the largest file that I've tried to install on my system, about 145MB downloaded and the "build" directory size rose to about 1GB during the build last time I checked. Is it just impossible to build large packages in the /tmp directory with its default size? how can I fix this?
    Last edited by candronikos (2012-05-14 22:15:14)

    What he is (probably) saying is that you did not have enough space in your /tmp partition, which is (normally) of the type tmpfs, meaning that it is entirely in your RAM.
    He also said that you should increase its size in /etc/fstab.
    If, however, you do not have /tmp as tmpfs (check your fstab), then your root partition was full.

  • (Almost) Completely Reliable Method of Building AUR Pkgs with Clang

    The concise wiki directions to add `export CC=clang\nexport CXX=clang++` to makepkg.conf fails to address the unfortunate plethora of pkgbuilds that include GCC specific build options or otherwise prevent this from working.
    Since, at this point, there are very few sources that actually will not build with clang and appropriate options; there has to be a way to "help" pkgbuilds adapt to clang/clang++. My suspicion is that some sort of standard regex replacements of incompatible options should help many of the simpler cases; but I am far from actual knowledge on this point.
    Has anyone gotten a `makepkg.conf` + ??? setup to work reasonably well?

    Welcome to the forums.
    Please edit your post.
    When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.

  • Aur/libdrm-git 20090810-1 dont compile here

    I am using x86_64 system, a few hours old system. Actualy its my first installion of archlinux, but i used for years gentoo... but thats not the point
    I wanted to try out the new 3d r6xx-r7xx drivers. When I try to install it with yaourt i get this configure errors:
    ==> GIT checkout done or server timeout
    ==> Starting make...
    /var/abs/local/yaourtbuild/libdrm-git/./PKGBUILD: Zeile 39: cd: /var/abs/local/yaourtbuild/libdrm-git/src/libdrm-git-20090814: Datei oder Verzeichnis nicht gefunden
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    ./configure: line 11309: syntax error near unexpected token `PTHREADSTUBS,'
    ./configure: line 11309: `PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)'
    ==> FEHLER: Build fehlgeschlagen.
        Breche ab ...
    Error: Makepkg was unable to build libdrm-git package.
    Checking the integrity of the local database in /var/lib/pacman/
    missing dependency for mesa : dri2proto=2.1
    i also tryed to edid the PKGBUILD and change the line 39 to /var/abs/local/yaourtbuild/libdrm-git/src/drm because this directory is there, but it did not help same error message except i dont get the "cd" error.
    Thats no good bug description i guess but its late here and i wanted just to ask if i am the only one with that problem or that the problem is known?
    thanx

    Like i said it was in mid of the night and I wanted to post it. Most of the error is english, but I post it completly english next time.
    So somehow I got it (3d with r7xx) working now, changed some dependencies and compiled some of em directly with makepkg.
    glxgears is running fast, but compiz not. If i try to start compiz: compiz --replace it stops metacity but not start compiz.
    When i start glxgears I get following warnings:
    IRQ's not enabled, falling back to busy waits: 2 16
    no rrb
    Buts Its working that much fps i wouldnt get with sofware rendering:
    10468 frames in 5.0 seconds = 2093.598 FPS
    10622 frames in 5.0 seconds = 2124.282 FPS

  • AIA Installing and Deploying Demo Application failed:Build.xml not found

    Hi,
    i am trying to install demo application using following steps
    Extract Foundation Pack Demo under <AIA_HOME>.
    If not already done so, set environment variables:
    For Linux (bash shell)
    source <AIA_HOME>/aia_instances/<aia_instance>/bin/aiaenv.sh
    For Windows
    Navigate to aiaenv.bat located in <AIA_HOME>\aia_instances\<aia_instance>\bin
    Run aiaenv.bat
    You may have to assign higher memory values in your JVM parameter settings for demo to deploy if you have not set the maximum possible value already. Use the following three steps as guidance to configure JVM parameters:
    Navigate to <Middleware home>\user_projects\domains\<domain_name>\bin
    Update the following parameter in the setSOADomainEnv.sh (for Linux) and setSOADomainEnv.cmd (for Windows) file:
    USER_MEM_ARGS=""-Xms2048M -Xmx2048M -XX:PermSize=256M -XX:MaxPermSize=512M -Xmn1228M -XX:SurvivorRatio=10""
    Note: These are recommended values while using Sun JVM. Actual values that you set depend on your system configurations. When running on dedicated hosts, you can set the JVM heap size as high as possible. Higher value results in better performance. However this number is constrained by the operating system's addressable memory space.
    Restart SOA server
    Run the deployment script:
    At the command line prompt, run the following command for your platform:
    For Linux:
    cd $AIA_HOME/samples/AIADemo/config
    ant -f deployDemo.xml
    For Windows:
    cd %AIA_HOME%\samples\AIADemo\config
    ant –f deployDemo.xml
    while runiing the deployment script it showing build.xml not exist..
    Error Details
    D:\Soasuite\oracle\Middleware\SOASuite11gR1PS4\oracle_common\samples\AIADemo\con
    fig>ant -f deployDemo.xml
    Buildfile: build.xml does not exist!
    Build failed
    Any suggestions
    Thanks in advance

    Hi
    This is the location i am having my installation because in this location only MY AIA instance got created.
    Here i am pasting my env variable setup in aiaenv.bat file
    #set environment variables
    set AIA_HOME=D:\\Soasuite\oracle\Middleware\SOASuite11gR1PS4\oracle_common
    set MW_HOME=D:\\ORACLE\Middleware
    set SOA_HOME=D:\\ORACLE\Middleware\Oracle_SOA1
    set JAVA_HOME=D:\ORACLE\Middleware\jdk160_24\jre
    set AIA_INSTANCE=%AIA_HOME%/aia_instances/AIAinst1
    kindly help...

  • [SOLVED] AUR blackbox-git: cannot clone git repo

    Hi
    I'm trying to install blackbox-git package from aur.
    When I do "makepkg -s" inside unpacked blackbox-git repository I receive the following error message:
    ==> Making package: blackbox-git 0.70.2-1 (Tue Feb  4 18:19:42 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Cloning blackboxwm git repo...
    Cloning into bare repository '/home/jaro/blackbox-git/blackboxwm'...
    fatal: unable to connect to github.com:
    github.com[0: 192.30.252.129]: errno=Connection timed out
    In PKGBUILD (https://aur.archlinux.org/packages/bl/b … t/PKGBUILD) I can see
    see that it clones a package from:
    http://github.com/bbidulock/blackboxwm
    When I do the following manually the repo gets cloned perfectly:
    git clone http://github.com/bbidulock/blackboxwm
    I cannot just install blackbox from community repo since it does not contain "bt" library required by bbkeys.
    Please help me
    Last edited by jaro (2014-02-05 16:52:12)

    jaro wrote:Works great. Thanks
    [SOLVED]
    Please remember to actually add [Solved] to the beginning of your thread title.
    All the best,
    -HG

Maybe you are looking for