Summary: | New Ebuild: dev-perl/Net-AIM-1.22 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeff Craig <craig> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | The ebuild in question |
Description
Jeff Craig
2004-05-30 14:29:25 UTC
Created attachment 32342 [details]
The ebuild in question
This is the ebuild for Net-AIM
see http://www.gentoo.org/doc/en/policy.xml#doc_chap2_sect3 using g-cpan installing this perl module fails: gcc -c -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -funroll-loops -fforce-addr -fmove-all-movables -march=athlon-tbird -mmmx -m3dnow -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I/usr/lib/perl5/5.8.4/i686-linux/CORE" -DI_POLL IO.c In file included from /usr/lib/perl5/5.8.4/i686-linux/CORE/perl.h:37, from IO.xs:9: /usr/lib/perl5/5.8.4/i686-linux/CORE/config.h:3017:1: warning: "I_POLL" redefined <command line>:8:1: warning: this is the location of the previous definition IO.xs: In function `XS_IO__Seekable_getpos': IO.xs:201: warning: passing arg 2 of `PerlIO_getpos' from incompatible pointer type IO.xs:208: error: `sv_undef' undeclared (first use in this function) IO.xs:208: error: (Each undeclared identifier is reported only once IO.xs:208: error: for each function it appears in.) IO.xs: In function `XS_IO__Seekable_setpos': IO.xs:219: warning: passing arg 2 of `PerlIO_setpos' from incompatible pointer type IO.xs: In function `XS_IO__File_new_tmpfile': IO.xs:252: error: `sv_undef' undeclared (first use in this function) make: *** [IO.o] Error 1 /usr/bin/make -- NOT OK ************************************************************************ * * * Need to create ebuild for 'IO::Select': IO * * ************************************************************************ Running make for G/GB/GBARR/IO-1.20.tar.gz Is already unwrapped into directory /root/.cpan/build/IO-1.20 Has already been processed within this session Can't open 'G/GB/GBARR/IO-1.20.tar.gz': No such file or directory at /usr/bin/g-cpan.pl line 277. is this needed as a dependency for anything? if not, please use g-cpan.pl to install perl modules for your own usage. |