Hi Olivier,

Yes, that fixed it. Thanks. I will check in the fixes when this works fine with 
my ubuntu-12.10.
 
BTW, I still got a different error at bootstrap.

> --> Following packages will be removed: 
> --> Following packages will be installed: libqt-perl
> --> Following shell commands will be executed: 
> --> smartly installing: libqt-perl
> --> Packman status: Packman status:
>         Format: DEB
>         Number of repos: 3
>         List of repos: 
> ftp://ftp.ussg.indiana.edu/linux/ubuntu/+quantal-updates+main+universe+multiverse,
>   ftp://ftp.ussg.indiana.edu/linux/ubuntu/+quantal+main+universe+multiverse, 
> http://bison.csm.ornl.gov/repos/unstable/debian-6-x86_64/+squeeze+/
> 
> E: Package 'libqt-perl' has no installation candidate
> Use of uninitialized value $output[0] in join or string at 
> /usr/share/perl5/OSCAR/PackMan.pm line 656.
> ERROR: -1 error(s) occured for prereq libqt-perl(
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Package libqt-perl is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> 
> ERROR during RAPT execution) at /usr/bin/install_prereq line 81
>         main::handle_smart_pkgs(0, 'libqt-perl') called at 
> /usr/bin/install_prereq line 407
>         main::install_prereq('ubuntu', 1210, 'x86_64', 'ARRAY(0x1aba9e8)', 
> 'deb') called at /usr/bin/install_prereq line 473
> ERROR: The following packages were NOT installed:
> libqt-perl
>  at /usr/bin/install_prereq line 415
>         main::install_prereq('ubuntu', 1210, 'x86_64', 'ARRAY(0x1aba9e8)', 
> 'deb') called at /usr/bin/install_prereq line 473
> ERROR: Impossible to install the prereqs at /usr/bin/install_prereq line 474.
> ERROR: impossible to install perl-Qt ( /usr/bin/install_prereq  --smart  
> /usr/share/oscar/prereqs/perl-Qt).
>  at /usr/bin/oscar-config line 99
> ERROR: Impossible to install a prereq ( /usr/share/oscar/prereqs/perl-Qt).
>  at /usr/bin/oscar-config line 99
> ERROR: Impossible to complete stage 2 of the bootstrap.
>  at /usr/bin/oscar-config line 99
> ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 100
>         main::bootstrap() called at /usr/bin/oscar-config line 331
> ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 332.
> root@thumb:/nfs/home/dikim# 

Where can I get libqt-perl?

Regards,

--
- DongInn

On Feb 8, 2013, at 4:08 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:

> Hi,
> 
> The problem is in ~oscar/share/prereqs/base/prereq.cfg (line 256 in 
> [ubuntu:*:*] section.
> 
> Geoffroy, can you fix this? (it's debian side, I don't have debian like 
> distro, thus I can't test if the fix must be for all ubuntus or only for 
> 12.10)
> 
> DongInn, You can fix the file on the fly here: 
> /usr/share/oscar/prereqs/base/prereq.cfg
> 
> Olivier.
> 
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DCSI/DIR
> De : DongInn Kim [di...@cs.indiana.edu]
> Date d'envoi : jeudi 7 février 2013 20:17
> À : Devel OSCAR
> Objet : [Oscar-devel] ubuntu 12.10 support
> 
> Hi,
> 
> Where does the oscar  package or code specify the version of mysql-server 
> during oscar-config --bootstrap?
> 
>> E: Package 'mysql-server-5.0' has no installation candidate
>> Use of uninitialized value $output[0] in join or string at 
>> /usr/share/perl5/OSCAR/PackMan.pm line 656.
>> ERROR: -1 error(s) occured for prereq dhcp3-server, dpkg-dev, libmldbm-perl, 
>> libxml-simple-perl, perl-tk, mysql-server-5.0, nfs-kernel-server, 
>> debootstrap, xinetd, xmlstarlet(
>> Reading package lists...
>> Building dependency tree...
>> Reading state information...
>> Package mysql-server-5.0 is not available, but is referred to by another 
>> package.
>> This may mean that the package is missing, has been obsoleted, or
>> is only available from another source
>> However the following packages replace it:
>>   mysql-server-core-5.5:i386 mysql-server-5.5:i386 mysql-server-core-5.5
>>   mysql-server-5.5
>> 
>> ERROR during RAPT execution) at /usr/bin/install_prereq line 81
>>         main::handle_smart_pkgs(0, 'dhcp3-server', 'dpkg-dev', 
>> 'libmldbm-perl', 'libxml-simple-perl', 'perl-tk', 'mysql-server-5.0', 
>> 'nfs-kernel-server', 'debootstrap', ...) called at /usr/bin/install_prereq 
>> line 407
>>         main::install_prereq('ubuntu', 1210, 'x86_64', 'ARRAY(0x26099b8)', 
>> 'deb') called at /usr/bin/install_prereq line 473
>> dpkg-query: no packages found matching dhcp3-server
>> dpkg-query: no packages found matching libmldbm-perl
>> dpkg-query: no packages found matching perl-tk
>> dpkg-query: no packages found matching debootstrap
>> dpkg-query: no packages found matching xinetd
>> dpkg-query: no packages found matching xmlstarlet
>> ERROR: The following packages were NOT installed:
>> dhcp3-server, dpkg-dev, libmldbm-perl, libxml-simple-perl, perl-tk, 
>> mysql-server-5.0, nfs-kernel-server, debootstrap, xinetd, xmlstarlet
>>  at /usr/bin/install_prereq line 415
>>         main::install_prereq('ubuntu', 1210, 'x86_64', 'ARRAY(0x26099b8)', 
>> 'deb') called at /usr/bin/install_prereq line 473
>> ERROR: Impossible to install the prereqs at /usr/bin/install_prereq line 474.
>> ERROR: impossible to install base ( /usr/bin/install_prereq  --smart 
>> /usr/share/oscar/prereqs/base).
>>  at /usr/bin/oscar-config line 99
>> ERROR: impossible to install base prereqs (/usr/share/oscar/prereqs/base)
>>  at /usr/bin/oscar-config line 99
>> ERROR: Impossible to complete stage 2 of the bootstrap.
>>  at /usr/bin/oscar-config line 99
>> ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 100
>>         main::bootstrap() called at /usr/bin/oscar-config line 331
>> ERROR: Impossible to bootstrap OSCAR at /usr/bin/oscar-config line 332.
> 
> Can we just have mysql-server instead of specifying the version number?
> 
> Regards,
> 
> --
> - DongInn
> 
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013 
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to