Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58796 - Missing gconf-perl ebuild
Summary: Missing gconf-perl ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 10:12 UTC by Jo Shields
Modified: 2004-08-08 09:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jo Shields 2004-07-29 10:12:06 UTC
I cannot see any ebuild available for the Gnome2::GConf perl libraries, part of gtk2-perl.sf.net's work. This is making cross-distribution development tricky, as Debian users can simply apt-get install libgnome2-gconf-perl but Gentoo users are forced to go to the gtk2-perl site and manage their own compiliation outside of Portage.

Reproducible: Always
Steps to Reproduce:
1. In perl, attempt:

use Gnome2::GConf;
Actual Results:  
an't locate Gnome2/GConf.pm in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.4/i686-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.4/i686-linux
/usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.2/i686-linux
/usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.4/i686-linux /usr/lib/perl5/5.8.4 /usr/local/lib/site_perl
/usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2 .) at
./kickstart line 7.
BEGIN failed--compilation aborted at ./kickstart line 7.

Expected Results:  
Not done the above
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2004-08-08 09:23:41 UTC
added