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.

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)

  • Configuring Psi ... Verifying Qt 4 build environment ... fail

    No idea what the hell else could that be. Please advise..
    yaourt -S psi-plus-git
    ==> Starting build()...
    Project name: Psi
    Profile: psi.pro
    Deps: qt4* buildmodeapp* idn* qca* zlib* qjdns* x11* universal qdbus webkit growl whiteboarding xss aspell enchant spell* plugins conf* recursiveprl*
    'configure' written.
    Configuring Psi ...
    Verifying Qt 4 build environment ... fail
    Reason: There was an error compiling 'conf'. See conf.log for details.
    Be sure you have a proper Qt 4.0 build environment set up. This means not
    just Qt, but also a C++ compiler, a make tool, and any other packages
    necessary for compiling C++ programs.
    If you are certain everything is installed, then it could be that Qt 4 is not
    being recognized or that a different version of Qt is being detected by
    mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
    installation). At least one of the following conditions must be satisfied:
    1) --qtdir is set to the location of Qt
    2) $QTDIR is set to the location of Qt
    3) QtCore is in the pkg-config database
    4) qmake is in the $PATH
    This script will use the first one it finds to be true, checked in the above
    order. #3 and #4 are the recommended options. #1 and #2 are mainly for
    overriding the system configuration.
    ==> ERROR: A failure occurred in build().
    Aborting...
    qtchooser --print-env
    QT_SELECT="default"
    QTTOOLDIR="/usr/lib/qt4/bin"
    QTLIBDIR="/usr/lib"
    qmake -v
    QMake version 2.01a
    Using Qt version 4.8.6 in /usr/lib
    Last edited by Xelvet (2015-05-29 10:39:14)

    base-devel... sure.
    have no clue
    what on earth is written
    in this src/psi/conf.log
    /usr/lib/qt4/bin/moc -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. conf4.cpp -o conf4.moc
    g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o conf4.o conf4.cpp
    In file included from conf4.cpp:703:0:
    buildmodeapp.qcm: In member function ‘virtual bool qc_buildmodeapp::exec()’:
    buildmodeapp.qcm:48:8: warning: variable ‘staticmode’ set but not used [-Wunused-but-set-variable]
    In file included from conf4.cpp:703:0:
    qca.qcm: In function ‘bool qca_try(Conf*, const QString&, const QString&, const QString&, bool, bool, QString*)’:
    qca.qcm:61:42: error: ‘class Conf’ has no member named ‘escapePath’
    qca.qcm:61:68: error: ‘class Conf’ has no member named ‘escapePath’
    In file included from conf4.cpp:703:0:
    qdbus.qcm: In member function ‘virtual bool qc_qdbus::exec()’:
    qdbus.qcm:33:17: warning: statement has no effect [-Wunused-value]
    In file included from conf4.cpp:703:0:
    whiteboarding.qcm: In member function ‘virtual bool qc_whiteboarding::exec()’:
    whiteboarding.qcm:23:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    whiteboarding.qcm:24:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    In file included from conf4.cpp:703:0:
    plugins.qcm: In member function ‘virtual bool qc_plugins::exec()’:
    plugins.qcm:23:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    plugins.qcm:24:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
    In file included from conf4.cpp:703:0:
    recursiveprl.qcm: In member function ‘bool qc_recursiveprl::writeConf()’:
    recursiveprl.qcm:95:37: error: ‘class Conf’ has no member named ‘escapedIncludes’
    recursiveprl.qcm:97:30: error: ‘class Conf’ has no member named ‘escapedLibs’
    In file included from conf4.cpp:703:0:
    qca.qcm: At global scope:
    qca.qcm:102:13: warning: ‘bool qca_try_framework(Conf*, const QString&, bool, bool, QString*)’ defined but not used [-Wunused-function]
    Makefile:219: recipe for target 'conf4.o' failed
    make: *** [conf4.o] Error 1
    it used to build just fine
    just a few mo ago. wtf.
    Last edited by Xelvet (2015-05-29 11:00:40)

  • "Build and Export Cache" fails to export 100% Previews:

    "Build and Export Cache" fails to export 100% Previews:
    I am moving from Bridge CS5 to CS6 and have a very large number of 100% Previews in my CS5 cache.  The idea of regenerating all these 100% Previews in CS6 is NOT amusing.  It is amazing that there is not a simple import function for this task as a way to make the software upgrade more "seamless"… but apparently there is not.
    I have read the Adobe documents:
        "Bridge Help / Manage the cache | Adobe Bridge CS4, CS5"
        "Creative Suite / Work with the Adobe Bridge cache"
    Based on these documents, in Bridge CS5 I used the export function in
    Tools>Cache>Build and Export Cache…
        with "Build 100% Previews" checked
        and "Export Cache To Folders" checked.
    Unfortunately, the "Build and Export Cache" fails to export 100% Previews to the target directory.  They should appear in the target directory as hidden files in the format xxxxx.NEF.JPG.  Yes, I do know how to view hidden files in both the Finder and in Bridge.
    In Bridge CS5 I tried Purging and rebuilding the Cache for the target directory with no luck.
    I tried running "Build and Export Cache" in Bridge CS6….  still no hidden Preview files in the target directory.
    My settings in both CS5 & CS6 Bridge - Preferences:
        "Keep 100% Previews in Cache" is checked
        "Automatically Export Cache to Folders When Possible" is checked
    My settings in both CS5 & CS6 Bridge - Options for thumbnail quality and preview generation:
        "Generate 100% Previews" is checked
    Using OS X 10.6.8
    Anyone have a suggestion?????

    Bridge is the only piece of software I have used, which incorporates a database, where new versions do not provide for importing the objects of the older version.  Very strange.
    That is a very mildly conclusion but unfortunately until the cache strategy for Bridge is finally sorted out this problem will exist.
    Now I have to confess that I can't use the 'Auto export cache when possible' for several versions now due to a rare problem that after the first time usage without problem created export cache almost every second time generates a warning message that due to failure it needs to replace the Cache T file, hence I deselected this option permanently.
    I would think that if you have those already cached and exported files for 100 % preview in the dedicated folders it would read those files and add it to the database and central cache file when having pointed Bridge to that folder, but I'm far from sure about that.
    Also after rereading your first post you state to expect the build and export cache to build also hidden files with the two extensions from original filetype followed by .jpg from cache in the folder itself (target directory)? Here I'm a bit lost. The mentioned double extension files only appear in the central cache folder and are visible but buried  in the subfolders for each quality in the central cache file at user library (default) or custom set location in Bridge prefs.
    The exported cache to folder are hidden files and as long as I can remember that where 2 files already in the File browser (forgot the extension they used for this) and currently .BridgeCache (very small, few KB) and the for me problematic .BridgeCacheT file that can grow very large and has about the same size as the subfolder generated under full in the central cache.
    I can see the content of the central cache without problem including the double extensions and previews of the files as thumbs in the Finder, jet with option to show hidden files I can see the CacheT file but only as a blank document icon and I can't find an application on my system to open this file to reveal its content.
    Just tried it on a folder with small sized files and having set preview quality to HQ and 100 % preview (checkerboard icon in Path Bar) and then used the option from menu tools to build and export cache to folder including 100 %. Both subfolder in Central Cache and about same sized hidden CacheT file where generated without problems and the full preview was instantly on demand using magnifier. (but all this without the option in prefs to auto export to folder)
    So to me it seems (if I understand everything correctly) that either the existing exported files from CS5 do cause the problem or your setup of CS6 is not working correctly.
    Are we still on the same track or am I completely lost?

  • Build finished with ERROR - Failed to pack public part

    Hi,
    I am getting an error when I try to build a Development Component in CBS. This is what the build log says:
    Ant build finished with ERRORS
    Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Error: Build stopped due to an error: Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Build plugin finished at 2008-10-02 15:31:45 GMT12:00 (NZDT)+
    Total build plugin runtime: 31.769 seconds
    Build finished with ERROR
    Could you please tell me why I am getting this error, and how do I resolve this one?
    Thanks,
    Ajay

    Was never able to find an answer for this on SDN and haven't had the issue in a long time so I'm closing question.

  • Error! Build of vmblock.ko failed for: 3.12.2-1-ARCH (x86_64)

    Hello,
    I'm very new to the world of arch linux. I see that there are patches for this  but I don't have knowledge of using them.
    Help please?
    sudo dkms install -m open-vm-tools -v 2013.09.16 -k $(uname -r)
    Kernel preparation unnecessary for this kernel.  Skipping...
    Building module:
    cleaning build area....
    make KERNELRELEASE=3.12.2-1-ARCH VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vmblock; make VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vmci; make VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vmhgfs; make VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vmsync; make VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vmxnet; make VM_UNAME=3.12.2-1-ARCH MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/2013.09.16/build -C vsock.........
    Error!  Build of vmblock.ko failed for: 3.12.2-1-ARCH (x86_64)
    Consult the make.log in the build directory
    Last edited by diabolik (2013-12-02 15:31:57)

    OK, assuming the patch posted there fixes the problem, the only problem before you is how to patch?
    If that's the case, you should first download the patch content posted on the AUR page and save it with the given filename, i.e., vmblock-9.0.2-5.0.2-3.12.patch
    Then put the filename in the sources field of the PKGBUILD and put the file's md5sum in the respective field of the PKGBUILD as well.
    After that, run
    $ makepkg -si
    You might want to read the following for reference:
    https://wiki.archlinux.org/index.php/PKGBUILD
    https://wiki.archlinux.org/index.php/Makepkg
    Last edited by x33a (2013-12-03 05:48:46)

  • Jwsdp-1.4/xws-security/samples/simple/build.xml:108: wsdeploy failed

    Hi everyone,
    I am trying to deploy the simple sample for xws-security in the JWSDP 1.4 on redhat 9.0, I have done all the configurations as suggested by the tutorial and the readme file in the sample. But when I tried to run the sample by running "asant run-sample", I got a "wsdeploy failed" error. It looks like the following and happened at the "process-war" stage: (The earlier targets including "clean", "prepare", "gen-server", "compile-server", " set-web-inf", "raw-war" etc. work fine).
    [snip]
    process-war:
    [echo] Running wsdeploy...
    [wsdeploy] Exception in thread "main" java.lang.NoSuchMethodError: org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.<init>(Lorg/apache/xml/dtm/DTMManager;Ljavax/xml/transform/Source;ILorg/apache/xml/dtm/DTMWSFilter;Lorg/apache/xml/utils/XMLStringFactory;ZIZZ)V
    [wsdeploy] at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.<init>(SAX2DTM2.java:1901)
    [wsdeploy] at org.apache.xalan.xsltc.dom.SAXImpl.<init>(SAXImpl.java:767)
    [wsdeploy] at org.apache.xalan.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:324)
    [wsdeploy] at org.apache.xalan.xsltc.dom.XSLTCDTMManager.getDTM(XSLTCDTMManager.java:267)
    [wsdeploy] at org.apache.xalan.xsltc.trax.TransformerImpl.getDOM(TransformerImpl.java:477)
    [wsdeploy] at org.apache.xalan.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:637)
    [wsdeploy] at org.apache.xalan.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:317)
    [wsdeploy] at com.sun.xml.rpc.tools.wsdeploy.DeployTool.defineServletsAndListeners(DeployTool.java:553)
    [wsdeploy] at com.sun.xml.rpc.tools.wsdeploy.DeployTool.run(DeployTool.java:255)
    [wsdeploy] at com.sun.xml.rpc.util.ToolBase.run(ToolBase.java:43)
    [wsdeploy] at com.sun.xml.rpc.tools.wsdeploy.Main.main(Main.java:22)
    [wsdeploy] Command invoked: /work/nzw3/SUNWappserver/jdk/jre/bin/java -classpath /work/nzw3/SUNWappserver/lib/endorsed/dom.jar:/work/nzw3/SUNWappserver/lib/endorsed/xercesImpl.jar:/work/nzw3/SUNWappserver/lib/endorsed/xalan.jar:/work/nzw3/SUNWappserver/lib/ant/lib/xercesImpl.jar:/work/nzw3/SUNWappserver/lib/ant/lib/ant.jar:/work/nzw3/SUNWappserver/lib/ant/lib/xml-apis.jar:/work/nzw3/SUNWappserver/lib/ant/lib/optional.jar:/work/nzw3/SUNWappserver/lib/soapprocessor.jar:/work/nzw3/SUNWappserver/lib/jaxr-api.jar:/work/nzw3/SUNWappserver/lib/saaj-api.jar:/work/nzw3/SUNWappserver/lib/activation.jar:/work/nzw3/SUNWappserver/lib/security-plugin.jar:/work/nzw3/SUNWappserver/lib/jaxb-xjc.jar:/work/nzw3/SUNWappserver/lib/jax-qname.jar:/work/nzw3/SUNWappserver/lib/jhall.jar:/work/nzw3/SUNWappserver/lib/xmlsec.jar:/work/nzw3/SUNWappserver/lib/j2ee-svc.jar:/work/nzw3/SUNWappserver/lib/deployment/sun-as-jsr88-dm.jar:/work/nzw3/SUNWappserver/lib/jaxrpc-sec.jar:/work/nzw3/SUNWappserver/lib/mail.jar:/work/nzw3/SUNWappserver/lib/appserv-admin.jar:/work/nzw3/SUNWappserver/lib/jaxb-impl.jar:/work/nzw3/SUNWappserver/lib/appserv-cmp.jar:/work/nzw3/SUNWappserver/lib/appserv-jstl.jar:/work/nzw3/SUNWappserver/lib/jaxb-libs.jar:/work/nzw3/SUNWappserver/lib/jwsdp-tools-lib/jax-qname.jar:/work/nzw3/SUNWappserver/lib/jwsdp-tools-lib/namespace.jar:/work/nzw3/SUNWappserver/lib/jaxr-impl.jar:/work/nzw3/SUNWappserver/lib/xercesImpl.jar:/work/nzw3/SUNWappserver/lib/jaxrpc-spi.jar:/work/nzw3/SUNWappserver/lib/verifier/verifierhelp.jar:/work/nzw3/SUNWappserver/lib/xalan.jar:/work/nzw3/SUNWappserver/lib/appserv-upgrade.jar:/work/nzw3/SUNWappserver/lib/appserv-assemblytool.jar:/work/nzw3/SUNWappserver/lib/deployhelp.jar:/work/nzw3/SUNWappserver/lib/j2ee.jar:/work/nzw3/SUNWappserver/lib/xmldsig.jar:/work/nzw3/SUNWappserver/lib/commons-logging.jar:/work/nzw3/SUNWappserver/lib/saaj-impl.jar:/work/nzw3/SUNWappserver/lib/jaxrpc-impl.jar:/work/nzw3/SUNWappserver/lib/appserv-tags.jar:/work/nzw3/SUNWappserver/lib/appserv-ext.jar:/work/nzw3/SUNWappserver/lib/relaxngDatatype.jar:/work/nzw3/SUNWappserver/lib/admin-cli.jar:/work/nzw3/SUNWappserver/lib/jaxrpc-api.jar:/work/nzw3/SUNWappserver/lib/jsf-api.jar:/work/nzw3/SUNWappserver/lib/jaxb-api.jar:/work/nzw3/SUNWappserver/lib/install/applications/__cp/jdbc.jar:/work/nzw3/SUNWappserver/lib/install/applications/__ds/jdbc.jar:/work/nzw3/SUNWappserver/lib/install/applications/__xa/jdbc.jar:/work/nzw3/SUNWappserver/lib/install/applications/jmsra/imqjmsra.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/admin.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/cc.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/admingui-jsp.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/framework.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/jato.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/admin-en.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/admin-xml.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/framework-en.jar:/work/nzw3/SUNWappserver/lib/install/applications/admingui/adminGUI_war/WEB-INF/lib/help.jar:/work/nzw3/SUNWappserver/lib/install/applications/samples.jar:/work/nzw3/SUNWappserver/lib/install/applications/com_sun_web_ui/WEB-INF/lib/registrationservlet.jar:/work/nzw3/SUNWappserver/lib/install/applications/jaxr-ra/jaxr-ra.jar:/work/nzw3/SUNWappserver/lib/commons-launcher.jar:/work/nzw3/SUNWappserver/lib/jsf-impl.jar:/work/nzw3/SUNWappserver/lib/sun-appserv-ant.jar:/work/nzw3/SUNWappserver/lib/appserv-rt.jar:/work/nzw3/SUNWappserver/lib/xsdlib.jar:/work/nzw3/j2sdk1.4.2_04/lib/tools.jar com.sun.xml.rpc.tools.wsdeploy.Main -keep -tmpdir /work/nzw3/jwsdp-1.4/xws-security/samples/simple/build/server -o /work/nzw3/jwsdp-1.4/xws-security/samples/simple/dist/securesimple.war /work/nzw3/jwsdp-1.4/xws-security/samples/simple/dist/simple-portable.war
    BUILD FAILED
    file:/work/nzw3/jwsdp-1.4/xws-security/samples/simple/build.xml:108: wsdeploy failed
    If anyone has any idea about this problem, please let me know.
    Many thanks,
    Jake

    Hello again,
    I got progress today, but still have some errors for the simple sample in the xws-security . (I am running on Redhat 9.0 and with Sun Java System Application Server 8) Looks like the sending message is ok, but at the receiving message stage, I got the following errors when running "asant run-sample":
    [snip]
    run-sample:
    [echo] Running the simple.TestClient program....
    [java] Service URL=http://giga15.ncl.ac.uk:8080/securesimple/Ping
    [java] Sep 8, 2004 1:14:19 AM com.sun.xml.wss.filter.DumpFilter process
    [java] INFO: ==== Sending Message Start ====
    [java] <?xml version="1.0" encoding="UTF-8"?>
    [java] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://xmlsoap.org/Ping" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    [java] <env:Header>
    [java] <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1">
    [java] <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="Id4487442798885738858">MIIFKDCCBBCgAwIBAgICBl4wDQYJKoZIhvcNAQEEBQAwcDELMAkGA1UEBhMCVUsxETAPBgNVBAoT
    [java] CGVTY2llbmNlMRIwEAYDVQQLEwlBdXRob3JpdHkxCzAJBgNVBAMTAkNBMS0wKwYJKoZIhvcNAQkB
    [java] Fh5jYS1vcGVyYXRvckBncmlkLXN1cHBvcnQuYWMudWswHhcNMDQwMjEwMTQzMDUyWhcNMDUwMjA5
    [java] MTQzMDUyWjBcMQswCQYDVQQGEwJVSzERMA8GA1UEChMIZVNjaWVuY2UxEjAQBgNVBAsTCU5ld2Nh
    [java] c3RsZTEPMA0GA1UEBxMGTkVSZVNDMRUwEwYDVQQDEwxqYWtlIHpoZW5nd3UwgZ8wDQYJKoZIhvcN
    [java] AQEBBQADgY0AMIGJAoGBAO7B3texMjuzdA6zT6/F/hx3U4a+iWglhNWptB3JerhHHu7El0HkWky0
    [java] 9AzYVKZ7Y3n5qpgmSOe16a2MKySii5ud44DABj+3qkRBzkb/LDgNuF02X/XORbFbuZYEWwCHckZI
    [java] xQ50vJpdxJQqLOwrhMP48RXNBzrdXo9iYfcWP5cnAgMBAAGjggJiMIICXjAMBgNVHRMBAf8EAjAA
    [java] MBEGCWCGSAGG+EIBAQQEAwIFoDAOBgNVHQ8BAf8EBAMCA+gwLAYJYIZIAYb4QgENBB8WHVVLIGUt
    [java] U2NpZW5jZSBVc2VyIENlcnRpZmljYXRlMB0GA1UdDgQWBBRlyb19GkybkmGa6QnQ9fPZ7mQ+NzCB
    [java] mgYDVR0jBIGSMIGPgBQCOKsRo5aAiw3TFSsIpY4w2rLaqKF0pHIwcDELMAkGA1UEBhMCVUsxETAP
    [java] BgNVBAoTCGVTY2llbmNlMRIwEAYDVQQLEwlBdXRob3JpdHkxCzAJBgNVBAMTAkNBMS0wKwYJKoZI
    [java] hvcNAQkBFh5jYS1vcGVyYXRvckBncmlkLXN1cHBvcnQuYWMudWuCAQAwKQYDVR0SBCIwIIEeY2Et
    [java] b3BlcmF0b3JAZ3JpZC1zdXBwb3J0LmFjLnVrMBkGA1UdIAQSMBAwDgYMKwYBBAHZLwEBAQEEMD0G
    [java] CWCGSAGG+EIBBAQwFi5odHRwOi8vY2EuZ3JpZC1zdXBwb3J0LmFjLnVrL2NnaS1iaW4vaW1wb3J0
    [java] Q1JMMD0GCWCGSAGG+EIBAwQwFi5odHRwOi8vY2EuZ3JpZC1zdXBwb3J0LmFjLnVrL2NnaS1iaW4v
    [java] aW1wb3J0Q1JMMDwGCWCGSAGG+EIBBwQvFi1odHRwOi8vY2EtcmVuZXcuZ3JpZC1zdXBwb3J0LmFj
    [java] LnVrL3JlbmV3Lmh0bWwwPwYDVR0fBDgwNjA0oDKgMIYuaHR0cDovL2NhLmdyaWQtc3VwcG9ydC5h
    [java] Yy51ay9jZ2ktYmluL2ltcG9ydENSTDANBgkqhkiG9w0BAQQFAAOCAQEAgdN714aoC53Wef9JGaDD
    [java] PDJkmgmwVbL8ZuovBpORFsgy2GOPgIdtw15qTQx1NFbsFqW2I7d/9AteeXAk3sUGUODOvq8loeYB
    [java] iA+QofduwJ0VWO8TZ0e+7+J3cDQKbsukptRJd2L2W8PeCNPojCRkfiV/nT6BiF5yjh4Ui5e+pWGw
    [java] t3oN1qFDZViCFOTiB6Koi0MB+cu47gOEIxBQfP8jTEyf/SSy4RzjI+7C1LpDYCZpO/jqXMb67j9b
    [java] KdcmlWhMrzNOyRDM7A11rt5nBMABgRVAJsdBZIDevfKJ/kRGxUHGHqf8Pg+3qK22mNwMN8U2plr7
    [java] TgORAx6aOn4EQP2AzA==</wsse:BinarySecurityToken>
    [java] <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
    [java] <ds:SignedInfo>
    [java] <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
    [java] <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
    [java] <ds:Reference URI="#Id5553294937503469412">
    [java] <ds:Transforms>
    [java] <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
    [java] </ds:Transforms>
    [java] <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
    [java] <ds:DigestValue>AcRqiIoxfOWauZ/FDnng4D1C5WU=</ds:DigestValue>
    [java] </ds:Reference>
    [java] </ds:SignedInfo>
    [java] <ds:SignatureValue>
    [java] omVS7TF+IqESZuMcRdsFfet8INaU4J9Vall1oGaPMRoEkc9xks+YK2ew4nG7hSekITwJrQLx42hH
    [java] Vb6HvEdWgsIrjOJslqQILQkYU7qdoptb6OEgY5lHQpjUJaTKNn4krsDXgpwZieQE45Gcu/zuP4eY
    [java] v8yMhUwVUE8xHy+6dLs=
    [java] </ds:SignatureValue>
    [java] <ds:KeyInfo>
    [java] <wsse:SecurityTokenReference>
    [java] <wsse:Reference URI="#Id4487442798885738858" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/>
    [java] </wsse:SecurityTokenReference>
    [java] </ds:KeyInfo>
    [java] </ds:Signature>
    [java] </wsse:Security>
    [java] </env:Header>
    [java] <env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Id5553294937503469412">
    [java] <ns0:Ping>
    [java] <ns0:ticket>SUNW</ns0:ticket>
    [java] <ns0:text>Hello !</ns0:text>
    [java] </ns0:Ping>
    [java] </env:Body>
    [java] </env:Envelope>
    [java] ==== Sending Message End ====
    [java] Sep 8, 2004 1:14:23 AM com.sun.xml.wss.filter.DumpFilter process
    [java] INFO: ==== Received Message Start ====
    [java] <?xml version="1.0" encoding="UTF-8"?>
    [java] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://xmlsoap.org/Ping" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    [java] <env:Body>
    [java] <env:Fault>
    [java] <faultcode xmlns:ans1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ans1:InvalidSecurityToken</faultcode>
    [java] <faultstring>Certificate validation failed</faultstring>
    [java] </env:Fault>
    [java] </env:Body>
    [java] </env:Envelope>
    [java] ==== Received Message End ====
    [java] Sep 8, 2004 1:14:23 AM com.sun.xml.wss.filter.ProcessSecurityHeaderFilter process
    [java] WARNING: Message does not contain wsse:Security header
    [java] Exception in thread "main" javax.xml.rpc.soap.SOAPFaultException: Certificate validation failed
    [java] at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:515)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:294)
    [java] at simple.PingPort_Stub.ping(PingPort_Stub.java:80)
    [java] at simple.TestClient.main(TestClient.java:37)
    [java] Java Result: 1
    I don't know if I have configured anything wrong. Basically, i just want to sign the outgoing soap message with my own p12 format certificate, hence I have chosen the following in the $JWSDP_HOME/xws-security/samples/simple/build.properties :
    client.security.config=config/sign-client.xml
    server.security.config=config/dump-server.xml
    Also, according to the last section of the jWSDP release notes at http://java.sun.com/webservices/docs/1.4/ReleaseNotes.html#KnownIssues
    I added these two changes,
    1. In the <jwsdp.home>/xws-security/samples/buildconfig/sjsas-config.xml file, delete the original .... app.classpath element definition and replace it with the following definition:
    <path id="app.classpath">
    <fileset dir="${sjsas.home}/lib/endorsed">
    <include name="dom.jar"/>
    </fileset>
    <fileset dir="${sjsas.home}/lib">
    <include name="*.jar"/>
    </fileset>
    <fileset dir="${javahome}/lib">
    <include name="tools.jar"/>
    </fileset>
    </path>
    2. In the <as.home>/domains/domain1/config/server.policy file, add the following configurations to the server.policy file, for the securesimple sample and pingservice samples, respectively.
    // These permissions apply to securesimple webapp grant codeBase "file:${com.sun.aas.instanceRoot}/applications/j2ee-modules/securesimple/WEB-INF/-" {
    permission javax.security.auth.AuthPermission "modifyPrincipals";
    permission javax.security.auth.AuthPermission "modifyPublicCredentials"; permission javax.security.auth.AuthPermission "modifyPrivateCredentials";
    permission javax.security.auth.AuthPermission "getSubject";
    permission javax.security.auth.PrivateCredentialPermission "javax.security.auth.x500.X500PrivateCredential * \"*\"","read";
    permission java.security.SecurityPermission "putProviderProperty.BC";
    Moreover, has the sent message really been signed correctly? how can I tell the message has been signed by my own certificate? I have done the following:
    1. In the $JWSDP_HOME/xws-security/samples/simple/config/sign-client.xml, change to
    <xwss:SecurityConfiguration
    xmlns:xwss="http://com.sun.xml.wss.configuration" dumpMessages="true">
    <xwss:Sign/>
    </xwss:SecurityConfiguration>
    2. In the $JWSDP_HOME/xws-security/samples/simple/config/build.xml, change to something like the following in the run-sample target,
    <sysproperty key="javax.net.ssl.keyStore" value="/work/nzw3/jakenew.p12"/>
    <sysproperty key="javax.net.ssl.keyStorePassword" value="jake"/>
    <sysproperty key="javax.net.ssl.keyStoreType" value="pkcs12"/>
    I didn't change anything about truststore.
    What was the problem? What have I done wrong?
    Many thanks,
    Jake

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

  • Runit-run-git fails to build

    Pl. chec
    ==> Making package: runit-run-git 20120925-1 (Tue Sep 25 22:57:24 UTC 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found COPYRIGHT
    ==> Validating source files with md5sums...
    COPYRIGHT ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    ==> Connecting to GIT server....
    Cloning into 'runit-run'...
    remote: Counting objects: 48, done.
    remote: Compressing objects: 100% (36/36), done.
    remote: Total 48 (delta 8), reused 33 (delta 1)
    Receiving objects: 100% (48/48), 7.77 KiB, done.
    Resolving deltas: 100% (8/8), done.
    ==> GIT checkout done or server timeout
    ==> Starting package()...
    install: cannot stat ‘etc/runit/1’: No such file or directory
    ==> ERROR: A failure occurred in package().
    Aborting...
    The build failed.

    Post this on https://aur.archlinux.org/packages/antimony-git/
    Have you tried https://aur.archlinux.org/packages/antimony/ ?

  • 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] 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]mplayer2-git fails compiling

    Hey guys,
    since some time i failed to update my mplayer2 cause the compile failes. Currently i have installed `harfbuzz 20110919-1` and `libass-git 20110918-1`, but mplayer2 uses its own libass. When compiling withut any changes, it hangs on ass_shaper.c:580, cause the harfbuzz function hb_language_from_string takes not 2 parameters, not one. I fixed this by changing 'hb_language_from_string(code);' to 'hb_language_from_string(code, strlen(code));'. But now it fails with some linking stuff, here the output:
    CC stream/audio_in.o
    CC sub/unrar_exec.o
    CC stream/stream_vcd.o
    CC libmpcodecs/ad_libvorbis.o
    CC libmpdemux/demux_ogg.o
    CC libmpcodecs/vd_xanim.o
    CC libmpcodecs/vd_xvid4.o
    CC mplayer
    /tmp/yaourt-tmp-marko/aur-mplayer2-git/src/mplayer2-build/build_libs/lib/libass.a(ass_shaper.o): In function `shape_harfbuzz':
    ass_shaper.c:(.text+0x221): undefined reference to `hb_buffer_create'
    ass_shaper.c:(.text+0x2ab): undefined reference to `hb_font_set_scale'
    ass_shaper.c:(.text+0x2cc): undefined reference to `hb_font_set_ppem'
    ass_shaper.c:(.text+0x369): undefined reference to `hb_buffer_pre_allocate'
    ass_shaper.c:(.text+0x381): undefined reference to `hb_buffer_set_direction'
    ass_shaper.c:(.text+0x38e): undefined reference to `hb_buffer_set_language'
    ass_shaper.c:(.text+0x3ad): undefined reference to `hb_buffer_add_utf32'
    ass_shaper.c:(.text+0x3c7): undefined reference to `hb_shape'
    ass_shaper.c:(.text+0x45c): undefined reference to `hb_buffer_get_length'
    ass_shaper.c:(.text+0x468): undefined reference to `hb_buffer_get_glyph_infos'
    ass_shaper.c:(.text+0x475): undefined reference to `hb_buffer_get_glyph_positions'
    ass_shaper.c:(.text+0x5f8): undefined reference to `hb_buffer_destroy'
    ass_shaper.c:(.text+0x63d): undefined reference to `hb_ft_font_create'
    ass_shaper.c:(.text+0x6a4): undefined reference to `hb_font_funcs_create'
    ass_shaper.c:(.text+0x6d6): undefined reference to `hb_font_funcs_set_glyph_func'
    ass_shaper.c:(.text+0x6ec): undefined reference to `hb_font_funcs_set_glyph_h_advance_func'
    ass_shaper.c:(.text+0x702): undefined reference to `hb_font_funcs_set_glyph_v_advance_func'
    ass_shaper.c:(.text+0x718): undefined reference to `hb_font_funcs_set_glyph_h_origin_func'
    ass_shaper.c:(.text+0x72e): undefined reference to `hb_font_funcs_set_glyph_v_origin_func'
    ass_shaper.c:(.text+0x744): undefined reference to `hb_font_funcs_set_glyph_h_kerning_func'
    ass_shaper.c:(.text+0x75a): undefined reference to `hb_font_funcs_set_glyph_v_kerning_func'
    ass_shaper.c:(.text+0x770): undefined reference to `hb_font_funcs_set_glyph_extents_func'
    ass_shaper.c:(.text+0x786): undefined reference to `hb_font_funcs_set_glyph_contour_point_func'
    ass_shaper.c:(.text+0x7a9): undefined reference to `hb_font_set_funcs'
    /tmp/yaourt-tmp-marko/aur-mplayer2-git/src/mplayer2-build/build_libs/lib/libass.a(ass_shaper.o): In function `ass_shaper_info':
    ass_shaper.c:(.text+0x895): undefined reference to `hb_version_string'
    /tmp/yaourt-tmp-marko/aur-mplayer2-git/src/mplayer2-build/build_libs/lib/libass.a(ass_shaper.o): In function `ass_shaper_font_data_free':
    ass_shaper.c:(.text+0x936): undefined reference to `hb_font_destroy'
    ass_shaper.c:(.text+0x93f): undefined reference to `hb_font_funcs_destroy'
    /tmp/yaourt-tmp-marko/aur-mplayer2-git/src/mplayer2-build/build_libs/lib/libass.a(ass_shaper.o): In function `ass_shaper_set_language':
    ass_shaper.c:(.text+0xc62): undefined reference to `hb_language_from_string'
    collect2: ld returned 1 exit status
    make[1]: *** [mplayer] Fehler 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-marko/aur-mplayer2-git/src/mplayer2-build/mplayer'
    make: *** [mplayer] Fehler 2
    ==> FEHLER: Ein Fehler geschah in build().
    Breche ab ...
    ==> ERROR: Makepkg was unable to build mplayer2-git.
    ==> Restart building mplayer2-git ? [y/N]
    ==> -------------------------------------
    ==>
    i tried to include the hb.h from my include-directory inside the ass-shaper.c, but it neither work as to copy the harfbuzz-dir from /usr/include to the include-dir in the mplayer2-build-dir. Obviously mplayer2 uses another source than libass-git, cause it compiles without any problems. Anyone can give me some advise how to fix this thing?
    Greetz Corubba
    Last edited by Corubba (2011-09-22 16:19:21)

    It seems newer libass-git depends on a newer harfbuzz than the libass in mplayer2 can work with. What's more, the libass in mplayer2 doesn't need harfbuzz to function, but the git version does (from what my gentoo system dependencies tell me). I just came across, and fixed (got around) the problem by downgrading libass to a version that doesn't pull in harfbuzz (this was on gentoo). Then the mplayer2 libass never picked up harfbuzz and disabled its functionality.
    A better solution would be to pass --disable-harfbuzz to the libass configure script in mplayer2, then you will not get the compile error. Edit the file script/libass-config, here is a diff.
    --- a/libass-config 2011-09-22 22:26:29.341675565 +0930
    +++ b/libass-config 2011-09-22 22:26:47.086315777 +0930
    @@ -3,8 +3,8 @@
    mydir="$(pwd)"
    if test -f "wrapper_export_version" ; then
    cd "$mydir"/libass
    - ./configure --prefix="$mydir/build_libs" --enable-static --disable-shared
    + ./configure --prefix="$mydir/build_libs" --enable-static --disable-shared --disable-harfbuzz
    else
    cd "$mydir"/libass
    - ./autogen.sh --prefix="$mydir/build_libs" --enable-static --disable-shared
    + ./autogen.sh --prefix="$mydir/build_libs" --enable-static --disable-shared --disable-harfbuzz
    fi
    Hopefully that all works for you. I should report this to the mplayer2 bug tracker (or libass, as it must not do version checking correctly).

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

  • [Solved] Avidemux-git fails to compile

    I looked for a fresh update to the latest avidemux compilation. I got this while attempting to make the package:
    [ 80%] Building CXX object ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/CMakeFiles/ADM_coreLibVA6.dir/ADM_coreLibVA.cpp.o
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp: In static member function ‘static VASurfaceID admLibVA::allocateSurface(int, int)’:
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:365:89: error: invalid conversion from ‘int’ to ‘VASurfaceID* {aka unsigned int*}’ [-fpermissive]
    CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s));
    ^
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:57:32: note: in definition of macro ‘CHECK_ERROR’
    #define CHECK_ERROR(x) {xError=x;displayXError(#x,ADM_coreLibVA::display,xError);}
    ^
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:365:89: error: invalid conversion from ‘VASurfaceID* {aka unsigned int*}’ to ‘unsigned int’ [-fpermissive]
    CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s));
    ^
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:57:32: note: in definition of macro ‘CHECK_ERROR’
    #define CHECK_ERROR(x) {xError=x;displayXError(#x,ADM_coreLibVA::display,xError);}
    ^
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:365:89: error: too few arguments to function ‘VAStatus vaCreateSurfaces(VADisplay, unsigned int, unsigned int, unsigned int, VASurfaceID*, unsigned int, VASurfaceAttrib*, unsigned int)’
    CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s));
    ^
    /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:57:32: note: in definition of macro ‘CHECK_ERROR’
    #define CHECK_ERROR(x) {xError=x;displayXError(#x,ADM_coreLibVA::display,xError);}
    ^
    In file included from /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/../include/ADM_coreLibVA.h:28:0,
    from /tmp/yaourt-tmp-myself/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp:17:
    /usr/include/va/va.h:792:1: note: declared here
    vaCreateSurfaces(
    ^
    make[2]: *** [ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/CMakeFiles/ADM_coreLibVA6.dir/ADM_coreLibVA.cpp.o] Errore 1
    make[1]: *** [ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/CMakeFiles/ADM_coreLibVA6.dir/all] Errore 2
    make: *** [all] Errore 2
    I'll point this at avidemux forum, in case isn't caused by package making.
    Last edited by TheSaint (2013-08-28 13:22:44)

    I'ved the same error.
    I resolved it for the r3392 version :
    I said N for recompilation
    in the file /tmp/yaourt-tmp-$USER/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp
       i replaced
    CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s));
      by
    VASurfaceAttrib attrib_list;
    unsigned int num_attribs;
    CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,VA_RT_FORMAT_YUV420,w,h,&s,1,&attrib_list,num_attribs));
    in the file /tmp/yaourt-tmp-christophe/aur-avidemux-2.6-git/src/avidemux/avidemux_plugins/ADM_videoEncoder/libva/ADM_libvaEncoder.cpp
       i replaced
    if(!vaSurface.fromAdmImage(image))
      by
    if(!vaSurface->fromAdmImage(image))
    then i typed :
    makepkg -e && makepkg -i
    That's it!
    Enjoy !!! 
    Last edited by japama (2013-08-06 09:58:07)

  • Attempt to build real-time application failed

    When I try to build my real-time application in order to deploy it to a crio device, it fails. I can run the program just fine by opening it and clicking run. It can deploy and run all day that way, but it needs the computer that way too. So I need to be able to build and deploy it. When I do a build preview it completes just fine with no errors. I have set the program I want to start up as the startup and my subVIs virtual folder under always include. This is typical procedure for deploying projects to the crio.
    When it crashes I am getting an error:
    The build was unsuccessful.
    Possible reasons
    An error occurred while saving the following file:
    C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\rvi\ClientSDK\Core\ModuleGeneration\CommunicationInterfaceUtility\niFpgaDmaChannelImplementation.ctl
    Invoke Node in AB_Source_VI.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_RTEXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_RTEXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_CreateNewWizard_Invoke_CORE.vi->RTBUIP_CreateNewWizard_Invoke.vi->RTBUIP_CreateNewWizard_Invoke.vi.ProxyCaller
    <APPEND>
    Method Name: <b>Save:Target Instrument</b>
    I put in a service request (Reference#7259553) but I am just not getting help fast enough. I am on a real deadline here and I just sort of expected the application builder to work like it has always done. I have done this a million times with other applications and never had an issue like this. 
    Thanks in advance for your help guys.
    [will work for kudos]
    Solved!
    Go to Solution.

    With the fantastic help of applications engineer Will Schoettler, we were able to solve the problem.
    1. First we tried creating a new project file from scratch, adding all the files and compiling the fpga. Same error.
    2. Next we made individual builds deploying each subvi individually to see if one of them was causing the error. Each built without a problem.
    3. I tried to create a new build for the main crio program and tweek the settings. Instead of manually adding the subvi and variable library folder to the 'always include' section of the build option, I simply added the main VI to the startup programs list and was going to let LabVIEW figure out which VIs to add. For some reason this gave me a more verbose error explanation and gave the following reason as the last sentance in the error explanation
    "Due to operating system limitations, LabVIEW cannot create the folder because its complete path contains too many characters." 
    I moved the project folder to c:/ , fixed the broken references in the project, and it built the VI and deployed it just fine.
    The builder creates a directory with a really long path name within your project folder, so if you have your project folder deep in your directory tree it will attempt to create files with paths too big for windows to handle.
    Mad Kudos to Will Schoettler the app engineer for such a potent and thorough troubleshooting task list of things to try that lead me straight to the solution. I am glad it was something so simple and not some form of file corruption or something wrong with my code. 
    Thanks for trying to help guys.
    [will work for kudos]

Maybe you are looking for