FreeBSD 10.0 amd64. Xbmc with curl in version 7.38* have this errors : 13:16:57 T:34763269120 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. 13:16:57 T:34763269120 ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/gotham/addons.xml.md5> 13:16:59 T:34762557440 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28) 13:16:59 T:34762557440 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream. After downgrade curl to version 7.37 everything with xbmc is ok. In this moments every new install of xbmc in FreeBSD don't work (from ports or pacages) .
This isn't unique to FreeBSD either, it's reported around plenty of Linux forums too (all saying a downgrade of curl fixes the issue)
Maybe if pkgng supported different versions of the software would be much easier for new users .. it was great to then write on the forums Linux "Hey FreeBSD works without a problem try :)) Regards
See also: https://bugs.archlinux.org/task/42001
So if i understand correctly, the bug is fixed on the curl side ?
Created attachment 148013 [details] patch for ftp/curl
OK so it's a simple patch for ftp/curl simply put it in ftp/curl/files and rebuild curl. no need to rebuild xbmc. it fixed all fetching in my xbmc 13.2 and 14.0
A commit references this bug: Author: sunpoet Date: Thu Oct 9 15:24:44 UTC 2014 New revision: 370549 URL: https://svnweb.freebsd.org/changeset/ports/370549 Log: - Fix threaded-resolver - Bump PORTREVISION for package change PR: ports/193972 Submitted by: bsduser <local@o2.pl>, mickael.maillot@gmail.com Obtained by: https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 Changes: head/ftp/curl/Makefile head/ftp/curl/files/patch-lib-asyn-thread.c
Committed. Thanks!