diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-09 00:02:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-09 00:02:36 +0800 |
commit | ae20045530bf4efc2e9dda4e791825d6348a45fb (patch) | |
tree | d83dc8a983c0c71ab05e830e83f607432b08e438 /sysutils/brebis | |
parent | 3a5ab9bae25928a8780de6055acf55350a33babd (diff) | |
download | freebsd-ports-gnome-ae20045530bf4efc2e9dda4e791825d6348a45fb.tar.gz freebsd-ports-gnome-ae20045530bf4efc2e9dda4e791825d6348a45fb.tar.zst freebsd-ports-gnome-ae20045530bf4efc2e9dda4e791825d6348a45fb.zip |
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
Diffstat (limited to 'sysutils/brebis')
-rw-r--r-- | sysutils/brebis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/brebis/Makefile b/sysutils/brebis/Makefile index 5f839203541b..d7b5de098965 100644 --- a/sysutils/brebis/Makefile +++ b/sysutils/brebis/Makefile @@ -12,6 +12,7 @@ COMMENT= Fully automated backup checker LICENSE= GPLv3 +BROKEN= Fails to configure USE_PYTHON= 3.3+ USE_PYDISTUTILS= yes |