[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2017-02-28 Thread LocutusOfBorg
please test ppa:costamagnagianfranco/locutusofborg-ppa ** Changed in: imagej (Ubuntu) Status: Confirmed => Fix Released ** Also affects: imagej (Ubuntu Zesty) Importance: Medium Status: Fix Released ** Also affects: imagej (Ubuntu Yakkety) Importance: Undecided

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-10-29 Thread VanillaMozilla
Éric Piel (Delmic) (piel) wrote: - JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | grep openjdk | sort | tail -1 | cut -d' ' -f 3) + JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | grep openjdk | sort | tail -1 | tr -s ' ' | cut -d' ' -f 3) Confirming that this works on my Ubuntu 16.04

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-09-20 Thread David Marçal
I have this problem of setting JAVA_HOME too using Kubuntu 16.10 and linux mint 18 kde. To solve I edit /usr/bin/imagej putting JAVA_HOME=/usr/lib/jvm/default-java DEFINE JAVA_HOME # if [ -z "$JAVA_HOME"] ; then # This does not work see#505315

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-09-06 Thread Nish Aravamudan
@Vincent, please review: https://wiki.ubuntu.com/StableReleaseUpdates especially the section under "Procedure". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556997 Title: JAVA_HOME auto-detection

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-08-29 Thread Vincent Gerris
Amr, I have no clue what you mean with that comment. Can you explain what you mean and make that happen? thank you -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556997 Title: JAVA_HOME

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-08-29 Thread Amr Ibrahim
The fix should be SRU'ed into Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556997 Title: JAVA_HOME auto-detection fails due to whitespace in update-java- alternatives output To manage

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-08-25 Thread Vincent Gerris
Just verified this build works: https://launchpad.net/ubuntu/+source/imagej/1.50i+dfsg-1/+build/9642507 Download and install with software center. So plus 1 for just applying the same fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-08-25 Thread Vincent Gerris
I encountered this ad well. In my case the workaround was : export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 and then start it fromthe command line. Since a fix is released according to the tracker here, what needs to happen to get it built and released? -- You received this bug

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-05-15 Thread Alberto Salvia Novella
** Changed in: imagej (Ubuntu) Importance: Undecided => Medium ** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: hundredpapercuts Importance: Undecided => Medium -- You received

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-05-02 Thread Delmic
This bug has been reported also in debian, as bug #820097. (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820097)... and fixed. The fixed version is already available for the next Ubuntu (Yakkety), in version 1.50i+dfsg-1. So maybe importing that newer version in Xenial would be fine.

[Bug 1556997] Re: JAVA_HOME auto-detection fails due to whitespace in update-java-alternatives output

2016-05-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: imagej (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556997 Title: