Hi Magnus ,
* Have you verified that this actually works? E.g. by starting in a fresh
SUSE installation, running configure,
* and then running the corresponding line and noticing that this helped
configure get further on? Or did you just copy the yum/apt package names?
A bit of both đ .
I had 2 Linux installs with incomplete packages (e.g. cups and X-related
stuff was missing).
I added the names with the âmissing âŚâ output from those 2 Linux
installs with incomplete packages .
However some packages we depend on were already available .
If you want I could try to test on a fresh OpenSUSE .
Best regards,
Matthias
From: Magnus Ihse Bursie <[email protected]>
Sent: Freitag, 1. März 2019 14:44
To: Baesken, Matthias <[email protected]>; '[email protected]'
<[email protected]>
Cc: Simonis, Volker <[email protected]>; Zeller, Arno <[email protected]>
Subject: Re: RFR: 8219920: dependency help output in configure-step : support
zypper tool
On 2019-02-28 13:53, Baesken, Matthias wrote:
Hello, please review the following change .
Currently the configure-step outputs help for a number of packages +
related installation calls in case of missing dependencies (like cups / alsa
etc.) .
This help output step covers a few tools (like apt-get).
However the OpenSUSE / SLES tool zypper is not supported .
This change adds output for zypper .
Bug/webrev:
https://bugs.openjdk.java.net/browse/JDK-8219920
http://cr.openjdk.java.net/~mbaesken/webrevs/8219920.0/
Thank you for making the OpenJDK configure system even more self-helping!
This looks good to me.
Have you verified that this actually works? E.g. by starting in a fresh SUSE
installation, running configure, and then running the corresponding line and
noticing that this helped configure get further on? Or did you just copy the
yum/apt package names?
/Magnus
Thanks, Matthias