Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105315 - dev-perl/sql-translator or dev-perl/sqlfairy: new package proposal
Summary: dev-perl/sql-translator or dev-perl/sqlfairy: new package proposal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Perl Ebuild Requests
URL: http://sqlfairy.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 17:52 UTC by Martin Mokrejš
Modified: 2006-12-06 09:48 UTC (History)
2 users (show)

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


Attachments
attempt.txt (attempt.txt,23.18 KB, text/plain)
2006-11-07 03:03 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2005-09-08 17:52:27 UTC
I very very promising package to generate graph images from SQL schemas. It
would be excellent if someone would prepare the ebuilds for it and for packages
it depends on.
Comment 1 Marti Raudsepp 2006-11-06 04:42:34 UTC
Try this:

emerge g-cpan
g-cpan --install SQL::Translator
emerge dev-perl/SQL-Translator
Comment 2 Marti Raudsepp 2006-11-06 04:43:18 UTC
(In reply to comment #1)
> emerge dev-perl/SQL-Translator
Sorry, that should be:
emerge perl-gcpan/SQL-Translator
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-11-06 14:18:26 UTC
(In reply to comment #0)
> I very very promising package to generate graph images from SQL schemas. It
> would be excellent if someone would prepare the ebuilds for it and for packages
> it depends on.

Why? See the Gentoo policy docs regarding perl modules, and the excellent posts from Marti.
Comment 4 Martin Mokrejš 2006-11-07 03:02:57 UTC
OK, thank you for your postings. It works ok, although I found some

Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.8.8/Gentoo/CPAN.pm line 177.

I will attach what was going on.

# grep -i version /usr/lib/perl5/vendor_perl/5.8.8/Gentoo/CPAN.pm
our $VERSION = '0.01';
...
Comment 5 Martin Mokrejš 2006-11-07 03:03:24 UTC
Created attachment 101385 [details]
attempt.txt
Comment 6 Martin Mokrejš 2006-12-04 08:53:03 UTC
On another machine as of now I get:

# g-cpan --install SQL::Translator
CPAN: Storable loaded ok
Going to read /var/tmp/g-cpan/.cpan/Metadata
  Database was generated on Mon, 04 Dec 2006 03:24:43 GMT
 * g-cpan: Ebuild already exists for SQL-Translator
Calculating dependencies -
emerge: there are no ebuilds to satisfy ">=virtual/perl-Test-Simple-0.66".
(dependency required by "perl-gcpan/Pod-Parser-1.35" [ebuild])

#
Comment 7 Michael Cummings (RETIRED) gentoo-dev 2006-12-04 10:31:10 UTC
This is actually a bug in g-cpan that's been resolved in svn (link available at sources.gentoo.org). Sync up, Test-Simple has been updated with this morning's release. You should be able to continue to use g-cpan for this ;)

Comment 8 Martin Mokrejš 2006-12-06 09:48:27 UTC
OK, it works now: 
g-cpan --install SQL::Translator