On 2010-10-26 21:45, [email protected] wrote: > Anyone know what's up with OpenAIS in RHEL6? I'm trying to build > Asterisk 1.8 for EPEL6 but I get the following: ---[snip]--- > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaClm.so.3()(64bit) > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaAmf.so.3()(64bit) > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaCkpt.so.3()(64bit) > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaLck.so.3()(64bit) > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: openaislib = 1.1.1-5.el6 > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaTmr.so.3()(64bit) > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaEvt.so.3()(64bit) > DEBUG util.py:260: You could try using --skip-broken to work around > the problem > DEBUG util.py:260: Error: Package: openaislib-devel-1.1.1-5.el6.x86_64 > (build) > DEBUG util.py:260: Requires: libSaMsg.so.3()(64bit) > DEBUG util.py:260: You could try running: rpm -Va --nofiles --nodigest > DEBUG util.py:333: Child returncode was: 1 > > Full build is here: > > http://koji.fedoraproject.org/koji/taskinfo?taskID=2555848
This a problem similar to the rt3 perl requirements (see the previous tread in this mailing list). But in your case the situation is even worse: you have the openaislib-devel package there but no openaislib package (argh! it's insane!). For a temporary solution, enable the optional workstation repo and yum should be able to find the openaislib package. ---------- [rhel-beta-optional] ... baseurl=ftp://ftp.redhat.com/pub/redhat/rhel/beta/6Workstation-beta2/optional/x86_64/os/ ... ----------- Regards, jpo -- José Pedro Oliveira * mailto:[email protected] * _______________________________________________ epel-devel-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/epel-devel-list
