[Slackbuilds-users] ReText still broken?

JCA 1.41421 at gmail.com
Wed Feb 6 23:12:38 UTC 2019


I have just tested that, and it works all right. Thanks for fixing this -
it was driving me up the wall.

On Wed, Feb 6, 2019 at 3:47 PM Christoph Willing <chris.willing at linux.com>
wrote:

> On 7/2/19 5:38 am, JCA wrote:
> > I decided to try this in an all-fresh 14.2 installation. I therefore
> > created a VM with 14.2, I upgraded every package contained in the most
> > recent (as of yesterday) official patches for 14.2, and then proceeded
> > to build ReText with sbopkg using the most recent queue file for ReText.
> > This took quite a while, for both qt5 and qt5-webkit take a very long
> > time to build. Anyway, the resulting ReText still behaves the way I have
> > described - the live preview feature does not work.
> >
>
> I saw the same problem. It is due to python/Markdown not having python3
> support. I fixed the problem locally by adding (just after the existing
> setup.py command):
>
> # Python 3 support.
> if $(python3 -c 'import sys' 2>/dev/null); then
>   python3 setup.py install --root=$PKG
> fi
>
> (as copied from python/Markups/Markups.SlackBuild)
>
> Rebuilding & reinstalling the new Markdown with python3 support enabled
> the Preview functionality to work as expected.
>
> chris
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20190206/a8775b4f/attachment-0001.html>


More information about the SlackBuilds-users mailing list