Fedora.pm has been patched in trunk, see:

http://svn.oscar.openclustergroup.org/trac/oscar/changeset/5896

Cheers,

Bernard

On 6/7/07, Ivan Adzhubey <[EMAIL PROTECTED]> wrote:
> Hi Bernard,
>
> On Thursday 07 June 2007 05:40:38 pm Bernard Li wrote:
> > Hi Ivan:
> >
> > Can you please post the log saying that the distro is not supported?
> > I do not think all the packages are fully rebuilt, but it should at
> > least let you install...
>
> The problem was with the following line in lib/OSCAR/OCA/OS_Detect/Fedora.pm:
>
>     if ($release_string =~ /Fedora Core release (\d+)/) {
>         $fc_release = $1;
>
> in fact,  my /etc/fedora-release reads:
>
> Fedora release 7 (Moonshine)
>
> so I changed the line to:
>
>     if ($release_string =~ /Fedora (?:Core )?release (\d+)/) {
>         $fc_release = $1;
>
> which worked.
>
> But now I can't find perl-Qt for FC7...
>
> --> Bootstrapping OSCAR smart package manager
> --> Checking OSCAR repositories existence.
>         smartly removing: tftp-server.x86_64,lam
>         smartly installing:
> apr,apr-util,dhcp,gd,nfs-utils,openssh,openssh-clients,openssh-server,openssl,tcpdump,xinetd,httpd,php-pear,php,expat,python,zlib,zlib-devel,shadow-utils,libcap,ntp
> Checking your system...
> Success: network-check.pl
> Success: su-check.pl
> Success: ssh-check.pl
> Success: debrepo-check.pl
> Success: selinux-check.pl
> Loading "installonlyn" plugin
> Cleaning up Everything
> --> Installing OSCAR wizard prerequisites
>         smartly installing:
> perl-XML-Parser,perl-XML-Simple,mysql,perl-DBD-MySQL,perl-DBI,mysql-server,perl-HTML-Tree,perl-Tk,perl-Qt
> WARNING: Package perl-Qt was not installed!
> !!! Some packages were NOT installed !!!
> ERROR: Prerequisites install failure! at ./wizard_prep line 263.
> Oscar Wizard preparation script failed to complete at ./install_cluster line
> 275.
>
>
> --Ivan
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Oscar-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to