Discussion:
Upgrade of MrP under RH8 is not working properly
Benjamin Rutledge
2003-01-22 22:12:09 UTC
Permalink
Everytime I launch an RPM for installing either MrP.7 or Mrp.8 a
dependency is found for "libmrproject = 0.6". At first I assumed this
was the standard installation with RH8 since my standard install came
with MrP.6, but I've had difficulty varifying this. Then I compiled the
libmrproject-0.6 source, ran "make install", and attempted then to
install both libmrproject-0.7.cf1.i386.rpm and
libmrproject-0.8.cf1.i386.rpm to no avail. Please advise. Thank you.
Jake Stride
2003-01-22 22:25:20 UTC
Permalink
I managed to install the new version on RH8, but I uninstalled the
previous versions first, ie/

rpm -e mrproject
rpm -e libmrproject

then

rpm -ivh libgsf-1.4.0-cf1.i386.rpm mrproject-0.8-cf1.i386.rpm
libmrproject-0.8-cf1.i386.rpm

Hope this helps

Jake
Post by Benjamin Rutledge
Everytime I launch an RPM for installing either MrP.7 or Mrp.8 a
dependency is found for "libmrproject = 0.6". At first I assumed this
was the standard installation with RH8 since my standard install came
with MrP.6, but I've had difficulty varifying this. Then I compiled the
libmrproject-0.6 source, ran "make install", and attempted then to
install both libmrproject-0.7.cf1.i386.rpm and
libmrproject-0.8.cf1.i386.rpm to no avail. Please advise. Thank you.
_______________________________________________
Mrproject-devel mailing list
http://lists.codefactory.se/mailman/listinfo/mrproject-devel
--
Jake Stride <***@senokian.com>
Richard Hult
2003-01-22 22:36:17 UTC
Permalink
Post by Jake Stride
I managed to install the new version on RH8, but I uninstalled the
previous versions first, ie/
rpm -e mrproject
rpm -e libmrproject
then
rpm -ivh libgsf-1.4.0-cf1.i386.rpm mrproject-0.8-cf1.i386.rpm
libmrproject-0.8-cf1.i386.rpm
This works, but the key here is to upgrade all the packages with the
same command. Upgrading should work without removing any packages first,
using -U for upgrade:

rpm -Uvh libgsf-1.4.0-cf1.i386.rpm mrproject-0.8-cf1.i386.rpm
libmrproject-0.8-cf1.i386.rpm

Regards,
Richard
--
Richard Hult <***@codefactory.se>
CodeFactory AB
Benjamin Rutledge
2003-01-23 20:43:25 UTC
Permalink
When trying the uninstall procedure given by Jake Stride, I received the
following error trying to uninstall libmrproject:
"error: Failed dependencies:
libmrproject = 0.6 is needed by (installed)
libmrproject-devel-0.6-1"

When trying the upgrade procedure given by Richard Hult, I got the
following error:

"error: Failed dependencies:
libmrproject = 0.6 is needed by (installed)
libmrproject-devel-0.6-1"

Please advise. Thank you.
Martin Arrieta
2003-01-23 20:52:25 UTC
Permalink
Post by Benjamin Rutledge
When trying the uninstall procedure given by Jake Stride, I received the
libmrproject = 0.6 is needed by (installed)
libmrproject-devel-0.6-1"
When trying the upgrade procedure given by Richard Hult, I got the
libmrproject = 0.6 is needed by (installed)
libmrproject-devel-0.6-1"
Please advise. Thank you.
_______________________________________________
Mrproject-devel mailing list
http://lists.codefactory.se/mailman/listinfo/mrproject-devel
hi

try this

rpm -e libmrproject-devel

and then

rpm -Uvh libgsf-1.4.0-cf1.i386 rpm mrproject-0.8-cf1.i386.rpm
libmrproject-0.8-cf1.i386.rpm

or if you whant to install the devel package .. upgrade this package too
:)

rpm -Uvh libgsf-1.4.0-cf1.i386.rpm mrproject-0.8-cf1.i386.rpm
libmrproject-0.8-cf1.i386.rpm libmrproject-devel-0.8-cf1.i386.rpm


bye

Matin Arrieta

Loading...