| (Web-) Design und webbasierte Sprachen Tipps & Tricks, Designabgleich, HTML & Javascript, Flash, ASP, PHP, Perl/CGI... |
Diskussion: Image::Magick @ Debian? im Forum (Web-) Design und webbasierte Sprachen, in der Kategorie Web, Network & Multimedia Palace; Anzeige @Mods: Konnte mich nicht entscheiden ob das eher in "Die Problemzohne" oder hierher gehoert - bei Bedarf einfach verschieben... ...
![]() |
| | #1 (permalink) |
![]() Registriert seit: 06.01.07 ![]() Likes: 0 | Image::Magick @ Debian? Anzeige @Mods: Konnte mich nicht entscheiden ob das eher in "Die Problemzohne" oder hierher gehoert - bei Bedarf einfach verschieben... Hi, Ich versuche gerade auf meinem System - Debian Lenny/Sid (2.6.26-amd64) - Perl 5.10.0 perl -v Code: Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.18-6-xen-amd64, archname=x86_64-linux-gnu-thread-multi
uname='linux sid 2.6.18-6-xen-amd64 #1 smp fri jun 6 06:38:05 utc 2008 x86_64 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.10 -Darchlib=/usr/lib/perl/5.10 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.10.0 -Dsitearch=/usr/local/lib/perl/5.10.0 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.10.0 -Dd_dosuid -des'
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=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.3.2', 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='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.7.so, so=so, useshrplib=true, libperl=libperl.so.5.10.0
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Oct 5 2008 13:28:27
@INC:
/etc/perl
/usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.10
/usr/share/perl/5.10
/usr/local/lib/site_perl
. das Modul Image::Magick zu installieren. Leider relativ erfolglos... Code: ./configure && make && make install Führe ich "./configure" mit "LDFLAGS='-L/usr/local/lib" aus, findet er diese, und die Binary funktioniert wie es aussieht einwandfrei. Bei Aufruf von folgendem perlcode: Code: use Image::Magick my $Image = new Image::Magick; open IMAGE, '>/pfad/zu/einem/bild.png'; $Image -> Read( file => \*IMAGE ); close IMAGE; $Image -> AdaptivelyResize( width => 100, height => 100 ); Code: Can't locate auto/Image/Magick/AdaptivelyR.al ... Desswegen hab ich Image::Magick dann nochmal runtergeworfen und mit dem configure parameter "--without-perl" installiert, und danach versucht das Modul via CPAN zu installieren, welches mit jede Menge Fehlermeldungen ausspuckt: Fehlermeldungen Code: install Image::Magick
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
Database was generated on Thu, 16 Oct 2008 17:26:52 GMT
CPAN: YAML loaded ok (v0.66)
Build_dir empty, nothing to restore
Running install for module 'Image::Magick'
Running make for J/JC/JCRISTY/PerlMagick-6.40.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
CPAN: Module::Signature loaded ok (v0.55)
WARNING: This key is not certified with a trusted signature!
Primary key fingerprint: 2E66 557A B97C 19C7 91AF 8E20 328D A867 450F 89EC
Signature for /root/.cpan/sources/authors/id/J/JC/JCRISTY/CHECKSUMS ok
CPAN: Compress::Zlib loaded ok (v2.015)
Checksum for /root/.cpan/sources/authors/id/J/JC/JCRISTY/PerlMagick-6.40.tar.gz ok
Scanning cache /root/.cpan/build for sizes
DONE
./PerlMagick-6.40/
./PerlMagick-6.40/Makefile.old
./PerlMagick-6.40/Makefile.nt
./PerlMagick-6.40/t/
./PerlMagick-6.40/t/output.bmp
./PerlMagick-6.40/t/jng/
./PerlMagick-6.40/t/jng/input_prog_idat.jng
./PerlMagick-6.40/t/jng/input_gray_prog_jdaa.jng
./PerlMagick-6.40/t/jng/input_prog_jdaa.jng
./PerlMagick-6.40/t/jng/input_gray.jng
./PerlMagick-6.40/t/jng/input_gray_prog_idat.jng
./PerlMagick-6.40/t/jng/write.t
./PerlMagick-6.40/t/jng/input_gray_prog.jng
./PerlMagick-6.40/t/jng/read.t
./PerlMagick-6.40/t/jng/input_gray_idat.jng
./PerlMagick-6.40/t/jng/input_jdaa.jng
./PerlMagick-6.40/t/jng/input_gray_jdaa.jng
./PerlMagick-6.40/t/jng/input_rose.jng
./PerlMagick-6.40/t/jng/input_prog.jng
./PerlMagick-6.40/t/jng/input_idat.jng
./PerlMagick-6.40/t/input.bmp24
./PerlMagick-6.40/t/input.sgi
./PerlMagick-6.40/t/output.xbm
./PerlMagick-6.40/t/input.gif87
./PerlMagick-6.40/t/fpx/
./PerlMagick-6.40/t/fpx/write.t
./PerlMagick-6.40/t/fpx/read.t
./PerlMagick-6.40/t/fpx/input_grayscale.fpx
./PerlMagick-6.40/t/fpx/input_256.fpx
./PerlMagick-6.40/t/fpx/input_bw.fpx
./PerlMagick-6.40/t/fpx/input_jpeg.fpx
./PerlMagick-6.40/t/fpx/input_truecolor.fpx
./PerlMagick-6.40/t/composite.t
./PerlMagick-6.40/t/bzlib/
./PerlMagick-6.40/t/bzlib/write.t
./PerlMagick-6.40/t/bzlib/read.t
./PerlMagick-6.40/t/bzlib/output.miff
./PerlMagick-6.40/t/bzlib/input.miff
./PerlMagick-6.40/t/output_p4.pbm
./PerlMagick-6.40/t/input_70x46.yuv
./PerlMagick-6.40/t/output.im24
./PerlMagick-6.40/t/output.mtv
./PerlMagick-6.40/t/input.avs
./PerlMagick-6.40/t/tiff/
./PerlMagick-6.40/t/tiff/output_gray_8bit_matte.tiff
./PerlMagick-6.40/t/tiff/output_gray_8bit.tiff
./PerlMagick-6.40/t/tiff/input_gray_16bit.tiff
./PerlMagick-6.40/t/tiff/output_gray_4bit.tiff
./PerlMagick-6.40/t/tiff/input_truecolor_tiled32x32.tiff
./PerlMagick-6.40/t/tiff/input_256_matte.tiff
./PerlMagick-6.40/t/tiff/input_256.tiff
./PerlMagick-6.40/t/tiff/input_gray_8bit.tiff
./PerlMagick-6.40/t/tiff/output_mono.tiff
./PerlMagick-6.40/t/tiff/output_16.tiff
./PerlMagick-6.40/t/tiff/input_256_planar_contig.tiff
./PerlMagick-6.40/t/tiff/input_truecolor_stripped.tiff
./PerlMagick-6.40/t/tiff/output_256_matte.tiff
./PerlMagick-6.40/t/tiff/input_gray_12bit.tiff
./PerlMagick-6.40/t/tiff/write.t
./PerlMagick-6.40/t/tiff/input_gray_8bit_matte.tiff
./PerlMagick-6.40/t/tiff/read.t
./PerlMagick-6.40/t/tiff/input_truecolor.tiff
./PerlMagick-6.40/t/tiff/input_gray_4bit_matte.tiff
./PerlMagick-6.40/t/tiff/input_16.tiff
./PerlMagick-6.40/t/tiff/input_truecolor_16.tiff
./PerlMagick-6.40/t/tiff/output_gray_4bit_matte.tiff
./PerlMagick-6.40/t/tiff/output_truecolor.tiff
./PerlMagick-6.40/t/tiff/output_16_matte.tiff
./PerlMagick-6.40/t/tiff/input_16_matte.tiff
./PerlMagick-6.40/t/tiff/input_mono.tiff
./PerlMagick-6.40/t/tiff/input_gray_4bit.tiff
./PerlMagick-6.40/t/tiff/input_256_planar_separate.tiff
./PerlMagick-6.40/t/tiff/output_256.tiff
./PerlMagick-6.40/t/input.im8
./PerlMagick-6.40/t/subroutines.pl
./PerlMagick-6.40/t/wmf/
./PerlMagick-6.40/t/wmf/read.t
./PerlMagick-6.40/t/wmf/wizard.wmf
./PerlMagick-6.40/t/wmf/clock.wmf
./PerlMagick-6.40/t/input_p6.ppm
./PerlMagick-6.40/t/input.dib
./PerlMagick-6.40/t/input_p3.ppm
./PerlMagick-6.40/t/input_p1.pbm
./PerlMagick-6.40/t/output_p2.pgm
./PerlMagick-6.40/t/input.mat
./PerlMagick-6.40/t/output.fits
./PerlMagick-6.40/t/input.pcx
./PerlMagick-6.40/t/output.pcx
./PerlMagick-6.40/t/zlib/
./PerlMagick-6.40/t/zlib/write.t
./PerlMagick-6.40/t/zlib/read.t
./PerlMagick-6.40/t/zlib/output.miff
./PerlMagick-6.40/t/zlib/input.miff
./PerlMagick-6.40/t/ttf/
./PerlMagick-6.40/t/ttf/input.ttf
./PerlMagick-6.40/t/ttf/read.t
./PerlMagick-6.40/t/input_p7.p7
./PerlMagick-6.40/t/hpgl/
./PerlMagick-6.40/t/hpgl/read.t
./PerlMagick-6.40/t/hpgl/input.hpgl
./PerlMagick-6.40/t/input.rle
./PerlMagick-6.40/t/output.gif
./PerlMagick-6.40/t/output.dib
./PerlMagick-6.40/t/input_p2.pgm
./PerlMagick-6.40/t/reference/
./PerlMagick-6.40/t/reference/jng/
./PerlMagick-6.40/t/reference/jng/read_gray_jdaa.miff
./PerlMagick-6.40/t/reference/jng/input_prog.miff
./PerlMagick-6.40/t/reference/jng/write_jdaa.miff
./PerlMagick-6.40/t/reference/jng/gray_prog_idat_tmp.miff
./PerlMagick-6.40/t/reference/jng/write_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/read_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/read_gray_prog.miff
./PerlMagick-6.40/t/reference/jng/read_gray_idat.miff
./PerlMagick-6.40/t/reference/jng/read_prog.miff
./PerlMagick-6.40/t/reference/jng/gray_prog_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/jng/idat_tmp.miff
./PerlMagick-6.40/t/reference/jng/jdaa_tmp.miff
./PerlMagick-6.40/t/reference/jng/write_gray_idat.miff
./PerlMagick-6.40/t/reference/jng/write_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/read_jdaa.miff
./PerlMagick-6.40/t/reference/jng/input_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/read_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/write_gray.miff
./PerlMagick-6.40/t/reference/jng/gray_tmp.miff
./PerlMagick-6.40/t/reference/jng/input_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/read_idat.miff
./PerlMagick-6.40/t/reference/jng/gray_idat_tmp.miff
./PerlMagick-6.40/t/reference/jng/read_gray.miff
./PerlMagick-6.40/t/reference/jng/input_gray_idat.miff
./PerlMagick-6.40/t/reference/jng/write_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/write_idat.miff
./PerlMagick-6.40/t/reference/jng/write_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/input_idat.miff
./PerlMagick-6.40/t/reference/jng/input_gray_jdaa.miff
./PerlMagick-6.40/t/reference/jng/input_gray_prog.miff
./PerlMagick-6.40/t/reference/jng/prog_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/jng/write_prog.miff
./PerlMagick-6.40/t/reference/jng/write_gray_jdaa.miff
./PerlMagick-6.40/t/reference/jng/input_gray.miff
./PerlMagick-6.40/t/reference/jng/prog_idat_tmp.miff
./PerlMagick-6.40/t/reference/jng/input_prog_jdaa.miff
./PerlMagick-6.40/t/reference/jng/prog_tmp.miff
./PerlMagick-6.40/t/reference/jng/input_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/input_rose.miff
./PerlMagick-6.40/t/reference/jng/gray_prog_tmp.miff
./PerlMagick-6.40/t/reference/jng/gray_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/jng/read_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/input_jdaa.miff
./PerlMagick-6.40/t/reference/jng/read_prog_idat.miff
./PerlMagick-6.40/t/reference/jng/a.gz
./PerlMagick-6.40/t/reference/jng/write_gray_prog.miff
./PerlMagick-6.40/t/reference/filter/
./PerlMagick-6.40/t/reference/filter/Quantize.miff
./PerlMagick-6.40/t/reference/filter/Shave.miff
./PerlMagick-6.40/t/reference/filter/Flip.miff
./PerlMagick-6.40/t/reference/filter/Blur.miff
./PerlMagick-6.40/t/reference/filter/AdaptiveThreshold.miff
./PerlMagick-6.40/t/reference/filter/Sharpen.miff
./PerlMagick-6.40/t/reference/filter/Modulate.miff
./PerlMagick-6.40/t/reference/filter/Chop.miff
./PerlMagick-6.40/t/reference/filter/Roll.miff
./PerlMagick-6.40/t/reference/filter/Segment.miff
./PerlMagick-6.40/t/reference/filter/ReduceNoise.miff
./PerlMagick-6.40/t/reference/filter/Opaque.miff
./PerlMagick-6.40/t/reference/filter/Resize.miff
./PerlMagick-6.40/t/reference/filter/Channel.miff
./PerlMagick-6.40/t/reference/filter/Scale.miff
./PerlMagick-6.40/t/reference/filter/Shear.miff
./PerlMagick-6.40/t/reference/filter/Equalize.miff
./PerlMagick-6.40/t/reference/filter/QuantizeMono.miff
./PerlMagick-6.40/t/reference/filter/Gamma.miff
./PerlMagick-6.40/t/reference/filter/Minify.miff
./PerlMagick-6.40/t/reference/filter/OilPaint.miff
./PerlMagick-6.40/t/reference/filter/Wave.miff
./PerlMagick-6.40/t/reference/filter/Edge.miff
./PerlMagick-6.40/t/reference/filter/Swirl.miff
./PerlMagick-6.40/t/reference/filter/Implode.miff
./PerlMagick-6.40/t/reference/filter/Level.miff
./PerlMagick-6.40/t/reference/filter/MedianFilter.miff
./PerlMagick-6.40/t/reference/filter/Draw.miff
./PerlMagick-6.40/t/reference/filter/Border.miff
./PerlMagick-6.40/t/reference/filter/GaussianBlur.miff
./PerlMagick-6.40/t/reference/filter/Solarize.miff
./PerlMagick-6.40/t/reference/filter/RadialBlur.miff
./PerlMagick-6.40/t/reference/filter/Normalize.miff
./PerlMagick-6.40/t/reference/filter/Threshold.miff
./PerlMagick-6.40/t/reference/filter/Colorize.miff
./PerlMagick-6.40/t/reference/filter/Emboss.miff
./PerlMagick-6.40/t/reference/filter/Contrast.miff
./PerlMagick-6.40/t/reference/filter/UnsharpMask.miff
./PerlMagick-6.40/t/reference/filter/Sample.miff
./PerlMagick-6.40/t/reference/filter/Annotate.miff
./PerlMagick-6.40/t/reference/filter/Negate.miff
./PerlMagick-6.40/t/reference/filter/Despeckle.miff
./PerlMagick-6.40/t/reference/filter/Frame.miff
./PerlMagick-6.40/t/reference/filter/Flop.miff
./PerlMagick-6.40/t/reference/filter/Set.miff
./PerlMagick-6.40/t/reference/filter/Raise.miff
./PerlMagick-6.40/t/reference/filter/ColorFloodfill.miff
./PerlMagick-6.40/t/reference/filter/SigmoidalContrast.miff
./PerlMagick-6.40/t/reference/filter/Convolve.miff
./PerlMagick-6.40/t/reference/filter/MatteFloodfill.miff
./PerlMagick-6.40/t/reference/filter/Shade.miff
./PerlMagick-6.40/t/reference/filter/Rotate.miff
./PerlMagick-6.40/t/reference/filter/Charcoal.miff
./PerlMagick-6.40/t/reference/filter/Trim.miff
./PerlMagick-6.40/t/reference/filter/Crop.miff
./PerlMagick-6.40/t/reference/filter/Magnify.miff
./PerlMagick-6.40/t/reference/filter/MotionBlur.miff
./PerlMagick-6.40/t/reference/wmf/
./PerlMagick-6.40/t/reference/wmf/wizard.miff
./PerlMagick-6.40/t/reference/wmf/clock.miff
./PerlMagick-6.40/t/reference/ttf/
./PerlMagick-6.40/t/reference/ttf/read.miff
./PerlMagick-6.40/t/reference/ttf/annotate.miff
./PerlMagick-6.40/t/reference/ttf/label.miff
./PerlMagick-6.40/t/reference/jpeg/
./PerlMagick-6.40/t/reference/jpeg/read_plane_interlaced.miff
./PerlMagick-6.40/t/reference/jpeg/read_non_interlaced.miff
./PerlMagick-6.40/t/reference/jpeg/write_plane_interlaced.miff
./PerlMagick-6.40/t/reference/jpeg/write_non_interlaced.miff
./PerlMagick-6.40/t/reference/jp2/
./PerlMagick-6.40/t/reference/jp2/read_pgx.miff
./PerlMagick-6.40/t/reference/jp2/read_jp2.miff
./PerlMagick-6.40/t/reference/jp2/read_jpc.miff
./PerlMagick-6.40/t/reference/composite/
./PerlMagick-6.40/t/reference/composite/Clear.miff
./PerlMagick-6.40/t/reference/composite/CopyRed.miff
./PerlMagick-6.40/t/reference/composite/Copy.miff
./PerlMagick-6.40/t/reference/composite/Multiply.miff
./PerlMagick-6.40/t/reference/composite/Add.miff
./PerlMagick-6.40/t/reference/composite/Over.miff
./PerlMagick-6.40/t/reference/composite/CopyOpacity.miff
./PerlMagick-6.40/t/reference/composite/Plus.miff
./PerlMagick-6.40/t/reference/composite/Subtract.miff
./PerlMagick-6.40/t/reference/composite/Difference.miff
./PerlMagick-6.40/t/reference/composite/CopyBlue.miff
./PerlMagick-6.40/t/reference/composite/Atop.miff
./PerlMagick-6.40/t/reference/composite/Bumpmap.miff
./PerlMagick-6.40/t/reference/composite/In.miff
./PerlMagick-6.40/t/reference/composite/Out.miff
./PerlMagick-6.40/t/reference/composite/Minus.miff
./PerlMagick-6.40/t/reference/composite/CopyGreen.miff
./PerlMagick-6.40/t/reference/composite/Rotate.miff
./PerlMagick-6.40/t/reference/composite/Xor.miff
./PerlMagick-6.40/t/reference/write/
./PerlMagick-6.40/t/reference/write/jng/
./PerlMagick-6.40/t/reference/write/jng/read_gray_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/input_prog.miff
./PerlMagick-6.40/t/reference/write/jng/write_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/gray_prog_idat_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/write_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/read_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/read_gray_prog.miff
./PerlMagick-6.40/t/reference/write/jng/read_gray_idat.miff
./PerlMagick-6.40/t/reference/write/jng/read_prog.miff
./PerlMagick-6.40/t/reference/write/jng/gray_prog_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/idat_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/jdaa_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/write_gray_idat.miff
./PerlMagick-6.40/t/reference/write/jng/write_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/read_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/read_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/write_gray.miff
./PerlMagick-6.40/t/reference/write/jng/gray_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/input_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/read_idat.miff
./PerlMagick-6.40/t/reference/write/jng/gray_idat_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/read_gray.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray_idat.miff
./PerlMagick-6.40/t/reference/write/jng/write_gray_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/write_idat.miff
./PerlMagick-6.40/t/reference/write/jng/write_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/input_idat.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray_prog.miff
./PerlMagick-6.40/t/reference/write/jng/prog_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/write_prog.miff
./PerlMagick-6.40/t/reference/write/jng/write_gray_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray.miff
./PerlMagick-6.40/t/reference/write/jng/prog_idat_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/input_prog_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/prog_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/input_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/input_rose.miff
./PerlMagick-6.40/t/reference/write/jng/gray_prog_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/gray_jdaa_tmp.miff
./PerlMagick-6.40/t/reference/write/jng/read_gray_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/input_jdaa.miff
./PerlMagick-6.40/t/reference/write/jng/read_prog_idat.miff
./PerlMagick-6.40/t/reference/write/jng/a.gz
./PerlMagick-6.40/t/reference/write/jng/write_gray_prog.miff
./PerlMagick-6.40/t/reference/write/filter/
./PerlMagick-6.40/t/reference/write/filter/Quantize.miff
./PerlMagick-6.40/t/reference/write/filter/Shave.miff
./PerlMagick-6.40/t/reference/write/filter/Flip.miff
./PerlMagick-6.40/t/reference/write/filter/Blur.miff
./PerlMagick-6.40/t/reference/write/filter/AdaptiveThreshold.miff
./PerlMagick-6.40/t/reference/write/filter/Sharpen.miff
./PerlMagick-6.40/t/reference/write/filter/Modulate.miff
./PerlMagick-6.40/t/reference/write/filter/Chop.miff
./PerlMagick-6.40/t/reference/write/filter/Roll.miff
./PerlMagick-6.40/t/reference/write/filter/Segment.miff
./PerlMagick-6.40/t/reference/write/filter/ReduceNoise.miff
./PerlMagick-6.40/t/reference/write/filter/Opaque.miff
./PerlMagick-6.40/t/reference/write/filter/Resize.miff
./PerlMagick-6.40/t/reference/write/filter/Channel.miff
./PerlMagick-6.40/t/reference/write/filter/Scale.miff
./PerlMagick-6.40/t/reference/write/filter/Shear.miff
./PerlMagick-6.40/t/reference/write/filter/Equalize.miff
./PerlMagick-6.40/t/reference/write/filter/Gamma.miff
./PerlMagick-6.40/t/reference/write/filter/Minify.miff
./PerlMagick-6.40/t/reference/write/filter/OilPaint.miff
./PerlMagick-6.40/t/reference/write/filter/Wave.miff
./PerlMagick-6.40/t/reference/write/filter/Edge.miff
./PerlMagick-6.40/t/reference/write/filter/Swirl.miff
./PerlMagick-6.40/t/reference/write/filter/Implode.miff
./PerlMagick-6.40/t/reference/write/filter/Level.miff
./PerlMagick-6.40/t/reference/write/filter/MedianFilter.miff
./PerlMagick-6.40/t/reference/write/filter/Draw.miff
./PerlMagick-6.40/t/reference/write/filter/Border.miff
./PerlMagick-6.40/t/reference/write/filter/GaussianBlur.miff
./PerlMagick-6.40/t/reference/write/filter/Solarize.miff
./PerlMagick-6.40/t/reference/write/filter/RadialBlur.miff
./PerlMagick-6.40/t/reference/write/filter/Normalize.miff
./PerlMagick-6.40/t/reference/write/filter/Threshold.miff
./PerlMagick-6.40/t/reference/write/filter/Colorize.miff
./PerlMagick-6.40/t/reference/write/filter/Emboss.miff
./PerlMagick-6.40/t/reference/write/filter/Contrast.miff
./PerlMagick-6.40/t/reference/write/filter/UnsharpMask.miff
./PerlMagick-6.40/t/reference/write/filter/Sample.miff
./PerlMagick-6.40/t/reference/write/filter/Annotate.miff
./PerlMagick-6.40/t/reference/write/filter/Negate.miff
./PerlMagick-6.40/t/reference/write/filter/Despeckle.miff
./PerlMagick-6.40/t/reference/write/filter/Frame.miff
./PerlMagick-6.40/t/reference/write/filter/Flop.miff
./PerlMagick-6.40/t/reference/write/filter/Set.miff
./PerlMagick-6.40/t/reference/write/filter/Raise.miff
./PerlMagick-6.40/t/reference/write/filter/ColorFloodfill.miff
./PerlMagick-6.40/t/reference/write/filter/SigmoidalContrast.miff
./PerlMagick-6.40/t/reference/write/filter/Convolve.miff
./PerlMagick-6.40/t/reference/write/filter/MatteFloodfill.miff
./PerlMagick-6.40/t/reference/write/filter/Shade.miff
./PerlMagick-6.40/t/reference/write/filter/Rotate.miff
./PerlMagick-6.40/t/reference/write/filter/Charcoal.miff
./PerlMagick-6.40/t/reference/write/filter/Trim.miff
./PerlMagick-6.40/t/reference/write/filter/Crop.miff
./PerlMagick-6.40/t/reference/write/filter/Magnify.miff
./PerlMagick-6.40/t/reference/write/filter/MotionBlur.miff
./PerlMagick-6.40/t/reference/write/wmf/
./PerlMagick-6.40/t/reference/write/wmf/wizard.miff
./PerlMagick-6.40/t/reference/write/wmf/clock.miff
./PerlMagick-6.40/t/reference/write/ttf/
./PerlMagick-6.40/t/reference/write/ttf/read.miff
./PerlMagick-6.40/t/reference/write/ttf/annotate.miff
./PerlMagick-6.40/t/reference/write/ttf/label.miff
./PerlMagick-6.40/t/reference/write/jpeg/
./PerlMagick-6.40/t/reference/write/jpeg/read_plane_interlaced.miff
./PerlMagick-6.40/t/reference/write/jpeg/read_non_interlaced.miff
./PerlMagick-6.40/t/reference/write/jpeg/write_plane_interlaced.miff
./PerlMagick-6.40/t/reference/write/jpeg/write_non_interlaced.miff
./PerlMagick-6.40/t/reference/write/jp2/
./PerlMagick-6.40/t/reference/write/jp2/read_pgx.miff
./PerlMagick-6.40/t/reference/write/jp2/read_jp2.miff
./PerlMagick-6.40/t/reference/write/jp2/read_jpc.miff
./PerlMagick-6.40/t/reference/write/output_p7.miff
./PerlMagick-6.40/t/reference/write/composite/
./PerlMagick-6.40/t/reference/write/composite/Clear.miff
./PerlMagick-6.40/t/reference/write/composite/CopyRed.miff
./PerlMagick-6.40/t/reference/write/composite/Copy.miff
./PerlMagick-6.40/t/reference/write/composite/Multiply.miff
./PerlMagick-6.40/t/reference/write/composite/Add.miff
./PerlMagick-6.40/t/reference/write/composite/Over.miff
./PerlMagick-6.40/t/reference/write/composite/CopyOpacity.miff
./PerlMagick-6.40/t/reference/write/composite/Plus.miff
./PerlMagick-6.40/t/reference/write/composite/Subtract.miff
./PerlMagick-6.40/t/reference/write/composite/Difference.miff
./PerlMagick-6.40/t/reference/write/composite/CopyBlue.miff
./PerlMagick-6.40/t/reference/write/composite/Atop.miff
./PerlMagick-6.40/t/reference/write/composite/Bumpmap.miff
./PerlMagick-6.40/t/reference/write/composite/In.miff
./PerlMagick-6.40/t/reference/write/composite/Out.miff
./PerlMagick-6.40/t/reference/write/composite/Minus.miff
./PerlMagick-6.40/t/reference/write/composite/CopyGreen.miff
./PerlMagick-6.40/t/reference/write/composite/Rotate.miff
./PerlMagick-6.40/t/reference/write/composite/Xor.miff
./PerlMagick-6.40/t/reference/write/read/
./PerlMagick-6.40/t/reference/write/read/input_cmyk.miff
./PerlMagick-6.40/t/reference/write/read/input_xwd.miff
./PerlMagick-6.40/t/reference/write/read/input_pbm_p1.miff
./PerlMagick-6.40/t/reference/write/read/granite.miff
./PerlMagick-6.40/t/reference/write/read/input_psd.miff
./PerlMagick-6.40/t/reference/write/read/input_mat.miff
./PerlMagick-6.40/t/reference/write/read/input_tile.miff
./PerlMagick-6.40/t/reference/write/read/input_pgm_p5.miff
./PerlMagick-6.40/t/reference/write/read/input_ppm_p6.miff
./PerlMagick-6.40/t/reference/write/read/input_gif.miff
./PerlMagick-6.40/t/reference/write/read/input_gif87.miff
./PerlMagick-6.40/t/reference/write/read/input_xc_black.miff
./PerlMagick-6.40/t/reference/write/read/input_wbmp.miff
./PerlMagick-6.40/t/reference/write/read/input_tim.miff
./PerlMagick-6.40/t/reference/write/read/input_viff.miff
./PerlMagick-6.40/t/reference/write/read/input_pict.miff
./PerlMagick-6.40/t/reference/write/read/input_wpg.miff
./PerlMagick-6.40/t/reference/write/read/input_rgb.miff
./PerlMagick-6.40/t/reference/write/read/input_pgm_p2.miff
./PerlMagick-6.40/t/reference/write/read/input_xbm.miff
./PerlMagick-6.40/t/reference/write/read/input_mtv.miff
./PerlMagick-6.40/t/reference/write/read/input_im1.miff
./PerlMagick-6.40/t/reference/write/read/input_fits.miff
./PerlMagick-6.40/t/reference/write/read/input_pbm_p4.miff
./PerlMagick-6.40/t/reference/write/read/input_null_white.miff
./PerlMagick-6.40/t/reference/write/read/input_sgi.miff
./PerlMagick-6.40/t/reference/write/read/input_rle.miff
./PerlMagick-6.40/t/reference/write/read/input_im24.miff
./PerlMagick-6.40/t/reference/write/read/input_dib.miff
./PerlMagick-6.40/t/reference/write/read/input_bmp24.miff
./PerlMagick-6.40/t/reference/write/read/input_ppm_p3.miff
./PerlMagick-6.40/t/reference/write/read/input_tga.miff
./PerlMagick-6.40/t/reference/write/read/input_rgba.miff
./PerlMagick-6.40/t/reference/write/read/input_gray.miff
./PerlMagick-6.40/t/reference/write/read/input_miff.miff
./PerlMagick-6.40/t/reference/write/read/input_dcx.miff
./PerlMagick-6.40/t/reference/write/read/input_pcx.miff
./PerlMagick-6.40/t/reference/write/read/input_im8.miff
./PerlMagick-6.40/t/reference/write/read/input_xpm.miff
./PerlMagick-6.40/t/reference/write/read/input_null_black.miff
./PerlMagick-6.40/t/reference/write/read/input_ico.miff
./PerlMagick-6.40/t/reference/write/read/gradient.miff
./PerlMagick-6.40/t/reference/write/read/input_uyvy.miff
./PerlMagick-6.40/t/reference/write/read/input_avs.miff
./PerlMagick-6.40/t/reference/write/read/input_p7.miff
./PerlMagick-6.40/t/reference/write/read/input_bmp.miff
./PerlMagick-6.40/t/reference/write/read/input_null_DarkOrange.miff
./PerlMagick-6.40/t/reference/write/cgm/
./PerlMagick-6.40/t/reference/write/cgm/read.miff
./PerlMagick-6.40/t/reference/read/
./PerlMagick-6.40/t/reference/read/input_cmyk.miff
./PerlMagick-6.40/t/reference/read/input_xwd.miff
./PerlMagick-6.40/t/reference/read/input_pbm_p1.miff
./PerlMagick-6.40/t/reference/read/granite.miff
./PerlMagick-6.40/t/reference/read/input_psd.miff
./PerlMagick-6.40/t/reference/read/input_mat.miff
./PerlMagick-6.40/t/reference/read/input_tile.miff
./PerlMagick-6.40/t/reference/read/input_pgm_p5.miff
./PerlMagick-6.40/t/reference/read/input_ppm_p6.miff
./PerlMagick-6.40/t/reference/read/input_gif.miff
./PerlMagick-6.40/t/reference/read/input_gif87.miff
./PerlMagick-6.40/t/reference/read/input_xc_black.miff
./PerlMagick-6.40/t/reference/read/input_wbmp.miff
./PerlMagick-6.40/t/reference/read/input_tim.miff
./PerlMagick-6.40/t/reference/read/input_gray_lsb_08bit_mat.miff
./PerlMagick-6.40/t/reference/read/input_viff.miff
./PerlMagick-6.40/t/reference/read/input_pict.miff
./PerlMagick-6.40/t/reference/read/input_wpg.miff
./PerlMagick-6.40/t/reference/read/input_rgb.miff
./PerlMagick-6.40/t/reference/read/input_pgm_p2.miff
./PerlMagick-6.40/t/reference/read/input_xbm.miff
./PerlMagick-6.40/t/reference/read/input_mtv.miff
./PerlMagick-6.40/t/reference/read/input_im1.miff
./PerlMagick-6.40/t/reference/read/input_rgb_lsb_08bit_mat.miff
./PerlMagick-6.40/t/reference/read/input_fits.miff
./PerlMagick-6.40/t/reference/read/input_pbm_p4.miff
./PerlMagick-6.40/t/reference/read/input_null_white.miff
./PerlMagick-6.40/t/reference/read/input_sgi.miff
./PerlMagick-6.40/t/reference/read/input_rle.miff
./PerlMagick-6.40/t/reference/read/input_im24.miff
./PerlMagick-6.40/t/reference/read/input_dib.miff
./PerlMagick-6.40/t/reference/read/input_gray_msb_08bit_mat.miff
./PerlMagick-6.40/t/reference/read/input_bmp24.miff
./PerlMagick-6.40/t/reference/read/input_ppm_p3.miff
./PerlMagick-6.40/t/reference/read/input_tga.miff
./PerlMagick-6.40/t/reference/read/input_rgba.miff
./PerlMagick-6.40/t/reference/read/input_gray_lsb_double_mat.miff
./PerlMagick-6.40/t/reference/read/input_gray.miff
./PerlMagick-6.40/t/reference/read/input_miff.miff
./PerlMagick-6.40/t/reference/read/input_dcx.miff
./PerlMagick-6.40/t/reference/read/input_pcx.miff
./PerlMagick-6.40/t/reference/read/input_im8.miff
./PerlMagick-6.40/t/reference/read/input_xpm.miff
./PerlMagick-6.40/t/reference/read/input_null_black.miff
./PerlMagick-6.40/t/reference/read/input_ico.miff
./PerlMagick-6.40/t/reference/read/gradient.miff
./PerlMagick-6.40/t/reference/read/input_uyvy.miff
./PerlMagick-6.40/t/reference/read/input_avs.miff
./PerlMagick-6.40/t/reference/read/input_p7.miff
./PerlMagick-6.40/t/reference/read/input_bmp.miff
./PerlMagick-6.40/t/reference/read/input_null_DarkOrange.miff
./PerlMagick-6.40/t/reference/cgm/
./PerlMagick-6.40/t/reference/cgm/read.miff
./PerlMagick-6.40/t/output.tga
./PerlMagick-6.40/t/output.bmp24
./PerlMagick-6.40/t/setattribute.t
./PerlMagick-6.40/t/mpeg/
./PerlMagick-6.40/t/mpeg/read.t
./PerlMagick-6.40/t/mpeg/input.m2v
./PerlMagick-6.40/t/mpeg/input.mpg
./PerlMagick-6.40/t/input.im1
./PerlMagick-6.40/t/input_gray_lsb_08bit.mat
./PerlMagick-6.40/t/ps/
./PerlMagick-6.40/t/ps/write.t
./PerlMagick-6.40/t/ps/input.ps
./PerlMagick-6.40/t/ps/read.t
./PerlMagick-6.40/t/ps/input.miff
./PerlMagick-6.40/t/ps/input.eps
./PerlMagick-6.40/t/input_p4.pbm
./PerlMagick-6.40/t/jpeg/
./PerlMagick-6.40/t/jpeg/input.jpg
./PerlMagick-6.40/t/jpeg/input_plane.jpg
./PerlMagick-6.40/t/jpeg/write.t
./PerlMagick-6.40/t/jpeg/read.t
./PerlMagick-6.40/t/jpeg/output_plane_tmp.jpg
./PerlMagick-6.40/t/jpeg/output_tmp.jpg
./PerlMagick-6.40/t/MasterImage_70x46.ppm
./PerlMagick-6.40/t/output.avs
./PerlMagick-6.40/t/jp2/
./PerlMagick-6.40/t/jp2/input.pgx
./PerlMagick-6.40/t/jp2/read.t
./PerlMagick-6.40/t/jp2/input.jp2
./PerlMagick-6.40/t/jp2/input.jpc
./PerlMagick-6.40/t/input.psd
./PerlMagick-6.40/t/input_70x46.uyvy
./PerlMagick-6.40/t/input_70x46.gray
./PerlMagick-6.40/t/write.t
./PerlMagick-6.40/t/getattribute.t
./PerlMagick-6.40/t/output.sgi
./PerlMagick-6.40/t/read.t
./PerlMagick-6.40/t/output.miff
./PerlMagick-6.40/t/input.im24
./PerlMagick-6.40/t/input.bie
./PerlMagick-6.40/t/input_70x46.rgba
./PerlMagick-6.40/t/output.im8
./PerlMagick-6.40/t/hdf/
./PerlMagick-6.40/t/hdf/input_256.hdf
./PerlMagick-6.40/t/hdf/write.t
./PerlMagick-6.40/t/hdf/read.t
./PerlMagick-6.40/t/hdf/input_truecolor.hdf
./PerlMagick-6.40/t/output_p6.ppm
./PerlMagick-6.40/t/output_p5.pgm
./PerlMagick-6.40/t/input.fits
./PerlMagick-6.40/t/blob.t
./PerlMagick-6.40/t/filter.t
./PerlMagick-6.40/t/jbig/
./PerlMagick-6.40/t/jbig/write.t
./PerlMagick-6.40/t/jbig/read.t
./PerlMagick-6.40/t/jbig/input.jbig
./PerlMagick-6.40/t/input.dcx
./PerlMagick-6.40/t/input.ico
./PerlMagick-6.40/t/input_rgb_lsb_08bit.mat
./PerlMagick-6.40/t/input.bmp
./PerlMagick-6.40/t/input_gray_lsb_double.mat
./PerlMagick-6.40/t/output.viff
./PerlMagick-6.40/t/input.miff
./PerlMagick-6.40/t/input_70x46.cmyk
./PerlMagick-6.40/t/output.psd
./PerlMagick-6.40/t/png/
./PerlMagick-6.40/t/png/input_16.png
./PerlMagick-6.40/t/png/input.mng
./PerlMagick-6.40/t/png/input_mono.png
./PerlMagick-6.40/t/png/write.t
./PerlMagick-6.40/t/png/read.t
./PerlMagick-6.40/t/png/output_truecolor.png
./PerlMagick-6.40/t/png/input_bw.png
./PerlMagick-6.40/t/png/output_16.png
./PerlMagick-6.40/t/png/input_256.png
./PerlMagick-6.40/t/png/output_256.png
./PerlMagick-6.40/t/png/write-16.t
./PerlMagick-6.40/t/png/output_bw.png
./PerlMagick-6.40/t/png/output.mng
./PerlMagick-6.40/t/png/input_truecolor.png
./PerlMagick-6.40/t/png/read-16.t
./PerlMagick-6.40/t/png/output_mono.png
./PerlMagick-6.40/t/input.gif
./PerlMagick-6.40/t/input_gray_msb_08bit.mat
./PerlMagick-6.40/t/output.gif87
./PerlMagick-6.40/t/rad/
./PerlMagick-6.40/t/rad/write.t
./PerlMagick-6.40/t/rad/read.t
./PerlMagick-6.40/t/rad/input.rad
./PerlMagick-6.40/t/input_p5.pgm
./PerlMagick-6.40/t/input.viff
./PerlMagick-6.40/t/input.p7
./PerlMagick-6.40/t/input_16.miff
./PerlMagick-6.40/t/output.xpm
./PerlMagick-6.40/t/input.mtv
./PerlMagick-6.40/t/output.dcx
./PerlMagick-6.40/t/x11/
./PerlMagick-6.40/t/x11/input.xwd
./PerlMagick-6.40/t/x11/output.xwd
./PerlMagick-6.40/t/x11/write.t
./PerlMagick-6.40/t/x11/congrats.fig
./PerlMagick-6.40/t/x11/congrats.miff
./PerlMagick-6.40/t/x11/read.t
./PerlMagick-6.40/t/output_p1.pbm
./PerlMagick-6.40/t/output.wbmp
./PerlMagick-6.40/t/input_70x46.rgb
./PerlMagick-6.40/t/input.tim
./PerlMagick-6.40/t/input.xpm
./PerlMagick-6.40/t/input.pict
./PerlMagick-6.40/t/montage.t
./PerlMagick-6.40/t/output_p3.ppm
./PerlMagick-6.40/t/input.wpg
./PerlMagick-6.40/t/output.pict
./PerlMagick-6.40/t/input.wbmp
./PerlMagick-6.40/t/cgm/
./PerlMagick-6.40/t/cgm/read.t
./PerlMagick-6.40/t/cgm/input.cgm
./PerlMagick-6.40/t/output.im1
./PerlMagick-6.40/t/input.xbm
./PerlMagick-6.40/t/input.tga
./PerlMagick-6.40/t/xfig/
./PerlMagick-6.40/t/xfig/input.fig
./PerlMagick-6.40/t/xfig/read.t
./PerlMagick-6.40/demo/
./PerlMagick-6.40/demo/piddle.pl
./PerlMagick-6.40/demo/Generic.ttf
./PerlMagick-6.40/demo/pixel_fx.pl
./PerlMagick-6.40/demo/composite.pl
./PerlMagick-6.40/demo/annotate.pl
./PerlMagick-6.40/demo/tree.pl
./PerlMagick-6.40/demo/Makefile
./PerlMagick-6.40/demo/button.pl
./PerlMagick-6.40/demo/Turtle.pm
./PerlMagick-6.40/demo/smile.gif
./PerlMagick-6.40/demo/red_flower.gif
./PerlMagick-6.40/demo/dst.png
./PerlMagick-6.40/demo/shapes.pl
./PerlMagick-6.40/demo/src.png
./PerlMagick-6.40/demo/steganography.pl
./PerlMagick-6.40/demo/tile.gif
./PerlMagick-6.40/demo/demo.pl
./PerlMagick-6.40/demo/model.gif
./PerlMagick-6.40/demo/shadow_text.pl
./PerlMagick-6.40/demo/pink_flower.gif
./PerlMagick-6.40/demo/README
./PerlMagick-6.40/demo/yellow_flower.gif
./PerlMagick-6.40/demo/lsys.pl
./PerlMagick-6.40/Magick.pm
./PerlMagick-6.40/magick.sh
./PerlMagick-6.40/Magick.xs
./PerlMagick-6.40/Makefile.PL.in
./PerlMagick-6.40/Makefile.am
./PerlMagick-6.40/Makefile.PL
./PerlMagick-6.40/Changelog
./PerlMagick-6.40/README.txt
./PerlMagick-6.40/MANIFEST.SKIP
./PerlMagick-6.40/Magick.pm.in
./PerlMagick-6.40/MANIFEST
CPAN: File::Temp loaded ok (v0.20)
Package came without SIGNATURE
CPAN.pm: Going to build J/JC/JCRISTY/PerlMagick-6.40.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Image::Magick
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap Magick.xs > Magick.xsc && mv Magick.xsc Magick.c
cc -c -I/usr/include/ImageMagick -I/usr/local/include/ImageMagick -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g -Wall -W -pthread -O2 -g -DVERSION=\"6.4.0\" -DXS_VERSION=\"6.4.0\" -fPIC "-I/usr/lib/perl/5.10/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
Magick.xs:212: warning: missing initializer
Magick.xs:212: warning: (near initialization for ?Methods[8].arguments?)
Magick.xs:216: warning: missing initializer
Magick.xs:216: warning: (near initialization for ?Methods[11].arguments?)
Magick.xs:217: warning: missing initializer
Magick.xs:217: warning: (near initialization for ?Methods[12].arguments?)
Magick.xs:218: warning: missing initializer
Magick.xs:218: warning: (near initialization for ?Methods[13].arguments?)
Magick.xs:225: warning: missing initializer
Magick.xs:225: warning: (near initialization for ?Methods[16].arguments?)
Magick.xs:227: warning: missing initializer
Magick.xs:227: warning: (near initialization for ?Methods[18].arguments?)
Magick.xs:316: warning: missing initializer
Magick.xs:316: warning: (near initialization for ?Methods[45].arguments?)
Magick.xs:332: warning: missing initializer
Magick.xs:332: warning: (near initialization for ?Methods[50].arguments?)
Magick.xs:335: warning: missing initializer
Magick.xs:335: warning: (near initialization for ?Methods[52].arguments?)
Magick.xs:351: warning: missing initializer
Magick.xs:351: warning: (near initialization for ?Methods[61].arguments?)
Magick.xs:354: warning: missing initializer
Magick.xs:354: warning: (near initialization for ?Methods[64].arguments?)
Magick.xs:397: warning: missing initializer
Magick.xs:397: warning: (near initialization for ?Methods[83].arguments?)
Magick.xs:424: warning: missing initializer
Magick.xs:424: warning: (near initialization for ?Methods[95].arguments?)
Magick.xs:425: warning: missing initializer
Magick.xs:425: warning: (near initialization for ?Methods[96].arguments?)
Magick.xs:429: warning: missing initializer
Magick.xs:429: warning: (near initialization for ?Methods[98].arguments?)
Magick.xs:430: warning: missing initializer
Magick.xs:430: warning: (near initialization for ?Methods[99].arguments?)
Magick.xs:431: warning: missing initializer
Magick.xs:431: warning: (near initialization for ?Methods[100].arguments?)
Magick.xs:438: warning: missing initializer
Magick.xs:438: warning: (near initialization for ?Methods[103].arguments?)
Magick.xs: In function ?constant?:
Magick.xs:554: warning: unused parameter ?sans?
Magick.xs: In function ?SetAttribute?:
Magick.xs:1486: warning: implicit declaration of function ?SyncCacheView?
Magick.c: In function ?XS_Image__Magick_AcquireImagePixels?:
Magick.c:2281: warning: unused variable ?ref?
Magick.c:2276: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Animate?:
Magick.c:2437: warning: unused variable ?ref?
Magick.c:2430: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Append?:
Magick.c:2518: warning: unused variable ?ref?
Magick.c:2511: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Average?:
Magick.c:2656: warning: unused variable ?ref?
Magick.c:2649: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_BlobToImage?:
Magick.c:2754: warning: unused variable ?ref?
Magick.c:2747: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Copy?:
Magick.c:2910: warning: unused variable ?ref?
Magick.c:2903: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Coalesce?:
Magick.c:3002: warning: unused variable ?ref?
Magick.c:2995: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_CompareLayers?:
Magick.c:3092: warning: unused variable ?ref?
Magick.c:3085: warning: unused variable ?ix?
Magick.xs: In function ?XS_Image__Magick_DESTROY?:
Magick.xs:3209: warning: value computed is not used
Magick.c:3227: warning: unused variable ?ref?
Magick.c: In function ?XS_Image__Magick_Display?:
Magick.c:3317: warning: unused variable ?ref?
Magick.c:3310: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Flatten?:
Magick.c:3398: warning: unused variable ?ref?
Magick.c:3391: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Fx?:
Magick.c:3535: warning: unused variable ?ref?
Magick.c:3528: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Get?:
Magick.c:3694: warning: unused variable ?ref?
Magick.c:3687: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_GetImagePixels?:
Magick.c:4938: warning: unused variable ?ref?
Magick.c:4933: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_GetIndexes?:
Magick.c:5092: warning: unused variable ?ref?
Magick.c:5087: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Histogram?:
Magick.c:5165: warning: unused variable ?ref?
Magick.c:5158: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_GetPixel?:
Magick.c:5287: warning: unused variable ?ref?
Magick.c:5280: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_GetPixels?:
Magick.c:5494: warning: unused variable ?ref?
Magick.c:5487: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_ImageToBlob?:
Magick.c:5742: warning: unused variable ?ref?
Magick.c:5735: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Layers?:
Magick.c:5847: warning: unused variable ?ref?
Magick.c:5840: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_MagickToMime?:
Magick.c:6165: warning: unused variable ?ref?
Magick.c:6160: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Mogrify?:
Magick.c:6200: warning: unused variable ?ref?
Magick.c: In function ?XS_Image__Magick_Montage?:
Magick.c:9135: warning: unused variable ?ref?
Magick.c:9128: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Morph?:
Magick.c:9545: warning: unused variable ?ref?
Magick.c:9538: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Mosaic?:
Magick.c:9676: warning: unused variable ?ref?
Magick.c:9669: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Ping?:
Magick.c:9766: warning: unused variable ?ref?
Magick.c:9759: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Preview?:
Magick.c:9978: warning: unused variable ?ref?
Magick.c:9971: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryColor?:
Magick.c:10078: warning: unused variable ?ref?
Magick.c:10071: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryColorname?:
Magick.c:10161: warning: unused variable ?ref?
Magick.c:10154: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryFont?:
Magick.c:10238: warning: unused variable ?ref?
Magick.c:10231: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryFontMetrics?:
Magick.c:10360: warning: unused variable ?ref?
Magick.c:10353: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryMultilineFontMetrics?:
Magick.c:10736: warning: unused variable ?ref?
Magick.c:10729: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryFormat?:
Magick.c:11112: warning: unused variable ?ref?
Magick.c:11105: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_QueryOption?:
Magick.c:11207: warning: unused variable ?ref?
Magick.xs:11323: warning: label ?PerlException? defined but not used
Magick.c:11200: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Read?:
Magick.c:11271: warning: unused variable ?ref?
Magick.c:11264: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Remote?:
Magick.c:11483: warning: unused variable ?ref?
Magick.c:11476: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Set?:
Magick.c:11537: warning: unused variable ?ref?
Magick.c:11530: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_SetPixel?:
Magick.c:11602: warning: unused variable ?ref?
Magick.c:11595: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Statistics?:
Magick.c:11831: warning: unused variable ?ref?
Magick.c:11824: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_SyncImagePixels?:
Magick.c:12008: warning: unused variable ?ref?
Magick.c:12003: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Transform?:
Magick.c:12077: warning: unused variable ?ref?
Magick.c:12070: warning: unused variable ?ix?
Magick.c: In function ?XS_Image__Magick_Write?:
Magick.c:12245: warning: unused variable ?ref?
Magick.c:12238: warning: unused variable ?ix?
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
rm -f blib/arch/auto/Image/Magick/Magick.so
LD_RUN_PATH="/usr/local/lib" cc -L/usr/lib -L/usr/local/lib -lMagickCore -lMagickWand -shared -O2 -g -L/usr/local/lib Magick.o -o blib/arch/auto/Image/Magick/Magick.so \
-L/usr/lib -L/usr/local/lib -lMagickCore -lMagickWand \
chmod 755 blib/arch/auto/Image/Magick/Magick.so
cp Magick.bs blib/arch/auto/Image/Magick/Magick.bs
chmod 644 blib/arch/auto/Image/Magick/Magick.bs
Manifying blib/man3/Image::Magick.3pm
JCRISTY/PerlMagick-6.40.tar.gz
/usr/bin/make -- OK
Running make test
/bin/sh magick.sh PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t t/x11/*.t t/wmf/*.t t/zlib/*.t
t/blob............Use of uninitialized value in string ne at t/blob.t line 33.
t/blob............FAILED test 1
Failed 1/1 tests, 0.00% okay
t/bzlib/read......FAILED test 1
Failed 1/1 tests, 0.00% okay
t/bzlib/write.....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/composite.......FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
t/filter..........FAILED tests 1-58
Failed 58/58 tests, 0.00% okay
t/getattribute....Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 1/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 2/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 3/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 4/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 5/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 6/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....ok 7/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 8/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 10/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 12/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 13/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 15/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 16/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 17/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 18/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....NOK 20/25Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 962.
t/getattribute....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-6, 8, 10, 12-13, 15-18, 20-25
Failed 20/25 tests, 20.00% okay
t/jp2/read........Readimage (input.jp2): Exception 420: no decode delegate for this image format `input.jp2' at t/subroutines.pl line 342.
t/jp2/read........NOK 1/3Readimage (input.jpc): Exception 420: no decode delegate for this image format `input.jpc' at t/subroutines.pl line 342.
t/jp2/read........NOK 2/3Readimage (input.pgx): Exception 420: no decode delegate for this image format `input.pgx' at t/subroutines.pl line 342.
t/jp2/read........FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/jpeg/read.......Readimage (input.jpg): Exception 420: no decode delegate for this image format `input.jpg' at t/subroutines.pl line 342.
t/jpeg/read.......NOK 1/2Readimage (input_plane.jpg): Exception 420: no decode delegate for this image format `input_plane.jpg' at t/subroutines.pl line 342.
t/jpeg/read.......FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/jpeg/write......Readimage (input.jpg): Exception 420: no decode delegate for this image format `input.jpg' at t/subroutines.pl line 719.
t/jpeg/write......NOK 1/2Readimage (input.jpg): Exception 420: no decode delegate for this image format `input.jpg' at t/subroutines.pl line 719.
t/jpeg/write......FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/montage.........Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 1/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 2/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 3/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 4/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 5/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 6/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 7/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 8/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 9/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 10/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 11/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 12/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 13/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 14/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 15/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 16/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 17/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........NOK 18/19Readimage: Exception 435: unable to open image `xc:#000000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#C0C0C0': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#808000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFFFF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FFFF00': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#000080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF0000': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#0000FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#800080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#008080': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#FF00FF': No such file or directory at t/subroutines.pl line 1035.
Readimage: Exception 435: unable to open image `xc:#00FFFF': No such file or directory at t/subroutines.pl line 1035.
t/montage.........FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
t/png/read-16.....FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/png/read........FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/png/write-16....FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/png/write.......FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/read............Readimage (input.avs): Exception 420: no decode delegate for this image format `input.avs' at t/subroutines.pl line 342.
t/read............NOK 1/47Readimage (input.bmp): Exception 420: no decode delegate for this image format `input.bmp' at t/subroutines.pl line 342.
t/read............NOK 2/47Readimage (input.bmp24): Exception 420: no decode delegate for this image format `input.bmp24' at t/subroutines.pl line 342.
t/read............NOK 3/47Readimage (input.dcx): Exception 420: no decode delegate for this image format `input.dcx' at t/subroutines.pl line 342.
t/read............NOK 4/47Readimage (input.dib): Exception 420: no decode delegate for this image format `input.dib' at t/subroutines.pl line 342.
t/read............NOK 5/47Readimage (input.fits): Exception 420: no decode delegate for this image format `input.fits' at t/subroutines.pl line 342.
t/read............NOK 6/47Readimage (input.gif): Exception 420: no decode delegate for this image format `input.gif' at t/subroutines.pl line 342.
t/read............NOK 7/47Readimage (input.gif87): Exception 420: no decode delegate for this image format `input.gif87' at t/subroutines.pl line 342.
t/read............NOK 8/47Readimage (gradient:red-blue): Exception 435: unable to open image `gradient:red-blue': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 9/47Readimage (granite:): Exception 435: unable to open image `granite:': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 10/47Readimage (input_gray_lsb_08bit.mat): Exception 420: no decode delegate for this image format `input_gray_lsb_08bit.mat' at t/subroutines.pl line 342.
t/read............NOK 11/47Readimage (input_gray_msb_08bit.mat): Exception 420: no decode delegate for this image format `input_gray_msb_08bit.mat' at t/subroutines.pl line 342.
t/read............NOK 12/47Readimage (input_gray_lsb_double.mat): Exception 420: no decode delegate for this image format `input_gray_lsb_double.mat' at t/subroutines.pl line 342.
t/read............NOK 13/47Readimage (input_rgb_lsb_08bit.mat): Exception 420: no decode delegate for this image format `input_rgb_lsb_08bit.mat' at t/subroutines.pl line 342.
t/read............NOK 14/47Readimage (input.ico): Exception 420: no decode delegate for this image format `input.ico' at t/subroutines.pl line 342.
t/read............NOK 15/47Readimage (input.miff): Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 342.
t/read............NOK 16/47Readimage (input.mtv): Exception 420: no decode delegate for this image format `input.mtv' at t/subroutines.pl line 342.
t/read............NOK 17/47Readimage (NULL:white): Exception 435: unable to open image `NULL:white': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 18/47Readimage (NULL:black): Exception 435: unable to open image `NULL:black': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 19/47Readimage (NULL:DarkOrange): Exception 435: unable to open image `NULL:DarkOrange': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 20/47Readimage (input_p1.pbm): Exception 420: no decode delegate for this image format `input_p1.pbm' at t/subroutines.pl line 342.
t/read............NOK 21/47Readimage (input_p4.pbm): Exception 420: no decode delegate for this image format `input_p4.pbm' at t/subroutines.pl line 342.
t/read............NOK 22/47Readimage (input.pcx): Exception 420: no decode delegate for this image format `input.pcx' at t/subroutines.pl line 342.
t/read............NOK 23/47Readimage (input_p2.pgm): Exception 420: no decode delegate for this image format `input_p2.pgm' at t/subroutines.pl line 342.
t/read............NOK 24/47Readimage (input_p5.pgm): Exception 420: no decode delegate for this image format `input_p5.pgm' at t/subroutines.pl line 342.
t/read............NOK 25/47Readimage (input.pict): Exception 420: no decode delegate for this image format `input.pict' at t/subroutines.pl line 342.
t/read............NOK 26/47Readimage (input.rle): Exception 420: no decode delegate for this image format `input.rle' at t/subroutines.pl line 342.
t/read............NOK 27/47Readimage (input_p3.ppm): Exception 420: no decode delegate for this image format `input_p3.ppm' at t/subroutines.pl line 342.
t/read............NOK 28/47Readimage (input_p6.ppm): Exception 420: no decode delegate for this image format `input_p6.ppm' at t/subroutines.pl line 342.
t/read............NOK 29/47Readimage (input.psd): Exception 420: no decode delegate for this image format `input.psd' at t/subroutines.pl line 342.
t/read............NOK 30/47Readimage (input.sgi): Exception 420: no decode delegate for this image format `input.sgi' at t/subroutines.pl line 342.
t/read............NOK 31/47Readimage (input.im1): Exception 420: no decode delegate for this image format `input.im1' at t/subroutines.pl line 342.
t/read............NOK 32/47Readimage (input.im8): Exception 420: no decode delegate for this image format `input.im8' at t/subroutines.pl line 342.
t/read............NOK 33/47Readimage (sun:input.im24): Exception 435: unable to open image `sun:input.im24': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 34/47Readimage (input.tga): Exception 420: no decode delegate for this image format `input.tga' at t/subroutines.pl line 342.
t/read............NOK 35/47Readimage (input.tim): Exception 420: no decode delegate for this image format `input.tim' at t/subroutines.pl line 342.
t/read............NOK 36/47Readimage (input.viff): Exception 420: no decode delegate for this image format `input.viff' at t/subroutines.pl line 342.
t/read............NOK 37/47Readimage (input.wbmp): Exception 420: no decode delegate for this image format `input.wbmp' at t/subroutines.pl line 342.
t/read............NOK 38/47Readimage (input.xbm): Exception 420: no decode delegate for this image format `input.xbm' at t/subroutines.pl line 342.
t/read............NOK 39/47Readimage (xc:black): Exception 435: unable to open image `xc:black': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 40/47Readimage (input.xpm): Exception 420: no decode delegate for this image format `input.xpm' at t/subroutines.pl line 342.
t/read............NOK 41/47Readimage (TILE:input.miff): Exception 435: unable to open image `TILE:input.miff': No such file or directory at t/subroutines.pl line 342.
t/read............NOK 42/47Readimage (input_70x46.cmyk): Exception 420: no decode delegate for this image format `input_70x46.cmyk' at t/subroutines.pl line 342.
t/read............NOK 43/47Readimage (input_70x46.gray): Exception 420: no decode delegate for this image format `input_70x46.gray' at t/subroutines.pl line 342.
t/read............NOK 44/47Readimage (input_70x46.rgb): Exception 420: no decode delegate for this image format `input_70x46.rgb' at t/subroutines.pl line 342.
t/read............NOK 45/47Readimage (input_70x46.rgba): Exception 420: no decode delegate for this image format `input_70x46.rgba' at t/subroutines.pl line 342.
t/read............NOK 46/47Readimage (input_70x46.uyvy): Exception 420: no decode delegate for this image format `input_70x46.uyvy' at t/subroutines.pl line 342.
t/read............FAILED tests 1-47
Failed 47/47 tests, 0.00% okay
t/setattribute....Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....ok 1/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 10/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 11/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 12/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 13/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 14/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 15/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 21/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 26/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 27/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 28/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 29/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....NOK 62/71Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
Readimage: Exception 420: no decode delegate for this image format `input.miff' at t/subroutines.pl line 917.
t/setattribute....FAILED tests 10-15, 21, 26-29, 62
Failed 12/71 tests, 83.10% okay
t/tiff/read.......FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
t/tiff/write......FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/wmf/read........sh: wmf2eps: command not found
Readimage (wizard.wmf): Exception 430: unable to open file `/tmp/magick-XX5soO2D': No such file or directory at t/subroutines.pl line 342.
t/wmf/read........NOK 1/2sh: wmf2eps: command not found
Readimage (clock.wmf): Exception 430: unable to open file `/tmp/magick-XX8JHWYH': No such file or directory at t/subroutines.pl line 342.
t/wmf/read........FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/write...........FAILED tests 1-32
Failed 32/32 tests, 0.00% okay
t/x11/read........NOK 1/2Readimage (input.xwd): Exception 420: no decode delegate for this image format `input.xwd' at t/subroutines.pl line 342.
t/x11/read........FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/x11/write.......FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/zlib/read.......FAILED test 1
Failed 1/1 tests, 0.00% okay
t/zlib/write......FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/blob.t 1 1 1
t/bzlib/read.t 1 1 1
t/bzlib/write.t 1 1 1
t/composite.t 18 18 1-18
t/filter.t 58 58 1-58
t/getattribute.t 0 11 25 25 1-6 8 10 12-13 15-18 20-25
t/jp2/read.t 3 3 1-3
t/jpeg/read.t 2 2 1-2
t/jpeg/write.t 2 2 1-2
t/montage.t 19 19 1-19
t/png/read-16.t 5 5 1-5
t/png/read.t 6 6 1-6
t/png/write-16.t 5 5 1-5
t/png/write.t 6 6 1-6
t/read.t 47 47 1-47
t/setattribute.t 71 12 10-15 21 26-29 62
t/tiff/read.t 16 16 1-16
t/tiff/write.t 10 10 1-10
t/wmf/read.t 2 2 1-2
t/write.t 32 32 1-32
t/x11/read.t 2 2 1-2
t/x11/write.t 2 2 1-2
t/zlib/read.t 1 1 1
t/zlib/write.t 1 1 1
Failed 24/24 test scripts. 272/336 subtests failed.
Files=24, Tests=336, 1 wallclock secs ( 0.65 cusr + 0.25 csys = 0.90 CPU)
Failed 24/24 test programs. 272/336 subtests failed.
make: *** [test_dynamic] Error 255
JCRISTY/PerlMagick-6.40.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports JCRISTY/PerlMagick-6.40.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
JCRISTY/PerlMagick-6.40.tar.gz : make_test NO Hat hier jemand Image::Magick auf Debian Lenny/sid zum Laufen gebracht, oder kann mir sagen wie ich es bei mir zum Laufen bekomme? - MfG Keks :) |
| | |
| | #2 (permalink) |
| Member of Honour ![]() | hab jetzt dein posting nur überflogen (bin zu müde, da noch nen genauen Fehler zu suchen....)... aber gibt es einen Grund, warum du das selber compilieren willst? ich würde an deiner Stelle zuerst probieren, dein jetziges zeugs wieder runter zu hauen und dann: Code: apt-get install imagemagick perlmagick |
| | |
| HaBOT | - Anzeige - |
| |
| | #3 (permalink) |
![]() Registriert seit: 06.01.07 ![]() Likes: 0 | Oh... habe ich ganz vergessen zu erwaehnen... Die Pakete funktionieren hier ebenfalls nicht. Selbe Fehlermeldung, dass er die .al nicht findet. - MfG Keks |
| | |
| | #4 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 443 | Existiert diese Datei und ist der entsprechende Ordner in deinem @INC?
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| | #5 (permalink) |
![]() Registriert seit: 06.01.07 ![]() Likes: 0 | Also "find" findet mal nichts... Theoretisch sollten sich die Dateien doch hier: Code: ls -la /usr/local/lib/perl/5.10.0/auto/Image/Magick/ total 636 drwxr-sr-x 2 root staff 4096 2008-10-17 00:52 . drwxr-sr-x 6 root staff 4096 2008-10-17 00:37 .. -r--r--r-- 1 root staff 91 2008-10-17 00:36 autosplit.ix -r--r--r-- 1 root staff 0 2008-10-17 00:36 Magick.bs -r-xr-xr-x 1 root staff 630709 2008-10-17 00:51 Magick.so -rw-r--r-- 1 root staff 249 2008-10-17 00:52 .packlist - MfG Keks |
| | |
| | #6 (permalink) |
| Moderator ![]() Registriert seit: 30.09.06 ![]() ![]() ![]() ![]() ![]() ![]() Likes: 443 | Theoretisch ja. Hast du den 3-Satz mal einzeln ausgeführt und geschaut ob ggf. irgendwelche Warnungen aufgetaucht sind, die von make oder configure einfach fälschlicherweise ignoriert oder falsch eingestuft werden?
__________________ Mein Blog - Mein Job - Diaspora Der Ring uns zu knechten besteht aus 12 Sternen auf blauem Grund. Neue Beiträge im Habo via Twitter - Das HaBo auf FB - Das HaBo bei G+ |
| | |
| | #7 (permalink) | |
![]() Registriert seit: 06.01.07 ![]() Likes: 0 | * ./configure LDFLAGS='-L/usr/local/lib' * make -j5 * make install Warngen spuckt er hier jede Menge aus, aber viel damit anfangen kann ich nicht... ![]() - MfG Keks ![]() UPDATE: oh mann -.- Die Methode heisst nicht "AdaptivelyResize", sondern "AdaptiveResize"... (Ich hab das mal gemeldet) Das kommt von Copy&Paste... Zitat:
Hat sich dann, das Thema... Aber danke für eure Hilfe | |
| | |
![]() |
| - Anzeige - | |
| |
| Themen-Optionen | |
| Ansicht | |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| webcam image | sfil | Linux/UNIX | 4 | 17.04.08 21:28 |
| Image Maker | Pharaoo | Kaufberatung | 1 | 28.03.08 22:25 |
| CD Image | chaot | Off topic-Zone | 1 | 22.06.06 12:38 |
| CD Image | chaot | Die Problemzone | 1 | 22.06.06 12:38 |
| LinkBack |
LinkBack URL |
About LinkBacks |












Linear-Darstellung

