Hello everybody,
I’m looking for a tango9 java package. SKA people open a discussion to create Tango packages for ubuntu where there is a Fred’s recipe to create it.
But, Does anyone did it?
There are several PPA for tango packages but unfortunately the tango9 java package is not there:
It should be updated in order to integrate tango 9.2.5a
It would be nice if someone could work in order to produce an official debian package for the java part.
By official, I mean something that can be uploaded into Debian, Ubuntu, Mint etc…
packaged all the java dependencies. (jacorb, … ?)
build from the sources (Debian know about mavan so it should not be too hard to create this sort of package). We need a .tar.gz with all the java sources.
I personnaly do not have the time nor the competencies in order to maintain the tango java stack.
I can just help for the sponsoring, and packaging advices.
Hello, maybe the best solution should be to put the tango-nonfree repository under Debian-pan in order to allow everyone involved into Debian packaging to contribute.
Bintray’s tango-controls debian repo can be used to provide immediate access to java tools. Since most of them are now mavenized we can use maven to build debian package and deploy it to bintray. There is no requirement to use OpenJDK, tools can be uploaded with JacORB. So minimum efforts are required from both sides: maintainer and end user. End user only needs to alter apt/source.list
The downside is that this is not an official debian repo. So for major releases it would be nice to support the official one.
Do you know if someone had packaged newer tango-java part. The one that we are talking here [1] contains JTango-9.1.2.jar.
We need one where tango-controls/JTango#90 [2] is fixed.
My name is Emilio Morales and I’m working at ALBA Synchrotron.
We are packing the tango-nonfree for debian (as Carlos Falcón said time ago…) using a backport strategy. We actually are generating packages for Debian 9, Debian 10 and for Sid. We are using the Frédéric-Emmanuel Picca Debian files, like ones in Debian salsa repository for tango-nonfree (debian · master · Debian Science Team / tango-nonfree · GitLab).
We are experiencing problems installing the libtango-java package in Debian 10. The problem we are facing is related to the java application launchers. The package creation seems fine, the installation seems fine but when we try to launch jive or astor the system say “command not found”.
during the build process, configure check that the available java version is java-8, if not it does not install the java binaries. The default-jdk of Debian 10 and 11 is openjdk-11. Now the question is: Does the binaries provided by TangoSources are compatible with openjdk-11 ?
temporarly, I built the package with openjdk-8 and it generated a package with the missing files. But I did not found the time to test it.
Hello,
Thank you for your feedback. I will try with this “temporary solution” and I will give you some feedback. Is it safe to generate a Debian 10 or 11 package with this old version of openjdk?
I don’t know if the binaries provided by Tango Sources are compatible with openjdk-11, probably not but I don’t know.