Created
August 8, 2013 03:35
-
-
Save kthakore/6181225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libSDL-1_2-0-1.2.15-5.1.2.x86_64 | |
libSDL-devel-1.2.15-5.1.2.x86_64 | |
libSDL_gfx13-2.0.23-4.1.1.x86_64 | |
libSDL_gfx-devel-2.0.23-4.1.1.x86_64 | |
libSDL_image-1_2-0-1.2.12-3.1.1.x86_64 | |
libSDL_image-devel-1.2.12-3.1.1.x86_64 | |
libSDL_mixer-1_2-0-1.2.11-18.1.1.x86_64 | |
libSDL_mixer-devel-1.2.11-18.1.1.x86_64 | |
libSDL_net-1_2-0-1.2.7-170.1.1.x86_64 | |
libSDL_net-devel-1.2.7-170.1.1.x86_64 | |
libSDL_Pango1-0.1.2-229.1.1.x86_64 | |
libSDL_Pango-devel-0.1.2-229.1.1.x86_64 | |
libSDL_sound-1_0-1-1.0.3-86.1.1.x86_64 | |
libSDL_sound-devel-1.0.3-86.1.1.x86_64 | |
libSDL_ttf-2_0-0-2.0.9-172.1.1.x86_64 | |
libSDL_ttf-devel-2.0.9-172.1.1.x86_64 | |
---- | |
$ perl -mAlien::SDL -E'say Alien::SDL->VERSION' | |
1.44 | |
---- | |
$ config_data --module Alien::SDL --config | |
Configuration defined in Alien::SDL::ConfigData: | |
additional_cflags => '-I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include' | |
additional_libs => '-L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib' | |
build_arch => 'x86_64-linux-thread-multi-ld' | |
build_cc => 'cc' | |
build_os => 'linux' | |
build_params => { | |
'script' => 'sdl-config', | |
'prefix' => '/usr', | |
'buildtype' => 'use_config_script', | |
'title' => 'Already installed SDL ver=1.2.15 path=/usr | |
SDL(v1.2.15) SDL_image(v1.2.12) SDL_mixer(v1.2.11) SDL_ttf(v2.0.9) SDL_gfx(v2.0.23) SDL_Pango(v1.3) ' | |
} | |
build_prefix => 'sharedir/1.440_a5b6f4d7' | |
config => { | |
'ld_paths' => [], | |
'ld_shlib_map' => { | |
'jpeg' => '/usr/lib64/libjpeg.so', | |
'pangoft2' => '/usr/lib64/libpangoft2-1.0.so', | |
'gmodule' => '/usr/lib64/libgmodule-2.0.so', | |
'expat' => '/usr/lib64/libexpat.so', | |
'pango' => '/usr/lib64/libpango-1.0.so', | |
'vorbisfile' => '/usr/lib64/libvorbisfile.so', | |
'pthread' => '/usr/lib64/libpthread.so', | |
'glib' => '/usr/lib64/libglib-2.0.so', | |
'ogg' => '/usr/lib64/libogg.so', | |
'fontconfig' => '/usr/lib64/libfontconfig.so', | |
'z' => '/usr/lib64/libz.so', | |
'freetype' => '/usr/lib64/libfreetype.so', | |
'gobject' => '/usr/lib64/libgobject-2.0.so', | |
'png' => '/usr/lib64/libpng.so', | |
'vorbis' => '/usr/lib64/libvorbis.so', | |
'tiff' => '/usr/lib64/libtiff.so' | |
}, | |
'ld_shared_libs' => [ | |
'/usr/lib64/libpthread.so', | |
'/usr/lib64/libz.so', | |
'/usr/lib64/libjpeg.so', | |
'/usr/lib64/libtiff.so', | |
'/usr/lib64/libpng.so', | |
'/usr/lib64/libogg.so', | |
'/usr/lib64/libvorbis.so', | |
'/usr/lib64/libvorbisfile.so', | |
'/usr/lib64/libfreetype.so', | |
'/usr/lib64/libpangoft2-1.0.so', | |
'/usr/lib64/libpango-1.0.so', | |
'/usr/lib64/libgobject-2.0.so', | |
'/usr/lib64/libgmodule-2.0.so', | |
'/usr/lib64/libglib-2.0.so', | |
'/usr/lib64/libfontconfig.so', | |
'/usr/lib64/libexpat.so' | |
] | |
} | |
script => 'sdl-config' | |
---- | |
$ perl -V | |
Summary of my perl5 (revision 5 version 18 subversion 0) configuration: | |
Platform: | |
osname=linux, osvers=3.7.10-1.16-desktop, archname=x86_64-linux-thread-multi-ld | |
uname='linux champion 3.7.10-1.16-desktop #1 smp preempt fri may 31 20:21:23 utc 2013 (97c14ba) x86_64 x86_64 x86_64 gnulinux ' | |
config_args='-de -Dprefix=/home/daxim/local/share/perlbrew/perls/perl-5.18.0 -DDEBUGGING -Dusemorebits -Dusethreads [email protected] [email protected] -Accflags=-fPIC -Aeval:scriptdir=/home/daxim/local/share/perlbrew/perls/perl-5.18.0/bin' | |
hint=recommended, useposix=true, d_sigaction=define | |
useithreads=define, usemultiplicity=define | |
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef | |
use64bitint=define, use64bitall=define, uselongdouble=define | |
usemymalloc=n, bincompat5005=undef | |
Compiler: | |
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', | |
optimize='-O2 -g', | |
cppflags='-D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' | |
ccversion='', gccversion='4.7.2 20130108 [gcc-4_7-branch revision 195012]', gccosandvers='' | |
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 | |
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 | |
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8 | |
alignbytes=16, prototype=define | |
Linker and Libraries: | |
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' | |
libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 | |
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat | |
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc | |
libc=/lib/libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a | |
gnulibc_version='2.17' | |
Dynamic Linking: | |
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' | |
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector' | |
Characteristics of this binary (from libperl): | |
Compile-time options: DEBUGGING HAS_TIMES MULTIPLICITY PERLIO_LAYERS | |
PERL_DONT_CREATE_GVSV | |
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD | |
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP | |
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND | |
PERL_TRACK_MEMPOOL USE_64_BIT_ALL USE_64_BIT_INT | |
USE_ITHREADS USE_LARGE_FILES USE_LOCALE | |
USE_LOCALE_COLLATE USE_LOCALE_CTYPE | |
USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO | |
USE_PERL_ATOF USE_REENTRANT_API | |
Built under linux | |
Compiled at Jun 27 2013 22:57:45 | |
%ENV: | |
PERLBREW_BASHRC_VERSION="0.64" | |
PERLBREW_HOME="/home/daxim/.perlbrew" | |
PERLBREW_MANPATH="/home/daxim/local/share/perlbrew/perls/perl-5.18.0/man" | |
PERLBREW_PATH="/home/daxim/local/share/perlbrew/bin:/home/daxim/local/share/perlbrew/perls/perl-5.18.0/bin" | |
PERLBREW_PERL="perl-5.18.0" | |
PERLBREW_ROOT="/home/daxim/local/share/perlbrew" | |
PERLBREW_VERSION="0.64" | |
@INC: | |
/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0/x86_64-linux-thread-multi-ld | |
/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/site_perl/5.18.0 | |
/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld | |
/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0 | |
. | |
---- | |
~/.cpanm/work/1375923791.25536/SDL-2.540$ ./Build test | |
[Alien::SDL] Build option used: | |
Already installed SDL ver=1.2.15 path=/usr | |
SDL(v1.2.15) SDL_image(v1.2.12) SDL_mixer(v1.2.11) SDL_ttf(v2.0.9) SDL_gfx(v2.0.23) SDL_Pango(v1.3) | |
Building SDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o src/support/win32.o src/support/win32.c | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/Music.o lib/SDL/Mixer/Music.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Music/Music.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Music/Music.so lib/SDL/Mixer/Music.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/CDTrack.o lib/SDL/CDTrack.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/CDTrack/CDTrack.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/CDTrack/CDTrack.so lib/SDL/CDTrack.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Audio.o lib/SDL/Audio.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Audio/Audio.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Audio/Audio.so lib/SDL/Audio.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/MixChunk.o lib/SDL/Mixer/MixChunk.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/MixChunk/MixChunk.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/MixChunk/MixChunk.so lib/SDL/Mixer/MixChunk.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Rect.o lib/SDL/Rect.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Rect/Rect.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Rect/Rect.so lib/SDL/Rect.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_PRIMITIVES -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/Primitives.o lib/SDL/GFX/Primitives.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/Primitives/Primitives.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/Primitives/Primitives.so lib/SDL/GFX/Primitives.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_IMAGEFILTER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/ImageFilter.o lib/SDL/GFX/ImageFilter.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/ImageFilter/ImageFilter.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/ImageFilter/ImageFilter.so lib/SDL/GFX/ImageFilter.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_IMAGE -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Image.o lib/SDL/Image.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Image/Image.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Image/Image.so lib/SDL/Image.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_image | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/MixMusic.o lib/SDL/Mixer/MixMusic.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/MixMusic/MixMusic.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/MixMusic/MixMusic.so lib/SDL/Mixer/MixMusic.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/MultiThread.o lib/SDL/MultiThread.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/MultiThread/MultiThread.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/MultiThread/MultiThread.so lib/SDL/MultiThread.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/VideoInfo.o lib/SDL/VideoInfo.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/VideoInfo/VideoInfo.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/VideoInfo/VideoInfo.so lib/SDL/VideoInfo.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Time.o lib/SDL/Time.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Time/Time.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Time/Time.so lib/SDL/Time.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL_perl.o lib/SDL_perl.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL_perl/SDL_perl.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL_perl/SDL_perl.so lib/SDL_perl.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_IMAGE -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Layer.o lib/SDLx/Layer.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Layer/Layer.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Layer/Layer.so lib/SDLx/Layer.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_image | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/CD.o lib/SDL/CD.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/CD/CD.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/CD/CD.so lib/SDL/CD.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/Channels.o lib/SDL/Mixer/Channels.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Channels/Channels.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Channels/Channels.so lib/SDL/Mixer/Channels.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_BLITFUNC -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/BlitFunc.o lib/SDL/GFX/BlitFunc.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/BlitFunc/BlitFunc.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/BlitFunc/BlitFunc.so lib/SDL/GFX/BlitFunc.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_TTF -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/TTF.o lib/SDL/TTF.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/TTF/TTF.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/TTF/TTF.so lib/SDL/TTF.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_ttf | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_IMAGE -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/SFont.o lib/SDLx/SFont.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/SFont/SFont.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/SFont/SFont.so lib/SDLx/SFont.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_image | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/CDROM.o lib/SDL/CDROM.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/CDROM/CDROM.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/CDROM/CDROM.so lib/SDL/CDROM.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Controller/Timer.o lib/SDLx/Controller/Timer.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Controller/Timer/Timer.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Controller/Timer/Timer.so lib/SDLx/Controller/Timer.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Version.o lib/SDL/Version.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Version/Version.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Version/Version.so lib/SDL/Version.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_TTF -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/TTF/Font.o lib/SDL/TTF/Font.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/TTF/Font/Font.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/TTF/Font/Font.so lib/SDL/TTF/Font.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_ttf | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Overlay.o lib/SDL/Overlay.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Overlay/Overlay.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Overlay/Overlay.so lib/SDL/Overlay.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/PixelFormat.o lib/SDL/PixelFormat.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/PixelFormat/PixelFormat.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/PixelFormat/PixelFormat.so lib/SDL/PixelFormat.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Video.o lib/SDL/Video.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Video/Video.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Video/Video.so lib/SDL/Video.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_PANGO -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Pango/Context.o lib/SDL/Pango/Context.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Pango/Context/Context.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Pango/Context/Context.so lib/SDL/Pango/Context.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_Pango | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_PANGO -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Pango.o lib/SDL/Pango.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Pango/Pango.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Pango/Pango.so lib/SDL/Pango.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_Pango | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Cursor.o lib/SDL/Cursor.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Cursor/Cursor.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Cursor/Cursor.so lib/SDL/Cursor.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Color.o lib/SDL/Color.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Color/Color.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Color/Color.so lib/SDL/Color.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Palette.o lib/SDL/Palette.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Palette/Palette.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Palette/Palette.so lib/SDL/Palette.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/Samples.o lib/SDL/Mixer/Samples.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Samples/Samples.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Samples/Samples.so lib/SDL/Mixer/Samples.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Validate.o lib/SDLx/Validate.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Validate/Validate.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Validate/Validate.so lib/SDLx/Validate.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_ROTOZOOM -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/Rotozoom.o lib/SDL/GFX/Rotozoom.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/Rotozoom/Rotozoom.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/Rotozoom/Rotozoom.so lib/SDL/GFX/Rotozoom.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/AudioCVT.o lib/SDL/AudioCVT.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/AudioCVT/AudioCVT.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/AudioCVT/AudioCVT.so lib/SDL/AudioCVT.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mouse.o lib/SDL/Mouse.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mouse/Mouse.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mouse/Mouse.so lib/SDL/Mouse.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Controller/State.o lib/SDLx/Controller/State.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Controller/State/State.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Controller/State/State.so lib/SDLx/Controller/State.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_FRAMERATE -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/Framerate.o lib/SDL/GFX/Framerate.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/Framerate/Framerate.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/Framerate/Framerate.so lib/SDL/GFX/Framerate.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_FRAMERATE -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX/FPSManager.o lib/SDL/GFX/FPSManager.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/FPSManager/FPSManager.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/FPSManager/FPSManager.so lib/SDL/GFX/FPSManager.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/RWOps.o lib/SDL/RWOps.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/RWOps/RWOps.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/RWOps/RWOps.so lib/SDL/RWOps.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Surface.o lib/SDL/Surface.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Surface/Surface.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Surface/Surface.so lib/SDL/Surface.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_PRIMITIVES -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/GFX.o lib/SDL/GFX.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/GFX/GFX.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/GFX/GFX.so lib/SDL/GFX.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer.o lib/SDL/Mixer.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Mixer.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Mixer.so lib/SDL/Mixer.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/AudioSpec.o lib/SDL/AudioSpec.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/AudioSpec/AudioSpec.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/AudioSpec/AudioSpec.so lib/SDL/AudioSpec.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Event.o lib/SDL/Event.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Event/Event.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Event/Event.so lib/SDL/Event.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Events.o lib/SDL/Events.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Events/Events.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Events/Events.so lib/SDL/Events.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_GFX_PRIMITIVES -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Surface.o lib/SDLx/Surface.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Surface/Surface.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Surface/Surface.so lib/SDLx/Surface.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_gfx | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Joystick.o lib/SDL/Joystick.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Joystick/Joystick.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Joystick/Joystick.so lib/SDL/Joystick.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/Effects.o lib/SDL/Mixer/Effects.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Effects/Effects.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Effects/Effects.so lib/SDL/Mixer/Effects.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/Controller/Interface.o lib/SDLx/Controller/Interface.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/Controller/Interface/Interface.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/Controller/Interface/Interface.so lib/SDLx/Controller/Interface.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DXS_VERSION="2.540" -DVERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DHAVE_SDL_MIXER -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDL/Mixer/Groups.o lib/SDL/Mixer/Groups.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDL/Mixer/Groups/Groups.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDL/Mixer/Groups/Groups.so lib/SDL/Mixer/Groups.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL -lSDL_mixer | |
cc -Isrc -I/home/daxim/local/share/perlbrew/perls/perl-5.18.0/lib/5.18.0/x86_64-linux-thread-multi-ld/CORE -DVERSION="2.540" -DXS_VERSION="2.540" -fPIC -DNOSIGCATCH -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/smpeg -I/usr/include -I/usr/local/include -I/usr/include/smpeg -I/usr/include -DHAVE_SDL -DUSE_THREADS -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fPIC -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/SDLx/LayerManager.o lib/SDLx/LayerManager.c | |
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/SDLx/LayerManager/LayerManager.bs') | |
cc -shared -O2 -g -L/usr/local/lib -fstack-protector -o blib/arch/auto/SDLx/LayerManager/LayerManager.so lib/SDLx/LayerManager.o src/support/win32.o -L/usr/lib64 -lSDL -lpthread -L/usr/lib -L/usr/lib64 -L/usr/local/lib -Wl,-rpath,/usr/lib64 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/lib -lSDL | |
t/00-load.t ..................... ok | |
t/colorpm.t ..................... 1/15 (in cleanup) panic: free from wrong pool, 124f510!=10de010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=10de010. | |
t/colorpm.t ..................... ok | |
t/config.t ...................... ok | |
t/core.t ........................ 1/28 (in cleanup) panic: free from wrong pool, 6d702e7269446572!=ebf010. | |
t/core.t ........................ ok | |
t/core_audio.t .................. (in cleanup) panic: free from wrong pool, 172!=212a010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 70533a3a656c6946!=212a010 at t/lib/SDL/TestTool.pm line 32. | |
t/core_audio.t .................. 1/45 (in cleanup) panic: free from wrong pool, 697461746e656d65!=212a010. | |
(in cleanup) panic: free from wrong pool, 64632074276e6143!=212a010. | |
t/core_audio.t .................. ok | |
t/core_audiospec.t .............. skipped: author tests not required for installation | |
t/core_cd.t ..................... ok | |
t/core_error.t .................. ok | |
t/core_events.t ................. 1/? (in cleanup) panic: free from wrong pool, 1000a3b!=19c5010 at t/core_events.t line 909. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=19c5010. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=19c5010. | |
(in cleanup) panic: free from wrong pool, 1!=19c5010. | |
(in cleanup) panic: free from wrong pool, 19c5188!=19c5010. | |
(in cleanup) panic: free from wrong pool, 687361685f71655f!=19c5010. | |
t/core_events.t ................. ok | |
t/core_joystick.t ............... ok | |
t/core_mouse.t .................. ok | |
t/core_multi.t .................. ok | |
t/core_overlay.t ................ 1/2 (in cleanup) panic: free from wrong pool, 1622390!=1435010. | |
t/core_overlay.t ................ ok | |
t/core_palette.t ................ 1/10 (in cleanup) panic: free from wrong pool, 18bb580!=16d5010. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=16d5010. | |
t/core_palette.t ................ ok | |
t/core_rect.t ................... 1/10 (in cleanup) panic: free from wrong pool, 6c62616972617620!=1dbb010. | |
t/core_rect.t ................... ok | |
t/core_rwops.t .................. ok | |
t/core_surface.t ................ 1/41 (in cleanup) panic: free from wrong pool, 64616f00656d6974!=24e9010 at t/core_surface.t line 73. | |
(in cleanup) panic: free from wrong pool, 2006c2d!=24e9010. | |
(in cleanup) panic: free from wrong pool, 6d702e726564616f!=24e9010. | |
(in cleanup) panic: free from wrong pool, 2abcee0!=24e9010. | |
(in cleanup) panic: free from wrong pool, 29575c3a5e3f28!=24e9010. | |
(in cleanup) panic: free from wrong pool, 6d702e726564616f!=24e9010. | |
(in cleanup) panic: free from wrong pool, 686624!=24e9010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=24e9010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=24e9010. | |
(in cleanup) panic: free from wrong pool, 6d702e726564616f!=24e9010 during global destruction. | |
t/core_surface.t ................ ok | |
t/core_timer.t .................. ok | |
t/core_version.t ................ 1/8 (in cleanup) panic: free from wrong pool, 696e552f63657053!=16c8010. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=16c8010. | |
t/core_version.t ................ ok | |
t/core_video.t .................. 1/? (in cleanup) panic: free from wrong pool, 65707974666572!=2403010 at t/core_video.t line 145. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010 at t/core_video.t line 207. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010 at t/core_video.t line 217. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010 at t/core_video.t line 229. | |
(in cleanup) panic: free from wrong pool, 74756f647473!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 726579616c65725f!=2403010. | |
(in cleanup) panic: free from wrong pool, 7761723a!=2403010. | |
(in cleanup) panic: free from wrong pool, 29!=2403010. | |
(in cleanup) panic: free from wrong pool, 19!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 11!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 296fc30!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 5255435f4b454553!=2403010. | |
(in cleanup) panic: free from wrong pool, 444e455f4b454553!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, ee!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 78655f7976616568!=2403010. | |
(in cleanup) panic: free from wrong pool, 2064656c6c616320!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 1000234de!=2403010. | |
(in cleanup) panic: free from wrong pool, 575c285e3a5e3f28!=2403010. | |
(in cleanup) panic: free from wrong pool, 726574726f003a3a!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 293d1d0!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 746f6e2073692022!=2403010. | |
(in cleanup) panic: free from wrong pool, 6f7078656c6c6140!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 100000000!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 223a3a!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 27481b0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 63b!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 8aa4c0!=2403010. | |
(in cleanup) panic: free from wrong pool, 623!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 29135e0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2910448!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 686640!=2403010. | |
(in cleanup) panic: free from wrong pool, 6c646e6168656c69!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 528!=2403010. | |
(in cleanup) panic: free from wrong pool, 706d6574646b6d!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 74616c706d657424!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 28f5af0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 28f4210!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 656c6c6163206562!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e7520726f727245!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 316b6e696c6e75!=2403010. | |
(in cleanup) panic: free from wrong pool, 0!=2403010. | |
(in cleanup) panic: free from wrong pool, 656c00203a706d54!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 28bf500!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 534d56!=2403010. | |
(in cleanup) panic: free from wrong pool, 28b2ed0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 70533a3a656c6946!=2403010. | |
(in cleanup) panic: free from wrong pool, 72696400736f7024!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 28ac870!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2065687420726f6e!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 797265765f73695f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 6420746e65726150!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 6420746e65726150!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 6420746e65726150!=2403010. | |
(in cleanup) panic: free from wrong pool, 6563616c7065725f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=2403010. | |
(in cleanup) panic: free from wrong pool, 23!=2403010. | |
(in cleanup) panic: free from wrong pool, 23!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 706d6f635f6d756e!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 287fa30!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e6964616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 4f4e5f544e494824!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e6964616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e6964616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e6964616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 2871b60!=2403010. | |
(in cleanup) panic: free from wrong pool, 0!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e64616f6c7265!=2403010. | |
(in cleanup) panic: free from wrong pool, 4!=2403010. | |
(in cleanup) panic: free from wrong pool, 24bd678!=2403010. | |
(in cleanup) panic: free from wrong pool, 102690000!=2403010. | |
(in cleanup) panic: free from wrong pool, 24ba970!=2403010. | |
(in cleanup) panic: free from wrong pool, 7272655f676e6f6c!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 6f6c2074276e6143!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 2833798!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 17!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 2!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 8aa4c0!=2403010. | |
(in cleanup) panic: free from wrong pool, 0!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 26!=2403010. | |
(in cleanup) panic: free from wrong pool, 0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2690000!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 36312e312d30312e!=2403010. | |
(in cleanup) panic: free from wrong pool, 27c0600!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, b3!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 11f0f000221de!=2403010. | |
(in cleanup) panic: free from wrong pool, d4!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 2!=2403010. | |
(in cleanup) panic: free from wrong pool, 2c534f50286b6565!=2403010. | |
(in cleanup) panic: free from wrong pool, 27ac020!=2403010. | |
(in cleanup) panic: free from wrong pool, 5b3f2d5e3a5e3f28!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 246ba78!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 6b006f6924!=2403010. | |
(in cleanup) panic: free from wrong pool, 2815e20!=2403010. | |
(in cleanup) panic: free from wrong pool, 6b006f6924!=2403010. | |
(in cleanup) panic: free from wrong pool, 646e61483a3a0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 2802270!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 7665727024!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 27eff10!=2403010. | |
(in cleanup) panic: free from wrong pool, 6f6924!=2403010. | |
(in cleanup) panic: free from wrong pool, 6f6924!=2403010. | |
(in cleanup) panic: free from wrong pool, 424f4c4700032305!=2403010. | |
(in cleanup) panic: free from wrong pool, 285c42006e24!=2403010. | |
(in cleanup) panic: free from wrong pool, 27b000a!=2403010. | |
(in cleanup) panic: free from wrong pool, 100000002!=2403010. | |
(in cleanup) panic: free from wrong pool, 2403188!=2403010. | |
(in cleanup) panic: free from wrong pool, 27c5e30!=2403010. | |
(in cleanup) panic: free from wrong pool, ffffffff!=2403010. | |
(in cleanup) panic: free from wrong pool, 5c!=2403010. | |
(in cleanup) panic: free from wrong pool, 5c!=2403010. | |
(in cleanup) panic: free from wrong pool, 57!=2403010. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=2403010. | |
(in cleanup) panic: free from wrong pool, 65706950!=2403010. | |
(in cleanup) panic: free from wrong pool, 1!=2403010. | |
(in cleanup) panic: free from wrong pool, 665f74757074756f!=2403010. | |
(in cleanup) panic: free from wrong pool, 657661537463656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 2754ad0!=2403010. | |
(in cleanup) panic: free from wrong pool, 12de00022c00!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=2403010. | |
(in cleanup) panic: free from wrong pool, 1000234de!=2403010. | |
(in cleanup) panic: free from wrong pool, 27c3ff0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2004f49!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e656c62616b65!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 42!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 702e726574726f70!=2403010. | |
(in cleanup) panic: free from wrong pool, 444e4550504146!=2403010. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2403010. | |
(in cleanup) panic: free from wrong pool, 2722c20!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 0!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 6c6175746361202c!=2403010. | |
(in cleanup) panic: free from wrong pool, 17d!=2403010. | |
(in cleanup) panic: free from wrong pool, 6e696b726f772072!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
(in cleanup) panic: free from wrong pool, 420000!=2403010. | |
(in cleanup) panic: free from wrong pool, 2e687461502f656c!=2403010. | |
t/core_video.t .................. ok | |
t/core_video_convert_surface.t .. 1/? (in cleanup) panic: free from wrong pool, 1!=2713010 at t/core_video_convert_surface.t line 43. | |
(in cleanup) panic: free from wrong pool, 290ccf0!=2713010. | |
(in cleanup) panic: free from wrong pool, 29079f0!=2713010. | |
(in cleanup) panic: free from wrong pool, 3a3a00032302!=2713010. | |
(in cleanup) panic: free from wrong pool, 7373616c6324!=2713010. | |
(in cleanup) panic: free from wrong pool, 2858600!=2713010. | |
t/core_video_convert_surface.t .. ok | |
t/core_video_gamma.t ............ ok | |
t/extendingrect.t ............... 1/6 (in cleanup) panic: free from wrong pool, 444f4d5f4b4c4453!=209d010. | |
t/extendingrect.t ............... ok | |
t/gfx.t ......................... 1/? (in cleanup) panic: free from wrong pool, 2e726f7463657073!=aee010. | |
t/gfx.t ......................... ok | |
t/gfx_fpsmanager.t .............. 1/11 (in cleanup) panic: free from wrong pool, 2424b10!=2209010. | |
t/gfx_fpsmanager.t .............. ok | |
t/gfx_framerate.t ............... 1/6 (in cleanup) panic: free from wrong pool, 23!=9b0010. | |
t/gfx_framerate.t ............... ok | |
t/gfx_imagefilter.t ............. 1/8 (in cleanup) panic: free from wrong pool, 70533a3a656c6946!=2796010 at t/gfx_imagefilter.t line 44. | |
(in cleanup) panic: free from wrong pool, 0!=2796010. | |
(in cleanup) panic: free from wrong pool, 6d702e7269446572!=2796010. | |
t/gfx_imagefilter.t ............. ok | |
t/gfx_primitives.t .............. 1/? (in cleanup) panic: free from wrong pool, 6e657361422f656c!=1ccd010 at t/gfx_primitives.t line 45. | |
t/gfx_primitives.t .............. 4/? (in cleanup) panic: free from wrong pool, 1ccd188!=1ccd010 at t/gfx_primitives.t line 389. | |
(in cleanup) panic: free from wrong pool, 2!=1ccd010 at t/gfx_primitives.t line 389. | |
t/gfx_primitives.t .............. 28/? (in cleanup) panic: free from wrong pool, 200a0d0!=1ccd010. | |
(in cleanup) panic: free from wrong pool, 6e657361422f656c!=1ccd010. | |
(in cleanup) panic: free from wrong pool, 6e657361422f656c!=1ccd010. | |
t/gfx_primitives.t .............. ok | |
t/gfx_primitives2.t ............. 1/? (in cleanup) panic: free from wrong pool, 2e646e69462f656c!=141d010 at t/gfx_primitives2.t line 38. | |
t/gfx_primitives2.t ............. 31/? (in cleanup) panic: free from wrong pool, 234de000013de!=141d010. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=141d010. | |
(in cleanup) panic: free from wrong pool, 16a7f40!=141d010. | |
t/gfx_primitives2.t ............. ok | |
t/gfx_rotozoom.t ................ 1/23 (in cleanup) panic: free from wrong pool, 6900656e75727024!=a16010 at t/gfx_rotozoom.t line 45. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 7269642e00022404!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010 at t/gfx_rotozoom.t line 58. | |
(in cleanup) panic: free from wrong pool, 2f!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, c0!=a16010 at t/gfx_rotozoom.t line 73. | |
(in cleanup) panic: free from wrong pool, c2!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 8aa4c0!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 72696477656e24!=a16010 at t/gfx_rotozoom.t line 94. | |
(in cleanup) panic: free from wrong pool, 1!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 1!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 6b006c6f7624!=a16010 at t/gfx_rotozoom.t line 115. | |
(in cleanup) panic: free from wrong pool, 3c0000!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 70533a3a656c6946!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010 at t/gfx_rotozoom.t line 120. | |
(in cleanup) panic: free from wrong pool, 6463!=a16010 at t/gfx_rotozoom.t line 129. | |
(in cleanup) panic: free from wrong pool, 310!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 5f64616f6c5f6c64!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 3c0000!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 55!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, d38370!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 5b!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, 702e726564616f4c!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, a16188!=a16010 at t/gfx_rotozoom.t line 141. | |
(in cleanup) panic: free from wrong pool, a16188!=a16010 at t/gfx_rotozoom.t line 141. | |
t/gfx_rotozoom.t ................ 23/23 (in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010. | |
(in cleanup) panic: free from wrong pool, 230100010000!=a16010 during global destruction. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=a16010 during global destruction. | |
t/gfx_rotozoom.t ................ ok | |
t/image.t ....................... 1/? (in cleanup) panic: free from wrong pool, 1!=110c010. | |
t/image.t ....................... ok | |
t/image_xpm_array.t ............. (in cleanup) panic: free from wrong pool, 6e75462f63657053!=1d2f010 at t/image_xpm_array.t line 86. | |
(in cleanup) panic: free from wrong pool, 2c!=1d2f010 at t/image_xpm_array.t line 97. | |
(in cleanup) panic: free from wrong pool, 206dce8!=1d2f010 at t/image_xpm_array.t line 97. | |
t/image_xpm_array.t ............. 1/? (in cleanup) panic: free from wrong pool, 2075ae8!=1d2f010. | |
(in cleanup) panic: free from wrong pool, 29!=1d2f010. | |
t/image_xpm_array.t ............. ok | |
t/mixer.t ....................... (in cleanup) panic: free from wrong pool, 2675750!=24a4010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 6d616e6275735f26!=24a4010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer.t ....................... 1/? (in cleanup) panic: free from wrong pool, 6d702e7269446572!=24a4010. | |
t/mixer.t ....................... ok | |
t/mixer_channels.t .............. (in cleanup) panic: free from wrong pool, 146d8d0!=1278010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 1!=1278010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_channels.t .............. 32/? (in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=1278010 at t/mixer_channels.t line 190. | |
t/mixer_channels.t .............. 36/? (in cleanup) panic: free from wrong pool, 1!=1278010. | |
t/mixer_channels.t .............. ok | |
t/mixer_effects.t ............... (in cleanup) panic: free from wrong pool, 10bb330!=ec6010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 10bba50!=ec6010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_effects.t ............... ok | |
t/mixer_groups.t ................ (in cleanup) panic: free from wrong pool, 6d616e6275735f26!=e48010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 102f820!=e48010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_groups.t ................ ok | |
t/mixer_mixchunk.t .............. (in cleanup) panic: free from wrong pool, 11f09b0!=101d010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 121afa8!=101d010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_mixchunk.t .............. 1/6 (in cleanup) panic: free from wrong pool, 1!=101d010. | |
t/mixer_mixchunk.t .............. ok | |
t/mixer_mixmusic.t .............. (in cleanup) panic: free from wrong pool, 22ec970!=20f9010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 22e7520!=20f9010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_mixmusic.t .............. ok | |
t/mixer_music.t ................. (in cleanup) panic: free from wrong pool, ffed40!=e2a010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 6d616e6275735f26!=e2a010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_music.t ................. 25/? (in cleanup) panic: free from wrong pool, 2d69746c756d2d64!=e2a010. | |
t/mixer_music.t ................. ok | |
t/mixer_samples.t ............... (in cleanup) panic: free from wrong pool, 1294c30!=10a0010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 1271560!=10a0010 at t/lib/SDL/TestTool.pm line 32. | |
t/mixer_samples.t ............... 1/? (in cleanup) panic: free from wrong pool, 131002f!=10a0010 at t/mixer_samples.t line 93. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=10a0010. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=10a0010. | |
t/mixer_samples.t ............... ok | |
t/pango.t ....................... 20/? (in cleanup) panic: free from wrong pool, 4028000000000000!=23fe010 at t/pango.t line 79. | |
(in cleanup) panic: free from wrong pool, 7f5900000000!=23fe010 at t/pango.t line 92. | |
(in cleanup) panic: free from wrong pool, 4749525f4b4c4453!=23fe010 at t/pango.t line 92. | |
(in cleanup) panic: free from wrong pool, a3a84!=23fe010 at t/pango.t line 71. | |
(in cleanup) panic: free from wrong pool, 0!=23fe010 at t/pango.t line 71. | |
t/pango.t ....................... 23/? (in cleanup) panic: free from wrong pool, 6c6175746361202c!=23fe010. | |
t/pango.t ....................... ok | |
t/sdlgamerect.t ................. 1/87 (in cleanup) panic: free from wrong pool, 132dc28!=117a010. | |
t/sdlgamerect.t ................. ok | |
t/sdlx_app.t .................... 2/2 (in cleanup) panic: free from wrong pool, 2e646e69462f656c!=2568010 at t/sdlx_app.t line 41. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=2568010 at t/sdlx_app.t line 41. | |
(in cleanup) panic: free from wrong pool, 2f!=2568010 during global destruction. | |
t/sdlx_app.t .................... ok | |
t/sdlx_controller.t ............. 1/? (in cleanup) panic: free from wrong pool, 6564207962207372!=9f3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Controller.pm line 73. | |
t/sdlx_controller.t ............. 1385/? (in cleanup) panic: free from wrong pool, 5f786c64732f7420!=9f3010 during global destruction. | |
t/sdlx_controller.t ............. ok | |
t/sdlx_controller_interface.t ... 1/? (in cleanup) panic: free from wrong pool, 1b1e100!=1b1e010 at t/sdlx_controller_interface.t line 57. | |
(in cleanup) panic: free from wrong pool, 687361685f71655f!=1b1e010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Controller.pm line 193. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=1b1e010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Controller.pm line 172. | |
(in cleanup) panic: free from wrong pool, 2065707974206f4e!=1b1e010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Controller.pm line 172. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=1b1e010. | |
(in cleanup) panic: free from wrong pool, 1d244d0!=1b1e010. | |
(in cleanup) panic: free from wrong pool, 454e4424!=1b1e010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Controller.pm line 73 during global destruction. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=1b1e010 during global destruction. | |
t/sdlx_controller_interface.t ... ok | |
t/sdlx_fps.t .................... ok | |
t/sdlx_layermanager.t ........... 58/? (in cleanup) panic: free from wrong pool, 696e552f63657053!=e8a010. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=e8a010. | |
t/sdlx_layermanager.t ........... ok | |
t/sdlx_music.t .................. (in cleanup) panic: free from wrong pool, 23!=f31010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 1125510!=f31010 at t/lib/SDL/TestTool.pm line 32. | |
t/sdlx_music.t .................. ok | |
t/sdlx_rect.t ................... 1/? (in cleanup) panic: free from wrong pool, bc3e00!=9a8010. | |
(in cleanup) panic: free from wrong pool, 6d702e7269446572!=9a8010. | |
(in cleanup) panic: free from wrong pool, 9a8188!=9a8010. | |
(in cleanup) panic: free from wrong pool, 742064656c696146!=9a8010. | |
t/sdlx_rect.t ................... ok | |
t/sdlx_sfont.t .................. 1/? (in cleanup) panic: free from wrong pool, 100000000!=1c3f010. | |
(in cleanup) panic: free from wrong pool, 1e3fba0!=1c3f010. | |
t/sdlx_sfont.t .................. ok | |
t/sdlx_sound.t .................. (in cleanup) panic: free from wrong pool, 52002f!=cbb010 at t/lib/SDL/TestTool.pm line 32. | |
(in cleanup) panic: free from wrong pool, 420000!=cbb010 at t/lib/SDL/TestTool.pm line 32. | |
t/sdlx_sound.t .................. ok | |
t/sdlx_sprite.t ................. 1/? (in cleanup) panic: free from wrong pool, 78655f7976616568!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 702e73676e696e72!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 80. | |
(in cleanup) panic: free from wrong pool, ee!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 163. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2218010 at t/sdlx_sprite.t line 64. | |
(in cleanup) panic: free from wrong pool, 3c0000!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 65736f6272655624!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 0!=2218010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 746e497072614325!=2218010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 245f970!=2218010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2218010. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=2218010. | |
t/sdlx_sprite.t ................. ok | |
t/sdlx_sprite_animated.t ........ 1/? (in cleanup) panic: free from wrong pool, 19d95a0!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 19d8ff0!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 80. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 163. | |
(in cleanup) panic: free from wrong pool, 72655f6c61766524!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 6574697270532f78!=17e3010 at t/sdlx_sprite_animated.t line 79. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 6c726576006b6f24!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 19eac10!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 163. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite/Animated.pm line 329. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at t/sdlx_sprite_animated.t line 103. | |
(in cleanup) panic: free from wrong pool, 78655f7976616568!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 702e73676e696e72!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 6f4d3a3a74736554!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 19d2470!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 390!=17e3010 at t/sdlx_sprite_animated.t line 193. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010 at t/sdlx_sprite_animated.t line 194. | |
(in cleanup) panic: free from wrong pool, 206567616b636170!=17e3010 at t/sdlx_sprite_animated.t line 200. | |
(in cleanup) panic: free from wrong pool, 3c0000!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 19d6858!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 726500666c657324!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=17e3010 at t/sdlx_sprite_animated.t line 211. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=17e3010 at t/sdlx_sprite_animated.t line 217. | |
(in cleanup) panic: free from wrong pool, 7272655f676e6f6c!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 65736f6272655624!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, ee!=17e3010 at t/sdlx_sprite_animated.t line 235. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 7400646e756f6640!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 0!=17e3010 at t/sdlx_sprite_animated.t line 280. | |
(in cleanup) panic: free from wrong pool, 1a7d330!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=17e3010 at t/sdlx_sprite_animated.t line 283. | |
(in cleanup) panic: free from wrong pool, 702f730020746120!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 535f45564148442d!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=17e3010 at t/sdlx_sprite_animated.t line 305. | |
(in cleanup) panic: free from wrong pool, 3!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 35006b6f5f657375!=17e3010 at t/sdlx_sprite_animated.t line 308. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 726f466c65786950!=17e3010 at t/sdlx_sprite_animated.t line 352. | |
(in cleanup) panic: free from wrong pool, 14!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 6975422f74736554!=17e3010 at t/sdlx_sprite_animated.t line 355. | |
(in cleanup) panic: free from wrong pool, 72696424!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 7461007372696440!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=17e3010 at t/sdlx_sprite_animated.t line 371. | |
(in cleanup) panic: free from wrong pool, 696e552f63657053!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 5555555555550000!=17e3010 at t/sdlx_sprite_animated.t line 374. | |
(in cleanup) panic: free from wrong pool, 1b764a0!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 1b74970!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 17e3100!=17e3010 at t/sdlx_sprite_animated.t line 411. | |
(in cleanup) panic: free from wrong pool, 69736f50583a3a38!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 27!=17e3010 at t/sdlx_sprite_animated.t line 412. | |
(in cleanup) panic: free from wrong pool, 1b82390!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 199. | |
(in cleanup) panic: free from wrong pool, 1003a3a!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Sprite.pm line 25. | |
(in cleanup) panic: free from wrong pool, 617073656d616e24!=17e3010 at t/sdlx_sprite_animated.t line 427. | |
(in cleanup) panic: free from wrong pool, 6d616e6275735f26!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 617073656d616e24!=17e3010 at t/sdlx_sprite_animated.t line 428. | |
(in cleanup) panic: free from wrong pool, c2!=17e3010. | |
(in cleanup) panic: free from wrong pool, 3a3a00032302!=17e3010. | |
(in cleanup) panic: free from wrong pool, 1b7c040!=17e3010. | |
(in cleanup) panic: free from wrong pool, 2!=17e3010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=17e3010. | |
t/sdlx_sprite_animated.t ........ ok | |
t/sdlx_surface.t ................ 1/? (in cleanup) panic: free from wrong pool, 1003a3a!=1947010 at t/sdlx_surface.t line 112. | |
(in cleanup) panic: free from wrong pool, 1c7a4e0!=1947010 at t/sdlx_surface.t line 112. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 544e4544495f4552!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 3a3a7373616c43!=1947010. | |
(in cleanup) panic: free from wrong pool, 8d!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422 during global destruction. | |
(in cleanup) panic: free from wrong pool, 1c79ce8!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422 during global destruction. | |
(in cleanup) panic: free from wrong pool, 1947188!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422 during global destruction. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422 during global destruction. | |
(in cleanup) panic: free from wrong pool, 297a5c2a29!=1947010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422 during global destruction. | |
t/sdlx_surface.t ................ ok | |
t/sdlx_text.t ................... 1/? (in cleanup) panic: free from wrong pool, 234de000013de!=1ee0010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Text.pm line 256. | |
(in cleanup) panic: free from wrong pool, 8aa4c0!=1ee0010. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=1ee0010. | |
(in cleanup) panic: free from wrong pool, 2e646e69462f656c!=1ee0010. | |
t/sdlx_text.t ................... ok | |
t/sdlx_validate.t ............... 1/? (in cleanup) panic: free from wrong pool, 78655f7976616568!=f9e010 at t/sdlx_validate.t line 30. | |
(in cleanup) panic: free from wrong pool, 2e65726f4d2f7473!=f9e010 at /home/daxim/.cpanm/work/1375923791.25536/SDL-2.540/blib/lib/SDLx/Surface.pm line 422. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=f9e010 at t/sdlx_validate.t line 35. | |
(in cleanup) panic: free from wrong pool, 20!=f9e010 at t/sdlx_validate.t line 40. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=f9e010 at t/sdlx_validate.t line 50. | |
(in cleanup) panic: free from wrong pool, 7f385b819698!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 1227b30!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 7272655f676e6f6c!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 158!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 352f62696c2f302e!=f9e010 at t/sdlx_validate.t line 64. | |
(in cleanup) panic: free from wrong pool, 1000690!=f9e010 at t/sdlx_validate.t line 69. | |
(in cleanup) panic: free from wrong pool, 6d702e6c726570!=f9e010 at t/sdlx_validate.t line 70. | |
(in cleanup) panic: free from wrong pool, 14!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 742e65746164696c!=f9e010 at t/sdlx_validate.t line 71. | |
(in cleanup) panic: free from wrong pool, 7f385b810037!=f9e010 at t/sdlx_validate.t line 84. | |
(in cleanup) panic: free from wrong pool, 535f45564148442d!=f9e010 at t/sdlx_validate.t line 84. | |
(in cleanup) panic: free from wrong pool, 20796d207b6f64!=f9e010 at t/sdlx_validate.t line 77. | |
(in cleanup) panic: free from wrong pool, 3274666f676e6170!=f9e010 at t/sdlx_validate.t line 82. | |
(in cleanup) panic: free from wrong pool, 29245d7d!=f9e010 at t/sdlx_validate.t line 83. | |
(in cleanup) panic: free from wrong pool, 1!=f9e010 at t/sdlx_validate.t line 84. | |
(in cleanup) panic: free from wrong pool, 6d702e7269446572!=f9e010 at t/sdlx_validate.t line 84. | |
(in cleanup) panic: free from wrong pool, 1295880!=f9e010 at t/sdlx_validate.t line 98. | |
(in cleanup) panic: free from wrong pool, 131e240!=f9e010 at t/sdlx_validate.t line 103. | |
(in cleanup) panic: free from wrong pool, 617073656d616e24!=f9e010 at t/sdlx_validate.t line 103. | |
(in cleanup) panic: free from wrong pool, 133be60!=f9e010 at t/sdlx_validate.t line 116. | |
(in cleanup) panic: free from wrong pool, 133f260!=f9e010 at t/sdlx_validate.t line 121. | |
(in cleanup) panic: free from wrong pool, 1340690!=f9e010 at t/sdlx_validate.t line 121. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=f9e010. | |
t/sdlx_validate.t ............... ok | |
t/smpeg.t ....................... skipped: smpeg support not compiled | |
t/ttf.t ......................... 1/? (in cleanup) panic: free from wrong pool, 686640!=1f24010 at t/ttf.t line 89. | |
(in cleanup) panic: free from wrong pool, 63b!=1f24010 at t/ttf.t line 95. | |
(in cleanup) panic: free from wrong pool, 746f6e2073692022!=1f24010 at t/ttf.t line 103. | |
(in cleanup) panic: free from wrong pool, 42!=1f24010 at t/ttf.t line 253. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 261. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 261. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 271. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 271. | |
(in cleanup) panic: free from wrong pool, 24a15a8!=1f24010 at t/ttf.t line 278. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 278. | |
(in cleanup) panic: free from wrong pool, 686624!=1f24010 at t/ttf.t line 285. | |
(in cleanup) panic: free from wrong pool, 3266313d21343236!=1f24010 at t/ttf.t line 285. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 295. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 295. | |
(in cleanup) panic: free from wrong pool, 237ccd0!=1f24010 at t/ttf.t line 302. | |
(in cleanup) panic: free from wrong pool, 1f24188!=1f24010 at t/ttf.t line 302. | |
(in cleanup) panic: free from wrong pool, 24dbb40!=1f24010 at t/ttf.t line 309. | |
(in cleanup) panic: free from wrong pool, 1e!=1f24010 at t/ttf.t line 309. | |
(in cleanup) panic: free from wrong pool, 65675f6b636f6c63!=1f24010 at t/ttf.t line 316. | |
(in cleanup) panic: free from wrong pool, 37!=1f24010 at t/ttf.t line 316. | |
(in cleanup) panic: free from wrong pool, 6d616e66646f6d24!=1f24010 at t/ttf.t line 325. | |
(in cleanup) panic: free from wrong pool, 6d702e726564616f!=1f24010 at t/ttf.t line 325. | |
(in cleanup) panic: free from wrong pool, 6d702e726564616f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 69483a3a656d6954!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 237d0d8!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 12a!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, a73726961702065!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 6e69647473!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 726579616c65725f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 5445535f4b454553!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 5255435f4b454553!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 444e455f4b454553!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 482f726574726f70!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, ee!=1f24010 at t/ttf.t line 239. | |
(in cleanup) panic: free from wrong pool, 2f302e38312e352f!=1f24010. | |
(in cleanup) panic: free from wrong pool, 534d56!=1f24010. | |
(in cleanup) panic: free from wrong pool, 23d39a0!=1f24010. | |
t/ttf.t ......................... ok | |
t/ttf_font.t .................... 1/? (in cleanup) panic: free from wrong pool, ac!=253e010 at t/ttf_font.t line 45. | |
(in cleanup) panic: free from wrong pool, 2759a20!=253e010 at t/ttf_font.t line 51. | |
(in cleanup) panic: free from wrong pool, 3a3a00032302!=253e010. | |
(in cleanup) panic: free from wrong pool, 2!=253e010. | |
t/ttf_font.t .................... ok | |
All tests successful. | |
Test Summary Report | |
------------------- | |
t/core.t (Wstat: 0 Tests: 28 Failed: 0) | |
TODO passed: 21-22 | |
t/core_video.t (Wstat: 0 Tests: 110 Failed: 0) | |
TODO passed: 57, 59 | |
Files=59, Tests=3827, 142 wallclock secs ( 0.95 usr 0.16 sys + 58.67 cusr 6.24 csys = 66.02 CPU) | |
Result: PASS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment