Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52493 - New Ebuild: dev-perl/Net-AIM-1.22
Summary: New Ebuild: dev-perl/Net-AIM-1.22
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-05-30 14:29 UTC by Jeff Craig
Modified: 2004-06-01 22:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild in question (Net-AIM-1.22.ebuild,570 bytes, text/plain)
2004-05-30 14:30 UTC, Jeff Craig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Craig 2004-05-30 14:29:25 UTC
This is an ebuild to emerge the Net::AIM Perl package off of CPAN, also included is the digest file I created when using the ebuild.  It is tagged unstable on all archtectures it has keywords for (x86, amd64, sparc, pcc, alpha).

Reproducible: Always
Steps to Reproduce:
Comment 1 Jeff Craig 2004-05-30 14:30:27 UTC
Created attachment 32342 [details]
The ebuild in question

This is the ebuild for Net-AIM
Comment 2 Sven Wegener gentoo-dev 2004-05-30 15:02:38 UTC
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.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-30 22:01:42 UTC
is this needed as a dependency for anything?  if not, please use g-cpan.pl to install perl modules for your own usage.