Problem Building Image-Imlib2-1.00

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Problem Building Image-Imlib2-1.00

    Hello.

    I'm a perl newbie and am trying to install the Image::Imlib2 version
    1.00 on my linux system. However, I am encountering problems during
    the "Build" process. I first installed imlib2-1.1.0 on my system and
    that went well. I then tried installing the Image::Imlib2 module.
    The first two commands "perl Build.PL" and "./Build" proceeded
    normally, but the "./Build test" failed. I am not sure why...I was
    wondering if anyone could help point me to suggestions as to why the
    test failed and how to proceed from here...

    Here is a copy of what happened during my console sessions:

    linux: # vim Build.PL
    linux: # perl Build.PL
    Found imlib2 1.1.0
    Checking whether your kit is complete...
    Looks good
    Creating new 'Build' script for 'Image-Imlib2' version '1.00'
    linux: # ./Build
    lib/Image/Imlib2.pm -> blib/lib/Image/Imlib2.pm
    lib/Image/Imlib2.xs -> lib/Image/Imlib2.c
    cc -I./lib/Image -I/usr/lib/perl5/5.6.1/i586-linux/CORE
    -DX_DISPLAY_MISSING -I/usr/local/include -I/usr/X11R6/include -c
    -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
    -pipe -o lib/Image/Imlib2.o lib/Image/Imlib2.c
    ExtUtils::Mkbootstrap::Mkbootstrap('lib/Image/Imlib2')
    lib/Image/Imlib2.bs -> blib/arch/auto/Image/Imlib2/Imlib2.bs
    cc -shared -o blib/arch/auto/Image/Imlib2/Imlib2.so lib/Image/Imlib2.o
    -L/usr/local/lib -lImlib2 -lfreetype -lm -ldl -lXext -lXext -lX11
    -L/usr/X11R6/lib
    Manifying blib/lib/Image/Imlib2.pm -> blib/libdoc/Image::Imlib2.3pm
    linux: # ./Build test
    t/signature....ok
    1/1 skipped: - Cannot connect to the keyserver
    t/simple.......dubious
    Test returned status 0 (wstat 11, 0xb)
    DIED. FAILED tests 1-7
    Failed 7/7 tests, 0.00% okay
    Failed Test Stat Wstat Total Fail Failed List of Failed
    -------------------------------------------------------------------------------
    t/simple.t 0 11 7 14 200.00% 1-7
    1 subtest skipped.
    Failed 1/2 test scripts, 50.00% okay. 7/8 subtests failed, 12.50%
    okay.
    Indraniel Das Guest

  2. Similar Questions and Discussions

    1. Imlib2 and Windows perl
      Hi, I'm wondering if it's possible to build the Imlib2 module for Perl on a Windows XP machine? I've succeeded in building other modules but...
    2. Problem Building XML Request, Please Help.
      I am trying to start building an XML request for a project I am working on. I can have nothing more than this on the page and I get the following...
    3. Source or Knowledge on Building Image Control
      Hello, Can someone point me in the right direction on how I can build an image control in VB.NET. I would like this control to be used in either...
    4. Problem installing Image::Imlib2 module
      Hello. I'm a perl newbie and am trying to install the Image::Imlib2 version 1.00 on my linux system. However, I am encountering problems during...
    5. Problem building mysql-ruby under 1.8.0
      $ pwd /home/brian/work/mysql-ruby-2.4.4 $ ruby extconf.rb --with-mysql-dir=/usr/local/mysql checking for mysql_query() in -lmysqlclient... yes...
  3. #2

    Default Problem Building Image-Imlib2-1.00

    Hello.

    I'm a perl newbie and am trying to install the Image::Imlib2 version
    1.00 on my linux system. However, I am encountering problems during
    the "Build" process. I first installed imlib2-1.1.0 on my system and
    that went well. I then tried installing the Image::Imlib2 module.
    The first two commands "perl Build.PL" and "./Build" proceeded
    normally, but the "./Build test" failed. I am not sure why...I was
    wondering if anyone could help point me to suggestions as to why the
    test failed and how to proceed from here...

    Here is a copy of what happened during my console sessions:

    linux: # vim Build.PL
    linux: # perl Build.PL
    Found imlib2 1.1.0
    Checking whether your kit is complete...
    Looks good
    Creating new 'Build' script for 'Image-Imlib2' version '1.00'
    linux: # ./Build
    lib/Image/Imlib2.pm -> blib/lib/Image/Imlib2.pm
    lib/Image/Imlib2.xs -> lib/Image/Imlib2.c
    cc -I./lib/Image -I/usr/lib/perl5/5.6.1/i586-linux/CORE
    -DX_DISPLAY_MISSING -I/usr/local/include -I/usr/X11R6/include -c
    -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
    -pipe -o lib/Image/Imlib2.o lib/Image/Imlib2.c
    ExtUtils::Mkbootstrap::Mkbootstrap('lib/Image/Imlib2')
    lib/Image/Imlib2.bs -> blib/arch/auto/Image/Imlib2/Imlib2.bs
    cc -shared -o blib/arch/auto/Image/Imlib2/Imlib2.so lib/Image/Imlib2.o
    -L/usr/local/lib -lImlib2 -lfreetype -lm -ldl -lXext -lXext -lX11
    -L/usr/X11R6/lib
    Manifying blib/lib/Image/Imlib2.pm -> blib/libdoc/Image::Imlib2.3pm
    linux: # ./Build test
    t/signature....ok
    1/1 skipped: - Cannot connect to the keyserver
    t/simple.......dubious
    Test returned status 0 (wstat 11, 0xb)
    DIED. FAILED tests 1-7
    Failed 7/7 tests, 0.00% okay
    Failed Test Stat Wstat Total Fail Failed List of Failed
    -------------------------------------------------------------------------------
    t/simple.t 0 11 7 14 200.00% 1-7
    1 subtest skipped.
    Failed 1/2 test scripts, 50.00% okay. 7/8 subtests failed, 12.50%
    okay.
    Indraniel Das Guest

  4. #3

    Default Re: Problem Building Image-Imlib2-1.00

    Indraniel Das wrote:
    > Manifying blib/lib/Image/Imlib2.pm -> blib/libdoc/Image::Imlib2.3pm
    > linux: # ./Build test
    > t/signature....ok
    > 1/1 skipped: - Cannot connect to the keyserver
    > t/simple.......dubious
    > Test returned status 0 (wstat 11, 0xb)
    > DIED. FAILED tests 1-7
    > Failed 7/7 tests, 0.00% okay
    > Failed Test Stat Wstat Total Fail Failed List of Failed
    > -------------------------------------------------------------------------------
    > t/simple.t 0 11 7 14 200.00% 1-7
    > 1 subtest skipped.
    > Failed 1/2 test scripts, 50.00% okay. 7/8 subtests failed, 12.50%
    > okay.
    Try:
    perl -Mblib t/simple.t

    That might produce error messages that help you work out what's going wrong.

    Cheers,
    Rob

    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139