Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201562 Details for
Bug 281845
media-gfx/enblend-3.2 doesn't build againt dev-libs/boost-1.35.0-r5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log - media-gfx/enblend-3.2 not finding boost libs
build.log (text/plain), 5.57 KB, created by
Elias Probst
on 2009-08-17 22:24:53 UTC
(
hide
)
Description:
build.log - media-gfx/enblend-3.2 not finding boost libs
Filename:
MIME Type:
Creator:
Elias Probst
Created:
2009-08-17 22:24:53 UTC
Size:
5.57 KB
patch
obsolete
>>>> [1m[37mcfg-update-1.8.2-r1[0m[0m: Creating checksum index... > [33;01m*[0m > [33;01m*[0m Please note: the compilation of enblend needs about 1 GB RAM (and swap). > [33;01m*[0m >>>> Unpacking source... >>>> Unpacking enblend-enfuse-3.2.tar.gz to /var/tmp/portage/media-gfx/enblend-3.2/work >>>> Source unpacked in /var/tmp/portage/media-gfx/enblend-3.2/work >>>> Compiling source in /var/tmp/portage/media-gfx/enblend-3.2/work/enblend-enfuse-3.2 ... > * econf: updating enblend-enfuse-3.2/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating enblend-enfuse-3.2/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/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 x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no >checking for gzopen in -lz... yes >checking for jpeg_finish_compress in -ljpeg... yes >checking for png_init_io in -lpng... yes >checking for TIFFOpen in -ltiff... yes >checking for cmsCreateTransform in -llcms... yes >checking for miNewPaintedSet in -lxmi... yes >checking for x86_64-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for OPENEXR... yes >checking for X... libraries , headers >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >./configure: line 6493: AX_LANG_COMPILER_MS: command not found >checking windows.h usability... no >checking windows.h presence... no >checking for windows.h... no >checking for OpenGL library... -lGL >checking for OpenGL Utility library... -lGLU >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for GLUT library... -lglut >checking for glewInit in -lGLEW... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking for ANSI C header files... (cached) yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking tiffio.h usability... yes >checking tiffio.h presence... yes >checking for tiffio.h... yes >checking jpeglib.h usability... yes >checking jpeglib.h presence... yes >checking for jpeglib.h... yes >checking png.h usability... yes >checking png.h presence... yes >checking for png.h... yes >checking boost/random/mersenne_twister.hpp usability... no >checking boost/random/mersenne_twister.hpp presence... no >checking for boost/random/mersenne_twister.hpp... no >configure: error: boost header files are required to compile enblend. > >!!! Please attach the following file when seeking support: >!!! /var/tmp/portage/media-gfx/enblend-3.2/work/enblend-enfuse-3.2/config.log > [31;01m*[0m > [31;01m*[0m ERROR: media-gfx/enblend-3.2 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2297: Called econf > [31;01m*[0m ebuild.sh, line 536: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m die "econf failed" > [31;01m*[0m The die message: > [31;01m*[0m econf failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/tmp/portage/media-gfx/enblend-3.2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/media-gfx/enblend-3.2/temp/environment'. > [31;01m*[0m
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 281845
: 201562