Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 158601 Details for
Bug 225695
media-sound/ardour-2.4.1: SConstruct checks for boost in /usr/local
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 4.88 KB, created by
Daniel Santos
on 2008-06-27 09:40:12 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Daniel Santos
Created:
2008-06-27 09:40:12 UTC
Size:
4.88 KB
patch
obsolete
>file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 480: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for pkg-config version >= 0.8.0... >pkg-config --atleast-pkgconfig-version=0.8.0 >scons: Configure: yes > >scons: Configure: Checking for gthread-2.0... >pkg-config --atleast-version=2.10.1 gthread-2.0 >scons: Configure: yes > >scons: Configure: Checking for lrdf... >pkg-config --atleast-version=0.4.0 lrdf >scons: Configure: yes > >scons: Configure: Checking for libgnomecanvas-2.0... >pkg-config --atleast-version=2.0 libgnomecanvas-2.0 >scons: Configure: yes > >scons: Configure: Checking for gtk+-2.0... >pkg-config --atleast-version=2.8.1 gtk+-2.0 >scons: Configure: yes > >scons: Configure: Checking for jack... >pkg-config --atleast-version=0.101.1 jack >scons: Configure: yes > >scons: Configure: Checking for samplerate... >pkg-config --atleast-version=0.1.0 samplerate >scons: Configure: yes > >scons: Configure: Checking for glib-2.0... >pkg-config --atleast-version=2.10.1 glib-2.0 >scons: Configure: yes > >scons: Configure: Checking for libxml-2.0... >pkg-config --atleast-version=2.6.0 libxml-2.0 >scons: Configure: yes > >scons: Configure: Checking for raptor... >pkg-config --atleast-version=1.4.2 raptor >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 517: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for fftw3f... >pkg-config --exists fftw3f >scons: Configure: yes > >scons: Configure: Checking for fftw3... >pkg-config --exists fftw3 >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 534: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for C header file fftw3.h... >.sconf_temp/conftest_12.c <- > | > |#include <fftw3.h> > | > | >gcc -o .sconf_temp/conftest_12.o -c .sconf_temp/conftest_12.c >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 548: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for C header file curl/curl.h... >.sconf_temp/conftest_13.c <- > | > |#include <curl/curl.h> > | > | >gcc -o .sconf_temp/conftest_13.o -c .sconf_temp/conftest_13.c >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 620: > Configure(confdir = .sconf_temp) >x86_64-pc-linux-gnu-g++ --version >x86_64-pc-linux-gnu-g++ (Gentoo 4.3.1 p1.0) 4.3.1 >Copyright (C) 2008 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. > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 854: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for C header file fftw3.h... >.sconf_temp/conftest_15.c <- > | > |#include <fftw3.h> > | > | >x86_64-pc-linux-gnu-gcc -o .sconf_temp/conftest_15.o -c -march=athlon64 -O2 -pipe -msse3 -DUSE_X86_64_ASM -march=athlon64 -O2 -pipe -msse3 -DUSE_X86_64_ASM -DARCH_X86 -mmmx -m3dnow -msse -mfpmath=sse -DUSE_XMMINTRIN -DBUILD_SSE_OPTIMIZATIONS -DUSE_X86_64_ASM -Wall -DHAVE_LIBLO -I. .sconf_temp/conftest_15.c >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 880: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for usb_interrupt_write() in C library usb... >.sconf_temp/conftest_16.c <- > | > | > | > |#ifdef __cplusplus > |extern "C" > |#endif > |char usb_interrupt_write(); > | > |int > |main() { > | usb_interrupt_write(); > |return 0; > |} > | >gcc -o .sconf_temp/conftest_16.o -c .sconf_temp/conftest_16.c >gcc -o .sconf_temp/conftest_16 .sconf_temp/conftest_16.o -lusb >scons: Configure: yes > >scons: Configure: Checking for C header file linux/input.h... >.sconf_temp/conftest_17.c <- > | > |#include <linux/input.h> > | > | >gcc -o .sconf_temp/conftest_17.o -c .sconf_temp/conftest_17.c >scons: Configure: yes > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 907: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for FLAC__seekable_stream_decoder_init() in C++ library FLAC... >.sconf_temp/conftest_18.cpp <- > | > | > | > |#ifdef __cplusplus > |extern "C" > |#endif > |char FLAC__seekable_stream_decoder_init(); > | > |int > |main() { > | FLAC__seekable_stream_decoder_init(); > |return 0; > |} > | >g++ -o .sconf_temp/conftest_18.o -c -I/usr/local/include .sconf_temp/conftest_18.cpp >ccache: failed to create /var/tmp/portage/.ccache (No such file or directory) >scons: Configure: no > > >file /tmp/portage/media-sound/ardour-2.4.1/work/ardour-2.4.1/SConstruct,line 924: > Configure(confdir = .sconf_temp) >scons: Configure: Checking for C++ header file boost/shared_ptr.hpp... >.sconf_temp/conftest_19.cpp <- > | > |#include <boost/shared_ptr.hpp> > | > | >g++ -o .sconf_temp/conftest_19.o -c -I/usr/local/include .sconf_temp/conftest_19.cpp >ccache: failed to create /var/tmp/portage/.ccache (No such file or directory) >scons: Configure: no >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225695
:
156173
|
158601
|
158661
|
158663
|
158665
|
162458
|
162459
|
162461