From: Jeff Squyres; Saturday, May 08, 2004 8:11 AM > > On Fri, 7 May 2004, Lombard, David N wrote: > > ACTION REQUIRED: Note, there are two libaio RPMS in the base RH distro > > that need to be removed in the same way the base distro PVM packages are > > removed. > > Actually, no. The libaio RPMs that are included in OSCAR are only for > distros that do not have their own. > > Specifically, LAM needs libaio (for ROMIO, actually). On distros that > have libaio, the distro's own libaio RPMs should be installed. On others, > we have re-bundled the RH libaio RPMs. Hence, the libaio-oscar RPMs should > only be installed on those distros that need it (currently MDK and SuSE) > -- not RH9, because RH9 has its own libaio RPM.
OK. > I'm using LAM's config.xml to decide whether to install libaio-oscar* or > not: > > ----- > <rpmlist> > <filter distribution="redhat" distribution_version="8.0" /> > <filter distribution="redhat" distribution_version="9" /> > <rpm>libaio</rpm> > <rpm>libaio-devel</rpm> > </rpmlist> > > <rpmlist> > <filter distribution="mandrake" /> > <filter distribution="suse" /> > <rpm>libaio-oscar</rpm> > <rpm>libaio-oscar-devel</rpm> > </rpmlist> > ----- > > The libaio-oscar and libaio-oscar-devel RPMs are in packages/lam/RPMS. I > *thought* that the <filter> line in LAM's config.xml would only install > these RPMs on platforms that fit the filter. > > From my oscarinstall.log, I can see that this did not happen: > > ----- > [...much snipped...] > --> Returning oscar_server packages for lam: lam-oscar lam-oscar-module > lam-with-gm-oscar lam-with-gm-oscar-module libaio libaio-devel > ----- > > This *used* to work (and I thought that this is exactly what the filter > was for). Did something change? OK, you got the same behavior I did; I needed to explicitly remove these bad boys on RH9... -- David N. Lombard My comments represent my opinions, not those of Intel Corporation. ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
