You are not logged in.

#1 2010-08-17 16:02:36

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

curl 7.21.1-1 breaks mpdscribble

After updating curl to 7.21.1-1, mpdscribble doesn't work properly anymore. When I run it, it makes the cpu usage 100% and network traffic jumps to ~80KB/s for upload and ~20KB/s for download. Stays like that forever. pkill can't kill the process. kill -9 can, though. If I downgrade to 7.21.0-1, mpdscribble works ok again. Is it just me, or someone else gets it? Should I open the bug report if some guys I asked told it works to them ok after the curl update? Any ideas, maybe?

Update: Scrobby from AUR runs just fine.

Last edited by archman-cro (2010-08-17 16:56:43)

Offline

#2 2010-08-17 17:05:48

cmudik
Member
From: Czech Republic
Registered: 2010-06-02
Posts: 12

Re: curl 7.21.1-1 breaks mpdscribble

Same bug here.

[jiri@cmudik-desktop ~]$ curl --version
curl 7.21.1 (i686-pc-linux-gnu) libcurl/7.21.1 OpenSSL/1.0.0a zlib/1.2.5
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp 
Features: IPv6 Largefile NTLM SSL libz

Offline

#3 2010-08-17 19:10:08

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: curl 7.21.1-1 breaks mpdscribble

Hmm, i can't seem to reproduce this.


ᶘ ᵒᴥᵒᶅ

Offline

#4 2010-08-17 20:04:58

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: curl 7.21.1-1 breaks mpdscribble

try to see if a simple rebuild is doing the job and report it on our bugtracker


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-08-17 23:24:42

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: curl 7.21.1-1 breaks mpdscribble

mpdscribble 0.19-1 rebuilding didn't fix it. Reported a bug. FS#20501.

Offline

#6 2010-08-18 14:57:21

shomyo
Member
From: /dev/sda1
Registered: 2009-11-06
Posts: 40
Website

Re: curl 7.21.1-1 breaks mpdscribble

same trouble =/


No signature currently stored in profile.

Offline

#7 2010-08-20 02:04:18

strummer
Member
Registered: 2007-01-11
Posts: 87

Re: curl 7.21.1-1 breaks mpdscribble

Same here.. 100% CPU usage, also uses 23% of my 1500MB memory.. And uploads ~80KB/s too. At first I thought mpdscribble was acting weird just because the date was set to 2005 (my connection was down and I'm using ntpdate to set the clock).


P4 530J, Arch Linux

Offline

#8 2010-08-20 12:47:51

AddiKT1ve
Member
From: France
Registered: 2008-08-22
Posts: 47
Website

Re: curl 7.21.1-1 breaks mpdscribble

Same here.


##hippie irc.freenode.net

Offline

#9 2010-08-20 14:53:32

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: curl 7.21.1-1 breaks mpdscribble

Stop with the "same here" posts people, use the bugtracker if you have anything useful to add.


ᶘ ᵒᴥᵒᶅ

Offline

#10 2010-08-20 15:26:37

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: curl 7.21.1-1 breaks mpdscribble

Try to build it against libsoup instead, which works properly for the time being.

Offline

#11 2010-08-31 20:54:43

master
Member
Registered: 2010-08-31
Posts: 1

Re: curl 7.21.1-1 breaks mpdscribble

curl multi- interface seems to be slightly reworked since 7.21.0. This breaks mpdscribble.

Offline

#12 2010-09-01 09:06:26

silenc3r
Member
From: Poland
Registered: 2009-08-29
Posts: 149

Re: curl 7.21.1-1 breaks mpdscribble

Runiq wrote:

Try to build it against libsoup instead, which works properly for the time being.

That doesn't work for me either, but I don't know if I'm doing it right.

In pkgbuild I changed curl dependency to libsoup and added ./configure --with-http-clien=soup. Is that all I must edit, or there's something else?

Offline

#13 2010-09-01 09:36:08

pew
Member
Registered: 2008-09-03
Posts: 10

Re: curl 7.21.1-1 breaks mpdscribble

silenc3r wrote:
Runiq wrote:

Try to build it against libsoup instead, which works properly for the time being.

That doesn't work for me either, but I don't know if I'm doing it right.

In pkgbuild I changed curl dependency to libsoup and added ./configure --with-http-clien=soup. Is that all I must edit, or there's something else?

This PKGBUILD worked for me: http://arch.pastebin.com/qJVAg2mi

I did only change

./configure --prefix=/usr --sysconfdir=/etc --with-http-client=soup

I don't think you have to change anything at 'depends='

Last edited by pew (2010-09-01 09:40:36)

Offline

#14 2010-09-01 10:27:34

silenc3r
Member
From: Poland
Registered: 2009-08-29
Posts: 149

Re: curl 7.21.1-1 breaks mpdscribble

Thanks pew, it works now. I added libsoup to depends to prevent removing it by pacman -Rns $(pacman -Qtdq) command.

Offline

Board footer

Powered by FluxBB