Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Nov 2016 23:34:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 213149] www/rtv: Update to 1.13.0, Take MAINTAINER'ship
Message-ID:  <bug-213149-21822-OUKmmF7n4C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213149-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213149-21822@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 #4 from Danilo G. Baio (dbaio) <dbaio@bsd.com.br> ---
Hi again.

Based on this comment [1] I've used this patch[2], easy/fast/ugly approach,
just for POC.

# Python 2.7 - unicode - libncursesw=20=20=20=20

/r/brasil
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/2016-11-0=
2-184448_1366x768_scrot__unicode_py27.png

/r/ru
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/2016-11-0=
2-184501_1366x768_scrot__unicode_py27.png

It works... but other problems could/will show up.

I've tried another patch [3] as well, but python didn't linked with ncurses=
w.

$ ldd /usr/local/lib/libreadline.so
/usr/local/lib/libreadline.so:
        libncurses.so.8 =3D> /lib/libncurses.so.8 (0x80124c000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800823000)

ldd /usr/local/lib/libreadline.so
/usr/local/lib/libreadline.so:
        libncurses.so.8 =3D> /lib/libncurses.so.8 (0x80124c000)
        libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x8014a0000)
        libc.so.7 =3D> /lib/libc.so.7 (0x800823000)

I think this is a problem of python/readline/ncurses.

[1] - https://github.com/michael-lazar/rtv/issues/316#issuecomment-257666756
[2] -
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/python_cu=
rses.patch
[3] -
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python_cursesw/readline-=
termcapw.patch

For the record:

# Python 2.7 - rtv ascii
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-0947=
15_1366x768_scrot__ascii.png
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-0947=
34_1366x768_scrot__ascii.png

# Python 2.7 - rtv unicode
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python27/2016-11-02-1903=
12_1366x768_scrot__unicode.png

# Python 2.7 - rtv ascii
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-1008=
10_1366x768_scrot__ascii.png
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-1008=
27_1366x768_scrot__ascii.png

# Python 3.4 - rtv unicode
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-2052=
35_1366x768_scrot__unicode.png
http://dbaio.bs2cloud.com.br/FreeBSD/rtv/shots/rtv_python34/2016-11-02-2053=
04_1366x768_scrot__unicode.png

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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