Advertisement
Guest User

Image::Scale CPAN trouble

a guest
Aug 25th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. Running install for module 'Image::Scale'
  2. Running make for A/AG/AGRUNDMA/Image-Scale-0.08.tar.gz
  3. Checksum for /root/.cpan/sources/authors/id/A/AG/AGRUNDMA/Image-Scale-0.08.tar.gz ok
  4.  
  5. CPAN.pm: Going to build A/AG/AGRUNDMA/Image-Scale-0.08.tar.gz
  6.  
  7.  
  8. Image::Scale will be built with:
  9.  
  10. JPEG support: yes (/usr/include, version unknown)
  11. PNG support: yes (/usr/include, version 1.5.10)
  12. GIF support: yes (/usr/include, version 4.1, libgif)
  13.  
  14. Checking if your kit is complete...
  15. Looks good
  16. Writing Makefile for Image::Scale
  17. cp lib/Image/Scale.pm blib/lib/Image/Scale.pm
  18. /usr/bin/perl5.12.4 /usr/lib/perl5/vendor_perl/5.12.4/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.4/ExtUtils/typemap -typemap typemap Scale.xs > Scale.xsc && mv Scale.xsc Scale.c
  19. Please specify prototyping behavior for Scale.xs (see perlxs manual)
  20. i686-pc-linux-gnu-gcc -c -I. -I.. -Isrc -Iinclude -I/usr/include -I/usr/include -I/usr/include -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=prescott -O2 -pipe -fomit-frame-pointer -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/usr/lib/perl5/5.12.4/i686-linux/CORE" -O2 -Wall -Wno-unused-value -Wno-format-security -Winline -ffast-math -DHAVE_JPEG -DJPEG_VERSION=unknown -DHAVE_PNG -DPNG_VERSION=1.5.10 -DHAVE_GIF -DGIF_VERSION=4.1 Scale.c
  21. In file included from src/image.c:25:0,
  22. from Scale.xs:18:
  23. src/png.c: In Funktion »image_png_read_buf«:
  24. src/png.c:43:2: Warnung: Implizite Deklaration der Funktion »png_memcpy«
  25. Running Mkbootstrap for Image::Scale ()
  26. chmod 644 Scale.bs
  27. rm -f blib/arch/auto/Image/Scale/Scale.so
  28. LD_RUN_PATH="/usr/lib/../lib:/lib/../lib" i686-pc-linux-gnu-gcc -shared -march=prescott -O2 -pipe -fomit-frame-pointer -L/usr/local/lib -Wl,-O1 -Wl,--as-needed Scale.o -o blib/arch/auto/Image/Scale/Scale.so \
  29. -ljpeg -lpng -lz -lgif \
  30.  
  31. chmod 755 blib/arch/auto/Image/Scale/Scale.so
  32. cp Scale.bs blib/arch/auto/Image/Scale/Scale.bs
  33. chmod 644 blib/arch/auto/Image/Scale/Scale.bs
  34. Manifying blib/man3/Image::Scale.3pm
  35. AGRUNDMA/Image-Scale-0.08.tar.gz
  36. make -- OK
  37. 'YAML' not installed, will not store persistent state
  38. Running make test
  39. PERL_DL_NONLAZY=1 /usr/bin/perl5.12.4 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  40. t/01use.t .......... 1/1
  41. # Failed test 'use Image::Scale;'
  42. # at t/01use.t line 3.
  43. # Tried to use 'Image::Scale'.
  44. # Error: Can't load '/root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so' for module Image::Scale: /root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so: undefined symbol: png_memcpy at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
  45. # at (eval 4) line 2.
  46. # Compilation failed in require at (eval 4) line 2.
  47. # BEGIN failed--compilation aborted at (eval 4) line 2.
  48. # Looks like you failed 1 test of 1.
  49. t/01use.t .......... Dubious, test returned 1 (wstat 256, 0x100)
  50. Failed 1/1 subtests
  51. t/02pod.t .......... skipped: Test::Pod 1.14 required
  52. t/03podcoverage.t .. skipped: Test::Pod::Coverage 1.04 required
  53. t/04critic.t ....... skipped: Critic test only for developers.
  54. t/bmp.t ............ Can't load '/root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so' for module Image::Scale: /root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so: undefined symbol: png_memcpy at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
  55. at t/bmp.t line 9.
  56. Compilation failed in require at t/bmp.t line 9.
  57. BEGIN failed--compilation aborted at t/bmp.t line 9.
  58. # Looks like your test exited with 2 before it could output anything.
  59. t/bmp.t ............ Dubious, test returned 2 (wstat 512, 0x200)
  60. Failed 30/30 subtests
  61. t/gif.t ............ Can't load '/root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so' for module Image::Scale: /root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so: undefined symbol: png_memcpy at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
  62. at t/gif.t line 9.
  63. Compilation failed in require at t/gif.t line 9.
  64. BEGIN failed--compilation aborted at t/gif.t line 9.
  65. t/gif.t ............ Dubious, test returned 2 (wstat 512, 0x200)
  66. No subtests run
  67. t/jpeg.t ........... Can't load '/root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so' for module Image::Scale: /root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so: undefined symbol: png_memcpy at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
  68. at t/jpeg.t line 9.
  69. Compilation failed in require at t/jpeg.t line 9.
  70. BEGIN failed--compilation aborted at t/jpeg.t line 9.
  71. t/jpeg.t ........... Dubious, test returned 2 (wstat 512, 0x200)
  72. No subtests run
  73. t/png.t ............ Can't load '/root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so' for module Image::Scale: /root/.cpan/build/Image-Scale-0.08-81lGaF/blib/arch/auto/Image/Scale/Scale.so: undefined symbol: png_memcpy at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
  74. at t/png.t line 9.
  75. Compilation failed in require at t/png.t line 9.
  76. BEGIN failed--compilation aborted at t/png.t line 9.
  77. t/png.t ............ Dubious, test returned 2 (wstat 512, 0x200)
  78. No subtests run
  79.  
  80. Test Summary Report
  81. -------------------
  82. t/01use.t (Wstat: 256 Tests: 1 Failed: 1)
  83. Failed test: 1
  84. Non-zero exit status: 1
  85. t/bmp.t (Wstat: 512 Tests: 0 Failed: 0)
  86. Non-zero exit status: 2
  87. Parse errors: Bad plan. You planned 30 tests but ran 0.
  88. t/gif.t (Wstat: 512 Tests: 0 Failed: 0)
  89. Non-zero exit status: 2
  90. Parse errors: No plan found in TAP output
  91. t/jpeg.t (Wstat: 512 Tests: 0 Failed: 0)
  92. Non-zero exit status: 2
  93. Parse errors: No plan found in TAP output
  94. t/png.t (Wstat: 512 Tests: 0 Failed: 0)
  95. Non-zero exit status: 2
  96. Parse errors: No plan found in TAP output
  97. Files=8, Tests=1, 1 wallclock secs ( 0.14 usr 0.03 sys + 1.02 cusr 0.08 csys = 1.27 CPU)
  98. Result: FAIL
  99. Failed 5/8 test programs. 1/1 subtests failed.
  100. make: *** [test_dynamic] Fehler 2
  101. AGRUNDMA/Image-Scale-0.08.tar.gz
  102. make test -- NOT OK
  103. //hint// to see the cpan-testers results for installing this module, try:
  104. reports AGRUNDMA/Image-Scale-0.08.tar.gz
  105. Running make install
  106. make test had returned bad status, won't install without force
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement