[Bug 213149] www/rtv: Update to 1.13.0, Take MAINTAINER'ship

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 2 19:02:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213149

--- Comment #3 from Danilo G. Baio (dbaio) <dbaio at bsd.com.br> ---
Hi Tilman.

With python 2.7, 3.4 and 3.5 I can run rtv without crashes, but always using
ascii mode:

"UserWarning: System encoding was detected as (None) instead of UTF-8,
 falling back to ascii only mode warnings.warn(text)"   From /tmp/rtv.log

$ locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

That's why I am proposing this, but you have an important point that I didn't
noticed.

Using a locale, like this below, I got crashes on python 2.7, 3.4 and 3.5, like
you reported on [1].

$ locale
LANG=pt_BR.UTF-8
LC_CTYPE="pt_BR.UTF-8"
LC_COLLATE="pt_BR.UTF-8"
LC_TIME="pt_BR.UTF-8"
LC_NUMERIC="pt_BR.UTF-8"
LC_MONETARY="pt_BR.UTF-8"
LC_MESSAGES="pt_BR.UTF-8"
LC_ALL=

Are you able to run rtv with unicode on python != 2.7 ?

I will do more tests... Could you edit this issue putting needs-qa on keywords
field ?

Regards.

[1] - https://github.com/michael-lazar/rtv/issues/316

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list