Re: how to satisfy "perl(XXX::YYY)" dependencies?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Dec 14, 2004 at 09:06:57AM -0500, Robert P. J. Day wrote:
> 
>   now, the dag.wieers.com repo doesn't appear to have rpms of the form
> perl-Template or Perl-IO-String (or whatever format it's looking for).
> based on what you've explained, at this point, unless i can find
> explicit rpms to satisfy those dependencies, i'm screwed.  is this
> correct?

No, you can use 'cpanflute2' to make the src.rpm and rebuild the rpm

cpanflute2 (CPAN/authors/id/C/CH/CHIPT/RPM-Specfile-1.17.tar.gz)
needs Archive::Tar (CPAN/CPAN/MINICPAN/authors/id/C/CD/CDYBED/Tar-0.04.tar.gz)

tar xzvf Tar-0.04.tar.gz;
cd Tar-0.04/
perl Makefile.PL
make
make test
sudo make install

tar xzvf RPM-Specfile-1.17.tar.gz
cd RPM-Specfile-1.17/
perl Makefile.PL
make
make test
sudo make install

then just use cpanflute2 on any perl modules you need:

cpanflute2 CPAN/authors/id/I/IN/INGY/IO-All-0.31.tar.gz
 rpmbuild --rebuild perl-IO-All-0.31-8.src.rpm
...

Tru
-- 
Dr Tru Huynh          | http://www.pasteur.fr/recherche/unites/Binfs/
mailto:tru@xxxxxxxxxx | tel/fax +33 1 45 68 87 37/19
Institut Pasteur, 25-28 rue du Docteur Roux, 75724 Paris CEDEX 15 France  

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux