Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 18:49:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441261 - head/multimedia/librespot
Message-ID:  <201705191849.v4JInDlL066179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May 19 18:49:13 2017
New Revision: 441261
URL: https://svnweb.freebsd.org/changeset/ports/441261

Log:
  Mark BROKEN: tries to clone git repository during build phase
  
      Updating git repository `https://github.com/mmokhi/rust-mdns`
  warning: spurious network error (2 tries remaining): [12/-1] curl error:
  warning: spurious network error (1 tries remaining): [12/-1] curl error:
  error: failed to load source for a dependency on `mdns`
  Caused by:
    Unable to update https://github.com/mmokhi/rust-mdns
  Caused by:
    failed to clone into: /wrkdirs/usr/ports/multimedia/librespot/work/librespot-85dbc3b/git/db/rust-mdns-02ad69c3177fccfb
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/librespot/Makefile

Modified: head/multimedia/librespot/Makefile
==============================================================================
--- head/multimedia/librespot/Makefile	Fri May 19 18:46:57 2017	(r441260)
+++ head/multimedia/librespot/Makefile	Fri May 19 18:49:13 2017	(r441261)
@@ -10,6 +10,8 @@ COMMENT=	Open Source Spotify client libr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		tries to clone git repository during build phase
+
 BUILD_DEPENDS=	cargo>0:devel/cargo \
 		portaudio>0:audio/portaudio
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705191849.v4JInDlL066179>