Ask a Question related to PERL Modules, Design and Development.
-
Indraniel Das #1
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
-
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... -
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... -
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... -
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... -
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... -
Indraniel Das #2
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
-
Sisyphus #3
Re: Problem Building Image-Imlib2-1.00
Indraniel Das wrote:
Try:> 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.
perl -Mblib t/simple.t
That might produce error messages that help you work out what's going wrong.
Cheers,
Rob
Sisyphus Guest



Reply With Quote

