Re: Problem installing Octave

2013-07-03 Thread Andrew Z
Mahmood,
 i tend to think you may have a lib from the non "standard" repo and it
causes a dep hell. Some time ago i posted an rpm command to list all rpms
and their repos on Centos forums. I think they put it onto FAQ page.
Point is - you might want to see what is the mix of rpms's repos you have
installed and maybe remove those rpms before trying tto install Octave.

Here is the requested list:

repo id  repo name
status
Dropbox  Dropbox
Repository   4
adobe-linux-x86_64   Adobe Systems
Incorporated   2
elrepo   ELRepo.org Community Enterprise Linux Re
271
epel Extra Packages for Enterprise Linux 6 -
9,174
epel-debuginfo   Extra Packages for Enterprise Linux 6 -
1,873
epel-qbittorrent Qbittorrent
repository   6
google-chrome
google-chrome3
google-talkplugin
google-talkplugin1
jenslody.de  CentOS 6.4 - x86_64 - jenslody.de
0
linuxtech-releaseLinuxTECH.NET el6 production
repo0
localExtra Local Packages for Enterprise
Linu 0
rpmfusion-free-updates   RPM Fusion for EL 6 - Free -
Updates 0
rpmfusion-free-updates-debuginfo RPM Fusion for EL 6 - Free - Updates
Deb 0
sl   Scientific Linux 6.4 -
x86_640
sl-debuginfo Scientific Linux
Debuginfo   0
sl-security  Scientific Linux 6.4 - x86_64 -
security 0
virtualbox   RHEL/CentOS-6.4 / x86_64 -
VirtualBox0

i usually disable jens, adobe, virtualnox, rpmfusion, local, linuxtech
before any updates and or installs. i turn them on only if i need something
specific from that repo.




On Wed, Jul 3, 2013 at 1:14 AM, Mahmood Naderan wrote:

> @Andrew
>
> >here is my output of rpm --requires and yum deplist. see if it helps :
> >http://pastebin.com/fYx57Yhq <http://pastebin.com/fYx57Yhq>
> The output shows the dependency of the rpm package. I searched for some of
> the packages that contain the needed libraries. Please see this output
>
> # rpm -ivh suitesparse-3.4.0-7.el6.x86_64.rpm
> warning: suitesparse-3.4.0-7.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature,
> key ID c105b9de: NOKEY
> error: Failed dependencies:
> libcblas.so.3()(64bit) is needed by suitesparse-3.4.0-7.el6.x86_64
> liblapack.so.3()(64bit) is needed by suitesparse-3.4.0-7.el6.x86_64
>
> # rpm -ivh atlas-sse3-3.8.4-2.el6.x86_64.rpm
> warning: atlas-sse3-3.8.4-2.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature,
> key ID c105b9de: NOKEY
> error: Failed dependencies:
> libgfortran.so.3()(64bit) is needed by
> atlas-sse3-3.8.4-2.el6.x86_64
> libgfortran.so.3(GFORTRAN_1.0)(64bit) is needed by
> atlas-sse3-3.8.4-2.el6.x86_64
>
>
> For all of them, it is saying that another library is needed. The question
> is why YUM can not resolve those dependencies?
>
>
>
> @Akemi
> >yum list suitesparse
> No it is not installed. Here is my output
>
> # yum list suitesparse
>
> Loaded plugins: fastestmirror, refresh-packagekit, security
> Loading mirror speeds from cached hostfile
>  * epel: ftp.jaist.ac.jp
>  * sl: ftp2.scientificlinux.org
>  * sl-security: ftp2.scientificlinux.org
> Error: No matching Packages to list
>
> Regards,
> Mahmood*
> *
>
>   ------
>  *From:* Andrew Z 
> *To:* Mahmood Naderan 
> *Cc:* Eero Volotinen 
> *Sent:* Wednesday, July 3, 2013 12:28 AM
>
> *Subject:* Re: Problem installing Octave
>
> here is my output of rpm --requires and yum deplist. see if it helps :
> http://pastebin.com/fYx57Yhq
>
>
> On Tue, Jul 2, 2013 at 3:29 PM, Mahmood Naderan wrote:
>
> nothing...
>
> # yum clean all
>
> Loaded plugins: fastestmirror, refresh-packagekit, security
> Cleaning repos: epel sl sl-livecd-extra sl-security
> Cleaning up Everything
> Cleaning up list of fastest mirrors
>
> # yum makecache
> Loaded plugins: fastestmirror, refresh-packagekit, security
> Determining fastest mirrors
> epel/metalink
> | 4.8 kB 00:00
>  * epel: ftp.jaist.ac.jp
>  * sl: ftp2.scientificlinux.org
>  * sl-security: ftp2.scientificlinux.org
> epel
> | 4.2 kB 00:00
> epel/group_gz
> | 237 kB 00:01
> epel/filelists_db
> | 7.3 MB 00:10
> epel/primary_db
> | 5.3 MB 00:06
> epel/other_db
> | 3.1 MB 00:03
> epel/updateinfo
> | 737 kB 00:01
>
> sl
> | 3.2 kB 00:00
> sl/filelists_db
> | 5.1 MB 00:35
> sl/primary_db
> | 4.2 MB 00:29
> sl/other_db
&

Re: Problem installing Octave

2013-07-03 Thread Akemi Yagi
On Wed, Jul 3, 2013 at 7:49 AM, Mahmood Naderan  wrote:

> Agree... Indeed I don't have many repositories. The problem is that why
> Octave dependencies are not available in epel (at least for me).
>
> Regards,
> Mahmood

As far as I can tell from what you have posted so far, the problem is
not in epel or anything. It is in your system. For unknown reason, yum
on your system is unable to find suitesparse in the sl repository.
That led to the error you were seeing. So, you ended up installing it
manually.

Akemi


Re: Problem installing Octave

2013-07-03 Thread Mahmood Naderan
>But my advice is use default repo (scientific linux) and epel or
>repoforge no more.
 
Agree... Indeed I don't have many repositories. The problem is that why Octave 
dependencies are not available in epel (at least for me).


Regards,
Mahmood




 From: Edgar Vargas 
To: Mahmood Naderan  
Cc: sl-users  
Sent: Wednesday, July 3, 2013 5:13 PM
Subject: Re: Problem installing Octave
 

2013/7/2, Mahmood Naderan :
> Dear all
> I want to install GNU Octave from repository on a SL6.3 machine. However,
> there is a dependency problem and I couldn't figure out the problem.
>
> 
>
> --> Finished Dependency Resolution
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libumfpack.so.5()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libcxsparse.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libcamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libcholmod.so.1()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libccolamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>            Requires: libcolamd.so.2()(64bit)
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
>
>
> I don't want to use the '--skip-broken' since there was a similar option
> with apt (Ubuntu) and I found that this option will make future problems
> with packages.

My friend, is not a  good to use many respos, epel is sufficient to
octave, think what is the purpose? epel and default repo is suffcient,
maybe repoforge, but my advice is use the default repo, if you need
another, for example desktop then repoforge and epel.

when you are installing software you can use
--disablerepo=anotherrepo, the no problem.

But my advice is use default repo (scientific linux) and epel or
repoforge no more.

>
>
> Regards,
> Mahmood
>

Re: Problem installing Octave

2013-07-03 Thread Edgar Vargas
2013/7/2, Mahmood Naderan :
> Dear all
> I want to install GNU Octave from repository on a SL6.3 machine. However,
> there is a dependency problem and I couldn't figure out the problem.
>
> 
>
> --> Finished Dependency Resolution
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libumfpack.so.5()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcxsparse.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcholmod.so.1()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libccolamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcolamd.so.2()(64bit)
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
>
>
> I don't want to use the '--skip-broken' since there was a similar option
> with apt (Ubuntu) and I found that this option will make future problems
> with packages.

My friend, is not a  good to use many respos, epel is sufficient to
octave, think what is the purpose? epel and default repo is suffcient,
maybe repoforge, but my advice is use the default repo, if you need
another, for example desktop then repoforge and epel.

when you are installing software you can use
--disablerepo=anotherrepo, the no problem.

But my advice is use default repo (scientific linux) and epel or
repoforge no more.

>
>
> Regards,
> Mahmood
>


Re: Problem installing Octave

2013-07-02 Thread Akemi Yagi
On Tue, Jul 2, 2013 at 12:03 PM, Mahmood Naderan  wrote:

> # ls -l /etc/yum.repos.d/
> total 20
> -rw-r--r--. 1 root root  957 Nov  5  2012 epel.repo
> -rw-r--r--. 1 root root 1056 Nov  5  2012 epel-testing.repo
> -rw-r--r--. 1 root root  263 Oct  6  2011 sl-livecd-extra.repo
> -rw-r--r--. 1 root root 2093 Jul 27  2011 sl-other.repo
> -rw-r--r--. 1 root root 1767 Jul 27  2012 sl.repo

> # yum install octave.x86_64
> Loaded plugins: fastestmirror, refresh-packagekit, security
> Loading mirror speeds from cached hostfile
>  * epel: ftp.jaist.ac.jp
>  * sl: ftp.scientificlinux.org
>  * sl-security: ftp.scientificlinux.org
> Setting up Install Process
> Resolving Dependencies

> --> Running transaction check

> --> Finished Dependency Resolution
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libumfpack.so.5()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcxsparse.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcholmod.so.1()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libccolamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcolamd.so.2()(64bit)
>  You could try using --skip-broken to work around the problem

Installation of octave is supposed to pull in suitesparse. Is this
already on your system? What do you see with:

yum list suitesparse

Akemi


Re: Problem installing Octave

2013-07-02 Thread Mahmood Naderan
64
---> Package qhull.x86_64 0:2003.1-14.el6 will be installed
---> Package qrupdate.x86_64 0:1.1.2-1.el6 will be installed
--> Processing Dependency: libblas.so.3()(64bit) for package: 
qrupdate-1.1.2-1.el6.x86_64
--> Running transaction check
---> Package blas.x86_64 0:3.2.1-4.el6 will be installed
---> Package octave.x86_64 6:3.4.3-1.el6 will be installed
--> Processing Dependency: libumfpack.so.5()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libcxsparse.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libcolamd.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libcholmod.so.1()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libccolamd.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libcamd.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Processing Dependency: libamd.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libumfpack.so.5()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcxsparse.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcholmod.so.1()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libccolamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcolamd.so.2()(64bit)
 You could try using --skip-broken to work around the problem





Regards,
Mahmood




 From: Andrew Z 
To: Jeffrey Anderson  
Cc: owner-scientific-linux-us...@listserv.fnal.gov; 
"scientific-linux-users@fnal.gov"  
Sent: Tuesday, July 2, 2013 11:04 PM
Subject: Re: Problem installing Octave
 


disable atrpms see what will happened 




On Tue, Jul 2, 2013 at 2:13 PM, Jeffrey Anderson  wrote:

Where did you get the octave rpm?
>
>If you install the version from epel, yum should satisfy the dependencies.
>
>Jeff
>
>
>
>
>On Tue, Jul 2, 2013 at 10:59 AM, Andrew Z  wrote:
>
>Mahmood,
>> this is odd, cause i got it installed w/o issues. 
>>Check those libs's repos. Maybe there is a conflict there?
>>
>>
>>
>>
>>On Tue, Jul 2, 2013 at 1:30 PM, Mahmood Naderan  wrote:
>>
>>Dear all
>>>I want to install GNU Octave from repository on a SL6.3 machine. However, 
>>>there is a dependency problem and I couldn't figure out the problem.
>>>
>>>
>>>
>>>
>>>--> Finished Dependency Resolution
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libumfpack.so.5()(64bit)
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libcxsparse.so.2()(64bit)
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libcamd.so.2()(64bit)
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libamd.so.2()(64bit)
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libcholmod.so.1()(64bit)
>>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libccolamd.so.2()(64bit)
>>>Error: Package:
 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>   Requires: libcolamd.so.2()(64bit)
>>> You could try using --skip-broken to work around the problem
>>> You could try running: rpm -Va --nofiles --nodigest
>>>
>>>
>>>
>>>I don't want to use the '--skip-broken' since there was a similar option 
>>>with apt (Ubuntu) and I found that this option will make future problems 
>>>with packages.
>>>
>>> 
>>>Regards,
>>>Mahmood
>>>
>>
>
>
>-- 
>--
>Jeffrey Anderson                        | jdander...@lbl.gov
>Lawrence Berkeley National Laboratory   |
>Office: 50A-5104E                       | Mailstop 50A-5101
>Phone: 510 486-4208                     | Fax: 510 486-4204
>

Re: Problem installing Octave

2013-07-02 Thread Andrew Z
disable atrpms see what will happened


On Tue, Jul 2, 2013 at 2:13 PM, Jeffrey Anderson  wrote:

> Where did you get the octave rpm?
>
> If you install the version from epel, yum should satisfy the dependencies.
>
> Jeff
>
>
> On Tue, Jul 2, 2013 at 10:59 AM, Andrew Z  wrote:
>
>> Mahmood,
>>  this is odd, cause i got it installed w/o issues.
>> Check those libs's repos. Maybe there is a conflict there?
>>
>>
>> On Tue, Jul 2, 2013 at 1:30 PM, Mahmood Naderan wrote:
>>
>>> Dear all
>>> I want to install GNU Octave from repository on a SL6.3 machine.
>>> However, there is a dependency problem and I couldn't figure out the
>>> problem.
>>>
>>> 
>>> --> Finished Dependency Resolution
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libumfpack.so.5()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libcxsparse.so.2()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libcamd.so.2()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libamd.so.2()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libcholmod.so.1()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libccolamd.so.2()(64bit)
>>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>>Requires: libcolamd.so.2()(64bit)
>>>  You could try using --skip-broken to work around the problem
>>>  You could try running: rpm -Va --nofiles --nodigest
>>>
>>> I don't want to use the '--skip-broken' since there was a similar option
>>> with apt (Ubuntu) and I found that this option will make future problems
>>> with packages.
>>>
>>> Regards,
>>> Mahmood*
>>> *
>>>
>>
>>
>
>
> --
> --
> Jeffrey Anderson| jdander...@lbl.gov
> Lawrence Berkeley National Laboratory   |
> Office: 50A-5104E   | Mailstop 50A-5101
> Phone: 510 486-4208 | Fax: 510 486-4204
>


Re: Problem installing Octave

2013-07-02 Thread Mahmood Naderan
amd.so.2()(64bit) for package: 
6:octave-3.4.3-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libumfpack.so.5()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcxsparse.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcholmod.so.1()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libccolamd.so.2()(64bit)
Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
   Requires: libcolamd.so.2()(64bit)
 You could try using --skip-broken to work around the problem





 
Regards,
Mahmood



____
 From: Jeffrey Anderson 
To: owner-scientific-linux-us...@listserv.fnal.gov 
Cc: "scientific-linux-users@fnal.gov"  
Sent: Tuesday, July 2, 2013 10:43 PM
Subject: Re: Problem installing Octave
 


Where did you get the octave rpm?

If you install the version from epel, yum should satisfy the dependencies.

Jeff




On Tue, Jul 2, 2013 at 10:59 AM, Andrew Z  wrote:

Mahmood,
> this is odd, cause i got it installed w/o issues. 
>Check those libs's repos. Maybe there is a conflict there?
>
>
>
>
>On Tue, Jul 2, 2013 at 1:30 PM, Mahmood Naderan  wrote:
>
>Dear all
>>I want to install GNU Octave from repository on a SL6.3 machine. However, 
>>there is a dependency problem and I couldn't figure out the problem.
>>
>>
>>
>>
>>--> Finished Dependency Resolution
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libumfpack.so.5()(64bit)
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libcxsparse.so.2()(64bit)
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libcamd.so.2()(64bit)
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libamd.so.2()(64bit)
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libcholmod.so.1()(64bit)
>>Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libccolamd.so.2()(64bit)
>>Error: Package:
 6:octave-3.4.3-1.el6.x86_64 (epel)
>>   Requires: libcolamd.so.2()(64bit)
>> You could try using --skip-broken to work around the problem
>> You could try running: rpm -Va --nofiles --nodigest
>>
>>
>>
>>I don't want to use the '--skip-broken' since there was a similar option with 
>>apt (Ubuntu) and I found that this option will make future problems with 
>>packages.
>>
>> 
>>Regards,
>>Mahmood
>>
>


-- 
--
Jeffrey Anderson                        | jdander...@lbl.gov
Lawrence Berkeley National Laboratory   |
Office: 50A-5104E                       | Mailstop 50A-5101
Phone: 510 486-4208                     | Fax: 510 486-4204

Re: Problem installing Octave

2013-07-02 Thread Jeffrey Anderson
Where did you get the octave rpm?

If you install the version from epel, yum should satisfy the dependencies.

Jeff


On Tue, Jul 2, 2013 at 10:59 AM, Andrew Z  wrote:

> Mahmood,
>  this is odd, cause i got it installed w/o issues.
> Check those libs's repos. Maybe there is a conflict there?
>
>
> On Tue, Jul 2, 2013 at 1:30 PM, Mahmood Naderan wrote:
>
>> Dear all
>> I want to install GNU Octave from repository on a SL6.3 machine. However,
>> there is a dependency problem and I couldn't figure out the problem.
>>
>> 
>> --> Finished Dependency Resolution
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libumfpack.so.5()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libcxsparse.so.2()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libcamd.so.2()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libamd.so.2()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libcholmod.so.1()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libccolamd.so.2()(64bit)
>> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>>Requires: libcolamd.so.2()(64bit)
>>  You could try using --skip-broken to work around the problem
>>  You could try running: rpm -Va --nofiles --nodigest
>>
>> I don't want to use the '--skip-broken' since there was a similar option
>> with apt (Ubuntu) and I found that this option will make future problems
>> with packages.
>>
>> Regards,
>> Mahmood*
>> *
>>
>
>


-- 
--
Jeffrey Anderson| jdander...@lbl.gov
Lawrence Berkeley National Laboratory   |
Office: 50A-5104E   | Mailstop 50A-5101
Phone: 510 486-4208 | Fax: 510 486-4204


Re: Problem installing Octave

2013-07-02 Thread Andrew Z
Mahmood,
 this is odd, cause i got it installed w/o issues.
Check those libs's repos. Maybe there is a conflict there?


On Tue, Jul 2, 2013 at 1:30 PM, Mahmood Naderan wrote:

> Dear all
> I want to install GNU Octave from repository on a SL6.3 machine. However,
> there is a dependency problem and I couldn't figure out the problem.
>
> 
> --> Finished Dependency Resolution
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libumfpack.so.5()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcxsparse.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcholmod.so.1()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libccolamd.so.2()(64bit)
> Error: Package: 6:octave-3.4.3-1.el6.x86_64 (epel)
>Requires: libcolamd.so.2()(64bit)
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
>
> I don't want to use the '--skip-broken' since there was a similar option
> with apt (Ubuntu) and I found that this option will make future problems
> with packages.
>
> Regards,
> Mahmood*
> *
>