Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92161 Details for
Bug 140972
media-sound/ardour-0.99.3 --as-needed: fails to configure with gtk+
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), 5.58 KB, created by
Jan Essert
on 2006-07-18 15:01:55 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Jan Essert
Created:
2006-07-18 15:01:55 UTC
Size:
5.58 KB
patch
obsolete
> >file SConstruct,line 389: > Configure( confdir = .sconf_temp ) > >Checking for C header file alsa/asoundlib.h... .sconf_temp/conftest_0.c <- > | > |#include "alsa/asoundlib.h" > | > | >gcc -I. -c -o .sconf_temp/conftest_0.o .sconf_temp/conftest_0.c >yes > >file SConstruct,line 636: > Configure( confdir = .sconf_temp ) > >xgettext --version >xgettext (GNU gettext-tools) 0.14.6 >Copyright (C) 1995-1998, 2000-2005 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. >Written by Ulrich Drepper. >Checking for C header file libintl.h... .sconf_temp/conftest_2.c <- > | > |#include "libintl.h" > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -I. -Ilibs -c -o .sconf_temp/conftest_2.o .sconf_temp/conftest_2.c >yes > >file /usr/lib/scons/SCons/Environment.py,line 1019: > Configure( confdir = .sconf_temp ) > >Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h... .sconf_temp/conftest_3.c <- > | > |#include "/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h" > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -I. -Ilibs -c -o .sconf_temp/conftest_3.o .sconf_temp/conftest_3.c >.sconf_temp/conftest_3.c:2:89: error: /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h: No such file or directory >scons: *** [.sconf_temp/conftest_3.o] Error 1 >no >Failed program was: >1: >2: #include "/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h" >3: >Error message: failed to compile test program >Checking for C function posix_memalign()... .sconf_temp/conftest_4.c <- > | > | > | #include <assert.h> > | > | #ifdef __cplusplus > | extern "C" > | #endif > | char posix_memalign(); > | > | int main() { > | #if defined (__stub_posix_memalign) || defined (__stub___posix_memalign) > | fail fail fail > | #else > | posix_memalign(); > | #endif > | > | return 0; > | } > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -I. -Ilibs -c -o .sconf_temp/conftest_4.o .sconf_temp/conftest_4.c >gcc -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o >yes > >file libs/pbd/SConscript,line 31: > Configure( confdir = /var/tmp/portage/ardour-0.99.3/work/ardour-0.99.3/.sconf_temp ) > >Checking for C function getmntent()... .sconf_temp/conftest_5.c <- > | > | > | #include <assert.h> > | > | #ifdef __cplusplus > | extern "C" > | #endif > | char getmntent(); > | > | int main() { > | #if defined (__stub_getmntent) || defined (__stub___getmntent) > | fail fail fail > | #else > | getmntent(); > | #endif > | > | return 0; > | } > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -Ilibs/pbd -Ilibs -c -o .sconf_temp/conftest_5.o .sconf_temp/conftest_5.c >gcc -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o >yes > >file libs/ardour/SConscript,line 137: > Configure( confdir = /var/tmp/portage/ardour-0.99.3/work/ardour-0.99.3/.sconf_temp ) > >Checking for jack_client_open()... >.sconf_temp/conftest_6.c <- > | > |#include <jack/jack.h> > |int main(int argc, char **argv) > |{ > | jack_recompute_total_latencies ((jack_client_t*) 0); > | return 0; > |} > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/ardour -Ilibs -c -o .sconf_temp/conftest_6.o .sconf_temp/conftest_6.c >gcc -o .sconf_temp/conftest_6 .sconf_temp/conftest_6.o -ljack >Result: ok > >Checking for jack_recompute_total_latencies()... >.sconf_temp/conftest_7.c <- > | > |#include <jack/jack.h> > |int main(int argc, char **argv) > |{ > | jack_recompute_total_latencies ((jack_client_t*) 0); > | return 0; > |} > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/ardour -Ilibs -c -o .sconf_temp/conftest_7.o .sconf_temp/conftest_7.c >gcc -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -ljack >Result: ok > >Checking for C header file wordexp.h... .sconf_temp/conftest_8.c <- > | > |#include "wordexp.h" > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/ardour -Ilibs -c -o .sconf_temp/conftest_8.o .sconf_temp/conftest_8.c >yes >Checking for C header file sys/vfs.h... .sconf_temp/conftest_9.c <- > | > |#include "sys/vfs.h" > | > | >gcc -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -m3dnow -march=i686 -DBUILD_SSE_OPTIMIZATIONS -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/ardour -Ilibs -c -o .sconf_temp/conftest_9.o .sconf_temp/conftest_9.c >yes
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 140972
:
92160
| 92161