On Tuesday 10 March 2009 12:40:40 Tomasz Pala wrote:
> On Tue, Mar 10, 2009 at 12:18:58 +0200, Elan Ruusamäe wrote:
> >> Partial solution: create symlinks for all /*athlon*/ directories to i686
> >> that are used.
> >
> > symlinks (afaik?) won't solve deps problem, the symlinks are not provided
> > as directory deps.
>
> Read carefully - deps are not problem as they are met. It's the
> different physical location of modules that cause problems.

i suppose you wanted to make symlink:
/usr/lib/perl5/vendor_perl/5.8.0/athlon-pld-linux-thread-multi -> 
/usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi 

but that will not fix such rpm dependency errors:
error: /usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi is required 
by installed perl-Date-Calc-5.4-1.i686

as /usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi is dirdep,
and symlinkdep will not satisfy it (didn't test but i'm almost sure of this 
as /etc/httpd/httpd.conf dirdep was not solved by symlink in apache-base)

-- 
glen
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to