Error in PKGBUILD directfb from AUR

helo
I add in PKGBUILD: dependency linux-fusion +  --enable-multi
but I have this error during compilation:
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../lib -I../../include -I../../lib -DDATADIR=\"/usr/share/directfb-1.0.1\" -DMODULEDIR=\"/usr/lib/directfb-1.0-0\" -D_REENTRANT -mtune=powerpc -O2 -pipe -mpowerpc-gfxopt -MT ppcasm_memcpy_cachable.lo -MD -MP -MF .deps/ppcasm_memcpy_cachable.Tpo -c -o ppcasm_memcpy_cachable.lo ppcasm_memcpy_cachable.S
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../lib -I../../include -I../../lib -DDATADIR=\"/usr/share/directfb-1.0.1\" -DMODULEDIR=\"/usr/lib/directfb-1.0-0\" -D_REENTRANT -mtune=powerpc -O2 -pipe -mpowerpc-gfxopt -MT ppcasm_memcpy_cachable.lo -MD -MP -MF .deps/ppcasm_memcpy_cachable.Tpo -c ppcasm_memcpy_cachable.S -fPIC -DPIC -o .libs/ppcasm_memcpy_cachable.o
ppcasm_memcpy_cachable.S:37:26: error: linux/config.h: No such file or directory
make[3]: *** [ppcasm_memcpy_cachable.lo] Error 1
make[3]: Leaving directory `/home/sacarde/pkg/directfb/src/DirectFB-1.0.1/lib/direct'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sacarde/pkg/directfb/src/DirectFB-1.0.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sacarde/pkg/directfb/src/DirectFB-1.0.1'
make: *** [all] Error 2
can you help me ?
thankyou

thanks to voidnull for the patch in ppc system
--- lib/direct/system.c    2007-08-07 21:43:00.000000000 +0200
+++ lib/direct/system.c    2007-12-30 19:22:30.000000000 +0100
@@ -34,6 +34,17 @@
#include <direct/build.h>
#include <direct/system.h>
+#include <asm/page.h>
+
+#define PAGE_SIZE       (1UL << PAGE_SHIFT)
+#define PAGE_MASK       (~(PAGE_SIZE-1))
+#define LARGE_PAGE_MASK (~(LARGE_PAGE_SIZE-1))
+#define LARGE_PAGE_SIZE (1UL << PMD_SHIFT)
+
+#define PAGE_SHIFT      12
+#define PAGE_SIZE       (1UL << PAGE_SHIFT)
+
+
#if HAVE_ASM_PAGE_H
#include <asm/page.h>
#else
--- src/core/system.c    2007-08-19 23:52:06.000000000 +0200
+++ src/core/system.c    2007-12-30 19:22:22.000000000 +0100
@@ -51,6 +51,16 @@
#include <direct/messages.h>
#include <direct/modules.h>
+#include <asm/page.h>
+#define PAGE_SIZE       (1UL << PAGE_SHIFT)
+#define PAGE_MASK       (~(PAGE_SIZE-1))
+#define LARGE_PAGE_MASK (~(LARGE_PAGE_SIZE-1))
+#define LARGE_PAGE_SIZE (1UL << PMD_SHIFT)
+
+#define PAGE_SHIFT      12
+#define PAGE_SIZE       (1UL << PAGE_SHIFT)
+
+
DEFINE_MODULE_DIRECTORY( dfb_core_systems, "systems",
                          DFB_CORE_SYSTEM_ABI_VERSION );

Similar Messages

  • [Solved] Error installing Flash 64bit from AUR

    I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'
    It will say:
    Downloading 10.0.d20.7-3 PKGBUILD from AUR
    Error: 10.0.d20.7-3 not found in AUR.
    So i tried another method by downloading this tar file from http://download.macromedia.com/pub/labs … .so.tar.gz
    Then i untarred the file and on the desktop it shows 'libflashplayer.so'
    So next i went to terminal, tried doing 'cd Desktop', followed by 'pacman -S libflashplayer.so', but it says i need to be root to do that. So i do 'su - ', and then 'cd Desktop', but it says '-bash: cd: Desktop: No such file or directory.'
    How am i suppose to install flash64 bit? Thanks.
    Last edited by Chance (2008-12-18 15:19:46)

    Chance wrote:
    I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'
    It will say:
    Downloading 10.0.d20.7-3 PKGBUILD from AUR
    Error: 10.0.d20.7-3 not found in AUR.
    should be just "yaourt -S flashplugin-alpha-64" no version needed
    the error is telling you it cant find 10.0.d20.7-3 which is not a package.  did you get another error with the first part? or did  you see it building the package?
    i like building it by hand, so i usually (in a folder on my /home) i do
    mkdir flashplugin-alpha-64
    cd flashplugin-alpha-64
    yaourt -G flashplugin-alpha-64 (to get pKGBUILD and other files)
    makepkg  (to build)
    then install with yaourt -U [full package filename]
    makes me feel like i'm in control
    Last edited by toxygen (2008-12-18 04:56:50)

  • Error installing ruby-json from AUR

    Hey guys,
    I'm getting an error installing the ruby-json AUR package with yaourt. Here's the error https://gist.github.com/EvanPurkhiser/5409110
    I checked the directory pkg directory and it has 000 permissions =/ Changing the permissions doesn't seem to fix it as it just resets them back to 000 next time i try to install it
    Also, would this be a better to report this in the package comments instead of asking here?
    Last edited by EvanPurkhiser (2013-04-18 01:47:22)

    Scimmia wrote:Yes, it is better to notify the package maintainer. The problem is that $pkgdir is inaccessable from the build function.
    Technically that is not the problem, the problem is that the PKGBUILD was doing bad things in build(), which makepkg will now refuse 

  • Error when building programs from AUR

    I had a problem installing screen-git from the AUR.  I kept getting this error message, ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory, when trying to build this package.
    At first I thought it might just be a problem with the screen-git pkgbuild, but I tried to install something else from AUR and got the same message.   I usually install things with Yaourt, so I thought it may be a problem with that.  I tried to manually install something from the AUR and got the same error. It seems to be affecting anything that needs to be built from source, so I'm wondering if it is a problem with my makepkg.conf.
    I couldn't seem to find anything posted in the forums.  Any help will be appreciated.

    I fixed the problem.  It was only affecting packages from a git repository. I checked and for some reason only on one of my computers, git was setup to add dos newline characters.
    With a simple change to my .gitconfig file, changing autocrlf = false, fixed the problem.   Thanks for everyone's help.

  • Error building kdebase4-svn from AUR

    Anytime I try to build kdebase4-svn from AUR, I get the following error:
    [ 88%] Building CXX object kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o
    In Datei, eingefügt von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:15:30: Fehler: Phonon/MediaObject: Datei oder Verzeichnis nicht gefunden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:441:2: Warnung: #warning is this the best way to invert a pixmap?
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:590:2: Warnung: #warning "kde4 fixme"
    In file included from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: ISO-C++ verbietet Deklaration von »MediaObject« ohne Typ
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: expected »;« before »*« token
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In constructor »KAccessApp::KAccessApp(bool, bool)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:100: Fehler: Klasse »KAccessApp« hat keinen Feldnamen »_player«
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::initMasks()«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:318: Warnung: es wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::xkbBellNotify(XkbBellNotifyEvent*)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:471: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:476: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    make[2]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o] Fehler 1
    make[1]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/all] Fehler 2
    make: *** [all] Fehler 2
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    Error: Makepkg was unable to build kdebase4-workspace-svn package.
    Can anyone help me?
    Thanks
    Henne

    I tried to build it with yaourt... When doing it the normal way, it works fine...
    Thanks

  • Weird error when installing caps from AUR

    I get this error:
    ==> Starting build()...
    Traceback (most recent call last):
      File "./configure.py", line 30, in <module>
        store()
      File "./configure.py", line 20, in store
        print >> f, "_CFLAGS=" + ' '.join (CFLAGS)
    TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'
        Aborting...
    ==> ERROR: Makepkg was unable to build caps
    Am i missing some package or something?
    I need caps for alsaequal.

    Hello, I have exactly the same problem.
    So I replaced
    type -p python 1>/dev/null && ./configure.py 
    by
    type -p python2.7 1>/dev/null && ./configure.py
    The compilation does not work and I have the following error message:
    Lancer la compilation de caps ? [O/n]
    ==> -------------------------------------
    ==>
    ==> Construction et installation du paquet
    ==> Création du paquet caps 0.4.4-1 (lun. oct. 25 08:28:06 CEST 2010)
    ==> Vérification des dépendances...
    ==> Vérification des dépendances pour la compilation...
    ==> Récupération des sources...
      -> caps_0.4.4.tar.gz trouvé
    ==> Validation des fichiers sources avec md5sums...
        caps_0.4.4.tar.gz ... Réussite
    ==> Validation des fichiers sources avec sha256sums...
        caps_0.4.4.tar.gz ... Réussite
    ==> Extraction des sources...
      -> Extraction de caps_0.4.4.tar.gz avec bsdtar
    ==> Suppression du répertoire pkg/ existant...
    ==> Lancement de build()...
    Traceback (most recent call last):
      File "./configure.py", line 30, in <module>
        store()
      File "./configure.py", line 20, in store
        print >> f, "_CFLAGS=" + ' '.join (CFLAGS)
    TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'
        Abandon...
    ==> ERROR: Makepkg n'a pas pu construire caps.

  • JDK + JRE installation from AUR, and OPENJDK6 removal...

    Seems to me most of the discussion about this is outdated, so here I go:
    I have been running into some issues with programming Arduino. Replaced my avr-gcc with avr-gcc svn, but to no avail. So now I'm going for the standard distribution package of Arduino on most, if not on linux, systems (MACOSX, Windows) that uses JDK and JRE from Sun Oracle. Got the PKGBUILD tarballs from AUR and successfully built my own JRE install, but here is my issue:
    [denizen@FIDO-ARCH jre]$ sudo pacman -Rdu openjdk6 && sudo pacman -U jre-7-3-x86_64.pkg.tar.xz
    checking dependencies...
    warning: removing openjdk6 from target list
    there is nothing to do
    resolving dependencies...
    looking for inter-conflicts...
    :: jre and openjdk6 are in conflict (java-runtime). Remove openjdk6? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: eclipse: requires java-environment
    :: netbeans: requires java-environment
    So I'm assuming I need JDK as well, but when I build JDK from AUR I get:
    [denizen@FIDO-ARCH jdk]$ makepkg PKGBUILD
    ==> Making package: jdk 7-3 (Fri Sep 30 00:45:39 PHT 2011)
    ==> Checking runtime dependencies...
    ==> Missing Dependencies:
    -> jre
    ==> Checking buildtime dependencies...
    ==> ERROR: Could not resolve all dependencies.
    So has anyone done this without issue already? Am I missing a step or command? I'm at a loss at the moment.
    Last edited by reidel (2011-09-29 16:56:58)

    Now, can you tell me how to recycle the JDK packaged in the JRE AUR PKGBUILD script fetched from the internet? Its such a bother having to download it again when I already have a viable copy.
    Edit: What I mean is reuse the JDK package gotten from Sun Oracle which currently resides in the src dir of my JRE AUR package build. I tried copying it straight to the src folder of the JDK builder, but to no avail... currently looking through makepkg wiki...
    Last edited by reidel (2011-09-29 17:15:08)

  • Amarok 1.4.10 from AUR plays flac files with errors

    amarok 1.4.10 from AUR plays flac files with errors and i mean that it plays flac files but with strange behavior and of course the result is awful is there any chance to fix that problem. i have compile it with xine engine, can i use a different engine in PKGBUILD and how. i should write that i don't known much from configure a PKGBUILD by my own. with exaile and totem i have no problem i also play flacs with 24bit and 96khz audio quality. tnks for your time

    Why not amarok 2.3 from extra?
    Found this but its for 2.3: forum.kde.org/viewtopic.php?f=116&t=85428
    looks like amarok just uses xine, which I don't know much about...
    the 2.3 version depends on kde4, so you can run kde4 system settings and switch the multimedia backend between xine, mplayer, and gstreamer (need the aur packages first). I know mplayer should use ffmpeg to playback though.
    Edit: looks like exaile and totem use gstreamer for playback
    Last edited by 1LordAnubis (2010-05-19 16:19:09)

  • Error building from AUR (ppc)

    Hi,
       in my archppc I try to build unshield from AUR
    I have change ARCH in PKGBUILD, but I have error:
    BUILDSCRIPT non è definito! Assicurarsi di aver aggiornato /etc/makepkg.conf
    I view that I have /etc/makepkg.conf.new
    then I renamed ..new into makepkg.conf
    but now error is:
    checking for gcc... gcc
    checking for C compiler default output file name... configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make: *** No targets specified and no makefile found.  Stop.
    ==> ERRORE: Compilazione interrotta.
    can you help me ?

    sacarde wrote:
    ok
    -mtune=common
    works OK
    p.s.
    which suggest for:
    apple G4  7447A, altivec supported
    -mtune=G4 instead of -mtune=common of course
    You can also add -mabi=altivec -maltivec if you'd like. It compiles with that, but I'm not sure if it will help any since the compiler was built with --disable-multilib.
    Also, you may want to file a bug report or ask on the mailing list if it's fixed. I mentioned it in IRC right after posting that but didn't get a reply.

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

  • Gnucash, from aur, and fatal error at start...

    Hi!
    I have compiled and installed gnucash from aur, but then I run it and shows an error...:
    $ gnucash
    ERROR: no code for module (g-wrap gw-glib)
    any idea?

    gnucash is currently orphaned, and there are errors in the PKGBUILD - specifically, the dependencies are not entered correctly, which is presumably the reason why you haven't installed them. Change the depends line to this:
    depends=('gtkhtml' 'aqbanking' 'g-wrap' 'goffice' 'libgnomeprintui')
    and rebuild/reinstall it, after building/installing the dependencies.
    General advice - always read the comments on AUR packages.

  • Error building synfigstudio from AUR

    I managed to install Kdenlive from the AUR using Yaourt but Synfigstudio ends with...
    time.cpp:107: error: 'sscanf' was not declared in this scope
    make[3]: *** [libsynfig_la-time.lo] Error 1
    make[3]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src/synfig'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-synfig/synfig/src/synfig-0.61.09'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build synfig package.
    I have no clue what to try now and was hoping for some help/suggestions.
    Thanks
    Edited for typo
    Last edited by addr (2009-05-25 19:15:34)

    Mr.Elendig wrote:
    Garns wrote:
    No idea how to do this with yaourt but why not just:
    download the tar.gz from AUR
    download and extract source with makepkg -o
    edit time.cpp to correct headers
    use makepkg -e to build without overwriting the modified file
    use pacman -U to install the resulting pkg.tar.gz
    You forgot the important "submit patch upstream" step.
    guilty as charged , however I only skipped it because tomk already excluded patching.

  • Errors installing virtualbox guest additions from AUR

    After failing to get ose guest additions working in an Arch guest on Ubuntu host by (a) mounting the ISO and (b) installing from pacman, I thought that it would be an idea to use builds from AUR as these would likely to be more customised for Arch guests.
    Installing ose-guest-additions-modules (the dependency for ose-guest-additions) worked flawlessly, but whenever I try and makepkg -s for ose-guest-additions I get the following error:
    install: cannot stat 'vboxadd-timesync' : no such file or directory
    install: cannot stat 'VBoxClient' : no such file or directory
    install: cannot stat 'mountvboxsf' : no such file or directory
    These directories do exist at /usr/share/virtualbox/additions/ so I am at a loss as to what is causing this to fail.
    (It is worth pointing out that I am new to Arch -and relatively new to Linux- & while I am having a lot of fun trying to figure this stuff out, I am aware that I am probably missing something quite obvious...)

    bump
    Last edited by Mufasaa (2015-06-12 13:04:45)

  • Pidgin Nateon plugin won't install from Aur / or manually svn Error

    This is for a korean messenger plugin..
    From
    http://dev.haz3.com/viewforum.php?f=16
    I try the svn command:
    svn co http://dev.haz3.com/svn/nateon/trunk
    and I get:
    svn: OPTIONS of 'http://dev.haz3.com/svn/nateon/trunk': 200 OK (http://dev.haz3.com)
    I tried building from from AUR as well, and the PKGBUILD file tried to do the same thing:
    svn co http://dev.haz3.com/svn/nateon/trunk
    So not sure what to do.. I found a source tar from launchpad and built it but it's not working in pidgin... so not sure how to fix this :S
    Any help is appreciated,
    Thanks
    EDIT: I fixed it!
    For some reason when I make and make install, it put things in /usr/local/lib,, when it needs to be in /usr/lib/
    Last edited by nomadicalien (2010-05-25 13:29:50)

    nomadicalien wrote:For some reason when I make and make install, it put things in /usr/local/lib,, when it needs to be in /usr/lib/
    which is why is always best to use makepkg/pacman to install anything. You never know where things are at/go to.
    If you MUST make && make install  try to use ./configure --prefix=/usr .  Many pkg use /usr/local/ as default (as you see)

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

Maybe you are looking for