PyYAML dependency resolution failed?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
nodetx
New Forum User
New Forum User
Posts: 2
Joined: Mon Jul 29, 2013 1:36 pm
Location: Texas

PyYAML dependency resolution failed?

Unread post by nodetx »

Hello, I'm installing OpenVas, I have installed it in the past fine. I'm now getting a dependency failure for PyYaml, specifically libyaml-0.so.2()

I have a fresh installation of CentOS 6.4 fully up to date. I've tried with the 64-bit and 32-bit editions. Here's my output:

Code: Select all

[root@localhost ~]# wget -q -O - http://www.atomicorp.com/installers/atomic | sh

Atomic Archive installer, version 2.0.9

BY INSTALLING THIS SOFTWARE AND BY USING ANY AND ALL SOFTWARE
PROVIDED BY ATOMICORP LIMITED YOU ACKNOWLEDGE AND AGREE:

THIS SOFTWARE AND ALL SOFTWARE PROVIDED IN THIS REPOSITORY IS
PROVIDED BY ATOMICORP LIMITED AS IS, IS UNSUPPORTED AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ATOMICORP LIMITED, THE
COPYRIGHT OWNER OR ANY CONTRIBUTOR TO ANY AND ALL SOFTWARE PROVIDED
BY OR PUBLISHED IN THIS REPOSITORY BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

Do you agree to these terms? (yes/no) [Default: yes] yes

atomic-release is already installed.
Exiting....

[root@localhost ~]# yum install PyYAML-3.09-6.el6.art.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * atomic: www3.atomicorp.com
 * base: centos.vipernetworksystems.com
 * extras: centos.corenetworks.net
 * updates: mirrors-pa.sioru.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package PyYAML.x86_64 0:3.09-6.el6.art will be installed
--> Processing Dependency: libyaml-0.so.2()(64bit) for package: PyYAML-3.09-6.el6.art.x86_64
--> Finished Dependency Resolution
Error: Package: PyYAML-3.09-6.el6.art.x86_64 (atomic)
           Requires: libyaml-0.so.2()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@localhost ~]#
nodetx
New Forum User
New Forum User
Posts: 2
Joined: Mon Jul 29, 2013 1:36 pm
Location: Texas

Re: PyYAML dependency resolution failed?

Unread post by nodetx »

I found the issue:
* Topic is 'OpenVAS - Open Vulnerability Assessment System - http://www.openvas.org | OpenVAS-6 is out!'
* Set by ChanServ!services@services.oftc.net on Wed Apr 17 09:39:08
<Asemili> Hi there, is this the openvas irc?
<atomicturtle> yup
<Asemili> awesome!
<Asemili> Does anyone know if there should be a dependancy problem with PyYaml when doing yum install openvas on a freshly installed fully updated CentOS 6.4 server install?
<atomicturtle> yes, I know which one you're talking about
<atomicturtle> its complaining on an update right
<Asemili> ah good at least I'm not going crazy
<Asemili> this is during it's initial build
<atomicturtle> I think maybe it was a conflict with epel
<atomicturtle> which is funny, because the package itself is duplicated from epel
<Asemili> interesting I was going to try to manually install epel
<Asemili> do you think it will resolve itself after a while? I don't have to do this now it's just kept me up all night going crazy
<atomicturtle> yeah, Ive already got that on my list
<atomicturtle> should get sorted out soon
<Asemili> ok awesome!
<Asemili> thanks I'm glad to know it's not something exotic on my end
<atomicturtle> yeah Its something weird. Like I said, the package is really from epel
<atomicturtle> and I duplicated it in the atomic channel
<Asemili> ok no prob thanks for helping me, your awesome
<atomicturtle> sure thing
Post Reply