Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
Reading symbols from /usr/local/lib/xbmc/xbmc.bin...done.
(gdb) run
Starting program: /usr/local/lib/xbmc/xbmc.bin
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
btRunning DIL (3.22.0) Version
DtsDeviceOpen: Opening HW in mode 0
DtsDeviceOpen: Create File Failed
[New Thread 0x7fffe23cc700 (LWP 19150)]
[New Thread 0x7fffe1790700 (LWP 19151)]
[New Thread 0x7fffe003d700 (LWP 19155)]
Program received signal SIGSEGV, Segmentation fault.
0x00000000007804a7 in CVariant::operator== (this=0x1fe67e0, rhs=...)
at Variant.cpp:562
562 if (m_type == rhs.m_type)
(gdb) bt
0 0x00000000007804a7 in CVariant::operator== (this=0x1fe67e0, rhs=...)
at Variant.cpp:562
1 0x0000000000c8a8c5 in JSONRPC::JSONSchemaTypeDefinition::Parse (
this=0x7fffffffdaa0, value=..., isParameter=<optimized out>)
at JSONServiceDescription.cpp:513
2 0x0000000000c8ce19 in JSONRPC::CJSONServiceDescription::AddType (
jsonType=...) at JSONServiceDescription.cpp:1432
3 0x0000000000c77b08 in JSONRPC::CJSONRPC::Initialize () at JSONRPC.cpp:45
4 0x0000000000e5a585 in CApplication::Initialize (this=0x1452040)
at Application.cpp:1293
5 0x0000000000ef42fc in XBMC_Run (renderGUI=true) at xbmc.cpp:41
6 0x00000000006535c8 in main (argc=1, argv=0x7fffffffe268) at main.cpp:85
(gdb) q
XBMC built against Ubuntu 12.04 using the following:
./configure --enable-pulse --enable-libbluray --disable-airtunes
which has output:
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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++... none
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... none
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for error_at_line... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether gcc needs -traditional... no
checking whether lstat correctly handles trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat correctly handles trailing slash... (cached) yes
checking for working memcmp... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... yes
checking for utime.h... yes
checking for alarm... yes
checking for working mktime... yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set ,struct timeval
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for dup2... yes
checking for fdatasync... yes
checking for floor... no
checking for fs_stat_dev... no
checking for ftime... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for lchown... yes
checking for localeconv... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for munmap... yes
checking for pow... no
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for socket... yes
checking for sqrt... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysinfo... yes
checking for tzset... yes
checking for utime... yes
checking size of int... 4
checking size of size_t... 8
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... yes
checking for main in -lGLEW... yes
checking for main in -lGLU... yes
checking for mysql_config... yes
checking ass/ass.h usability... yes
checking ass/ass.h presence... yes
checking for ass/ass.h... yes
checking mpeg2dec/mpeg2.h usability... yes
checking mpeg2dec/mpeg2.h presence... yes
checking for mpeg2dec/mpeg2.h... yes
checking for mpeg2dec/mpeg2convert.h... yes
checking mad.h usability... yes
checking mad.h presence... yes
checking for mad.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking samplerate.h usability... yes
checking samplerate.h presence... yes
checking for samplerate.h... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking libmodplug/modplug.h usability... yes
checking libmodplug/modplug.h presence... yes
checking for libmodplug/modplug.h... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking FLAC/stream_decoder.h usability... yes
checking FLAC/stream_decoder.h presence... yes
checking for FLAC/stream_decoder.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for gcry_control in -lgcrypt... yes
checking for main in -lbz2... yes
checking for main in -ljpeg... yes
checking for main in -ltiff... yes
checking for main in -lpthread... yes
checking for main in -llzo2... yes
checking for main in -lz... yes
checking for main in -lcrypto... yes
checking for main in -lssl... yes
checking for main in -lmysqlclient... yes
checking for sftp_tell64 in -lssh... yes
checking for hci_devid in -lbluetooth... yes
checking for main in -lyajl... yes
checking for main in -ltinyxml... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking for FRIBIDI... yes
checking for SQLITE3... yes
checking for PNG... yes
checking for PCRE... yes
checking for PCRECPP... yes
checking for CDIO... yes
checking for SAMPLERATE... yes
checking for FREETYPE2... yes
checking for LIBBLURAY... yes
checking for libbluray soname... libbluray.so.1
checking for main in -ldl... yes
checking for main in -lresolv... yes
checking for main in -ljasper... yes
checking for clock_gettime in -lrt... yes
checking for ALSA... yes
checking for DBUS... yes
checking for SDL... yes
checking for main in -lSDL_image... yes
checking for libmad soname... libmad.so.0
checking for libogg soname... libogg.so.0
checking for libcurl soname... libcurl-gnutls.so.4
checking for libFLAC soname... libFLAC.so.8
checking for libvorbis soname... libvorbis.so.0
checking for libvorbisfile soname... libvorbisfile.so.3
checking for libmodplug soname... libmodplug.so.1
checking for libass soname... libass.so.4
checking for libmpeg2 soname... libmpeg2.so.0
checking for libmp3lame soname... libmp3lame.so.0
checking lame/lame.h usability... yes
checking lame/lame.h presence... yes
checking for lame/lame.h... yes
checking for libvorbisenc soname... libvorbisenc.so.2
checking vorbis/vorbisenc.h usability... yes
checking vorbis/vorbisenc.h presence... yes
checking for vorbis/vorbisenc.h... yes
checking for main in -lmicrohttpd... yes
checking for ALSA... yes
checking for main in -lpulse... yes
checking for HAL... yes
checking for HAL_STORAGE... yes
checking for main in -lavahi-common... yes
checking for main in -lavahi-client... yes
configure: == X11 enabled. ==
checking for X11... yes
checking for XEXT... yes
checking for main in -lXrandr... yes
configure: == GOOM disabled. ==
configure: == RSXS enabled. ==
checking for XT... yes
checking for XMU... yes
configure: == ProjectM enabled. ==
checking librtmp/log.h usability... yes
checking librtmp/log.h presence... yes
checking for librtmp/log.h... yes
checking librtmp/amf.h usability... yes
checking librtmp/amf.h presence... yes
checking for librtmp/amf.h... yes
checking librtmp/rtmp.h usability... yes
checking librtmp/rtmp.h presence... yes
checking for librtmp/rtmp.h... yes
checking for librtmp soname... librtmp.so.0
checking for main in -lsmbclient... yes
checking nfsc/libnfs.h usability... yes
checking nfsc/libnfs.h presence... yes
checking for nfsc/libnfs.h... yes
checking for libnfs soname... libnfs.so.1
checking afpfs-ng/libafpclient.h usability... no
checking afpfs-ng/libafpclient.h presence... no
checking for afpfs-ng/libafpclient.h... no
configure: == Could not find libafpclient. AFP client support disabled. ==
checking for main in -lplist... yes
checking for libplist soname... libplist.so.1
checking for UDEV... yes
configure: == libusb disabled. ==
checking for CEC... yes
checking for libcec soname... libcec.so.1
configure: == libcec enabled. ==
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
configure: == Could not find libcap. Capabilities detection support disabled. ==
configure: == Use of external ffmpeg disabled. ==
checking for python... /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= 2.4... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/dist-packages
checking python extra libraries... -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
checking consistency of all components of python development environment... yes
configure: Using Python 2.7
checking vdpau/vdpau.h usability... yes
checking vdpau/vdpau.h presence... yes
checking for vdpau/vdpau.h... yes
checking for main in -lva... yes
checking for main in -lva-glx... yes
checking libcrystalhd/libcrystalhd_if.h usability... yes
checking libcrystalhd/libcrystalhd_if.h presence... yes
checking for libcrystalhd/libcrystalhd_if.h... yes
checking for libcrystalhd soname... libcrystalhd.so.3
configure: == VDADecoder support manually disabled. ==
configure: == VTBDecoder support manually disabled. ==
configure: == OpenMax support manually disabled. ==
checking yajl/yajl_version.h usability... yes
checking yajl/yajl_version.h presence... yes
checking for yajl/yajl_version.h... yes
checking for gawk... yes
checking for cmake... yes
checking for gperf... yes
checking for unzip... yes
checking for zip... yes
checking for git... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking cdio/iso9660.h usability... yes
checking cdio/iso9660.h presence... yes
checking for cdio/iso9660.h... yes
checking whether stat file-mode macros are broken... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... (cached) yes
checking for inline... inline
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking whether byte ordering is bigendian... no
checking for ccache... none
configure: ccache not found. Falling back to default CC
configure: == DVDCSS support enabled. ==
configure: creating ./config.status
install prefix /usr/local
source path .
C compiler gcc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
yasm yes
MMX enabled yes
MMX2 enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AVX enabled yes
CMOV enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols yes
strip symbols yes
optimize for size no
optimizations yes
static no
shared yes
postprocessing support yes
new filter support yes
network support yes
threading support pthreads
safe bitstream reader yes
SDL support yes
Sun medialib support no
libdxva2 enabled no
libva enabled yes
libvdpau enabled yes
AVISynth enabled no
frei0r enabled no
gnutls enabled no
libaacplus enabled no
libass enabled no
libcdio support no
libcelt enabled no
libdc1394 support no
libdirac enabled no
libfaac enabled no
libgsm enabled no
libmodplug enabled no
libmp3lame enabled no
libnut enabled no
libopencore-amrnb support no
libopencore-amrwb support no
libopencv support no
libopenjpeg enabled no
libpulse enabled no
librtmp enabled no
libschroedinger enabled no
libspeex enabled no
libstagefright-h264 enabled no
libtheora enabled no
libutvideo enabled no
libv4l2 enabled no
libvo-aacenc support no
libvo-amrwbenc support no
libvorbis enabled no
libvpx enabled no
libx264 enabled no
libxavs enabled no
libxvid enabled no
openal enabled no
openssl enabled no
zlib enabled yes
bzlib enabled yes
License: GPL version 2 or later
Creating config.mak and config.h...
config.asm is unchanged
libavutil/avconfig.h is unchanged
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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 gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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 how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking sys/dvdio.h usability... no
checking sys/dvdio.h presence... no
checking for sys/dvdio.h... no
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking dvd.h usability... no
checking dvd.h presence... no
checking for dvd.h... no
checking /sys/dev/scsi/scsi_ioctl.h usability... no
checking /sys/dev/scsi/scsi_ioctl.h presence... no
checking for /sys/dev/scsi/scsi_ioctl.h... no
checking sys/scsi/scsi_types.h usability... no
checking sys/scsi/scsi_types.h presence... no
checking for sys/scsi/scsi_types.h... no
checking sys/scsi.h usability... no
checking sys/scsi.h presence... no
checking for sys/scsi.h... no
checking IOKit/storage/IODVDMediaBSDClient.h usability... no
checking IOKit/storage/IODVDMediaBSDClient.h presence... no
checking for IOKit/storage/IODVDMediaBSDClient.h... no
checking if $CC accepts -Wall... yes
checking if $CC accepts -Wsign-compare... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/dvdcss/Makefile
config.status: creating test/Makefile
config.status: creating src/libdvdcss.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Done, type 'make install' to build and install
cat /home/lavid/sources/xbmc/lib/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config
chmod 0755 obj/dvdread-config
Done, type 'make install' to build and install
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for unistd.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for ftruncate... yes
checking for compress2 in -lz... yes
checking whether to enable profiling... no
checking whether to enable debugging... default
configure: creating ./config.status
config.status: creating Makefile
config.status: creating msvc++/Makefile
config.status: creating libid3tag.list
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- checking for one of the modules 'ftgl'
-- [projectM] Warning: FTGL font support was not detected. Visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/lavid/sources/xbmc/xbmc/visualizations/XBMCProjectM/libprojectM
configure: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0.
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 style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 how to run the C preprocessor... gcc -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking for a sed that does not truncate output... /bin/sed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking whether it is safe to define EXTENSIONS... (cached) yes
checking for ranlib... (cached) ranlib
checking how to print strings... printf
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for objdump... objdump
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current
checking for library containing dlopen... -ldl
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dldlink in -ldld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for prefix in compiled symbols... no
checking for dlfcn.h... yes
checking whether deplibs are loaded by dlopen... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking linewrap.h usability... no
checking linewrap.h presence... no
checking for linewrap.h... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for strchr... yes
checking for index... yes
checking for strrchr... yes
checking for rindex... yes
checking for memcpy... yes
checking for bcopy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for iswprint... yes
checking for wcwidth... yes
checking for setjmp... yes
checking for select... yes
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports ISO C++ standard library... yes
checking whether the C++ standard library uses stringstream or strstream... stringstream
checking whether ln -s works... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking whether getenv is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether time.h and sys/time.h may both be included... yes
checking for mbstate_t... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for EOVERFLOW... yes
checking for signed... yes
checking for long long int... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether vsnprintf is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for error_at_line... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for memchr... yes
checking for mempcpy... yes
checking for C/C++ restrict keyword... __restrict
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (((1UL << 63) - 1) * 2 + 1)
checking for strncasecmp... yes
checking for strchrnul... yes
checking for working strndup... yes
checking for working strnlen... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for unistd.h... (cached) yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vsnprintf... yes
checking whether wcwidth is declared... yes
checking for stdint.h... (cached) 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 for XmuLookupStandardColormap in -lXmu... yes
checking for X11/Xlib.h... yes
checking for library containing glXChooseVisual... -lGL
checking for library containing gluErrorString... -lGLU
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 libpng-config... libpng-config
checking for libpng preprocessor flags... -I/usr/include/libpng12
checking for libpng compiler flags...
checking for libpng linker flags... -L/usr/lib/x86_64-linux-gnu
checking for libpng libraries... -lpng12
checking for png.h... yes
checking whether libpng supports setjmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating lib/Makefile
config.status: creating libltdl/Makefile
config.status: creating src/Makefile
config.status: creating src/cyclone/Makefile
config.status: creating src/euphoria/Makefile
config.status: creating src/fieldlines/Makefile
config.status: creating src/flocks/Makefile
config.status: creating src/flux/Makefile
config.status: creating src/helios/Makefile
config.status: creating src/hyperspace/Makefile
config.status: creating src/lattice/Makefile
config.status: creating src/plasma/Makefile
config.status: creating src/skyrocket/Makefile
config.status: creating src/solarwinds/Makefile
config.status: creating rsxs.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking for main in -lc... yes
checking for main in -lm... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for main in -lid3... no
checking id3.h usability... no
checking id3.h presence... no
checking for id3.h... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
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 whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... yes
checking whether ln -s works... yes
checking for Posix threads... yes
checking for dlfcn.h... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParseBuffer in -lexpat... yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for stat... yes
checking for lstat... yes
checking which file name separator to use... '/'
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libcpluff/Makefile
config.status: creating libcpluff/cpluffdef.h
config.status: creating libcpluff/docsrc/Makefile
config.status: creating libcpluff/docsrc/Doxyfile-ref
config.status: creating libcpluff/docsrc/Doxyfile-impl
config.status: creating loader/Makefile
config.status: creating console/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/img/Makefile
config.status: creating docsrc/Makefile
config.status: creating test/Makefile
config.status: creating test/plugins-source/Makefile
config.status: creating test/plugins-source/callbackcounter/Makefile
config.status: creating test/plugins-source/symuser/Makefile
config.status: creating test/plugins-source/symprovider/Makefile
config.status: creating examples/Makefile
config.status: creating examples/cpfile/Makefile
config.status: creating examples/cpfile/cpfile
config.status: creating examples/cpfile/plugins/Makefile
config.status: creating examples/cpfile/plugins/core/Makefile
config.status: creating examples/cpfile/plugins/special/Makefile
config.status: creating examples/cpfile/plugins/extension/Makefile
config.status: creating examples/cpfile/plugins/cext/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
configure: -----------------------------------------------------------
configure: C-Pluff configuration
configure: release version: 0.1.3
configure: multi-threading support: yes (Posix)
configure: dlopening mechanism: dlopen
configure: localization support: no
configure: use GNU readline library: no
configure: assertion checks for debugging: no
configure: file name separator character: '/'
configure: compiler and linker settings:
configure: CC='gcc'
configure: CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
configure: CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
configure: LDFLAGS=''
configure: LIBS=''
configure: LIBS_LIBCPLUFF='-lexpat -ldl '
configure: LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
configure: LIB_READLINE=''
configure: LTLIBINTL=''
configure: -----------------------------------------------------------
config.status: creating .dummy
config.status: creating Makefile
config.status: creating Makefile.include
config.status: creating addons/skin.confluence/media/Makefile
config.status: creating xbmc/Makefile
config.status: creating xbmc/cdrip/Makefile
config.status: creating xbmc/cores/Makefile
config.status: creating xbmc/cores/VideoRenderers/Makefile
config.status: creating xbmc/cores/dvdplayer/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libdvd/Makefile
config.status: creating xbmc/cores/DllLoader/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
config.status: creating xbmc/cores/AudioEngine/Makefile
config.status: creating xbmc/cores/paplayer/Makefile
config.status: creating lib/timidity/Makefile
config.status: creating lib/xbadpcm/Makefile
config.status: creating lib/asap/Makefile
config.status: creating lib/nosefart/Makefile
config.status: creating lib/libsidplay2/Makefile
config.status: creating lib/vgmstream/Makefile
config.status: creating lib/snesapu/SNES/SNESAPU/Makefile
config.status: creating lib/stsound/StSoundLibrary/Makefile
config.status: creating xbmc/cores/playercorefactory/Makefile
config.status: creating xbmc/music/karaoke/Makefile
config.status: creating xbmc/osx/Makefile
config.status: creating xbmc/guilib/Makefile
config.status: creating xbmc/interfaces/Makefile
config.status: creating xbmc/network/Makefile
config.status: creating lib/libRTV/Makefile
config.status: creating lib/libexif/Makefile
config.status: creating lib/libXDAAP/Makefile
config.status: creating lib/cmyth/Makefile
config.status: creating lib/libhdhomerun/Makefile
config.status: creating lib/libsquish/Makefile
config.status: creating lib/libid3tag/Makefile
config.status: creating lib/cximage-6.0/Makefile
config.status: creating lib/addons/script.module.pil/Makefile
config.status: creating xbmc/interfaces/python/Makefile
config.status: creating xbmc/interfaces/python/xbmcmodule/Makefile
config.status: creating lib/libUPnP/Makefile
config.status: creating xbmc/DllPaths_generated.h
config.status: creating xbmc/freebsd/Makefile
config.status: creating xbmc/linux/Makefile
config.status: creating xbmc/filesystem/Makefile
config.status: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
config.status: creating xbmc/visualizations/XBMCProjectM/Makefile
config.status: creating xbmc/visualizations/Goom/Makefile
config.status: creating xbmc/visualizations/OpenGLSpectrum/Makefile
config.status: creating xbmc/visualizations/WaveForm/Makefile
config.status: creating xbmc/visuali
I assume the best way to alert devs of this is with a bug, but apologies if I'm wrong or didn't RTFM or whatever.
Building xbmc from commit https://github.com/xbmc/xbmc/commit/5de9c47f9fa11d08c5300361f021ad1d798a5bf9 causes an immediate segfault upon loading XBMC:
Reading symbols from /usr/local/lib/xbmc/xbmc.bin...done. (gdb) run Starting program: /usr/local/lib/xbmc/xbmc.bin [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". btRunning DIL (3.22.0) Version DtsDeviceOpen: Opening HW in mode 0 DtsDeviceOpen: Create File Failed [New Thread 0x7fffe23cc700 (LWP 19150)] [New Thread 0x7fffe1790700 (LWP 19151)]
[New Thread 0x7fffe003d700 (LWP 19155)]
Program received signal SIGSEGV, Segmentation fault. 0x00000000007804a7 in CVariant::operator== (this=0x1fe67e0, rhs=...) at Variant.cpp:562 562 if (m_type == rhs.m_type) (gdb) bt
0 0x00000000007804a7 in CVariant::operator== (this=0x1fe67e0, rhs=...)
1 0x0000000000c8a8c5 in JSONRPC::JSONSchemaTypeDefinition::Parse (
2 0x0000000000c8ce19 in JSONRPC::CJSONServiceDescription::AddType (
3 0x0000000000c77b08 in JSONRPC::CJSONRPC::Initialize () at JSONRPC.cpp:45
4 0x0000000000e5a585 in CApplication::Initialize (this=0x1452040)
5 0x0000000000ef42fc in XBMC_Run (renderGUI=true) at xbmc.cpp:41
6 0x00000000006535c8 in main (argc=1, argv=0x7fffffffe268) at main.cpp:85
(gdb) q
XBMC built against Ubuntu 12.04 using the following: ./configure --enable-pulse --enable-libbluray --disable-airtunes which has output: 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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++... none 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... none checking how to print strings... printf 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 fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no checking for error_at_line... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat correctly handles trailing slash... (cached) yes checking for working memcmp... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/param.h... yes checking for utime.h... yes checking for alarm... yes checking for working mktime... yes checking for getpagesize... yes checking for working mmap... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set ,struct timeval checking return type of signal handlers... void checking whether stat accepts an empty string... no checking for working strcoll... yes checking for strftime... yes checking for working strtod... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for atexit... yes checking for dup2... yes checking for fdatasync... yes checking for floor... no checking for fs_stat_dev... no checking for ftime... yes checking for ftruncate... yes checking for getcwd... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gethostname... yes checking for getpagesize... (cached) yes checking for getpass... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for lchown... yes checking for localeconv... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for modf... yes checking for munmap... yes checking for pow... no checking for rmdir... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for socket... yes checking for sqrt... no checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for sysinfo... yes checking for tzset... yes checking for utime... yes checking size of int... 4 checking size of size_t... 8 checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking boost/shared_ptr.hpp usability... yes checking boost/shared_ptr.hpp presence... yes checking for boost/shared_ptr.hpp... yes checking for main in -lGL... yes checking for main in -lGLEW... yes checking for main in -lGLU... yes checking for mysql_config... yes checking ass/ass.h usability... yes checking ass/ass.h presence... yes checking for ass/ass.h... yes checking mpeg2dec/mpeg2.h usability... yes checking mpeg2dec/mpeg2.h presence... yes checking for mpeg2dec/mpeg2.h... yes checking for mpeg2dec/mpeg2convert.h... yes checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking samplerate.h usability... yes checking samplerate.h presence... yes checking for samplerate.h... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking vorbis/vorbisfile.h usability... yes checking vorbis/vorbisfile.h presence... yes checking for vorbis/vorbisfile.h... yes checking libmodplug/modplug.h usability... yes checking libmodplug/modplug.h presence... yes checking for libmodplug/modplug.h... yes checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking FLAC/stream_decoder.h usability... yes checking FLAC/stream_decoder.h presence... yes checking for FLAC/stream_decoder.h... yes checking openssl/crypto.h usability... yes checking openssl/crypto.h presence... yes checking for openssl/crypto.h... yes checking gcrypt.h usability... yes checking gcrypt.h presence... yes checking for gcrypt.h... yes checking for gcry_control in -lgcrypt... yes checking for main in -lbz2... yes checking for main in -ljpeg... yes checking for main in -ltiff... yes checking for main in -lpthread... yes checking for main in -llzo2... yes checking for main in -lz... yes checking for main in -lcrypto... yes checking for main in -lssl... yes checking for main in -lmysqlclient... yes checking for sftp_tell64 in -lssh... yes checking for hci_devid in -lbluetooth... yes checking for main in -lyajl... yes checking for main in -ltinyxml... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FONTCONFIG... yes checking for FRIBIDI... yes checking for SQLITE3... yes checking for PNG... yes checking for PCRE... yes checking for PCRECPP... yes checking for CDIO... yes checking for SAMPLERATE... yes checking for FREETYPE2... yes checking for LIBBLURAY... yes checking for libbluray soname... libbluray.so.1 checking for main in -ldl... yes checking for main in -lresolv... yes checking for main in -ljasper... yes checking for clock_gettime in -lrt... yes checking for ALSA... yes checking for DBUS... yes checking for SDL... yes checking for main in -lSDL_image... yes checking for libmad soname... libmad.so.0 checking for libogg soname... libogg.so.0 checking for libcurl soname... libcurl-gnutls.so.4 checking for libFLAC soname... libFLAC.so.8 checking for libvorbis soname... libvorbis.so.0 checking for libvorbisfile soname... libvorbisfile.so.3 checking for libmodplug soname... libmodplug.so.1 checking for libass soname... libass.so.4 checking for libmpeg2 soname... libmpeg2.so.0 checking for libmp3lame soname... libmp3lame.so.0 checking lame/lame.h usability... yes checking lame/lame.h presence... yes checking for lame/lame.h... yes checking for libvorbisenc soname... libvorbisenc.so.2 checking vorbis/vorbisenc.h usability... yes checking vorbis/vorbisenc.h presence... yes checking for vorbis/vorbisenc.h... yes checking for main in -lmicrohttpd... yes checking for ALSA... yes checking for main in -lpulse... yes checking for HAL... yes checking for HAL_STORAGE... yes checking for main in -lavahi-common... yes checking for main in -lavahi-client... yes configure: == X11 enabled. == checking for X11... yes checking for XEXT... yes checking for main in -lXrandr... yes configure: == GOOM disabled. == configure: == RSXS enabled. == checking for XT... yes checking for XMU... yes configure: == ProjectM enabled. == checking librtmp/log.h usability... yes checking librtmp/log.h presence... yes checking for librtmp/log.h... yes checking librtmp/amf.h usability... yes checking librtmp/amf.h presence... yes checking for librtmp/amf.h... yes checking librtmp/rtmp.h usability... yes checking librtmp/rtmp.h presence... yes checking for librtmp/rtmp.h... yes checking for librtmp soname... librtmp.so.0 checking for main in -lsmbclient... yes checking nfsc/libnfs.h usability... yes checking nfsc/libnfs.h presence... yes checking for nfsc/libnfs.h... yes checking for libnfs soname... libnfs.so.1 checking afpfs-ng/libafpclient.h usability... no checking afpfs-ng/libafpclient.h presence... no checking for afpfs-ng/libafpclient.h... no configure: == Could not find libafpclient. AFP client support disabled. == checking for main in -lplist... yes checking for libplist soname... libplist.so.1 checking for UDEV... yes configure: == libusb disabled. == checking for CEC... yes checking for libcec soname... libcec.so.1 configure: == libcec enabled. == checking sys/capability.h usability... no checking sys/capability.h presence... no checking for sys/capability.h... no configure: == Could not find libcap. Capabilities detection support disabled. == configure: == Use of external ffmpeg disabled. == checking for python... /usr/bin/python checking for a version of Python >= '2.1.0'... yes checking for a version of Python >= 2.4... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python2.7 checking for Python library path... -L/usr/lib -lpython2.7 checking for Python site-packages path... /usr/lib/python2.7/dist-packages checking python extra libraries... -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions checking consistency of all components of python development environment... yes configure: Using Python 2.7 checking vdpau/vdpau.h usability... yes checking vdpau/vdpau.h presence... yes checking for vdpau/vdpau.h... yes checking for main in -lva... yes checking for main in -lva-glx... yes checking libcrystalhd/libcrystalhd_if.h usability... yes checking libcrystalhd/libcrystalhd_if.h presence... yes checking for libcrystalhd/libcrystalhd_if.h... yes checking for libcrystalhd soname... libcrystalhd.so.3 configure: == VDADecoder support manually disabled. == configure: == VTBDecoder support manually disabled. == configure: == OpenMax support manually disabled. == checking yajl/yajl_version.h usability... yes checking yajl/yajl_version.h presence... yes checking for yajl/yajl_version.h... yes checking for gawk... yes checking for cmake... yes checking for gperf... yes checking for unzip... yes checking for zip... yes checking for git... yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for sys/param.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking cdio/iso9660.h usability... yes checking cdio/iso9660.h presence... yes checking for cdio/iso9660.h... yes checking whether stat file-mode macros are broken... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... (cached) yes checking for inline... inline checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for C/C++ restrict keyword... __restrict checking for size_t... (cached) yes checking for ssize_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking whether byte ordering is bigendian... no checking for ccache... none configure: ccache not found. Falling back to default CC configure: == DVDCSS support enabled. == configure: creating ./config.status install prefix /usr/local source path . C compiler gcc ARCH x86 (generic) big-endian no runtime cpu detection yes yasm yes MMX enabled yes MMX2 enabled yes 3DNow! enabled yes 3DNow! extended enabled yes SSE enabled yes SSSE3 enabled yes AVX enabled yes CMOV enabled yes CMOV is fast yes EBX available yes EBP available yes debug symbols yes strip symbols yes optimize for size no optimizations yes static no shared yes postprocessing support yes new filter support yes network support yes threading support pthreads safe bitstream reader yes SDL support yes Sun medialib support no libdxva2 enabled no libva enabled yes libvdpau enabled yes AVISynth enabled no frei0r enabled no gnutls enabled no libaacplus enabled no libass enabled no libcdio support no libcelt enabled no libdc1394 support no libdirac enabled no libfaac enabled no libgsm enabled no libmodplug enabled no libmp3lame enabled no libnut enabled no libopencore-amrnb support no libopencore-amrwb support no libopencv support no libopenjpeg enabled no libpulse enabled no librtmp enabled no libschroedinger enabled no libspeex enabled no libstagefright-h264 enabled no libtheora enabled no libutvideo enabled no libv4l2 enabled no libvo-aacenc support no libvo-amrwbenc support no libvorbis enabled no libvpx enabled no libx264 enabled no libxavs enabled no libxvid enabled no openal enabled no openssl enabled no zlib enabled yes bzlib enabled yes
Enabled decoders: aac cscd mace6 aac_latm cyuv mdec aasc dca mimic ac3 dfa mjpeg adpcm_4xm dirac mjpegb adpcm_adx dnxhd mlp adpcm_ct dpx mmvideo adpcm_ea dsicinaudio motionpixels adpcm_ea_maxis_xa dsicinvideo mp1 adpcm_ea_r1 dvbsub mp1float adpcm_ea_r2 dvdsub mp2 adpcm_ea_r3 dvvideo mp2float adpcm_ea_xas dxa mp3 adpcm_g722 dxtory mp3adu adpcm_g726 eac3 mp3adufloat adpcm_ima_amv eacmv mp3float adpcm_ima_apc eamad mp3on4 adpcm_ima_dk3 eatgq mp3on4float adpcm_ima_dk4 eatgv mpc7 adpcm_ima_ea_eacs eatqi mpc8 adpcm_ima_ea_sead eightbps mpeg1_vdpau adpcm_ima_iss eightsvx_exp mpeg1video adpcm_ima_qt eightsvx_fib mpeg2video adpcm_ima_smjpeg escape124 mpeg4 adpcm_ima_wav escape130 mpeg4_vdpau adpcm_ima_ws ffv1 mpeg_vdpau adpcm_ms ffvhuff mpegvideo adpcm_sbpro_2 ffwavesynth msmpeg4v1 adpcm_sbpro_3 flac msmpeg4v2 adpcm_sbpro_4 flashsv msmpeg4v3 adpcm_swf flashsv2 msrle adpcm_thp flic msvideo1 adpcm_xa flv mszh adpcm_yamaha fourxm mxpeg alac fraps nellymoser als frwu nuv amrnb g723_1 pam amrwb g729 pbm amv gif pcm_alaw anm gsm pcm_bluray ansi gsm_ms pcm_dvd ape h261 pcm_f32be ass h263 pcm_f32le asv1 h263i pcm_f64be asv2 h264 pcm_f64le atrac1 h264_vdpau pcm_lxf atrac3 huffyuv pcm_mulaw aura idcin pcm_s16be aura2 idf pcm_s16le avrp iff_byterun1 pcm_s16le_planar avs iff_ilbm pcm_s24be bethsoftvid imc pcm_s24daud bfi indeo2 pcm_s24le bink indeo3 pcm_s32be binkaudio_dct indeo4 pcm_s32le binkaudio_rdft indeo5 pcm_s8 bintext interplay_dpcm pcm_s8_planar bmp interplay_video pcm_u16be bmv_audio jpeg2000 pcm_u16le bmv_video jpegls pcm_u24be c93 jv pcm_u24le cavs kgv1 pcm_u32be cdgraphics kmvc pcm_u32le cinepak lagarith pcm_u8 cljr loco pcm_zork cook mace3 pcx pgm sol_dpcm vmnc pgmyuv sonic vorbis pgssub sp5x vp3 pictor srt vp5 png sunrast vp6 ppm svq1 vp6a prores svq3 vp6f prores_lgpl targa vp8 ptx theora vqa qcelp thp wavpack qdm2 tiertexseqvideo wmalossless qdraw tiff wmapro qpeg tmv wmav1 qtrle truehd wmav2 r10k truemotion1 wmavoice r210 truemotion2 wmv1 ra_144 truespeech wmv2 ra_288 tscc wmv3 rawvideo tta wmv3_vdpau rl2 twinvq wmv3image roq txd wnv1 roq_dpcm ulti ws_snd1 rpza utvideo xan_dpcm rv10 v210 xan_wc3 rv20 v210x xan_wc4 rv30 v308 xbin rv40 v410 xl s302m vb xsub sgi vble xwd shorten vc1 y41p sipr vc1_vdpau yop smackaud vc1image yuv4 smacker vcr1 zlib smc vmdaudio zmbv snow vmdvideo
Enabled encoders: aac ac3
Enabled hwaccels: h263_vaapi mpeg2_vaapi vc1_vaapi h264_vaapi mpeg2_vdpau wmv3_vaapi mpeg1_vdpau mpeg4_vaapi
Enabled parsers: aac dvdsub mpegaudio aac_latm flac mpegvideo ac3 gsm pnm adx h261 rv30 cavsvideo h263 rv40 dca h264 vc1 dirac mjpeg vp3 dnxhd mlp vp8 dvbsub mpeg4video
Enabled demuxers: aac iff pcm_u24le ac3 image2 pcm_u32be act image2pipe pcm_u32le adf ingenient pcm_u8 adx ipmovie pmp aea iss pva aiff iv8 qcp amr ivf r3d anm jv rawvideo apc latm rl2 ape lmlm4 rm applehttp loas roq asf lxf rpl ass m4v rso au matroska rtp avi microdvd rtsp avs mjpeg sap bethsoftvid mlp sbg bfi mm sdp bink mmf segafilm bintext mov shorten bit mp3 siff bmv mpc smacker c93 mpc8 smjpeg caf mpegps sol cavsvideo mpegts sox cdg mpegtsraw spdif daud mpegvideo srt dfa msnwc_tcp str dirac mtv swf dnxhd mvi thp dsicin mxf tiertexseq dts mxg tmv dv nc truehd dxa nsv tta ea nut tty ea_cdata nuv txd eac3 ogg vc1 ffm oma vc1t ffmetadata pcm_alaw vmd filmstrip pcm_f32be voc flac pcm_f32le vqf flic pcm_f64be w64 flv pcm_f64le wav fourxm pcm_mulaw wc3 g722 pcm_s16be wsaud g723_1 pcm_s16le wsvqa g729 pcm_s24be wtv gsm pcm_s24le wv gxf pcm_s32be xa h261 pcm_s32le xbin h263 pcm_s8 xmv h264 pcm_u16be xwma ico pcm_u16le yop idcin pcm_u24be yuv4mpegpipe idf
Enabled muxers: adts spdif
Enabled protocols: applehttp httpproxy rtmps cache md5 rtmpt concat mmsh rtmpte crypto mmst rtp file pipe tcp gopher rtmp udp http rtmpe
Enabled filters: abuffer drawbox pad abuffersink earwax pan aconvert fade pixdesctest aevalsrc fieldorder rgbtestsrc aformat fifo scale amerge format select amovie gradfun setdar anull hflip setpts anullsink hqdn3d setsar anullsrc life settb aresample lut showinfo ashowinfo lutrgb silencedetect asplit lutyuv slicify astreamsync mandelbrot split blackframe movie swapuv boxblur mp testsrc buffersink mptestsrc thumbnail cellauto negate tinterlace color noformat transpose copy null unsharp crop nullsink vflip cropdetect nullsrc volume delogo overlay yadif deshake
Enabled bsfs: aac_adtstoasc mjpeg2jpeg mp3_header_decompress chomp mjpega_dump_header noise dump_extradata mov2textsub remove_extradata h264_mp4toannexb mp3_header_compress text2movsub imx_dump_header
Enabled indevs:
Enabled outdevs:
License: GPL version 2 or later Creating config.mak and config.h... config.asm is unchanged libavutil/avconfig.h is unchanged checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu 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 gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -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 how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/cdio.h usability... no checking sys/cdio.h presence... no checking for sys/cdio.h... no checking sys/dvdio.h usability... no checking sys/dvdio.h presence... no checking for sys/dvdio.h... no checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking dvd.h usability... no checking dvd.h presence... no checking for dvd.h... no checking /sys/dev/scsi/scsi_ioctl.h usability... no checking /sys/dev/scsi/scsi_ioctl.h presence... no checking for /sys/dev/scsi/scsi_ioctl.h... no checking sys/scsi/scsi_types.h usability... no checking sys/scsi/scsi_types.h presence... no checking for sys/scsi/scsi_types.h... no checking sys/scsi.h usability... no checking sys/scsi.h presence... no checking for sys/scsi.h... no checking IOKit/storage/IODVDMediaBSDClient.h usability... no checking IOKit/storage/IODVDMediaBSDClient.h presence... no checking for IOKit/storage/IODVDMediaBSDClient.h... no checking if $CC accepts -Wall... yes checking if $CC accepts -Wsign-compare... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/dvdcss/Makefile config.status: creating test/Makefile config.status: creating src/libdvdcss.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands
Done, type 'make install' to build and install cat /home/lavid/sources/xbmc/lib/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config chmod 0755 obj/dvdread-config
Done, type 'make install' to build and install 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to print strings... printf 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 fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 checking for ANSI C header files... (cached) yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking for unistd.h... (cached) yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for ftruncate... yes checking for compress2 in -lz... yes checking whether to enable profiling... no checking whether to enable debugging... default configure: creating ./config.status config.status: creating Makefile config.status: creating msvc++/Makefile config.status: creating libid3tag.list config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so -- checking for one of the modules 'ftgl' -- [projectM] Warning: FTGL font support was not detected. Visit http://ftgl.wiki.sourceforge.net/ for help on installing FTGL. -- Configuring done -- Generating done -- Build files have been written to: /home/lavid/sources/xbmc/xbmc/visualizations/XBMCProjectM/libprojectM configure: Skipping configuration of submodule xbmc/visualizations/Goom/goom2k4-0. 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 style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o 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 how to run the C preprocessor... gcc -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for a sed that does not truncate output... /bin/sed checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for ranlib... ranlib checking whether it is safe to define EXTENSIONS... (cached) yes checking for ranlib... (cached) ranlib checking how to print strings... printf checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for objdump... objdump checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking dynamic linker characteristics... GNU/Linux ld.so checking which extension is used for runtime loadable modules... .so checking which variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dldlink in -ldld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking command to parse /usr/bin/nm -B output from gcc object... ok checking for prefix in compiled symbols... no checking for dlfcn.h... yes checking whether deplibs are loaded by dlopen... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strings.h... (cached) yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking linewrap.h usability... no checking linewrap.h presence... no checking for linewrap.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for sys/types.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for strchr... yes checking for index... yes checking for strrchr... yes checking for rindex... yes checking for memcpy... yes checking for bcopy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for flockfile... yes checking for funlockfile... yes checking for iswprint... yes checking for wcwidth... yes checking for setjmp... yes checking for select... yes checking whether the compiler recognizes bool as a built-in type... yes checking whether the compiler accepts the new for scoping rules... yes checking whether the compiler implements namespaces... yes checking whether the compiler supports ISO C++ standard library... yes checking whether the C++ standard library uses stringstream or strstream... stringstream checking whether ln -s works... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for inline... inline checking whether getenv is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether system is Windows or MSDOS... no checking whether // is distinct from /... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking whether time.h and sys/time.h may both be included... yes checking for mbstate_t... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking whether defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for EOVERFLOW... yes
checking for signed... yes
checking for long long int... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether vsnprintf is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for error_at_line... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for memchr... yes
checking for mempcpy... yes
checking for C/C++ restrict keyword... __restrict
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (((1UL << 63) - 1) * 2 + 1)
checking for strncasecmp... yes
checking for strchrnul... yes
checking for working strndup... yes
checking for working strnlen... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for unistd.h... (cached) yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vsnprintf... yes
checking whether wcwidth is declared... yes
checking for stdint.h... (cached) 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 for XmuLookupStandardColormap in -lXmu... yes
checking for X11/Xlib.h... yes
checking for library containing glXChooseVisual... -lGL
checking for library containing gluErrorString... -lGLU
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 libpng-config... libpng-config
checking for libpng preprocessor flags... -I/usr/include/libpng12
checking for libpng compiler flags...
checking for libpng linker flags... -L/usr/lib/x86_64-linux-gnu
checking for libpng libraries... -lpng12
checking for png.h... yes
checking whether libpng supports setjmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating lib/Makefile
config.status: creating libltdl/Makefile
config.status: creating src/Makefile
config.status: creating src/cyclone/Makefile
config.status: creating src/euphoria/Makefile
config.status: creating src/fieldlines/Makefile
config.status: creating src/flocks/Makefile
config.status: creating src/flux/Makefile
config.status: creating src/helios/Makefile
config.status: creating src/hyperspace/Makefile
config.status: creating src/lattice/Makefile
config.status: creating src/plasma/Makefile
config.status: creating src/skyrocket/Makefile
config.status: creating src/solarwinds/Makefile
config.status: creating rsxs.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking for main in -lc... yes
checking for main in -lm... yes
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for main in -lid3... no
checking id3.h usability... no
checking id3.h presence... no
checking for id3.h... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
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 whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking how to print strings... printf
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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... yes
checking whether ln -s works... yes
checking for Posix threads... yes
checking for dlfcn.h... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParseBuffer in -lexpat... yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for stat... yes
checking for lstat... yes
checking which file name separator to use... '/'
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libcpluff/Makefile
config.status: creating libcpluff/cpluffdef.h
config.status: creating libcpluff/docsrc/Makefile
config.status: creating libcpluff/docsrc/Doxyfile-ref
config.status: creating libcpluff/docsrc/Doxyfile-impl
config.status: creating loader/Makefile
config.status: creating console/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/img/Makefile
config.status: creating docsrc/Makefile
config.status: creating test/Makefile
config.status: creating test/plugins-source/Makefile
config.status: creating test/plugins-source/callbackcounter/Makefile
config.status: creating test/plugins-source/symuser/Makefile
config.status: creating test/plugins-source/symprovider/Makefile
config.status: creating examples/Makefile
config.status: creating examples/cpfile/Makefile
config.status: creating examples/cpfile/cpfile
config.status: creating examples/cpfile/plugins/Makefile
config.status: creating examples/cpfile/plugins/core/Makefile
config.status: creating examples/cpfile/plugins/special/Makefile
config.status: creating examples/cpfile/plugins/extension/Makefile
config.status: creating examples/cpfile/plugins/cext/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
configure: -----------------------------------------------------------
configure: C-Pluff configuration
configure: release version: 0.1.3
configure: multi-threading support: yes (Posix)
configure: dlopening mechanism: dlopen
configure: localization support: no
configure: use GNU readline library: no
configure: assertion checks for debugging: no
configure: file name separator character: '/'
configure: compiler and linker settings:
configure: CC='gcc'
configure: CPPFLAGS=' -I$(top_builddir) -I$(top_builddir)/libcpluff -I$(top_srcdir)/libcpluff -DNDEBUG'
configure: CFLAGS=' -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2'
configure: LDFLAGS=''
configure: LIBS=''
configure: LIBS_LIBCPLUFF='-lexpat -ldl '
configure: LIBS_OTHER='$(top_builddir)/libcpluff/libcpluff.la '
configure: LIB_READLINE=''
configure: LTLIBINTL=''
configure: -----------------------------------------------------------
config.status: creating .dummy
config.status: creating Makefile
config.status: creating Makefile.include
config.status: creating addons/skin.confluence/media/Makefile
config.status: creating xbmc/Makefile
config.status: creating xbmc/cdrip/Makefile
config.status: creating xbmc/cores/Makefile
config.status: creating xbmc/cores/VideoRenderers/Makefile
config.status: creating xbmc/cores/dvdplayer/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libdvd/Makefile
config.status: creating xbmc/cores/DllLoader/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDDemuxers/Makefile
config.status: creating xbmc/cores/dvdplayer/DVDSubtitles/Makefile
config.status: creating xbmc/cores/AudioEngine/Makefile
config.status: creating xbmc/cores/paplayer/Makefile
config.status: creating lib/timidity/Makefile
config.status: creating lib/xbadpcm/Makefile
config.status: creating lib/asap/Makefile
config.status: creating lib/nosefart/Makefile
config.status: creating lib/libsidplay2/Makefile
config.status: creating lib/vgmstream/Makefile
config.status: creating lib/snesapu/SNES/SNESAPU/Makefile
config.status: creating lib/stsound/StSoundLibrary/Makefile
config.status: creating xbmc/cores/playercorefactory/Makefile
config.status: creating xbmc/music/karaoke/Makefile
config.status: creating xbmc/osx/Makefile
config.status: creating xbmc/guilib/Makefile
config.status: creating xbmc/interfaces/Makefile
config.status: creating xbmc/network/Makefile
config.status: creating lib/libRTV/Makefile
config.status: creating lib/libexif/Makefile
config.status: creating lib/libXDAAP/Makefile
config.status: creating lib/cmyth/Makefile
config.status: creating lib/libhdhomerun/Makefile
config.status: creating lib/libsquish/Makefile
config.status: creating lib/libid3tag/Makefile
config.status: creating lib/cximage-6.0/Makefile
config.status: creating lib/addons/script.module.pil/Makefile
config.status: creating xbmc/interfaces/python/Makefile
config.status: creating xbmc/interfaces/python/xbmcmodule/Makefile
config.status: creating lib/libUPnP/Makefile
config.status: creating xbmc/DllPaths_generated.h
config.status: creating xbmc/freebsd/Makefile
config.status: creating xbmc/linux/Makefile
config.status: creating xbmc/filesystem/Makefile
config.status: creating xbmc/screensavers/rsxs-0.9/xbmc/Makefile
config.status: creating xbmc/visualizations/XBMCProjectM/Makefile
config.status: creating xbmc/visualizations/Goom/Makefile
config.status: creating xbmc/visualizations/OpenGLSpectrum/Makefile
config.status: creating xbmc/visualizations/WaveForm/Makefile
config.status: creating xbmc/visuali