Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2016 19:02:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213149] www/rtv: Update to 1.13.0, Take MAINTAINER'ship
Message-ID:  <bug-213149-13-NEdGtzF1XE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213149-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213149-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213149

--- Comment #3 from Danilo G. Baio (dbaio) <dbaio@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=3D
LC_CTYPE=3D"C"
LC_COLLATE=3D"C"
LC_TIME=3D"C"
LC_NUMERIC=3D"C"
LC_MONETARY=3D"C"
LC_MESSAGES=3D"C"
LC_ALL=3D

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=3Dpt_BR.UTF-8
LC_CTYPE=3D"pt_BR.UTF-8"
LC_COLLATE=3D"pt_BR.UTF-8"
LC_TIME=3D"pt_BR.UTF-8"
LC_NUMERIC=3D"pt_BR.UTF-8"
LC_MONETARY=3D"pt_BR.UTF-8"
LC_MESSAGES=3D"pt_BR.UTF-8"
LC_ALL=3D

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

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

Regards.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213149-13-NEdGtzF1XE>