Hi Ted,

thanks for the report and the fix. It's great when people report back failures
and include the fix :-)

I actually wanted to keep the yume command without the "-y" flag such that
people can at least check which packages it would delete before
continuing. Maybe this should be passed into start_over as a -y argument, such
that one has a choice.

Regarding prereqs, it looks like it's maybe a good idea to just leave all of
them on the system, that won't really hurt anybody.

Regards,
Erich

On Friday 26 May 2006 02:24, Ted Powell wrote:
> Missing comma in grep, line 40.
> 
> Removes perl-XML-Parser (lines 134-135).
>     But intltool needs perl-XML-Parser and so it had to be removed too.
>     But scrollkeeper needs intltool, so it has to be removed.
>     But scrollkeeper is needed by ekiga, evince, evolution, file-roller,
>     gedit, gnome-applets, gnome-media, gnome-panel, gnome-pilot,
>     gnome-power-manager, gnome-user-docs, gok, gthumb, nautilus, and yelp.
> 
> Hmm. After taking perl-XML-Parser out of the yum command, the script
> still hangs. Anyway, here are fixes for the above two items:
> 
> $ svn diff scripts/start_over 
> Index: scripts/start_over
> ===================================================================
> --- scripts/start_over  (revision 4860)
> +++ scripts/start_over  (working copy)
> @@ -37,7 +37,7 @@
>  @opkgs = map { chomp $_ } @opkgs;
>  
>  # skip oda package (and keep mysql around)
> [EMAIL PROTECTED] = grep !/^oda$/ @opkgs;
> [EMAIL PROTECTED] = grep !/^oda$/, @opkgs;
>  
>  my @orpms;
>  for my $opkg (@opkgs) {
> @@ -131,7 +131,7 @@
>  system($cmd);
>  
>  # remove prereqs (hardcoded right now)
> -$cmd = "yum remove perl-HTML-Tree perl-Tk perl-Qt perl-XML-Parser 
> perl-XML-Simple packman-depman packman-depman-rpms yume";
> +$cmd = "yum remove perl-HTML-Tree perl-Tk perl-Qt perl-XML-Simple 
> packman-depman packman-depman-rpms yume";
>  system($cmd);
>  
>  my %orepo_done;
> $
> 



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to