Discussion:
[users] (no subject)
madal 30
2011-02-20 13:48:34 UTC
Permalink
I am trying to install memcahed in my centos 5
but i get error. I added the rpmforge repo and all the default centos
rep. I still could not get it working.

test# yum install memcached

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)


Is there a work around or any other repo to be added ?

M

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/f800ee51/attachment.html
Yury V. Zaytsev
2011-02-20 14:29:09 UTC
Permalink
On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
>
> Is there a work around or any other repo to be added ?

Your repository setup is broken.

First, I can't see how memcached needs an update to perl-common-sense.
As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
up is messed up anyway: RPMForge packages should have lower priority
than the base packages just in case if we miss / forget something.

In the future, if you want to get any help from us don't creatively
censor your yum output.

--
Sincerely yours,
Yury V. Zaytsev
madal 30
2011-02-20 16:25:19 UTC
Permalink
Deare Yury,

Thanks for your prompt response. I am just trying to install memchaced on my server with yum but always get error below.

[root at test ~]# yum install memcached
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package memcached.x86_64 0:1.4.5-1.el5.rf set to be updated
--> Processing Dependency: perl(AnyEvent) for package: memcached
--> Processing Dependency: perl(AnyEvent::Socket) for package: memcached
--> Processing Dependency: perl(AnyEvent::Handle) for package: memcached
--> Processing Dependency: perl(Term::ReadKey) for package: memcached
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: memcached
--> Running transaction check
---> Package compat-libevent-11a.x86_64 0:3.2.1-1.el5.rf set to be updated
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing Dependency: perl(JSON) >= 2.09 for package: perl-AnyEvent
--> Processing Dependency: perl(EV) >= 3.05 for package: perl-AnyEvent
--> Processing Dependency: perl(Guard) >= 1.02 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent
---> Package perl-TermReadKey.x86_64 0:2.30-3.el5.rf set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-EV.x86_64 0:3.9-1.el5.rf set to be updated
--> Processing Dependency: perl(common::sense) for package: perl-EV
---> Package perl-Guard.x86_64 0:1.021-1.el5.rf set to be updated
---> Package perl-JSON.noarch 0:2.50-1.el5.rf set to be updated
---> Package perl-JSON-XS.x86_64 0:2.27-1.el5.rf set to be updated
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I have pasted all the output here now.

Thanks

M

> Subject: Re: [users] (no subject)
> From: yury at shurup.com
> To: users at lists.rpmforge.net
> Date: Sun, 20 Feb 2011 15:29:09 +0100
>
> On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
> >
> > Is there a work around or any other repo to be added ?
>
> Your repository setup is broken.
>
> First, I can't see how memcached needs an update to perl-common-sense.
> As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
> up is messed up anyway: RPMForge packages should have lower priority
> than the base packages just in case if we miss / forget something.
>
> In the future, if you want to get any help from us don't creatively
> censor your yum output.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> users mailing list
> users at lists.rpmforge.net
> http://lists.rpmforge.net/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/d93f3f04/attachment.html
Yury V. Zaytsev
2011-02-20 17:01:44 UTC
Permalink
Hi!

On Sun, 2011-02-20 at 16:25 +0000, madal 30 wrote:

> [root at test ~]# yum install memcached

>From this output, it appears to me that our memcached is broken in
several ways:

1) It is still compiled against libevent from RHEL 5.4 and therefore
triggers compat-libevent-11a to be installed.

Since our build hosts were apparently upgraded to RHEL 5.5 now, is it
possible to rebuild memcached? If not, is there anything holding off the
upgrade?

2) I can't see how in the world memcached would require perl-AnyEvent.
At a glance, it seems that it's required by damemtop which is not even
installed in a proper place (/usr/bin & /etc).

I think the way to go is to split it into a separate memcached-damemtop
package, because forcing people to enable RFX just for that is to my
mind an overkill.

Steve?

> I have pasted all the output here now.

Well, the practical conclusion for you is that you need to enable yum to
install perl-Net-SSLeay from RPMForge extras, the practical conclusion
for us is that we need to fix the package.

--
Sincerely yours,
Yury V. Zaytsev
Steve Huff
2011-02-21 12:44:56 UTC
Permalink
On Feb 20, 2011, at 12:01 PM, Yury V. Zaytsev wrote:

> 2) I can't see how in the world memcached would require perl-AnyEvent.
> At a glance, it seems that it's required by damemtop which is not even
> installed in a proper place (/usr/bin & /etc).
>
> I think the way to go is to split it into a separate memcached-damemtop
> package, because forcing people to enable RFX just for that is to my
> mind an overkill.


sure, i'm ok with that. i'll take care of it.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110221/2007ef70/attachment.bin
Yury V. Zaytsev
2011-02-21 13:08:16 UTC
Permalink
On Mon, 2011-02-21 at 07:44 -0500, Steve Huff wrote:

> sure, i'm ok with that. i'll take care of it.

Many thanks!

What about keeping memcached in the base and only RFX'ing
memcached-damemtop if it's even possible for a sub-package only?

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-21 13:08:16 UTC
Permalink
On Mon, 2011-02-21 at 07:44 -0500, Steve Huff wrote:

> sure, i'm ok with that. i'll take care of it.

Many thanks!

What about keeping memcached in the base and only RFX'ing
memcached-damemtop if it's even possible for a sub-package only?

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-21 13:08:16 UTC
Permalink
On Mon, 2011-02-21 at 07:44 -0500, Steve Huff wrote:

> sure, i'm ok with that. i'll take care of it.

Many thanks!

What about keeping memcached in the base and only RFX'ing
memcached-damemtop if it's even possible for a sub-package only?

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-21 13:08:16 UTC
Permalink
On Mon, 2011-02-21 at 07:44 -0500, Steve Huff wrote:

> sure, i'm ok with that. i'll take care of it.

Many thanks!

What about keeping memcached in the base and only RFX'ing
memcached-damemtop if it's even possible for a sub-package only?

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-21 13:08:16 UTC
Permalink
On Mon, 2011-02-21 at 07:44 -0500, Steve Huff wrote:

> sure, i'm ok with that. i'll take care of it.

Many thanks!

What about keeping memcached in the base and only RFX'ing
memcached-damemtop if it's even possible for a sub-package only?

--
Sincerely yours,
Yury V. Zaytsev
Steve Huff
2011-02-21 12:44:56 UTC
Permalink
On Feb 20, 2011, at 12:01 PM, Yury V. Zaytsev wrote:

> 2) I can't see how in the world memcached would require perl-AnyEvent.
> At a glance, it seems that it's required by damemtop which is not even
> installed in a proper place (/usr/bin & /etc).
>
> I think the way to go is to split it into a separate memcached-damemtop
> package, because forcing people to enable RFX just for that is to my
> mind an overkill.


sure, i'm ok with that. i'll take care of it.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110221/2007ef70/attachment-0001.bin
Steve Huff
2011-02-21 12:44:56 UTC
Permalink
On Feb 20, 2011, at 12:01 PM, Yury V. Zaytsev wrote:

> 2) I can't see how in the world memcached would require perl-AnyEvent.
> At a glance, it seems that it's required by damemtop which is not even
> installed in a proper place (/usr/bin & /etc).
>
> I think the way to go is to split it into a separate memcached-damemtop
> package, because forcing people to enable RFX just for that is to my
> mind an overkill.


sure, i'm ok with that. i'll take care of it.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110221/2007ef70/attachment-0002.bin
Steve Huff
2011-02-21 12:44:56 UTC
Permalink
On Feb 20, 2011, at 12:01 PM, Yury V. Zaytsev wrote:

> 2) I can't see how in the world memcached would require perl-AnyEvent.
> At a glance, it seems that it's required by damemtop which is not even
> installed in a proper place (/usr/bin & /etc).
>
> I think the way to go is to split it into a separate memcached-damemtop
> package, because forcing people to enable RFX just for that is to my
> mind an overkill.


sure, i'm ok with that. i'll take care of it.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110221/2007ef70/attachment-0003.bin
Steve Huff
2011-02-21 12:44:56 UTC
Permalink
On Feb 20, 2011, at 12:01 PM, Yury V. Zaytsev wrote:

> 2) I can't see how in the world memcached would require perl-AnyEvent.
> At a glance, it seems that it's required by damemtop which is not even
> installed in a proper place (/usr/bin & /etc).
>
> I think the way to go is to split it into a separate memcached-damemtop
> package, because forcing people to enable RFX just for that is to my
> mind an overkill.


sure, i'm ok with that. i'll take care of it.

-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110221/2007ef70/attachment.sig>
Yury V. Zaytsev
2011-02-20 17:01:44 UTC
Permalink
Hi!

On Sun, 2011-02-20 at 16:25 +0000, madal 30 wrote:

> [root at test ~]# yum install memcached

>From this output, it appears to me that our memcached is broken in
several ways:

1) It is still compiled against libevent from RHEL 5.4 and therefore
triggers compat-libevent-11a to be installed.

Since our build hosts were apparently upgraded to RHEL 5.5 now, is it
possible to rebuild memcached? If not, is there anything holding off the
upgrade?

2) I can't see how in the world memcached would require perl-AnyEvent.
At a glance, it seems that it's required by damemtop which is not even
installed in a proper place (/usr/bin & /etc).

I think the way to go is to split it into a separate memcached-damemtop
package, because forcing people to enable RFX just for that is to my
mind an overkill.

Steve?

> I have pasted all the output here now.

Well, the practical conclusion for you is that you need to enable yum to
install perl-Net-SSLeay from RPMForge extras, the practical conclusion
for us is that we need to fix the package.

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-20 17:01:44 UTC
Permalink
Hi!

On Sun, 2011-02-20 at 16:25 +0000, madal 30 wrote:

> [root at test ~]# yum install memcached

>From this output, it appears to me that our memcached is broken in
several ways:

1) It is still compiled against libevent from RHEL 5.4 and therefore
triggers compat-libevent-11a to be installed.

Since our build hosts were apparently upgraded to RHEL 5.5 now, is it
possible to rebuild memcached? If not, is there anything holding off the
upgrade?

2) I can't see how in the world memcached would require perl-AnyEvent.
At a glance, it seems that it's required by damemtop which is not even
installed in a proper place (/usr/bin & /etc).

I think the way to go is to split it into a separate memcached-damemtop
package, because forcing people to enable RFX just for that is to my
mind an overkill.

Steve?

> I have pasted all the output here now.

Well, the practical conclusion for you is that you need to enable yum to
install perl-Net-SSLeay from RPMForge extras, the practical conclusion
for us is that we need to fix the package.

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-20 17:01:44 UTC
Permalink
Hi!

On Sun, 2011-02-20 at 16:25 +0000, madal 30 wrote:

> [root at test ~]# yum install memcached

>From this output, it appears to me that our memcached is broken in
several ways:

1) It is still compiled against libevent from RHEL 5.4 and therefore
triggers compat-libevent-11a to be installed.

Since our build hosts were apparently upgraded to RHEL 5.5 now, is it
possible to rebuild memcached? If not, is there anything holding off the
upgrade?

2) I can't see how in the world memcached would require perl-AnyEvent.
At a glance, it seems that it's required by damemtop which is not even
installed in a proper place (/usr/bin & /etc).

I think the way to go is to split it into a separate memcached-damemtop
package, because forcing people to enable RFX just for that is to my
mind an overkill.

Steve?

> I have pasted all the output here now.

Well, the practical conclusion for you is that you need to enable yum to
install perl-Net-SSLeay from RPMForge extras, the practical conclusion
for us is that we need to fix the package.

--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-02-20 17:01:44 UTC
Permalink
Hi!

On Sun, 2011-02-20 at 16:25 +0000, madal 30 wrote:

> [root at test ~]# yum install memcached

>From this output, it appears to me that our memcached is broken in
several ways:

1) It is still compiled against libevent from RHEL 5.4 and therefore
triggers compat-libevent-11a to be installed.

Since our build hosts were apparently upgraded to RHEL 5.5 now, is it
possible to rebuild memcached? If not, is there anything holding off the
upgrade?

2) I can't see how in the world memcached would require perl-AnyEvent.
At a glance, it seems that it's required by damemtop which is not even
installed in a proper place (/usr/bin & /etc).

I think the way to go is to split it into a separate memcached-damemtop
package, because forcing people to enable RFX just for that is to my
mind an overkill.

Steve?

> I have pasted all the output here now.

Well, the practical conclusion for you is that you need to enable yum to
install perl-Net-SSLeay from RPMForge extras, the practical conclusion
for us is that we need to fix the package.

--
Sincerely yours,
Yury V. Zaytsev
madal 30
2011-02-20 16:25:19 UTC
Permalink
Deare Yury,

Thanks for your prompt response. I am just trying to install memchaced on my server with yum but always get error below.

[root at test ~]# yum install memcached
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package memcached.x86_64 0:1.4.5-1.el5.rf set to be updated
--> Processing Dependency: perl(AnyEvent) for package: memcached
--> Processing Dependency: perl(AnyEvent::Socket) for package: memcached
--> Processing Dependency: perl(AnyEvent::Handle) for package: memcached
--> Processing Dependency: perl(Term::ReadKey) for package: memcached
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: memcached
--> Running transaction check
---> Package compat-libevent-11a.x86_64 0:3.2.1-1.el5.rf set to be updated
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing Dependency: perl(JSON) >= 2.09 for package: perl-AnyEvent
--> Processing Dependency: perl(EV) >= 3.05 for package: perl-AnyEvent
--> Processing Dependency: perl(Guard) >= 1.02 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent
---> Package perl-TermReadKey.x86_64 0:2.30-3.el5.rf set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-EV.x86_64 0:3.9-1.el5.rf set to be updated
--> Processing Dependency: perl(common::sense) for package: perl-EV
---> Package perl-Guard.x86_64 0:1.021-1.el5.rf set to be updated
---> Package perl-JSON.noarch 0:2.50-1.el5.rf set to be updated
---> Package perl-JSON-XS.x86_64 0:2.27-1.el5.rf set to be updated
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I have pasted all the output here now.

Thanks

M

> Subject: Re: [users] (no subject)
> From: yury at shurup.com
> To: users at lists.rpmforge.net
> Date: Sun, 20 Feb 2011 15:29:09 +0100
>
> On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
> >
> > Is there a work around or any other repo to be added ?
>
> Your repository setup is broken.
>
> First, I can't see how memcached needs an update to perl-common-sense.
> As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
> up is messed up anyway: RPMForge packages should have lower priority
> than the base packages just in case if we miss / forget something.
>
> In the future, if you want to get any help from us don't creatively
> censor your yum output.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> users mailing list
> users at lists.rpmforge.net
> http://lists.rpmforge.net/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/d93f3f04/attachment-0001.html
madal 30
2011-02-20 16:25:19 UTC
Permalink
Deare Yury,

Thanks for your prompt response. I am just trying to install memchaced on my server with yum but always get error below.

[root at test ~]# yum install memcached
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package memcached.x86_64 0:1.4.5-1.el5.rf set to be updated
--> Processing Dependency: perl(AnyEvent) for package: memcached
--> Processing Dependency: perl(AnyEvent::Socket) for package: memcached
--> Processing Dependency: perl(AnyEvent::Handle) for package: memcached
--> Processing Dependency: perl(Term::ReadKey) for package: memcached
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: memcached
--> Running transaction check
---> Package compat-libevent-11a.x86_64 0:3.2.1-1.el5.rf set to be updated
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing Dependency: perl(JSON) >= 2.09 for package: perl-AnyEvent
--> Processing Dependency: perl(EV) >= 3.05 for package: perl-AnyEvent
--> Processing Dependency: perl(Guard) >= 1.02 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent
---> Package perl-TermReadKey.x86_64 0:2.30-3.el5.rf set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-EV.x86_64 0:3.9-1.el5.rf set to be updated
--> Processing Dependency: perl(common::sense) for package: perl-EV
---> Package perl-Guard.x86_64 0:1.021-1.el5.rf set to be updated
---> Package perl-JSON.noarch 0:2.50-1.el5.rf set to be updated
---> Package perl-JSON-XS.x86_64 0:2.27-1.el5.rf set to be updated
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I have pasted all the output here now.

Thanks

M

> Subject: Re: [users] (no subject)
> From: yury at shurup.com
> To: users at lists.rpmforge.net
> Date: Sun, 20 Feb 2011 15:29:09 +0100
>
> On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
> >
> > Is there a work around or any other repo to be added ?
>
> Your repository setup is broken.
>
> First, I can't see how memcached needs an update to perl-common-sense.
> As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
> up is messed up anyway: RPMForge packages should have lower priority
> than the base packages just in case if we miss / forget something.
>
> In the future, if you want to get any help from us don't creatively
> censor your yum output.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> users mailing list
> users at lists.rpmforge.net
> http://lists.rpmforge.net/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/d93f3f04/attachment-0002.html
madal 30
2011-02-20 16:25:19 UTC
Permalink
Deare Yury,

Thanks for your prompt response. I am just trying to install memchaced on my server with yum but always get error below.

[root at test ~]# yum install memcached
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package memcached.x86_64 0:1.4.5-1.el5.rf set to be updated
--> Processing Dependency: perl(AnyEvent) for package: memcached
--> Processing Dependency: perl(AnyEvent::Socket) for package: memcached
--> Processing Dependency: perl(AnyEvent::Handle) for package: memcached
--> Processing Dependency: perl(Term::ReadKey) for package: memcached
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: memcached
--> Running transaction check
---> Package compat-libevent-11a.x86_64 0:3.2.1-1.el5.rf set to be updated
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing Dependency: perl(JSON) >= 2.09 for package: perl-AnyEvent
--> Processing Dependency: perl(EV) >= 3.05 for package: perl-AnyEvent
--> Processing Dependency: perl(Guard) >= 1.02 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent
---> Package perl-TermReadKey.x86_64 0:2.30-3.el5.rf set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-EV.x86_64 0:3.9-1.el5.rf set to be updated
--> Processing Dependency: perl(common::sense) for package: perl-EV
---> Package perl-Guard.x86_64 0:1.021-1.el5.rf set to be updated
---> Package perl-JSON.noarch 0:2.50-1.el5.rf set to be updated
---> Package perl-JSON-XS.x86_64 0:2.27-1.el5.rf set to be updated
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I have pasted all the output here now.

Thanks

M

> Subject: Re: [users] (no subject)
> From: yury at shurup.com
> To: users at lists.rpmforge.net
> Date: Sun, 20 Feb 2011 15:29:09 +0100
>
> On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
> >
> > Is there a work around or any other repo to be added ?
>
> Your repository setup is broken.
>
> First, I can't see how memcached needs an update to perl-common-sense.
> As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
> up is messed up anyway: RPMForge packages should have lower priority
> than the base packages just in case if we miss / forget something.
>
> In the future, if you want to get any help from us don't creatively
> censor your yum output.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> users mailing list
> users at lists.rpmforge.net
> http://lists.rpmforge.net/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/d93f3f04/attachment-0003.html
madal 30
2011-02-20 16:25:19 UTC
Permalink
Deare Yury,

Thanks for your prompt response. I am just trying to install memchaced on my server with yum but always get error below.

[root at test ~]# yum install memcached
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package memcached.x86_64 0:1.4.5-1.el5.rf set to be updated
--> Processing Dependency: perl(AnyEvent) for package: memcached
--> Processing Dependency: perl(AnyEvent::Socket) for package: memcached
--> Processing Dependency: perl(AnyEvent::Handle) for package: memcached
--> Processing Dependency: perl(Term::ReadKey) for package: memcached
--> Processing Dependency: libevent-1.1a.so.1()(64bit) for package: memcached
--> Running transaction check
---> Package compat-libevent-11a.x86_64 0:3.2.1-1.el5.rf set to be updated
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(JSON::XS) >= 2.2 for package: perl-AnyEvent
--> Processing Dependency: perl(JSON) >= 2.09 for package: perl-AnyEvent
--> Processing Dependency: perl(EV) >= 3.05 for package: perl-AnyEvent
--> Processing Dependency: perl(Guard) >= 1.02 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
--> Processing Dependency: perl(Net::SSLeay) for package: perl-AnyEvent
---> Package perl-TermReadKey.x86_64 0:2.30-3.el5.rf set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-EV.x86_64 0:3.9-1.el5.rf set to be updated
--> Processing Dependency: perl(common::sense) for package: perl-EV
---> Package perl-Guard.x86_64 0:1.021-1.el5.rf set to be updated
---> Package perl-JSON.noarch 0:2.50-1.el5.rf set to be updated
---> Package perl-JSON-XS.x86_64 0:2.27-1.el5.rf set to be updated
---> Package perl-Net-SSLeay.x86_64 0:1.30-4.fc6 set to be updated
--> Running transaction check
---> Package perl-AnyEvent.noarch 0:5.240-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::SSLeay) >= 1.33 for package: perl-AnyEvent
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

I have pasted all the output here now.

Thanks

M

> Subject: Re: [users] (no subject)
> From: yury at shurup.com
> To: users at lists.rpmforge.net
> Date: Sun, 20 Feb 2011 15:29:09 +0100
>
> On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
> >
> > Is there a work around or any other repo to be added ?
>
> Your repository setup is broken.
>
> First, I can't see how memcached needs an update to perl-common-sense.
> As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
> up is messed up anyway: RPMForge packages should have lower priority
> than the base packages just in case if we miss / forget something.
>
> In the future, if you want to get any help from us don't creatively
> censor your yum output.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
> _______________________________________________
> users mailing list
> users at lists.rpmforge.net
> http://lists.rpmforge.net/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110220/d93f3f04/attachment-0004.html>
madal 30
2011-02-20 13:48:34 UTC
Permalink
I am trying to install memcahed in my centos 5
but i get error. I added the rpmforge repo and all the default centos
rep. I still could not get it working.

test# yum install memcached

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)


Is there a work around or any other repo to be added ?

M

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/f800ee51/attachment-0001.html
Yury V. Zaytsev
2011-02-20 14:29:09 UTC
Permalink
On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
>
> Is there a work around or any other repo to be added ?

Your repository setup is broken.

First, I can't see how memcached needs an update to perl-common-sense.
As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
up is messed up anyway: RPMForge packages should have lower priority
than the base packages just in case if we miss / forget something.

In the future, if you want to get any help from us don't creatively
censor your yum output.

--
Sincerely yours,
Yury V. Zaytsev
madal 30
2011-02-20 13:48:34 UTC
Permalink
I am trying to install memcahed in my centos 5
but i get error. I added the rpmforge repo and all the default centos
rep. I still could not get it working.

test# yum install memcached

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)


Is there a work around or any other repo to be added ?

M

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/f800ee51/attachment-0002.html
Yury V. Zaytsev
2011-02-20 14:29:09 UTC
Permalink
On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
>
> Is there a work around or any other repo to be added ?

Your repository setup is broken.

First, I can't see how memcached needs an update to perl-common-sense.
As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
up is messed up anyway: RPMForge packages should have lower priority
than the base packages just in case if we miss / forget something.

In the future, if you want to get any help from us don't creatively
censor your yum output.

--
Sincerely yours,
Yury V. Zaytsev
madal 30
2011-02-20 13:48:34 UTC
Permalink
I am trying to install memcahed in my centos 5
but i get error. I added the rpmforge repo and all the default centos
rep. I still could not get it working.

test# yum install memcached

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)


Is there a work around or any other repo to be added ?

M

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.repoforge.org/pipermail/users/attachments/20110220/f800ee51/attachment-0003.html
Yury V. Zaytsev
2011-02-20 14:29:09 UTC
Permalink
On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
>
> Is there a work around or any other repo to be added ?

Your repository setup is broken.

First, I can't see how memcached needs an update to perl-common-sense.
As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
up is messed up anyway: RPMForge packages should have lower priority
than the base packages just in case if we miss / forget something.

In the future, if you want to get any help from us don't creatively
censor your yum output.

--
Sincerely yours,
Yury V. Zaytsev
madal 30
2011-02-20 13:48:34 UTC
Permalink
I am trying to install memcahed in my centos 5
but i get error. I added the rpmforge repo and all the default centos
rep. I still could not get it working.

test# yum install memcached

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: www.fedora.is
* base: www.fedora.is
* extras: www.fedora.is
* rpmforge: ftp-stud.fht-esslingen.de
* updates: www.fedora.is
Setting up Install Process
Resolving Dependencies
---> Package perl-common-sense.x86_64 0:3.0-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-AnyEvent-5.240-1.el5.rf.noarch from rpmforge has depsolving problems
--> Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Net::SSLeay) >= 1.33 is needed by package perl-AnyEvent-5.240-1.el5.rf.noarch (rpmforge)


Is there a work around or any other repo to be added ?

M

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110220/f800ee51/attachment-0004.html>
Yury V. Zaytsev
2011-02-20 14:29:09 UTC
Permalink
On Sun, 2011-02-20 at 13:48 +0000, madal 30 wrote:
>
> Is there a work around or any other repo to be added ?

Your repository setup is broken.

First, I can't see how memcached needs an update to perl-common-sense.
As for perl-AnyEvent, I've just moved it to RFX, but your priorities set
up is messed up anyway: RPMForge packages should have lower priority
than the base packages just in case if we miss / forget something.

In the future, if you want to get any help from us don't creatively
censor your yum output.

--
Sincerely yours,
Yury V. Zaytsev
Continue reading on narkive:
Loading...