Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 16:02:37 +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: r347515 - head/sysutils/brebis
Message-ID:  <201403081602.s28G2bdt016759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar  8 16:02:36 2014
New Revision: 347515
URL: http://svnweb.freebsd.org/changeset/ports/347515
QAT: https://qat.redports.org/buildarchive/r347515/

Log:
  Mark BROKEN: Fails to configure
  
  ===>  Configuring for brebis-0.9
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/usr/local/lib/python3.3/encodings/ascii.py", line 26, in decode
      return codecs.ascii_decode(input, self.errors)[0]
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 36: ordinal not in range(128)
  *** [do-configure] Error code 1

Modified:
  head/sysutils/brebis/Makefile

Modified: head/sysutils/brebis/Makefile
==============================================================================
--- head/sysutils/brebis/Makefile	Sat Mar  8 15:51:47 2014	(r347514)
+++ head/sysutils/brebis/Makefile	Sat Mar  8 16:02:36 2014	(r347515)
@@ -12,6 +12,7 @@ COMMENT=	Fully automated backup checker
 
 LICENSE=	GPLv3
 
+BROKEN=		Fails to configure
 USE_PYTHON=	3.3+
 USE_PYDISTUTILS=	yes
 



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