Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: The plugins in the TeXmacs-1.99.13 available through official Fedora repository don't work correctly. The binary available from TeXmacs website is TeXmacs-2.1 and everything works fine in it. Version-Release number of selected component (if applicable): 1.99.13 How reproducible: 100% Steps to Reproduce: 1. Start TeXmacs and open a new document (Ctrl + N) 2. Start an interactive Python session. (Click the computer icon, the last item in the middle row in the toolbar) 3. A Python REPL is launched. Type any simply Python code `a = 3` at the prompt and hit enter. It gives a SyntaxError. Traceback (most recent call last): File "/usr/share/TeXmacs/plugins/tmpy/session/tm_python.py", line 129, in <module> line= eval(input ()) File "<string>", line 1 a = 3 ^ SyntaxError: invalid syntax 4. The same behavior is seen if we launch a SymPy session or Gnuplot or Asymptote sessions. It does not recognize valid code in the respective programs. Actual results: SyntaxError Expected results: There should not be any error or any output. The Python REPL prompt should reappear. Additional Info: The binary available from TeXmacs website has version 2.1 and it works correctly.
Surely you are not using EPEL8 as there is no TeXmacs package there. What is the output of: rpm -q TeXmacs
FEDORA-2021-5ebea5720f has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5ebea5720f
The output of `rpm -q TeXmacs` is `TeXmacs-1.99.13-6.fc34.x86_64`. I also ran `repoquery -i TeXmacs | head` and the output is: Last metadata expiration check: 1:32:00 ago on Thu 16 Sep 2021 06:50:22 PM IST. Name : TeXmacs Version : 1.99.13 Release : 6.fc34 Architecture : x86_64 Size : 53 M Source : TeXmacs-1.99.13-6.fc34.src.rpm Repository : fedora Summary : Structured WYSIWYG scientific text editor URL : http://www.texmacs.org License : GPLv2+
FEDORA-2021-becffff88a has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-becffff88a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-becffff88a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-5ebea5720f has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-5ebea5720f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5ebea5720f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-becffff88a has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-5ebea5720f has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.