[Bug 1964538] Re: package libclojure-java 1.9.0-6~18.04 failed to install/upgrade: installed libclojure-java package post-installation script subprocess returned error exit status 2

2022-03-16 Thread Elana Hashman
Actual error from the dpkg log: update-alternatives: error: alternative link /usr/share/java/clojure.jar is already managed by clojure dpkg: error processing package libclojure-java (--configure): installed libclojure-java package post-installation script subprocess returned error exit

[Bug 1930277] Re: On 21.04, the REPL user prompt disappears after execution

2021-06-01 Thread Elana Hashman
https://ask.clojure.org/index.php/10025/have-prompts-previous-lines- command-started-disappearing It's a bug in readline and is affecting clj as well. Won't get fixed until rlwrap 0.44 is available. The readline changes for bracketed paste have thrown a bunch of people, but I didn't think it

[Bug 1930277] Re: On 21.04, the REPL user prompt disappears after execution

2021-06-01 Thread Elana Hashman
Okay, it's an issue with the rlwrap script. System clojure (Debian bullseye): ehashman@fedora:/tmp/app$ clojure Clojure 1.10.2 (map inc [0 1 2]) (1 2 3) user=> With a copy of the Clojure CLI wrapper script set to use upstream Clojure binaries instead of the system ones:

[Bug 1930277] Re: On 21.04, the REPL user prompt disappears after execution

2021-06-01 Thread Elana Hashman
ged in: clojure (Ubuntu) Assignee: (unassigned) => Elana Hashman (ehashman) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1930277 Title: On 21.04, the REPL user prompt disappears after exe

[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-05-31 Thread Elana Hashman
I cannot reproduce on Debian bullseye so I assume this is Ubuntu- specific: ehashman@fedora:~$ clojure Clojure 1.10.2 (map + [1 2 3]) (1 2 3) (println "hello world") hello world nil user=> ehashman@fedora:~$ apt show clojure Package: clojure Version: 1.10.2-1 Priority: optional ...

[Bug 1872595] Re: clojure package - missing clj script from /usr/bin

2021-05-31 Thread Elana Hashman
Debian now has a GSoC student working on this: https://summerofcode.withgoogle.com/projects/#5194169531760640 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1872595 Title: clojure package - missing

[Bug 1930277] Re: On 21.04, the REPL prints all values twice.

2021-05-31 Thread Elana Hashman
20.04 has 1.10.1, 21.04 is the first version with 1.10.2. Was 20.10 affected? Can you please include the output and some more info about your system? I know there were also some readline changes that happened recently-ish (e.g. in Debian bullseye, Fedora 34). -- You received this bug

[Bug 1908124] Re: Emojis in notifications are enormous

2021-03-29 Thread Elana Hashman
$ echo " FOO" was sufficient for me to repro in MATE terminal. I'm super curious if this is: - a Linux Mint specific thing (possible, but all the packages appear unmodified; could maybe be a config setting) - a low-DPI screen specific thing (have not seen this behaviour on a high DPI/4k

[Bug 1908124] Re: Emojis in notifications are enormous

2020-12-16 Thread Elana Hashman
This also seems to affect MATE Terminal 1.24.0. I am not sure what component of MATE to assign this bug to. ** Attachment added: "screenshot of mate-terminal with large emoji"

[Bug 1908124] [NEW] Emojis in notifications are enormous

2020-12-14 Thread Elana Hashman
Public bug reported: Since upgrading to Linux Mint 20 from 19 (18.04 Ubuntu base to 20.04), I've noticed MATE notifications now render absolutely massive emojis. LM is using the unmodified Ubuntu MATE package, so I am submitting the report here in the hopes you can assist. Not sure if this is

[Bug 1872595] Re: clojure package - missing clj script from /usr/bin

2020-04-13 Thread Elana Hashman
Okay, I have updated the blocking bugs https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=891141 (tracks upload of the new CLI) and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891136 (tracks status of tools.deps.alpha). Summary: - There are a couple relatively easy clojure dep version

[Bug 1872595] Re: clojure package - missing clj script from /usr/bin

2020-04-13 Thread Elana Hashman
Hello Benjamin, The upstream bug for this is https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=902763 I haven't taken a look at it in a while. There's a number of dependencies and patches required to get the clj CLI scripts included in Debian/Ubuntu, as detailed in the bug. I will see if I can

[Bug 1799076] [NEW] Sync leiningen-clojure 2.8.1-9 (universe) from Debian unstable (main)

2018-10-21 Thread Elana Hashman
2.8.1-7ubuntu1: leiningen-clojure (2.8.1-9) unstable; urgency=medium * Fix dependency (libwagon2-java -> libwagon-java) in autopkgtests. * Assert compliance with policy 4.2.1. Obey the policy. -- Elana Hashman Sat, 20 Oct 2018 11:56:55 -0400 ** Affects: leiningen-clojure (Ubu

[Bug 1799075] [NEW] Sync clojure1.8 1.8.0-8 (universe) from Debian unstable (main)

2018-10-21 Thread Elana Hashman
. -- Elana Hashman Sat, 20 Oct 2018 10:53:54 -0400 ** Affects: clojure1.8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799075 Title: Sync

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-09-08 Thread Elana Hashman
I have tested the steps with nodejs and nodejs-dev in bionic-proposed, however I get a different error. I am guessing that there is something wrong with the credential initializing: ubuntu@ubuntu-bionic:~$ node > const grpc = require('grpc') undefined > const creds =

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-11 Thread Elana Hashman
Hi Steve, I have completed the first half of the testing process and confirmed the bug. (Transcript attached.) However, nodejs is not yet available in bionic-proposed as it seems the build failed. Please let me know when a successfully built package is available to test. Cheers, - e **

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-08-04 Thread Elana Hashman
I also disagree with the assessment of "wontfix". The ABI incompatibility with upstream is not just "regrettable", but an actual bug. It's not supported behaviour; it's an undocumented ABI deviation, and as soon as upstream became aware of it, they filed an issue. The SRU policy states that it

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-23 Thread Elana Hashman
Oops, GitHub expanded that link to the full commit when I copied it. Here's demonstrating it's the same one as the 8.10.0 tag: https://github.com/nodejs/node/blob/v8.10.0/deps/openssl/openssl/README#L2 Release notes are here https://github.com/nodejs/node/releases/tag/v8.10.0 -- You received

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-23 Thread Elana Hashman
>> NodeJS 8.10.0 officially comes with OpenSSL 1.0.2n > > I think this is an important piece of info here, and I wasn't able to find > any "official" > documentation that clearly states this - can you provide a link to any docs > for this? I don't know if this is officially documented anywhere

[Bug 1779863] Re: Ubuntu nodejs package isn't ABI compatible with mainline nodejs.

2018-07-22 Thread Elana Hashman
Hi all, Because this bug was filed against the unmodified package version from Debian, I also filed this bug against Debian upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904274 @ddstreet it is pretty common for end users to install a language runtime (e.g. python, nodejs, etc.) and

[Bug 647648] Re: clojure REPL should provide history traversal, inline editing etc.

2017-10-01 Thread Elana Hashman
This was fixed in 2011 with https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=572432 but no one ever closed this upstream bug! Closing. ** Bug watch added: Debian Bug tracker #572432 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572432 ** Changed in: clojure (Ubuntu) Status: New