Discussion:
[users] unoconv dependency issue in CentOS 6.5
Nikolaos Papadakos
2014-01-15 00:21:21 UTC
Permalink
I have installed CentOS 6.5 and used rpm -Uhv
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm

running: sudo yum install unoconv

gives the following error:
----------------------------------------------------
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* extras: centos.mirror.triple-it.nl
* rpmforge: ftp.nluug.nl
* updates: mirror.prolocation.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unoconv.noarch 0:0.5-1.el6.rf will be installed
--> Processing Dependency: openoffice.org-pyuno >= 2.0 for package:
unoconv-0.5-1.el6.rf.noarch
--> Finished Dependency Resolution
Error: Package: unoconv-0.5-1.el6.rf.noarch (rpmforge)
Requires: openoffice.org-pyuno >= 2.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
----------------------------------------------------

which sounds like a mix-up of switching packages from openoffice (in
6.4) to libreoffice (in 6.5)

Can you please help me with that?
Nico Kadel-Garcia
2014-01-15 01:03:10 UTC
Permalink
Have you done a "yum update" yet, particularly for librefoffice?


On Tue, Jan 14, 2014 at 7:21 PM, Nikolaos Papadakos
Post by Nikolaos Papadakos
I have installed CentOS 6.5 and used rpm -Uhv
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
running: sudo yum install unoconv
----------------------------------------------------
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* extras: centos.mirror.triple-it.nl
* rpmforge: ftp.nluug.nl
* updates: mirror.prolocation.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unoconv.noarch 0:0.5-1.el6.rf will be installed
unoconv-0.5-1.el6.rf.noarch
--> Finished Dependency Resolution
Error: Package: unoconv-0.5-1.el6.rf.noarch (rpmforge)
Requires: openoffice.org-pyuno >= 2.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
----------------------------------------------------
which sounds like a mix-up of switching packages from openoffice (in
6.4) to libreoffice (in 6.5)
Can you please help me with that?
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Nikolaos Papadakos
2014-01-15 01:15:11 UTC
Permalink
Yes actually that was the first thing I did.

I tried once more (just in case) still same problem.
Post by Nico Kadel-Garcia
Have you done a "yum update" yet, particularly for librefoffice?
On Tue, Jan 14, 2014 at 7:21 PM, Nikolaos Papadakos
Post by Nikolaos Papadakos
I have installed CentOS 6.5 and used rpm -Uhv
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
running: sudo yum install unoconv
----------------------------------------------------
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* extras: centos.mirror.triple-it.nl
* rpmforge: ftp.nluug.nl
* updates: mirror.prolocation.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unoconv.noarch 0:0.5-1.el6.rf will be installed
unoconv-0.5-1.el6.rf.noarch
--> Finished Dependency Resolution
Error: Package: unoconv-0.5-1.el6.rf.noarch (rpmforge)
Requires: openoffice.org-pyuno >= 2.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
----------------------------------------------------
which sounds like a mix-up of switching packages from openoffice (in
6.4) to libreoffice (in 6.5)
Can you please help me with that?
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
_______________________________________________
users mailing list
users at lists.repoforge.org
http://lists.repoforge.org/mailman/listinfo/users
Nicolas Thierry-Mieg
2014-01-15 12:33:14 UTC
Permalink
Post by Nikolaos Papadakos
Yes actually that was the first thing I did.
I tried once more (just in case) still same problem.
Post by Nico Kadel-Garcia
Have you done a "yum update" yet, particularly for librefoffice?
On Tue, Jan 14, 2014 at 7:21 PM, Nikolaos Papadakos
Post by Nikolaos Papadakos
I have installed CentOS 6.5 and used rpm -Uhv
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
running: sudo yum install unoconv
----------------------------------------------------
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* extras: centos.mirror.triple-it.nl
* rpmforge: ftp.nluug.nl
* updates: mirror.prolocation.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unoconv.noarch 0:0.5-1.el6.rf will be installed
unoconv-0.5-1.el6.rf.noarch
--> Finished Dependency Resolution
Error: Package: unoconv-0.5-1.el6.rf.noarch (rpmforge)
Requires: openoffice.org-pyuno >= 2.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
----------------------------------------------------
which sounds like a mix-up of switching packages from openoffice (in
6.4) to libreoffice (in 6.5)
Can you please help me with that?
indeed the Rquires should now be libreoffice-pyuno rather than
openoffice.org-pyuno in el6.

You could file an issue in github. In fact I see there's already one here:
https://github.com/repoforge/rpms/issues/319

The fix is simple. Whether and when it gets fixed in rf are other
questions...

Loading...