[solved] subversion and apr-util-iodbc from aur

Hi,
apr-util-iodbc from AUR http://aur.archlinux.org/packages.php?ID=27040
provides apr-util but subversion still says it needs apr-util. It seems ignoring provides directive.
jithine ~ $ yaourt -Qi subversion
Name : subversion
Version : 1.6.5-5
URL : http://subversion.tigris.org/
Licenses : apache bsd
Groups : None
Provides : svn
Depends On : neon>=0.28.2-2 apr-util>=1.3.2-2
Optional Deps : gnome-keyring
kdeutils-kwallet
Required By : kdemod-kdesdk-common
Conflicts With : None
Replaces : None
Installed Size : 24164.00 K
Packager : Allan McRae <[email protected]>
Architecture : i686
Build Date : Sat 26 Sep 2009 09:34:53 AM IST
Install Date : Sun 18 Oct 2009 09:45:43 PM IST
Install Reason : Installed as a dependency for another package
Install Script : No
Description : Replacement for CVS, another versioning system (svn)
jithine ~ $ yaourt -Qi apr-util-iodbc
Name : apr-util-iodbc
Version : 1.3.9-1
URL : http://apr.apache.org/
Licenses : APACHE
Groups : None
Provides : apr-util
Depends On : apr gdbm expat db libldap iodbc
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : apr-util
Installed Size : 756.00 K
Packager : Unknown Packager
Architecture : i686
Build Date : Wed 21 Oct 2009 05:42:10 PM IST
Install Date : Wed 21 Oct 2009 05:42:47 PM IST
Install Reason : Explicitly installed
Install Script : No
Description : The Apache Portable Runtime using iodbc and with KDEmod support
This is what I get when I try to re install subversion
jithine ~ $ sudo yaourt -S subversion
Password:
warning: subversion-1.6.5-5 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
:: unixodbc conflicts with iodbc. Remove iodbc? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: unixodbc: conflicts with iodbc
missing dependency for subversion : apr-util>=1.3.2-2
Last edited by jithin1987 (2009-10-21 12:59:13)

apr-util-iodbc should have a versioned "provides" in its PKGBUILD, as stated in the comments on AUR. It also needs "conflicts=('apr-util'), instead of "replaces"; no AUR PKGBUILD should ever use "replaces" anyway.
Last edited by byte (2009-10-21 12:44:14)

Similar Messages

  • [SOLVED]yaourt wants to build dependencies from AUR

    Hi,
    I've installed kdemod4... the only problem is that yaourt wants ti install all the dependences of the package(s) i've choose from aur, altough dependencies are present in extra (correct version). How can i solve this??
    An example is:
    cairo-lcd: i have to build all the dependencies from aur, like libpng,etc; but i see from PKGBUILD that the version that needs cairo-lcd is present in extra repository...
    thanks in advance
    Last edited by chesterfork (2009-07-13 10:07:26)

    ..i'm running kdemod 4 x86_64...so if i try install everything using yaourt the dependencies are shown in this way:
    ==> lib32-cairo-lcd dependencies:
    - lib32-gcc-libs (building from AUR)
    - lib32-libpng (building from AUR)
    - lib32-libxrender (building from AUR)
    - lib32-fontconfig (building from AUR)
    - lib32-pixman (building from AUR)
    - lib32-xcb-util (building from AUR)
    if it could help i found this:
    chesterfork ~ $ yaourt -S lib32-cairo
    lib32-cairo not found on AUR
    Packages that were installed as dependencies but are no longer required by any installed package:
    error:
    what about the error? it's a blank line.... i checked yaourtrc in /etc but it seems ok..
    It's happen even if i have these packages installed (and checking in pkg build they have are the same version). EVERYTIME yaourt shows that; cairo, cairo-lcd, bin32-skype-lib32-cairo-lcd....eveything i tried it needs dependencies from aur ONLY. That's the problem....there is a solution??

  • [Solved] how to patch source file from AUR for gcc46 ?

    In a topic from yesterday, I was seeking help to get AUR package 'insight' installed, but so far no luck, since there seems to be a bug in the source that won't work with the gcc47 compiler.  I'm posting this new topic, since the subject has changed a bit - I'm now trying to compile gcc46 because another user had success with that version in compiling the 'insight' package, and I need to patch the gcc46 source to get it to compile.
    I'm looking for help to fix the problem myself, or if anyone wants to create a new PKGBUILD to handle the problem, that would be nice too
    Originally, I thought I would try to install gcc42 from AUR and use that to run makepkg on the 'insight' app, since one user had success with this version of gcc.  Both gcc42 and gcc46 give me the same errors with an 'unwind' file, and I couldn't get either to compile (errors about unwind.h or linux-unwind.h).
    I found a post with a link to a patch (for gcc46), but I have no idea where to apply or how to apply this patch.  I think I'm supposed to apply it to this file, but again, I'm not sure how to apply a patch:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/gcc/unwind-dw2.c
    , but this c file has includes to other "unwind" header files.  Here is a link to the unwind-dw2.c file at my dropbox folder, if anyone needs to see this file without downloading/compiling gcc46: http://dl.dropbox.com/u/8169867/unwind-dw2.c
    Sticking with gcc46 for the moment (since I found the patch for this version)...
    The post with the link to the patch to gcc46 is here: https://bbs.archlinux.org/viewtopic.php … 0#p1229880
    The patch at pastebin.com is here: http://pastebin.com/VkgE27Pd and looks like this:
    --- a/gcc/config/i386/linux-unwind.h 2011-01-03 20:52:22.000000000 +0000
    +++ b/gcc/config/i386/linux-unwind.h 2012-07-06 12:23:51.562859470 +0100
    @@ -133,9 +133,9 @@
    struct rt_sigframe {
    int sig;
    - struct siginfo *pinfo;
    + siginfo_t *pinfo;
    void *puc;
    - struct siginfo info;
    + siginfo_t info;
    struct ucontext uc;
    } *rt_ = context->cfa;
    /* The void * cast is necessary to avoid an aliasing warning.
    The package that I'm actually trying to install is 'insight', here: https://aur.archlinux.org/packages/insight/
    My error when compiling (running makepkg -s on gcc46) looks like this:
    /home/briphi/builds/gcc46/src/gcc-build/./gcc/xgcc -B/home/briphi/builds/gcc46/src/gcc-build/./gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -g -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -O2 -g -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/. -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../include -I/home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
    In file included from /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/unwind-dw2.c:333:0:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h: In function ‘x86_fallback_frame_state’:
    /home/briphi/builds/gcc46/src/gcc-4.6.3/libgcc/../gcc/config/i386/linux-unwind.h:138:17: error: field ‘info’ has incomplete type
    make[3]: *** [unwind-dw2.o] Error 1
    make[3]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build/i686-pc-linux-gnu/libgcc'
    make[2]: *** [all-stage1-target-libgcc] Error 2
    make[2]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build'
    make[1]: *** [stage1-bubble] Error 2
    make[1]: Leaving directory `/home/briphi/builds/gcc46/src/gcc-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by stringchopper (2013-02-15 08:29:39)

    Lone_Wolf wrote:
    @ stringchopper
    The file(s) that need patching are mentioned in the patch, so you don't have to know yourself where they are.
    patch files like these are usually applied from the directory where you build stuff.
    On your system that is probably this folder :   /home/briphi/builds/gcc46/src/gcc-4.6.3/
    for details about the command used to apply the patch, t0m5k1's link above should help.
    Thanks Lone_Wolf for the help.  I'm suffering from information overload at the moment, so (@t0m5k1) even though I found the same results that you found through google, they weren't explicit enough.

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

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

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

  • [SOLVED] How to install custom kernel from AUR?

    I am trying to install the custom kernel for the Acer Aspire One from AUR. What is the correct way to go about doing this? I pacman -U the .pkg.tar.gz I downloaded and it put a new kernel folder in /usr/src. Do I just copy the old .config file and make?
    Last edited by future stir-fry (2008-12-23 01:26:57)

    zaza224 wrote:
    After installing new kernel with pacman -U you  just need to add a new line to grub menu.lst pointing to it and reboot
    How would you go about doing this in syslinux instead of grub?
    Whoa there, get your shotguns, the zombies are coming!!
    Seriously, welcome to the Arch forums zaza224
    Please familiarize yourself with our forum guidelines, in particular the topic about waking the dead:
    https://wiki.archlinux.org/index.php/Fo … Bumping.22
    Closing.

  • [SOLVED]Whenever I try to install from aur, an error occurs

    Whenever I try to install stuff from aur, this error occurs.
    ~/Downloads/fnfx/PKGBUILD: line 16: make: command not found
    A failure occurred in build()
    What is wrong?
    Last edited by bilgee0629 (2011-10-23 16:51:12)

    You need to install base-devel group.
    https://wiki.archlinux.org/index.php/AUR#Prerequisites

  • [SOLVED] Libgl and Nvidia-Utils are in conflict with the mos

    :: Synchronizing package databases...
    core is up to date
    extra                   887.1K 1424.1K/s 00:00:01 [-------------------------] 100%
    community               580.2K 1192.7K/s 00:00:00 [-------------------------] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: libgl and nvidia-utils are in conflict
    I've read threads on this before but this time nvidia-utils is being asked to be removed. I'm not sure if removing nvidia-utils is safe. Before, reading some threads on here, I had to set libgl to ignore to get nvidia-utils to install.
    Thanks.
    Last edited by 6msj (2011-11-02 22:48:25)

    Sorry to bump a dying post but I'm running into this problem upgrading dkms-nvidia.
    ==> Install or build missing dependencies for dkms-nvidia:
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-utils and libgl are in conflict. Remove libgl? [y/N] y
    :: nvidia-utils and nvidia-utils-bumblebee are in conflict. Remove nvidia-utils-bumblebee? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: nvidia-utils and nvidia-utils-bumblebee are in conflict
    sudo pacman -Rns nvidia-utils
    error: target not found: nvidia-utils
    pacman -Qs dri
    local/bumblebee 3.0.1-4
        Bumblebee brings Optimus Support for Linux Through VirtualGL. You need to install proper drivers separately. Can be used with Nouveau or Nvidia
    local/dkms-nvidia 304.64-1
        NVIDIA dynamic kernel module (DKMS) drivers for kernel26.
    local/dri2proto 2.8-1
        X11 DRI protocol
    local/hdparm 9.43-1
        A shell utility for manipulating Linux IDE drive/driver parameters
    local/intel-dri 9.0.1-1
        Mesa DRI drivers for Intel
    local/lib32-nvidia-utils 310.19-1
        NVIDIA drivers utilities and libraries. (32-bit)
    local/libgl 9.0.1-1
        Mesa 3-D graphics library and DRI software rasterizer
    local/libraw1394 2.0.7-2
        Provides an API to the Linux IEEE1394 (FireWire) driver
    local/libzapojit 0.0.2-1
        GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
    local/nvidia-utils-bumblebee 304.64-1
        NVIDIA drivers utilities and libraries. With LibGL and xorg modules installed in a different directory.
    local/unetbootin 581-1
        Create bootable Live USB drives
    local/xf86-input-evdev 2.7.3-2 (xorg-drivers xorg)
        X.org evdev input driver
    local/xf86-input-keyboard 1.6.2-2 (xorg-drivers xorg)
        X.Org keyboard input driver
    local/xf86-input-synaptics 1.6.2-2 (xorg-drivers xorg)
        Synaptics driver for notebook touchpads
    local/xf86-video-intel 2.20.14-1 (xorg-drivers xorg)
        X.org Intel i810/i830/i915/945G/G965+ video drivers
    local/xorg-xdriinfo 1.0.4-3 (xorg-apps xorg)
        Query configuration information of DRI drivers
    >wonder wrote:you have intel-dri  installed which has libgl dependency versioned. that package was updated recently and wants a newer libgl but it can't install it because nvidia-utils is installed.solution: pacman -R intel-dri
    My laptop has optimus so intel and nvidia drivers are required, any idea how to proceed?
    Last edited by possiblefool (2012-12-05 12:56:44)

  • [solved]libgl and nvidia-utils are in conflict

    resolving dependencies...
    warning: dependency cycle detected:
    warning: udev will be installed before its util-linux dependency
    looking for inter-conflicts...
    :: libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: libgl and nvidia-utils are in conflict
    I remember that I had to remove libgl when installing the Nvidia driver, has something regarding that situation changed/inverted  ?
    (Also, I have multilib enabled and 32 bit nvidia packages installed)
    Last edited by manasij7479 (2012-03-17 21:40:10)

    Grepping "pacman -Q" for nvidia, ati and intel individually do not show anything suspicious under the later two.
    [manasij7479@manasijd ~]$ pacman -Q | grep nvidia
    lib32-nvidia-utils 295.20-1
    nvidia 295.20-3
    nvidia-cg-toolkit 3.1-1
    nvidia-utils 295.20-1
    opencl-nvidia 295.20-1
    [manasij7479@manasijd ~]$ pacman -Q | grep intel
    intel-tbb 4.0_20111130-1
    [manasij7479@manasijd ~]$ pacman -Q | grep ati
    kdegames-granatier 4.8.1-1
    kdegames-kpatience 4.8.1-1
    kdeplasma-addons-applets-weatherstation 4.8.1-1
    kdetoys-kteatime 4.8.1-1
    startup-notification 0.12-2
    telepathy-kde-integration-module 0.2.0-1
    What other names can video drivers have ?
    Does the lib32-nvidia-utils count as a dupe ? If so, how do I run 32 bit software with 3d acceleration ?

  • [Solved] yaourt and liblbxutil: not found on AUR?

    When running yaourt I am receiving the following notice:  liblbxutil: not found on AUR
    Previous runs of yaourt did not produce this message.  Where did the package go and how to fix?
    Last edited by BKJ (2008-11-12 00:45:46)

    I found it in the ABS tree even though it doesn't seem to exist in any of the repos anymore. You may want to file a bug report. I don't know if it's being used by anything. It's listed as installed as a dependency but not required by anything.
    # $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
    #Maintainer: Jan de Groot <[email protected]>
    pkgname=liblbxutil
    pkgver=1.0.1
    pkgrel=1
    pkgdesc="Low Bandwidth X11 Utility Library"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    depends=('zlib')
    makedepends=('pkgconfig')
    options=(NOLIBTOOL)
    source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
    md5sums=(b73cbd5bc3cd268722a624a5f1318fde)
    build() {
    cd ${startdir}/src/${pkgname}-$pkgver
    ./configure --prefix=/usr \
    --build=${CHOST} --host=${CHOST}
    make || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    Last edited by skottish (2008-11-09 18:36:54)

  • [SOLVED] Can't build pulseaudio-git from AUR

    Can't build complains about:
    pulseaudio-dumpmodules.o: In function `pa_dump_modules':
    dumpmodules.c:(.text+0x163): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x168): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `callback':
    dumpmodules.c:(.text+0x2d4): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x2de): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    main.c:(.text+0x6ae): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status
    On the git-shortlog it seems like he just prepped test7 so I imagine it is building for others... googling brought up something about libtool 1.5 vs 2.2 mismatch, but they were directed at 0.9.14 or older PA versions. Any suggestions are welcomed.
    Last edited by ugkbunb (2009-04-11 14:26:33)

    I just tried to compile pulseaudio 0.9.14 from the pulseaudio website on arch x86_64.
    In my /etc/makepkg.conf I have CHOST="x86_64-unknown-linux-gnu" So i don't think its the problem
    All of this is in reponse to the error message when running sudo /etc/rc.d/pulseaudio start
       /usr/bin/pulseaudio: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
    Also note that
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    says that pulseaudio needs a rebuild because of a new version of libtool
    I get the following error running make for pulseaudio:
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:139: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:134: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `is_preloaded':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/main.c:575: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status

  • [SOLVED] systemd and pm-utils quirks (gma500_gfx)

    Hi,
    I have a netbook with the infamous poulsbo/gma500 chipset. To suspend it on the console (I am not yet at X ;-) ) I need to add the --quirk-vbemode-restore option to pm-suspend as described in the wiki [1]. How can I get the same effect when migrating to systemd (and therefore switching to systemctl and dropping pm-utils)?
    Thanks
    [1] https://wiki.archlinux.org/index.php/Poulsbo
    Last edited by olaf.the.lost.viking (2012-08-22 23:13:22)

    The code is in /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler and /usr/lib/pm-utils/sleep.d/99video. The substantial part is
    # save/restore the vbe mode
    vbe_savemode() { vbe vbemode get |savestate vbemode; }
    vbe_restoremode()
    # this is a little mode complicated to handle special-casing mode 3.
    local vbemode=$(restorestate vbemode)
    if [ "$vbemode" = "3" ]; then
    vbe vgamode set $vbemode
    else
    vbe vbemode set $vbemode
    fi
    Note that vbe function only forwards its arguments to vbetool. You could place something like this into /usr/lib/systemd/system-sleep/99video
    #!/bin/sh
    TMPFILE=/tmp/gma500-state
    vbe_savemode() {
    vbetool vbemode get > $TMPFILE
    vbe_restoremode() {
    # this is a little mode complicated to handle special-casing mode 3.
    local vbemode=$(cat $TMPFILE)
    if [ "$vbemode" = "3" ]; then
    vbetool vgamode set $vbemode
    else
    vbetool vbemode set $vbemode
    fi
    if [[ $1 == "pre" ]]; then
    vbe_savemode
    elif [[ $1 == "post" ]]; then
    [ -O /tmp/gma500-state ] && vbe_restoremode
    fi

  • [solved] error makepkg (make aborts) nucleo-cvs from AUR

    hi
    i wanted to try metisse and to do that i downloaded metisse-cvs and nucleo-cvs tarballs from aur. but if i "makepkg" to build nucleo-package i get the following:
    ==> Starting make...
    found automake 1.10.1 (1.7.x or better required)
    found libtool 1.5.26 (1.4.x or better required)
    found autoconf 2.61 (2.59 or better required)
    found pkg-config 0.22 (0.17.2 or better required)
    + rm -rf 'autom4te*.cache'
    + libtoolize --automake --copy
    + aclocal --force
    + autoheader --force
    + automake --add-missing --copy --force-missing
    configure.ac:17: installing `build-utils/install-sh'
    configure.ac:17: installing `build-utils/missing'
    Makefile.am: installing `./INSTALL'
    apps/Makefile.am: installing `build-utils/depcomp'
    nucleo/plugins/qt/Makefile.am:23: `%'-style pattern rules are a GNU make extension
    + autoconf --force
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for g++... g++
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognize dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 98304
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    (cached) (cached) checking how to hardcode library paths into programs... immediate
    checking for pkg-config... /usr/bin/pkg-config
    checking for void *... yes
    checking size of void *... 4
    checking for unsigned... yes
    checking size of unsigned... 4
    debug unsigned int size: 4
    checking hash_map usability... yes
    checking hash_map presence... yes
    checking for hash_map... yes
    checking ext/hash_map usability... yes
    checking ext/hash_map presence... yes
    checking for ext/hash_map... yes
    checking for X... libraries , headers
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking GL/gl.h usability... yes
    checking GL/gl.h presence... yes
    checking for GL/gl.h... yes
    checking for GL/glext.h... yes
    checking for GL/glu.h... yes
    checking for GL/glx.h... yes
    checking for pthread_create in -lpthread... yes
    checking for glFlush in -lGL... yes
    checking for gluUnProject in -lGLU... yes
    checking for XListInputDevices in -lXi... yes
    checking for glXGetProcAddress in -lGL... yes
    checking for jpeg_start_decompress in -ljpeg... yes
    checking jpeglib.h usability... yes
    checking jpeglib.h presence... yes
    checking for jpeglib.h... yes
    checking for libpng using pkg-config... yes
    checking for libexif using pkg-config... yes
    checking for freetype2 using pkg-config... yes
    checking for DNSServiceRegister in -ldns_sd... yes
    checking dns_sd.h usability... yes
    checking dns_sd.h presence... yes
    checking for dns_sd.h... yes
    checking for XML_GetFeatureList in -lexpat... yes
    checking expat.h usability... yes
    checking expat.h presence... yes
    checking for expat.h... yes
    checking for gnutls using pkg-config... yes
    checking for dlfcn.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking for dlopen... yes
    checking for libavformat using pkg-config... yes
    checking for QtCore using pkg-config... no
    checking for gdlib-config... yes
    checking for opencv using pkg-config... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating nucleo/nucleo.H
    config.status: creating nucleo/Makefile
    config.status: creating nucleo/core/Makefile
    config.status: creating nucleo/core/select/Makefile
    config.status: creating nucleo/core/carbon/Makefile
    config.status: creating nucleo/core/corefoundation/Makefile
    config.status: creating nucleo/utils/Makefile
    config.status: creating nucleo/xml/Makefile
    config.status: creating nucleo/network/Makefile
    config.status: creating nucleo/network/udp/Makefile
    config.status: creating nucleo/network/tcp/Makefile
    config.status: creating nucleo/network/http/Makefile
    config.status: creating nucleo/network/dnssd/Makefile
    config.status: creating nucleo/network/xmpp/Makefile
    config.status: creating nucleo/image/Makefile
    config.status: creating nucleo/image/encoding/Makefile
    config.status: creating nucleo/image/source/Makefile
    config.status: creating nucleo/image/sink/Makefile
    config.status: creating nucleo/image/processing/Makefile
    config.status: creating nucleo/image/processing/basic/Makefile
    config.status: creating nucleo/image/processing/chromakeying/Makefile
    config.status: creating nucleo/image/processing/convolution/Makefile
    config.status: creating nucleo/image/processing/difference/Makefile
    config.status: creating nucleo/image/processing/gamma/Makefile
    config.status: creating nucleo/image/processing/noise/Makefile
    config.status: creating nucleo/gl/Makefile
    config.status: creating nucleo/gl/glIncludes.H
    config.status: creating nucleo/gl/window/Makefile
    config.status: creating nucleo/gl/texture/Makefile
    config.status: creating nucleo/gl/text/Makefile
    config.status: creating nucleo/gl/scenegraph/Makefile
    config.status: creating nucleo/gl/shading/Makefile
    config.status: creating nucleo/helpers/Makefile
    config.status: creating nucleo/plugins/Makefile
    config.status: creating nucleo/plugins/vnc/Makefile
    config.status: creating nucleo/plugins/ffmpeg/Makefile
    config.status: creating nucleo/plugins/qt/Makefile
    config.status: creating nucleo/plugins/gd/Makefile
    config.status: creating tests/Makefile
    config.status: creating demos/Makefile
    config.status: creating demos/video/Makefile
    config.status: creating demos/misc/Makefile
    config.status: creating demos/vnc/Makefile
    config.status: creating demos/opencv/Makefile
    config.status: creating demos/opencv/faceFinder/Makefile
    config.status: creating demos/opencv/opticalFlow/Makefile
    config.status: creating apps/Makefile
    config.status: creating apps/videoServer/Makefile
    config.status: creating data/Makefile
    config.status: creating data/vera/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/MacOSX/Makefile
    config.status: creating docs/MacOSX/nTest
    config.status: WARNING: docs/MacOSX/nTest.in seems to ignore the --datarootdir setting
    config.status: creating docs/MacOSX/nBundle
    config.status: WARNING: docs/MacOSX/nBundle.in seems to ignore the --datarootdir setting
    config.status: creating build-utils/Makefile
    config.status: creating build-utils/rpm/Makefile
    config.status: creating build-utils/rpm/nucleo.spec
    config.status: creating nucleo-config
    config.status: creating nucleo.pc
    config.status: creating nucleo/config.H
    config.status: executing depfiles commands
    Núcleo configuration:
    Architecture: i686-pc-linux-gnu
    glWindow backend? GLX + Xinput glXGetProcAddress
    JPEG image support? yes (using libjpeg)
    PNG image support? yes (using libpng)
    EXIF support? yes (using libexif)
    Freetype2 support? yes
    DNS-SD support? yes
    <eXpat/> support? yes
    GnuTLS support? yes
    FFmpeg plugin? yes
    VNC plugin? no (--with-vnc option not or badly used)
    Qt plugin? no (QtCore not found by pkg-config)
    GD plugin? yes
    Build OpenCV demos? no (opencv not found by pkg-config)
    Making all in nucleo
    make[1]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make all-recursive
    make[2]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    Making all in core
    make[3]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    Making all in select
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c -o sTimeKeeper.lo sTimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c sTimeKeeper.cxx -fPIC -DPIC -o .libs/sTimeKeeper.o
    mv -f .deps/sTimeKeeper.Tpo .deps/sTimeKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c -o sFileKeeper.lo sFileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c sFileKeeper.cxx -fPIC -DPIC -o .libs/sFileKeeper.o
    mv -f .deps/sFileKeeper.Tpo .deps/sFileKeeper.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c -o sReactiveEngine.lo sReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c sReactiveEngine.cxx -fPIC -DPIC -o .libs/sReactiveEngine.o
    mv -f .deps/sReactiveEngine.Tpo .deps/sReactiveEngine.Plo
    /bin/sh ../../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -o libselect.la sTimeKeeper.lo sFileKeeper.lo sReactiveEngine.lo -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread -lSM -lICE -lXi -lpng12 -lexif -lm -lfreetype -lz -lgnutls
    ar cru .libs/libselect.a .libs/sTimeKeeper.o .libs/sFileKeeper.o .libs/sReactiveEngine.o
    ranlib .libs/libselect.a
    creating libselect.la
    (cd .libs && rm -f libselect.la && ln -s ../libselect.la libselect.la)
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core/select'
    make[4]: Entering directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c -o TimeKeeper.lo TimeKeeper.cxx
    mkdir .libs
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c TimeKeeper.cxx -fPIC -DPIC -o .libs/TimeKeeper.o
    mv -f .deps/TimeKeeper.Tpo .deps/TimeKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c -o FileKeeper.lo FileKeeper.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c FileKeeper.cxx -fPIC -DPIC -o .libs/FileKeeper.o
    mv -f .deps/FileKeeper.Tpo .deps/FileKeeper.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c -o ReactiveEngine.lo ReactiveEngine.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c ReactiveEngine.cxx -fPIC -DPIC -o .libs/ReactiveEngine.o
    mv -f .deps/ReactiveEngine.Tpo .deps/ReactiveEngine.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c -o ReactiveObject.lo ReactiveObject.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c ReactiveObject.cxx -fPIC -DPIC -o .libs/ReactiveObject.o
    mv -f .deps/ReactiveObject.Tpo .deps/ReactiveObject.Plo
    /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c -o URI.lo URI.cxx
    g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng12 -I/usr/include/freetype2 -march=i686 -mtune=generic -O2 -pipe -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c URI.cxx -fPIC -DPIC -o .libs/URI.o
    URI.cxx: In member function »void nucleo::URI::load(const std::string&)«:
    URI.cxx:97: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, bool*)«:
    URI.cxx:282: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int*)«:
    URI.cxx:290: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, unsigned int*)«:
    URI.cxx:298: Fehler: »atoi« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, long unsigned int*)«:
    URI.cxx:306: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, int64_t*)«:
    URI.cxx:314: Fehler: »strtol« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, double*)«:
    URI.cxx:322: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    URI.cxx: In static member function »static bool nucleo::URI::getQueryArg(const std::string&, const std::string&, float*)«:
    URI.cxx:330: Fehler: »atof« wurde in diesem Gültigkeitsbereich nicht definiert
    make[4]: *** [URI.lo] Fehler 1
    make[4]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[3]: *** [all-recursive] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo/core'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make[1]: *** [all] Fehler 2
    make[1]: Leaving directory `/home/user/pakete/nucleo-cvs/src/nucleo-build/nucleo'
    make: *** [all-recursive] Fehler 1
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    what am i "making" wrong...?
    Last edited by Madi (2008-03-30 16:28:07)

    hi
    ok, i was able to tell ./configure where to find nucleo-config, just editet /etc/profile:
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin"
    export PATH
    to
    # Set our default path
    PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin"
    export PATH
    but "make" failed again:
    make[3]: Entering directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    g++ -DHAVE_CONFIG_H -I. -I../.. -I../../xserver/include -I../../FvwmCompositor -I../../proto -I../../libmetisse -I../../xserver/mi -I../../xserver/include -I../../fvwm-insitu -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/local/include -DORBIT2=1 -pthread -I/usr/include/at-spi-1.0 -I/usr/include/libbonobo-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -march=i686 -mtune=generic -O2 -pipe -MT MetisseDesktop.o -MD -MP -MF .deps/MetisseDesktop.Tpo -c -o MetisseDesktop.o MetisseDesktop.cxx
    In file included from MetisseDesktop.H:29,
    from MetisseDesktop.cxx:15:
    MetisseWindow.H:272: Fehler: mehrere Parameter wurden »n« genannt
    MetisseWindow.H:273: Fehler: mehrere Parameter wurden »n« genannt
    In file included from MetisseDesktop.cxx:15:
    MetisseDesktop.H:79: Fehler: mehrere Parameter wurden »width« genannt
    MetisseDesktop.cxx: In member function »void MetisseDesktop::_closeWindow(MetisseWindow*)«:
    MetisseDesktop.cxx:1355: Warnung: veraltete Konvertierung von Zeichenkettenkonstante in »char*«
    make[3]: *** [MetisseDesktop.o] Fehler 1
    make[3]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor/desktop'
    make[2]: *** [all-recursive] Fehler 1
    make[2]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build/FvwmCompositor'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/user/pakete/metisse-cvs/src/metisse-build'
    make: *** [all] Fehler 2
    it's the same with metisse-0.4.0-rc4 from the project-page and with metisse-cvs AUR-tarball.
    how can i get metisse run...? seems to be more tricky...

  • Can't install Dropbox from AUR due to missing dependencies.

    I'm posting in the Newbie Corner, since I suspect that this is a newbie issue with a really simple solution..
    I've been using Dropbox for Linux directly from Dropbox.com, but I had now decided to convert to the AUR version (easier to update). But it won't install. It won't even build.
    ==> Manglende avhengigheter:
    -> qt
    ==> Kontrollerer avhengigheter som trengs under bygging...
    ==> FEIL: Kunne ikke finne alle avhengigheter.
    ==> ERROR: Makepkg was unable to build bbox-git.
    ==> Restart building bbox-git ? [y/N]
    Not optimal that this is in norwegian.. But in essence it tells me that there are missing dependencies. Qt to be exact. And because of this makepkg is not able to build bbox-git. Earlier in the process (when the dependencies for bbox-git is listed) it says that qt is not installed and will be buildt from AUR. I've tried to reinstall qt. Please help.
    EDIT:
    I'm using Yaourt.
    Last edited by madr (2013-06-08 22:24:06)

    Trilby wrote:You say you've tried to install qt, does that mean you failed to install it?  qt should not be installed from the AUR, it is a package group in [extra].
    I've tried to reinstall it. And I've installed it from the official repos of course. The AUR bit is output from Yaourt, not me.
    karol wrote:
    Run
    LC_ALL=C <command>
    to get output in English.
    I'll post the output of this later (it's getting late here).
    mcmillan wrote:
    First, that's not the dropbox package, but something that is like dropbox. If you want the actual dropbox program you want https://aur.archlinux.org/packages/dropbox
    If this is the package you actually want, it looks like it hasn't been updated since the qt packaged was renamed qt4, so you'll need to change that in the PKGBUILD file by hand.
    It is the package you're linking to I'm having trouble installing. Okay, I'll have a look. Later. I'll get back to this thread.
    karol wrote:I'm not sure if https://aur.archlinux.org/packages/dropbox is easier to update - as you can read in the comments, many users are not happy with the auto-update feature.
    Maybe it's too easy to update ;P , but YMMV.
    Do I ever catch a break in life? Not often at least.

  • [SOLVED] Can't compile hdjmod and hdjcpl from AUR.

    Hello,
    I've bought a Hercules DJ Console MK2, and I would like to use it with Mixxx.
    It doesn't seem to be recognized by Mixxx, probably because no drivers are installed.
    So I decide to install hdjmod from AUR.
    It also gets hdjcpl (dependency), but while compiling, it fails.
    Here's the error message :
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c ghelpers.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gbutton.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gcheckbox.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gcombobox.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gslider.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gstatic.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps g++ -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -c gstatictext.cpp
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    ../../wxWidgets-2.8.10/buildgtk/bk-deps gcc -I../../wxWidgets-2.8.10/buildgtk/lib/wx/include/gtk2-ansi-release-static-2.8 -I../../wxWidgets-2.8.10/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -D_FORTIFY_SOURCE=0 -D__WXGTK__ -DENABLE_BINRELOC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -c binreloc.c
    basename: missing operand
    Try `basename --help' for more information.
    dirname: missing operand
    Try `dirname --help' for more information.
    ../../wxWidgets-2.8.10/buildgtk/bk-deps: line 46: /.deps/.d: Permission denied
    g++ -D_FORTIFY_SOURCE=0 -DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -pthread -o hdjcpl hdjcpl.o alsainterface.o bulkinterface.o drivernotification.o hidnotification.o dmanager.o localization.o devnulldlg.o devdjcdlg.o devmk2dlg.o devmp3dlg.o devrmxdlg.o devsteeldlg.o gcontrol.o gdialog.o ghelpers.o gbutton.o gcheckbox.o gcombobox.o gslider.o gstatic.o gstatictext.o binreloc.o -L../../wxWidgets-2.8.10/buildgtk/lib -lz -lm -lasound -pthread -lSM -lgtk-x11-2.0 -lgthread-2.0 -lglib-2.0 -lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8 -lwx_base-2.8 -lwxpng-2.8
    ../../wxWidgets-2.8.10/buildgtk/lib/libwx_gtk2_core-2.8.a(corelib_displayx11.o): In function `wxDisplayImplX11::ChangeMode(wxVideoMode const&)':
    displayx11.cpp:(.text+0x20f): undefined reference to `XF86VidModeGetAllModeLines'
    displayx11.cpp:(.text+0x2f1): undefined reference to `XF86VidModeSwitchToMode'
    displayx11.cpp:(.text+0x3bd): undefined reference to `XF86VidModeSwitchToMode'
    ../../wxWidgets-2.8.10/buildgtk/lib/libwx_gtk2_core-2.8.a(corelib_displayx11.o): In function `wxDisplayImplX11::GetCurrentMode() const':
    displayx11.cpp:(.text+0x462): undefined reference to `XF86VidModeGetModeLine'
    ../../wxWidgets-2.8.10/buildgtk/lib/libwx_gtk2_core-2.8.a(corelib_displayx11.o): In function `wxDisplayImplX11::GetModes(wxVideoMode const&) const':
    displayx11.cpp:(.text+0x6b7): undefined reference to `XF86VidModeGetAllModeLines'
    collect2: ld returned 1 exit status
    make[2]: *** [hdjcpl] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-alex/aur-hdjcpl/hdjcpl/src/hdjcpl-1.09/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-alex/aur-hdjcpl/hdjcpl/src/hdjcpl-1.09'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build hdjcpl package.
    Do you have any idea about the reason I got this error ?
    What are the prerequisite to install these drivers (I mean, is there any other dependency that isn't asked in the PKGBUILD ?) ?
    Sorry for my bad english.
    Thanks for future answers.
    skYzer
    Last edited by skYzer (2009-09-23 10:32:20)

    Welcome to the forum skYzer!
    makepkg can show you if there are some dependencies that you didn't installed, and makepkg with -s option does it for you automatically, so it installs all the dependencies.
    If the author missed this dependencies from the PKGBUILD, you can see on the url address in the PKGBUILD (so on the author site) what do they write about dependencies, in last case try it manually, and see config.log, or similar outputs.
    Btw, it can be built by  me without any problem.
    Last case you could build it manually, without using fakeroot environment, and the PKGBUILD from maintainer.

  • [SOLVED] Surf-hg and tabbed-hg from aur fail to build

    Hi,
    I'm trying to install surf-hg and tabbed-hg from aur and when I makepkg -i this happens:
    ==> ERROR: A failure occurred in build().
    Aborting...
    I've tried to apply this patch to surf's config.mk but it fails anyway.
    diff -paur surf/config.mk surf.new/config.mk
    --- surf/config.mk 2012-01-29 11:46:00.851597838 +0100
    +++ surf.new/config.mk 2012-01-29 11:46:36.633503895 +0100
    @@ -15,7 +15,7 @@ GTKLIB = `pkg-config --libs gtk+-2.0 web
    # includes and libs
    INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
    -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
    +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 -ljavascriptcoregtk-1.0
    # flags
    CPPFLAGS = -DVERSION=\"${VERSION}\"
    Can anyone help me please?
    Last edited by whooper (2012-03-01 21:42:10)

    Yes they both fail to build, manually or with packer.
    I deleted the src directory but it still fails.
    packer -S surf-hg
    Aur Targets (1): surf-hg
    Proceed with installation? [Y/n] y
    Edit surf-hg PKGBUILD with $EDITOR? [Y/n] n
    ==> Determining latest hg revision...
    pulling from http://hg.suckless.org/surf
    searching for changes
    no changes found
    -> Version found: 238
    ==> Making package: surf-hg 238-1 (Thu Mar 1 00:27:47 WET 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    cleaning
    pulling from http://hg.suckless.org/surf
    searching for changes
    no changes found
    ==> ERROR: A failure occurred in build().
    Aborting...
    The build failed.

Maybe you are looking for

  • How to find open item from sales order

    Hi all,   my requirement is one sales order is there partial delivery is happened for some materials,take exampla matarial X has 100 quantity in sales order pratial delivery 50 is done, iwant to know the open order qunatity for a  material X from sal

  • Leak Monitor displays many memory leak alerts

    Firefox uses too much memory and I installed Leak Monitor extension, suggested by Firefox Support pages. Now when I open the browser or browse it throws out many "Reclaimed Leak Alert" and "New Leak Alert" alerts. Firefox 4

  • Pricing for LUMF at header level

    HI all, I am creating a BOM using LUMF but when entered in sales order it is asking for a pricing condition for both Sub item and Header Item . I have checked with the Item Category TAP it is not relevant for pricing . Is there any other setting whic

  • Photoshop CS4 upgrade and Photographers offer

    I want to take advantage of the photographers offer but realise I only have a Photoshop CS4 upgrade serial number having previously upgraded from CS.  Will this be sufficient to access the offer?

  • Changing Order in Browser

    Hi all! Yesterday I noticed that my custom order of my projects in the browser mode changed from 'custom' to 'import date'. It's not the first time this happened to me. I just wonder whether it has has something to do with 'Rebuilding Library', which