Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7489 - dev-perl/IPC-ShareLite
Summary: dev-perl/IPC-ShareLite
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 20:35 UTC by Bryce Allen
Modified: 2003-05-09 12:33 UTC (History)
1 user (show)

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


Attachments
initial ebuild, ChangeLog, digest, Makefile.PL.patch (IPC-ShareLite-0.08.tar.gz,1.21 KB, application/octet-stream)
2002-09-04 20:36 UTC, Bryce Allen
Details
fixed initial ebuild etc.... (IPC-ShareLite-0.08.tar.gz,1.21 KB, application/gzip)
2002-09-04 20:59 UTC, Bryce Allen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryce Allen 2002-09-04 20:35:21 UTC
IPC-ShareLite is a perl module that provides a "Light-weight interface to shared
memory". It is required by Cache-Cache (ebuild to be submitted shortly).

Attached IPC-ShareLite-0.08.tar.gz contains the ebuild, ChangeLog, digest, and a
patch to Makefile.PL. The patch adds the -des options to the call to the
Configure script, to stop it from prompting the user and interrupting
installation. Here are the relevant bits from Configure -help:

  -d : use defaults for all answers.
  -e : go on without questioning past the production of config.sh.
     ...
  -s : silent mode, only echoes questions and essential information.

The defaults detected by Configure -des seemed to work perfectly - I tested the
Cache::SharedMemoryCache module from Cache-Cache, which uses IPC::ShareLite.

-Bryce
Comment 1 Bryce Allen 2002-09-04 20:36:51 UTC
Created attachment 3662 [details]
initial ebuild, ChangeLog, digest, Makefile.PL.patch
Comment 2 Bryce Allen 2002-09-04 20:59:54 UTC
Created attachment 3665 [details]
fixed initial ebuild etc....

Sorry... the ebuild in the other archive used DEPENDS instead of DEPEND, and I
made the mistake of uploading it as an octet-stream instead of x-gzip.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-05 00:09:47 UTC
this is an acceptable ebuild only IF it DEPENDs on anything else that is NOT
another perl modules.  Otherwise, please use CPAN for now.
Comment 4 Bryce Allen 2002-09-05 08:49:55 UTC
IPC::ShareLite does depend on virtual/glibc - it uses the shared memory
libraries. Note sure if that counts...

Cache::Cache definitely has no other dependencies. Guess that explains why there
are so few dev-perl ebuilds.

Thanks,
-Bryce
Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:14 UTC
db fix
Comment 6 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:07 UTC
db fix
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-05-09 12:33:22 UTC
in cvs