Linux bash prompt becomes invisible with jline2 1.12. This is the upstream bug: https://github.com/jline/jline2/issues/163 This is breaking the terminal for programs that are using jline, such as Thermostat. When such a program using jline2 exits, it somehow disables echo in the terminal, making the terminal (apparently) unusable for further interaction. As a workaround, both `stty sane` and `reset` fix the terminal. Please consider rebasing this package or backporting the bugfix(es).
Re-assigning component as jline2 is jline since a while.
Please consider upgrading to 2.13: https://github.com/jline/jline2/releases
Created attachment 1098699 [details] Proposed patch for the 2.13 update
Scratch build with the patch: http://koji.fedoraproject.org/koji/taskinfo?taskID=11977256 If nobody objects I'll push this update in a day or two to rawhide.
No objection here :-)
Pushed and built in rawhide[1]. I wonder if it's safe to backport this to F23. Any opinions? [1] http://koji.fedoraproject.org/koji/buildinfo?buildID=701784
(In reply to Severin Gehwolf from comment #6) > Pushed and built in rawhide[1]. I wonder if it's safe to backport this to > F23. Any opinions? I would take advantage of Koschei - wait and see if jline 2.13 doesn't break anything in f24. Then it should be fairly safe to push this to f23.
(In reply to Mikolaj Izdebski from comment #7) > (In reply to Severin Gehwolf from comment #6) > > Pushed and built in rawhide[1]. I wonder if it's safe to backport this to > > F23. Any opinions? > > I would take advantage of Koschei - wait and see if jline 2.13 doesn't break > anything in f24. Then it should be fairly safe to push this to f23. Good idea, thanks! Since I didn't see any failures in rawhide due to the jline update I went ahead and built it for F23 too.
jline-2.13-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-6d0a04fdc8
jline-2.13-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update jline' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-6d0a04fdc8
FWIW, I've seen a similar issue with a failed maven build (used "mvn clean package" on a maven project that doesn't compile). After the build failure the terminal was not echoing chars any more.
jline-2.13-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.