Re: [proaudio] flowcanvas-9999 depency problem

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Frieder Bürzele wrote:
> Harald Gutmann wrote:
>> Frieder Bürzele wrote:
>>  
>>> Harald Gutmann wrote:
>>>    
>>>> hello!
>>>>
>>>> today wanted to install smack-9999, after unmasking all the nessacary
>>>> packages,
>>>> i started to emerge, but emerge stopped on the second package (fist
>>>> package was cvs).
>>>> the error message on flowcanvas is here:
>>>>
>>>>     >>> Unpacking source...
>>>>      * subversion check out start -->
>>>>      *      repository: http://codeson.net/svn/flowcanvas
>>>>     svn: PROPFIND Anfrage fehlgeschlagen auf '/'
>>>>     svn: PROPFIND von '/': 200 OK (http://codeson.net)
>>>>
>>>>     !!! ERROR: media-libs/flowcanvas-9999 failed.
>>>>     Call stack:
>>>>       ebuild.sh, line 1546:   Called dyn_unpack
>>>>       ebuild.sh, line 708:   Called src_unpack
>>>>       ebuild.sh, line 1255:   Called subversion_src_unpack
>>>>       subversion.eclass, line 274:   Called subversion_fetch
>>>>       subversion.eclass, line 181:   Called die
>>>>
>>>>     !!! subversion.eclass: can't fetch from
>>>> http://codeson.net/svn/flowcanvas.
>>>>     !!! If you need support, post the topmost build error, and the
>>>> call
>>>> stack if relevant.
>>>>
>>>>     !!! This ebuild is from an overlay:
>>>> '/usr/portage/local/layman/pro-audio'
>>>>
>>>>
>>>> the main problem is, that this svn repository isn't existing any more.
>>>>
>>>> when trying google, with svn flowcanvas the first result is on the
>>>> ardour page, and the other results are from the pro-audio overlay, or
>>>> from the om-synth.
>>>> http://subversion.ardour.org/svn/ardour2/trunk/libs/flowcanvas/
>>>>
>>>> maybe someone could be so cindly and try to repair the flowcanvas
>>>> ebuild.
>>>>
>>>>
>>>> best regards,
>>>> harald gutmann
>>>>
>>>>         
>>> fixed
>>> (they moved to http://svn.codeson.net/flowcanvas )
>>>
>>> If you get something like this:
>>>
>>> !!! subversion.eclass: ESVN_REPO_URI (or specified URI) and working
>>> copy's URL are not matched.
>>> !!! If you need support, post the topmost build error, and the call
>>> stack if relevant.
>>>
>>> for flowcanvas
>>> rm -rf /usr/portage/distfiles/svn-src/flowcanvas
>>> the same for patchage
>>> rm -rf /usr/portage/distfiles/svn-src/patchage
>>>
>>>
>>>     
>> checking for pkg-config... /usr/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for GTKMM... yes
>> checking for GNOMECANVASMM... yes
>> checking boost/shared_ptr.hpp usability... no
>> checking boost/shared_ptr.hpp presence... no
>> checking for boost/shared_ptr.hpp... no
>> configure: error: You need the boost headers package (e.g. libboost-dev)
>>
>> !!! Please attach the following file when filing a report to
>> bugs.gentoo.org:
>> !!! /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/config.log
>>
>> !!! ERROR: media-libs/flowcanvas-9999 failed.
>> Call stack:
>>
>>
>>
>> config.log is attached, looks like a missing depency to boost.
>> svn checkout works!
>>
>>
>> best regards,
>> harald gutmann
>>
>>  
>> ------------------------------------------------------------------------
>>
>> This file contains any messages produced by compilers while
>> running configure, to aid debugging if configure makes a mistake.
>>
>> It was created by flowcanvas configure 0.1.0, which was
>> generated by GNU Autoconf 2.59.  Invocation command line was
>>
>>   $ ./configure --prefix=/usr --host=i686-pc-linux-gnu
>> --mandir=/usr/share/man --infodir=/usr/share/info
>> --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
>> --build=i686-pc-linux-gnu
>>
>> ## --------- ##
>> ## Platform. ##
>> ## --------- ##
>>
>> hostname = winnie
>> uname -m = i686
>> uname -r = 2.6.17-gentoo-r8
>> uname -s = Linux
>> uname -v = #5 SMP Tue Oct 10 17:14:17 CEST 2006
>>
>> /usr/bin/uname -p = AMD Athlon(tm)  2500+
>> /bin/uname -X     = unknown
>>
>> /bin/arch              = i686
>> /usr/bin/arch -k       = unknown
>> /usr/convex/getsysinfo = unknown
>> hostinfo               = unknown
>> /bin/machine           = unknown
>> /usr/bin/oslevel       = unknown
>> /bin/universe          = unknown
>>
>> PATH: /usr/local/sbin
>> PATH: /sbin
>> PATH: /usr/sbin
>> PATH: /usr/lib/portage/bin
>> PATH: /usr/local/bin
>> PATH: /bin
>> PATH: /usr/bin
>> PATH: /opt/bin
>> PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1
>> PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1
>> PATH: /opt/sun-jdk-1.4.2.10/bin
>> PATH: /opt/sun-jdk-1.4.2.10/jre/bin
>> PATH: /opt/sun-jdk-1.4.2.10/jre/javaws
>> PATH: /usr/kde/3.5/sbin
>> PATH: /usr/kde/3.5/bin
>> PATH: /usr/qt/3/bin
>>
>>
>> ## ----------- ##
>> ## Core tests. ##
>> ## ----------- ##
>>
>> configure:1587: checking for a BSD-compatible install
>> configure:1642: result: /bin/install -c
>> configure:1653: checking whether build environment is sane
>> configure:1696: result: yes
>> configure:1761: checking for gawk
>> configure:1777: found /bin/gawk
>> configure:1787: result: gawk
>> configure:1797: checking whether make sets $(MAKE)
>> configure:1817: result: yes
>> configure:2003: checking for i686-pc-linux-gnu-g++
>> configure:2019: found /usr/bin/i686-pc-linux-gnu-g++
>> configure:2029: result: i686-pc-linux-gnu-g++
>> configure:2087: checking for C++ compiler version
>> configure:2090: i686-pc-linux-gnu-g++ --version </dev/null >&5
>> i686-pc-linux-gnu-g++ (GCC) 4.1.1 (Gentoo 4.1.1)
>> Copyright (C) 2006 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.  There
>> is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
>> configure:2093: $? = 0
>> configure:2095: i686-pc-linux-gnu-g++ -v </dev/null >&5
>> Using built-in specs.
>> Target: i686-pc-linux-gnu
>> Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure
>> --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1
>> --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include
>> --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1
>> --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man
>> --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info
>> --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4
>> --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
>> --enable-nls --without-included-gettext --with-system-zlib
>> --disable-checking --disable-werror --disable-libunwind-exceptions
>> --disable-multilib --disable-libmudflap --disable-libssp
>> --disable-libgcj --enable-languages=c,c++,fortran --enable-shared
>> --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
>> Thread model: posix
>> gcc version 4.1.1 (Gentoo 4.1.1)
>> configure:2098: $? = 0
>> configure:2100: i686-pc-linux-gnu-g++ -V </dev/null >&5
>> i686-pc-linux-gnu-g++: '-V' option must have argument
>> configure:2103: $? = 1
>> configure:2126: checking for C++ compiler default output file name
>> configure:2129: i686-pc-linux-gnu-g++ -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer   conftest.cc  >&5
>> configure:2132: $? = 0
>> configure:2178: result: a.out
>> configure:2183: checking whether the C++ compiler works
>> configure:2189: ./a.out
>> configure:2192: $? = 0
>> configure:2209: result: yes
>> configure:2216: checking whether we are cross compiling
>> configure:2218: result: no
>> configure:2221: checking for suffix of executables
>> configure:2223: i686-pc-linux-gnu-g++ -o conftest -O2
>> -march=athlon-xp -pipe -fomit-frame-pointer   conftest.cc  >&5
>> configure:2226: $? = 0
>> configure:2251: result: configure:2257: checking for suffix of object
>> files
>> configure:2278: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:2281: $? = 0
>> configure:2303: result: o
>> configure:2307: checking whether we are using the GNU C++ compiler
>> configure:2331: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:2337: $? = 0
>> configure:2341: test -z              || test ! -s conftest.err
>> configure:2344: $? = 0
>> configure:2347: test -s conftest.o
>> configure:2350: $? = 0
>> configure:2363: result: yes
>> configure:2369: checking whether i686-pc-linux-gnu-g++ accepts -g
>> configure:2390: i686-pc-linux-gnu-g++ -c -g  conftest.cc >&5
>> configure:2396: $? = 0
>> configure:2400: test -z              || test ! -s conftest.err
>> configure:2403: $? = 0
>> configure:2406: test -s conftest.o
>> configure:2409: $? = 0
>> configure:2420: result: yes
>> configure:2462: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:2468: $? = 0
>> configure:2472: test -z              || test ! -s conftest.err
>> configure:2475: $? = 0
>> configure:2478: test -s conftest.o
>> configure:2481: $? = 0
>> configure:2507: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> conftest.cc: In function 'int main()':
>> conftest.cc:15: error: 'exit' was not declared in this scope
>> configure:2513: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | /* end confdefs.h.  */
>> | | int
>> | main ()
>> | {
>> | exit (42);
>> |   ;
>> |   return 0;
>> | }
>> configure:2462: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:2468: $? = 0
>> configure:2472: test -z              || test ! -s conftest.err
>> configure:2475: $? = 0
>> configure:2478: test -s conftest.o
>> configure:2481: $? = 0
>> configure:2507: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:2513: $? = 0
>> configure:2517: test -z              || test ! -s conftest.err
>> configure:2520: $? = 0
>> configure:2523: test -s conftest.o
>> configure:2526: $? = 0
>> configure:2560: checking for style of include used by make
>> configure:2588: result: GNU
>> configure:2616: checking dependency style of i686-pc-linux-gnu-g++
>> configure:2706: result: gcc3
>> configure:2729: checking how to run the C++ preprocessor
>> configure:2760: i686-pc-linux-gnu-g++ -E  conftest.cc
>> configure:2766: $? = 0
>> configure:2798: i686-pc-linux-gnu-g++ -E  conftest.cc
>> conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
>> configure:2804: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | /* end confdefs.h.  */
>> | #include <ac_nonexistent.h>
>> configure:2843: result: i686-pc-linux-gnu-g++ -E
>> configure:2867: i686-pc-linux-gnu-g++ -E  conftest.cc
>> configure:2873: $? = 0
>> configure:2905: i686-pc-linux-gnu-g++ -E  conftest.cc
>> conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
>> configure:2911: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | /* end confdefs.h.  */
>> | #include <ac_nonexistent.h>
>> configure:2955: checking for egrep
>> configure:2965: result: grep -E
>> configure:2970: checking for ANSI C header files
>> configure:2995: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3001: $? = 0
>> configure:3005: test -z              || test ! -s conftest.err
>> configure:3008: $? = 0
>> configure:3011: test -s conftest.o
>> configure:3014: $? = 0
>> configure:3103: i686-pc-linux-gnu-g++ -o conftest -O2
>> -march=athlon-xp -pipe -fomit-frame-pointer   conftest.cc  >&5
>> configure:3106: $? = 0
>> configure:3108: ./conftest
>> configure:3111: $? = 0
>> configure:3126: result: yes
>> configure:3150: checking for sys/types.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for sys/stat.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for stdlib.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for string.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for memory.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for strings.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for inttypes.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for stdint.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3150: checking for unistd.h
>> configure:3166: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3172: $? = 0
>> configure:3176: test -z              || test ! -s conftest.err
>> configure:3179: $? = 0
>> configure:3182: test -s conftest.o
>> configure:3185: $? = 0
>> configure:3196: result: yes
>> configure:3208: checking for size_t
>> configure:3232: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:3238: $? = 0
>> configure:3242: test -z              || test ! -s conftest.err
>> configure:3245: $? = 0
>> configure:3248: test -s conftest.o
>> configure:3251: $? = 0
>> configure:3262: result: yes
>> configure:3352: checking build system type
>> configure:3370: result: i686-pc-linux-gnu
>> configure:3378: checking host system type
>> configure:3392: result: i686-pc-linux-gnu
>> configure:3408: checking for i686-pc-linux-gnu-gcc
>> configure:3424: found /usr/bin/i686-pc-linux-gnu-gcc
>> configure:3434: result: i686-pc-linux-gnu-gcc
>> configure:3716: checking for C compiler version
>> configure:3719: i686-pc-linux-gnu-gcc --version </dev/null >&5
>> i686-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1)
>> Copyright (C) 2006 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.  There
>> is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
>> configure:3722: $? = 0
>> configure:3724: i686-pc-linux-gnu-gcc -v </dev/null >&5
>> Using built-in specs.
>> Target: i686-pc-linux-gnu
>> Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure
>> --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1
>> --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include
>> --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1
>> --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man
>> --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info
>> --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4
>> --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
>> --enable-nls --without-included-gettext --with-system-zlib
>> --disable-checking --disable-werror --disable-libunwind-exceptions
>> --disable-multilib --disable-libmudflap --disable-libssp
>> --disable-libgcj --enable-languages=c,c++,fortran --enable-shared
>> --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
>> Thread model: posix
>> gcc version 4.1.1 (Gentoo 4.1.1)
>> configure:3727: $? = 0
>> configure:3729: i686-pc-linux-gnu-gcc -V </dev/null >&5
>> i686-pc-linux-gnu-gcc: '-V' option must have argument
>> configure:3732: $? = 1
>> configure:3735: checking whether we are using the GNU C compiler
>> configure:3759: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.c >&5
>> configure:3765: $? = 0
>> configure:3769: test -z              || test ! -s conftest.err
>> configure:3772: $? = 0
>> configure:3775: test -s conftest.o
>> configure:3778: $? = 0
>> configure:3791: result: yes
>> configure:3797: checking whether i686-pc-linux-gnu-gcc accepts -g
>> configure:3818: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
>> configure:3824: $? = 0
>> configure:3828: test -z              || test ! -s conftest.err
>> configure:3831: $? = 0
>> configure:3834: test -s conftest.o
>> configure:3837: $? = 0
>> configure:3848: result: yes
>> configure:3865: checking for i686-pc-linux-gnu-gcc option to accept
>> ANSI C
>> configure:3935: i686-pc-linux-gnu-gcc  -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.c >&5
>> configure:3941: $? = 0
>> configure:3945: test -z              || test ! -s conftest.err
>> configure:3948: $? = 0
>> configure:3951: test -s conftest.o
>> configure:3954: $? = 0
>> configure:3972: result: none needed
>> configure:3990: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.c >&5
>> conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
>> before 'me'
>> configure:3996: $? = 1
>> configure: failed program was:
>> | #ifndef __cplusplus
>> |   choke me
>> | #endif
>> configure:4131: checking dependency style of i686-pc-linux-gnu-gcc
>> configure:4221: result: gcc3
>> configure:4238: checking for a sed that does not truncate output
>> configure:4292: result: /bin/sed
>> configure:4306: checking for ld used by i686-pc-linux-gnu-gcc
>> configure:4373: result: /usr/i686-pc-linux-gnu/bin/ld
>> configure:4382: checking if the linker
>> (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
>> configure:4397: result: yes
>> configure:4402: checking for /usr/i686-pc-linux-gnu/bin/ld option to
>> reload object files
>> configure:4409: result: -r
>> configure:4427: checking for BSD-compatible nm
>> configure:4476: result: /usr/bin/nm -B
>> configure:4480: checking whether ln -s works
>> configure:4484: result: yes
>> configure:4491: checking how to recognise dependent libraries
>> configure:4667: result: pass_all
>> configure:4904: checking how to run the C preprocessor
>> configure:4939: i686-pc-linux-gnu-gcc -E  conftest.c
>> configure:4945: $? = 0
>> configure:4977: i686-pc-linux-gnu-gcc -E  conftest.c
>> conftest.c:24:28: error: ac_nonexistent.h: No such file or directory
>> configure:4983: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | /* end confdefs.h.  */
>> | #include <ac_nonexistent.h>
>> configure:5022: result: i686-pc-linux-gnu-gcc -E
>> configure:5046: i686-pc-linux-gnu-gcc -E  conftest.c
>> configure:5052: $? = 0
>> configure:5084: i686-pc-linux-gnu-gcc -E  conftest.c
>> conftest.c:24:28: error: ac_nonexistent.h: No such file or directory
>> configure:5090: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | /* end confdefs.h.  */
>> | #include <ac_nonexistent.h>
>> configure:5148: checking dlfcn.h usability
>> configure:5160: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.c >&5
>> configure:5166: $? = 0
>> configure:5170: test -z              || test ! -s conftest.err
>> configure:5173: $? = 0
>> configure:5176: test -s conftest.o
>> configure:5179: $? = 0
>> configure:5189: result: yes
>> configure:5193: checking dlfcn.h presence
>> configure:5203: i686-pc-linux-gnu-gcc -E  conftest.c
>> configure:5209: $? = 0
>> configure:5229: result: yes
>> configure:5264: checking for dlfcn.h
>> configure:5271: result: yes
>> configure:5294: checking how to run the C++ preprocessor
>> configure:5408: result: i686-pc-linux-gnu-g++ -E
>> configure:5432: i686-pc-linux-gnu-g++ -E  conftest.cc
>> configure:5438: $? = 0
>> configure:5470: i686-pc-linux-gnu-g++ -E  conftest.cc
>> conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
>> configure:5476: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | #define HAVE_DLFCN_H 1
>> | /* end confdefs.h.  */
>> | #include <ac_nonexistent.h>
>> configure:5530: checking for i686-pc-linux-gnu-g77
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-f77
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-xlf
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-frt
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-pgf77
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-fort77
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-fl32
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-af77
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-f90
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-xlf90
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-pgf90
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-epcf90
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-f95
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-fort
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-xlf95
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-ifc
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-efc
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-pgf95
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-lf95
>> configure:5559: result: no
>> configure:5530: checking for i686-pc-linux-gnu-gfortran
>> configure:5546: found
>> /usr/i686-pc-linux-gnu/gcc-bin/4.1.1/i686-pc-linux-gnu-gfortran
>> configure:5556: result: i686-pc-linux-gnu-gfortran
>> configure:5613: checking for Fortran 77 compiler version
>> configure:5616: i686-pc-linux-gnu-gfortran --version </dev/null >&5
>> GNU Fortran 95 (GCC) 4.1.1 (Gentoo 4.1.1)
>> Copyright (C) 2006 Free Software Foundation, Inc.
>>
>> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
>> You may redistribute copies of GNU Fortran
>> under the terms of the GNU General Public License.
>> For more information about these matters, see the file named COPYING
>>
>> configure:5619: $? = 0
>> configure:5621: i686-pc-linux-gnu-gfortran -v </dev/null >&5
>> Using built-in specs.
>> Target: i686-pc-linux-gnu
>> Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure
>> --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1
>> --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include
>> --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1
>> --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man
>> --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info
>> --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4
>> --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
>> --enable-nls --without-included-gettext --with-system-zlib
>> --disable-checking --disable-werror --disable-libunwind-exceptions
>> --disable-multilib --disable-libmudflap --disable-libssp
>> --disable-libgcj --enable-languages=c,c++,fortran --enable-shared
>> --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
>> Thread model: posix
>> gcc version 4.1.1 (Gentoo 4.1.1)
>> configure:5624: $? = 0
>> configure:5626: i686-pc-linux-gnu-gfortran -V </dev/null >&5
>> i686-pc-linux-gnu-gfortran: '-V' option must have argument
>> configure:5629: $? = 1
>> configure:5637: checking whether we are using the GNU Fortran 77
>> compiler
>> configure:5651: i686-pc-linux-gnu-gfortran -c  conftest.F >&5
>> configure:5657: $? = 0
>> configure:5661: test -z              || test ! -s conftest.err
>> configure:5664: $? = 0
>> configure:5667: test -s conftest.o
>> configure:5670: $? = 0
>> configure:5683: result: yes
>> configure:5689: checking whether i686-pc-linux-gnu-gfortran accepts -g
>> configure:5701: i686-pc-linux-gnu-gfortran -c -g conftest.f >&5
>> configure:5707: $? = 0
>> configure:5711: test -z              || test ! -s conftest.err
>> configure:5714: $? = 0
>> configure:5717: test -s conftest.o
>> configure:5720: $? = 0
>> configure:5732: result: yes
>> configure:5762: checking the maximum length of command line arguments
>> configure:5871: result: 32768
>> configure:5882: checking command to parse /usr/bin/nm -B output from
>> i686-pc-linux-gnu-gcc object
>> configure:5987: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cc >&5
>> configure:5990: $? = 0
>> configure:5994: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[    
>> ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][    
>> ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
>> configure:5997: $? = 0
>> configure:6049: i686-pc-linux-gnu-g++ -o conftest -O2
>> -march=athlon-xp -pipe -fomit-frame-pointer   conftest.cc conftstm.o >&5
>> configure:6052: $? = 0
>> configure:6090: result: ok
>> configure:6094: checking for objdir
>> configure:6109: result: .libs
>> configure:6161: checking for i686-pc-linux-gnu-ar
>> configure:6177: found /usr/bin/i686-pc-linux-gnu-ar
>> configure:6187: result: i686-pc-linux-gnu-ar
>> configure:6241: checking for i686-pc-linux-gnu-ranlib
>> configure:6257: found /usr/bin/i686-pc-linux-gnu-ranlib
>> configure:6267: result: i686-pc-linux-gnu-ranlib
>> configure:6321: checking for i686-pc-linux-gnu-strip
>> configure:6337: found /usr/bin/i686-pc-linux-gnu-strip
>> configure:6347: result: i686-pc-linux-gnu-strip
>> configure:6609: checking for correct ltmain.sh version
>> configure:6659: result: yes
>> configure:6719: checking if i686-pc-linux-gnu-gcc supports -fno-rtti
>> -fno-exceptions
>> configure:6737: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  -fno-rtti -fno-exceptions conftest.c >&5
>> cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
>> but not for C
>> configure:6741: $? = 0
>> configure:6754: result: no
>> configure:6769: checking for i686-pc-linux-gnu-gcc option to produce PIC
>> configure:6979: result: -fPIC
>> configure:6987: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works
>> configure:7005: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  -fPIC -DPIC conftest.c >&5
>> configure:7009: $? = 0
>> configure:7022: result: yes
>> configure:7050: checking if i686-pc-linux-gnu-gcc static flag -static
>> works
>> configure:7078: result: yes
>> configure:7088: checking if i686-pc-linux-gnu-gcc supports -c -o file.o
>> configure:7109: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  -o out/conftest2.o conftest.c >&5
>> configure:7113: $? = 0
>> configure:7135: result: yes
>> configure:7161: checking whether the i686-pc-linux-gnu-gcc linker
>> (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
>> configure:8119: result: yes
>> configure:8140: checking whether -lc should be explicitly linked in
>> configure:8145: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.c >&5
>> configure:8148: $? = 0
>> configure:8163: i686-pc-linux-gnu-gcc -shared conftest.o  -v
>> -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null
>> 2\>\&1
>> configure:8166: $? = 0
>> configure:8178: result: no
>> configure:8186: checking dynamic linker characteristics
>> configure:8811: result: GNU/Linux ld.so
>> configure:8820: checking how to hardcode library paths into programs
>> configure:8845: result: immediate
>> configure:8859: checking whether stripping libraries is possible
>> configure:8864: result: yes
>> configure:9698: checking if libtool supports shared libraries
>> configure:9700: result: yes
>> configure:9703: checking whether to build shared libraries
>> configure:9724: result: yes
>> configure:9727: checking whether to build static libraries
>> configure:9731: result: yes
>> configure:9823: creating libtool
>> configure:10411: checking for ld used by i686-pc-linux-gnu-g++
>> configure:10478: result: /usr/i686-pc-linux-gnu/bin/ld
>> configure:10487: checking if the linker
>> (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
>> configure:10502: result: yes
>> configure:10553: checking whether the i686-pc-linux-gnu-g++ linker
>> (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
>> configure:11491: result: yes
>> configure:11509: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  conftest.cpp >&5
>> configure:11512: $? = 0
>> configure:11631: checking for i686-pc-linux-gnu-g++ option to produce
>> PIC
>> configure:11905: result: -fPIC
>> configure:11913: checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works
>> configure:11931: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  -fPIC -DPIC conftest.cpp >&5
>> configure:11935: $? = 0
>> configure:11948: result: yes
>> configure:11976: checking if i686-pc-linux-gnu-g++ static flag
>> -static works
>> configure:12004: result: yes
>> configure:12014: checking if i686-pc-linux-gnu-g++ supports -c -o file.o
>> configure:12035: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer  -o out/conftest2.o conftest.cpp >&5
>> configure:12039: $? = 0
>> configure:12061: result: yes
>> configure:12087: checking whether the i686-pc-linux-gnu-g++ linker
>> (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
>> configure:12112: result: yes
>> configure:12179: checking dynamic linker characteristics
>> configure:12804: result: GNU/Linux ld.so
>> configure:12813: checking how to hardcode library paths into programs
>> configure:12838: result: immediate
>> configure:13364: checking if libtool supports shared libraries
>> configure:13366: result: yes
>> configure:13369: checking whether to build shared libraries
>> configure:13389: result: yes
>> configure:13392: checking whether to build static libraries
>> configure:13396: result: yes
>> configure:13406: checking for i686-pc-linux-gnu-gfortran option to
>> produce PIC
>> configure:13616: result: -fPIC
>> configure:13624: checking if i686-pc-linux-gnu-gfortran PIC flag
>> -fPIC works
>> configure:13642: i686-pc-linux-gnu-gfortran -c -g -O2 -fPIC
>> conftest.f >&5
>> configure:13646: $? = 0
>> configure:13659: result: yes
>> configure:13687: checking if i686-pc-linux-gnu-gfortran static flag
>> -static works
>> configure:13715: result: yes
>> configure:13725: checking if i686-pc-linux-gnu-gfortran supports -c
>> -o file.o
>> configure:13746: i686-pc-linux-gnu-gfortran -c -g -O2 -o
>> out/conftest2.o conftest.f >&5
>> configure:13750: $? = 0
>> configure:13772: result: yes
>> configure:13798: checking whether the i686-pc-linux-gnu-gfortran
>> linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
>> configure:14736: result: yes
>> configure:14803: checking dynamic linker characteristics
>> configure:15428: result: GNU/Linux ld.so
>> configure:15437: checking how to hardcode library paths into programs
>> configure:15462: result: immediate
>> configure:19112: checking for i686-pc-linux-gnu-pkg-config
>> configure:19145: result: no
>> configure:19154: checking for pkg-config
>> configure:19172: found /usr/bin/pkg-config
>> configure:19184: result: /usr/bin/pkg-config
>> configure:19199: checking pkg-config is at least version 0.9.0
>> configure:19202: result: yes
>> configure:19213: checking for GTKMM
>> configure:19221: $PKG_CONFIG --exists --print-errors "gtkmm-2.4"
>> configure:19224: $? = 0
>> configure:19239: $PKG_CONFIG --exists --print-errors "gtkmm-2.4"
>> configure:19242: $? = 0
>> configure:19318: result: yes
>> configure:19324: checking for GNOMECANVASMM
>> configure:19332: $PKG_CONFIG --exists --print-errors
>> "libgnomecanvasmm-2.6"
>> configure:19335: $? = 0
>> configure:19350: $PKG_CONFIG --exists --print-errors
>> "libgnomecanvasmm-2.6"
>> configure:19353: $? = 0
>> configure:19429: result: yes
>> configure:19449: checking boost/shared_ptr.hpp usability
>> configure:19461: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer -DNDEBUG -pipe -fmessage-length=139
>> -fdiagnostics-show-location=every-line  conftest.cc >&5
>> conftest.cc:59:32: error: boost/shared_ptr.hpp: No such file or
>> directory
>> configure:19467: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | #define HAVE_DLFCN_H 1
>> | /* end confdefs.h.  */
>> | #include <stdio.h>
>> | #if HAVE_SYS_TYPES_H
>> | # include <sys/types.h>
>> | #endif
>> | #if HAVE_SYS_STAT_H
>> | # include <sys/stat.h>
>> | #endif
>> | #if STDC_HEADERS
>> | # include <stdlib.h>
>> | # include <stddef.h>
>> | #else
>> | # if HAVE_STDLIB_H
>> | #  include <stdlib.h>
>> | # endif
>> | #endif
>> | #if HAVE_STRING_H
>> | # if !STDC_HEADERS && HAVE_MEMORY_H
>> | #  include <memory.h>
>> | # endif
>> | # include <string.h>
>> | #endif
>> | #if HAVE_STRINGS_H
>> | # include <strings.h>
>> | #endif
>> | #if HAVE_INTTYPES_H
>> | # include <inttypes.h>
>> | #else
>> | # if HAVE_STDINT_H
>> | #  include <stdint.h>
>> | # endif
>> | #endif
>> | #if HAVE_UNISTD_H
>> | # include <unistd.h>
>> | #endif
>> | #include <boost/shared_ptr.hpp>
>> configure:19490: result: no
>> configure:19494: checking boost/shared_ptr.hpp presence
>> configure:19504: i686-pc-linux-gnu-g++ -E  conftest.cc
>> conftest.cc:25:32: error: boost/shared_ptr.hpp: No such file or
>> directory
>> configure:19510: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
>> | | #define PACKAGE_NAME "flowcanvas"
>> | #define PACKAGE_TARNAME "flowcanvas"
>> | #define PACKAGE_VERSION "0.1.0"
>> | #define PACKAGE_STRING "flowcanvas 0.1.0"
>> | #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> | #define PACKAGE "flowcanvas"
>> | #define VERSION "0.1.0"
>> | #ifdef __cplusplus
>> | extern "C" void std::exit (int) throw (); using std::exit;
>> | #endif
>> | #define STDC_HEADERS 1
>> | #define HAVE_SYS_TYPES_H 1
>> | #define HAVE_SYS_STAT_H 1
>> | #define HAVE_STDLIB_H 1
>> | #define HAVE_STRING_H 1
>> | #define HAVE_MEMORY_H 1
>> | #define HAVE_STRINGS_H 1
>> | #define HAVE_INTTYPES_H 1
>> | #define HAVE_STDINT_H 1
>> | #define HAVE_UNISTD_H 1
>> | #define HAVE_DLFCN_H 1
>> | /* end confdefs.h.  */
>> | #include <boost/shared_ptr.hpp>
>> configure:19530: result: no
>> configure:19565: checking for boost/shared_ptr.hpp
>> configure:19572: result: no
>> configure:19582: error: You need the boost headers package (e.g.
>> libboost-dev)
>>
>> ## ---------------- ##
>> ## Cache variables. ##
>> ## ---------------- ##
>>
>> ac_cv_build=i686-pc-linux-gnu
>> ac_cv_build_alias=i686-pc-linux-gnu
>> ac_cv_c_compiler_gnu=yes
>> ac_cv_cxx_compiler_gnu=yes
>> ac_cv_env_CC_set=
>> ac_cv_env_CC_value=
>> ac_cv_env_CFLAGS_set=set
>> ac_cv_env_CFLAGS_value='-O2 -march=athlon-xp -pipe -fomit-frame-pointer'
>> ac_cv_env_CPPFLAGS_set=
>> ac_cv_env_CPPFLAGS_value=
>> ac_cv_env_CPP_set=
>> ac_cv_env_CPP_value=
>> ac_cv_env_CXXCPP_set=
>> ac_cv_env_CXXCPP_value=
>> ac_cv_env_CXXFLAGS_set=set
>> ac_cv_env_CXXFLAGS_value='-O2 -march=athlon-xp -pipe
>> -fomit-frame-pointer'
>> ac_cv_env_CXX_set=
>> ac_cv_env_CXX_value=
>> ac_cv_env_F77_set=
>> ac_cv_env_F77_value=
>> ac_cv_env_FFLAGS_set=
>> ac_cv_env_FFLAGS_value=
>> ac_cv_env_GNOMECANVASMM_CFLAGS_set=
>> ac_cv_env_GNOMECANVASMM_CFLAGS_value=
>> ac_cv_env_GNOMECANVASMM_LIBS_set=
>> ac_cv_env_GNOMECANVASMM_LIBS_value=
>> ac_cv_env_GTKMM_CFLAGS_set=
>> ac_cv_env_GTKMM_CFLAGS_value=
>> ac_cv_env_GTKMM_LIBS_set=
>> ac_cv_env_GTKMM_LIBS_value=
>> ac_cv_env_LDFLAGS_set=
>> ac_cv_env_LDFLAGS_value=
>> ac_cv_env_PKG_CONFIG_set=
>> ac_cv_env_PKG_CONFIG_value=
>> ac_cv_env_build_alias_set=set
>> ac_cv_env_build_alias_value=i686-pc-linux-gnu
>> ac_cv_env_host_alias_set=set
>> ac_cv_env_host_alias_value=i686-pc-linux-gnu
>> ac_cv_env_target_alias_set=
>> ac_cv_env_target_alias_value=
>> ac_cv_exeext=
>> ac_cv_f77_compiler_gnu=yes
>> ac_cv_header_boost_shared_ptr_hpp=no
>> ac_cv_header_dlfcn_h=yes
>> ac_cv_header_inttypes_h=yes
>> ac_cv_header_memory_h=yes
>> ac_cv_header_stdc=yes
>> ac_cv_header_stdint_h=yes
>> ac_cv_header_stdlib_h=yes
>> ac_cv_header_string_h=yes
>> ac_cv_header_strings_h=yes
>> ac_cv_header_sys_stat_h=yes
>> ac_cv_header_sys_types_h=yes
>> ac_cv_header_unistd_h=yes
>> ac_cv_host=i686-pc-linux-gnu
>> ac_cv_host_alias=i686-pc-linux-gnu
>> ac_cv_objext=o
>> ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
>> ac_cv_path_install='/bin/install -c'
>> ac_cv_prog_AR=i686-pc-linux-gnu-ar
>> ac_cv_prog_AWK=gawk
>> ac_cv_prog_CC=i686-pc-linux-gnu-gcc
>> ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
>> ac_cv_prog_CXX=i686-pc-linux-gnu-g++
>> ac_cv_prog_CXXCPP='i686-pc-linux-gnu-g++ -E'
>> ac_cv_prog_F77=i686-pc-linux-gnu-gfortran
>> ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
>> ac_cv_prog_STRIP=i686-pc-linux-gnu-strip
>> ac_cv_prog_cc_g=yes
>> ac_cv_prog_cc_stdc=
>> ac_cv_prog_cxx_g=yes
>> ac_cv_prog_egrep='grep -E'
>> ac_cv_prog_f77_g=yes
>> ac_cv_prog_make_make_set=yes
>> ac_cv_type_size_t=yes
>> am_cv_CC_dependencies_compiler_type=gcc3
>> am_cv_CXX_dependencies_compiler_type=gcc3
>> lt_cv_deplibs_check_method=pass_all
>> lt_cv_file_magic_cmd='$MAGIC_CMD'
>> lt_cv_file_magic_test_file=
>> lt_cv_ld_reload_flag=-r
>> lt_cv_objdir=.libs
>> lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld
>> lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/bin/ld
>> lt_cv_path_NM='/usr/bin/nm -B'
>> lt_cv_path_SED=/bin/sed
>> lt_cv_prog_compiler_c_o=yes
>> lt_cv_prog_compiler_c_o_CXX=yes
>> lt_cv_prog_compiler_c_o_F77=yes
>> lt_cv_prog_compiler_rtti_exceptions=no
>> lt_cv_prog_gnu_ld=yes
>> lt_cv_prog_gnu_ldcxx=yes
>> lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
>> ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][    
>> ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
>> lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
>> ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\)
>> \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
>> lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .*
>> \(.*\)$/extern int \1;/p'\'''
>> lt_cv_sys_max_cmd_len=32768
>> lt_lt_cv_prog_compiler_c_o='"yes"'
>> lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
>> lt_lt_cv_prog_compiler_c_o_F77='"yes"'
>> lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[    
>> ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[     ][    
>> ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
>> lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
>> \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e
>> '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr)
>> \\&\\2},/p'\''"'
>> lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
>> \\(.*\\)\$/extern int \\1;/p'\''"'
>> pkg_cv_GNOMECANVASMM_CFLAGS='-I/usr/include/libgnomecanvasmm-2.6
>> -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gtkmm-2.4
>> -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnomecanvas-2.0
>> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
>> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
>> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
>> -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
>> -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
>> -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
>> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0
>> -I/usr/include/libart-2.0 -I/usr/include/freetype2  '
>> pkg_cv_GNOMECANVASMM_LIBS='-lgnomecanvasmm-2.6 -lgtkmm-2.4
>> -lgnomecanvas-2 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lglibmm-2.4
>> -lsigc-2.0 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0
>> -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
>> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
>> pkg_cv_GTKMM_CFLAGS='-I/usr/include/gtkmm-2.4
>> -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4
>> -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4
>> -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4
>> -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
>> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
>> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
>> -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0
>> -I/usr/include/cairo -I/usr/include/atk-1.0  '
>> pkg_cv_GTKMM_LIBS='-lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0
>> -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0
>> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
>> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
>>
>> ## ----------------- ##
>> ## Output variables. ##
>> ## ----------------- ##
>>
>> ACLOCAL='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run
>> aclocal-1.9'
>> AMDEPBACKSLASH='\'
>> AMDEP_FALSE='#'
>> AMDEP_TRUE=''
>> AMTAR='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run tar'
>> AR='i686-pc-linux-gnu-ar'
>> AUTOCONF='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run
>> autoconf'
>> AUTOHEADER='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run
>> autoheader'
>> AUTOMAKE='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run
>> automake-1.9'
>> AWK='gawk'
>> CC='i686-pc-linux-gnu-gcc'
>> CCDEPMODE='depmode=gcc3'
>> CFLAGS='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -DNDEBUG
>> -pipe  -fmessage-length=139 -fdiagnostics-show-location=every-line'
>> CPP='i686-pc-linux-gnu-gcc -E'
>> CPPFLAGS=''
>> CXX='i686-pc-linux-gnu-g++'
>> CXXCPP='i686-pc-linux-gnu-g++ -E'
>> CXXDEPMODE='depmode=gcc3'
>> CXXFLAGS='-O2 -march=athlon-xp -pipe -fomit-frame-pointer -DNDEBUG
>> -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line'
>> CYGPATH_W='echo'
>> DEFS=''
>> DEPDIR='.deps'
>> ECHO='echo'
>> ECHO_C=''
>> ECHO_N='-n'
>> ECHO_T=''
>> EGREP='grep -E'
>> EXEEXT=''
>> F77='i686-pc-linux-gnu-gfortran'
>> FFLAGS='-g -O2'
>> GNOMECANVASMM_CFLAGS='-I/usr/include/libgnomecanvasmm-2.6
>> -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gtkmm-2.4
>> -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnomecanvas-2.0
>> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
>> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
>> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
>> -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
>> -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
>> -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
>> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0
>> -I/usr/include/libart-2.0 -I/usr/include/freetype2  '
>> GNOMECANVASMM_LIBS='-lgnomecanvasmm-2.6 -lgtkmm-2.4 -lgnomecanvas-2
>> -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0
>> -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
>> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
>> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
>> GTKMM_CFLAGS='-I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
>> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
>> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
>> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6
>> -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
>> -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
>> -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include
>> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0  '
>> GTKMM_LIBS='-lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0
>> -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0
>> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo
>> -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
>> INSTALL_DATA='${INSTALL} -m 644'
>> INSTALL_PROGRAM='${INSTALL}'
>> INSTALL_SCRIPT='${INSTALL}'
>> INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
>> LDFLAGS=''
>> LIBOBJS=''
>> LIBS=''
>> LIBTOOL='$(SHELL) $(top_builddir)/libtool'
>> LN_S='ln -s'
>> LTLIBOBJS=''
>> MAKEINFO='${SHELL}
>> /var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/missing --run
>> makeinfo'
>> OBJEXT='o'
>> PACKAGE='flowcanvas'
>> PACKAGE_BUGREPORT='drobilla@xxxxxxxxxxxxxxxxxxx'
>> PACKAGE_NAME='flowcanvas'
>> PACKAGE_STRING='flowcanvas 0.1.0'
>> PACKAGE_TARNAME='flowcanvas'
>> PACKAGE_VERSION='0.1.0'
>> PATH_SEPARATOR=':'
>> PKG_CONFIG='/usr/bin/pkg-config'
>> RANLIB='i686-pc-linux-gnu-ranlib'
>> SET_MAKE=''
>> SHELL='/bin/sh'
>> STRIP='i686-pc-linux-gnu-strip'
>> VERSION='0.1.0'
>> ac_ct_AR=''
>> ac_ct_CC=''
>> ac_ct_CXX=''
>> ac_ct_F77=''
>> ac_ct_RANLIB=''
>> ac_ct_STRIP=''
>> ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
>> am__fastdepCC_FALSE='#'
>> am__fastdepCC_TRUE=''
>> am__fastdepCXX_FALSE='#'
>> am__fastdepCXX_TRUE=''
>> am__include='include'
>> am__leading_dot='.'
>> am__quote=''
>> am__tar='${AMTAR} chof - "$$tardir"'
>> am__untar='${AMTAR} xf -'
>> bindir='${exec_prefix}/bin'
>> build='i686-pc-linux-gnu'
>> build_alias='i686-pc-linux-gnu'
>> build_cpu='i686'
>> build_os='linux-gnu'
>> build_vendor='pc'
>> datadir='/usr/share'
>> exec_prefix='NONE'
>> host='i686-pc-linux-gnu'
>> host_alias='i686-pc-linux-gnu'
>> host_cpu='i686'
>> host_os='linux-gnu'
>> host_vendor='pc'
>> includedir='${prefix}/include'
>> infodir='/usr/share/info'
>> install_sh='/var/tmp/portage/flowcanvas-9999/work/flowcanvas-9999/install-sh'
>>
>> libdir='${exec_prefix}/lib'
>> libexecdir='${exec_prefix}/libexec'
>> localstatedir='/var/lib'
>> mandir='/usr/share/man'
>> mkdir_p='mkdir -p --'
>> oldincludedir='/usr/include'
>> prefix='/usr'
>> program_transform_name='s,x,x,'
>> sbindir='${exec_prefix}/sbin'
>> sharedstatedir='${prefix}/com'
>> sysconfdir='/etc'
>> target_alias=''
>>
>> ## ----------- ##
>> ## confdefs.h. ##
>> ## ----------- ##
>>
>> #define HAVE_DLFCN_H 1
>> #define HAVE_INTTYPES_H 1
>> #define HAVE_MEMORY_H 1
>> #define HAVE_STDINT_H 1
>> #define HAVE_STDLIB_H 1
>> #define HAVE_STRINGS_H 1
>> #define HAVE_STRING_H 1
>> #define HAVE_SYS_STAT_H 1
>> #define HAVE_SYS_TYPES_H 1
>> #define HAVE_UNISTD_H 1
>> #define PACKAGE "flowcanvas"
>> #define PACKAGE_BUGREPORT "drobilla@xxxxxxxxxxxxxxxxxxx"
>> #define PACKAGE_NAME "flowcanvas"
>> #define PACKAGE_STRING "flowcanvas 0.1.0"
>> #define PACKAGE_TARNAME "flowcanvas"
>> #define PACKAGE_VERSION "0.1.0"
>> #define STDC_HEADERS 1
>> #define VERSION "0.1.0"
>> #endif
>> #ifdef __cplusplus
>> extern "C" void std::exit (int) throw (); using std::exit;
>>
>> configure: exit 1
>>   
> emerge boost
> I'll update the ebuild later
>
yes, that's clear, i only want to report, that this depency was/is missing.

best regards,
harald gutmann




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/