perl-Inline packaging problem?

nosp nosp at xades.com
Tue Nov 11 23:49:41 UTC 2003


Before I bugzilla'd I figured I'd make sure I wasn't overlooking
something silly...

I installed perl-Inline 0-44.8 for FC1 from
mirrors.kernel.org/fedora/fedora/fedora/1 (apt repository) and, when
trying to use it, found that perl-Parse-RecDescent was required but the
RPM dependencies don't seem to indicate that.  I checked
bugzilla.redhat.com and bugzilla.fedora.us but didn't find a matching
bug report.

So...it would seem that as a tiny packaging buglet that perl-Inline
needs to Require perl-Parse-RecDescent.



# apt-get install perl-Inline
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  perl-Inline
0 packages upgraded, 1 newly installed, 0 removed and 41 not upgraded.
Need to get 155kB of archives.
After unpacking 344kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org fedora/1/i386/os perl-Inline 0.44-8
[155kB]
Fetched 155kB in 6s (22.9kB/s)
Executing RPM (-Uvh)...
Preparing...                ###########################################
[100%]
   1:perl-Inline            ###########################################
[100%]
# foo.pl
This innvocation of Inline requires the Parse::RecDescent module.
Can't locate Parse/RecDescent.pm in @INC (@INC contains:
/usr/X11R6/lib/tls/_Inline/lib
/usr/lib/perl5/5.8.1/i386-linux-thread-multi /usr/lib/perl5/5.8.1
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.1/i386-linux-thread-multi /usr/lib/perl5/5.8.1 .) at
/usr/lib/perl5/vendor_perl/5.8.0/Inline/C/ParseRecDescent.pm line 14.
 
 at /usr/lib/perl5/vendor_perl/5.8.0/Inline/C.pm line 322
BEGIN failed--compilation aborted at /home/martin/tmp/xscreensaver.pl
line 175.
# apt-get install perl-Parse-RecDescent
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  perl-Parse-RecDescent
0 packages upgraded, 1 newly installed, 0 removed and 41 not upgraded.
Need to get 89.3kB of archives.
After unpacking 213kB of additional disk space will be used.
Get:1 http://mirrors.kernel.org fedora/1/i386/os perl-Parse-RecDescent
1.80-12 [89.3kB]
Fetched 89.3kB in 4s (19.2kB/s)
Executing RPM (-Uvh)...
Preparing...                ###########################################
[100%]
   1:perl-Parse-RecDescent  ###########################################
[100%]
# foo.pl
[no problems]


# rpm -q perl-Inline perl-Parse-RecDescent
perl-Inline-0.44-8
perl-Parse-RecDescent-1.80-12





More information about the users mailing list