Hi Erich, This was not working fine on Fedora 8 because perl-Tk which distro provides caused some strange GUI problems. http://www.mail-archive.com/[email protected]/msg08442.html
Anyway, when I was testing branch-5-1 on OpenSuSE 10.3 X86_64 using SuSE 10.3 of perl-Tk, the gui was not exactly like the normal oscar gui. That's why I decided not to use it because I believed that this would cause the same problem like Fedora 8. Erich, please make sure to see if it does not have the Fedora 8 problem. Regards, - DongInn [EMAIL PROTECTED] wrote: > Author: efocht > Date: 2008-01-24 11:53:55 EST (Thu, 24 Jan 2008) > New Revision: 6878 > URL: https://svn.oscar.openclustergroup.org/trac/oscar/changeset/6878 > > Log: > On suse 10.3 (and others) perl-Tk is provided by the distro. > There is no need for it and specifying a particular version > (enforcing the version coming with OSCAR) breaks the install > on nodes which have perl-Tk already installed. > > Text files modified: > branches/branch-5-1/share/prereqs/perl-Tk/prereq.cfg | 5 ++++- > > 1 files changed, 4 insertions(+), 1 deletions(-) > > Modified: branches/branch-5-1/share/prereqs/perl-Tk/prereq.cfg > ============================================================================== > --- branches/branch-5-1/share/prereqs/perl-Tk/prereq.cfg (original) > +++ branches/branch-5-1/share/prereqs/perl-Tk/prereq.cfg 2008-01-24 > 11:53:55 EST (Thu, 24 Jan 2008) > @@ -6,7 +6,10 @@ > perl-Tk-804.026-1.oscar > > [suse:*:*] > -perl-Tk-804.026-1.oscar > +# there is a problem in specifying the exact version > +# if perl-Tk is (may be) installed already from the suse distro > +#perl-Tk-804.026-1.oscar > +perl-Tk > > # everyone else falls through to the default > [*:*:*] > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Oscar-checkins mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/oscar-checkins ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
