<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2813&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / openjdk-8 on Jessie]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2813</link>
		<description><![CDATA[The most recent posts in openjdk-8 on Jessie.]]></description>
		<lastBuildDate>Mon, 29 Apr 2019 01:48:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15743#p15743</link>
			<description><![CDATA[<p>Thanks for the explanation! I didn&#039;t realize that&#039;s how it all worked...very cool.</p><p>Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (tlathm)]]></author>
			<pubDate>Mon, 29 Apr 2019 01:48:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15743#p15743</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15742#p15742</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The Devuan link just goes directly to that link as-is and for some reason only has directories for five packages. Not sure what&#039;s going there.</p></div></blockquote></div><p>The Devuan repository contains a couple of Devuan-only packages, but mostly it contains packages that have been &quot;sanitized&quot;. It&#039;s an <em>overlay</em> to override those packages, while all else comes from Debian.</p><p>Still, the <span class="bbu">pool</span> contains packages for the union of all versions and variants of all distributions. </p><p>Each distribution version/variant is rather declared in an &quot;index file&quot;, such as </p><div class="codebox"><pre><code>http://deb.devuan.org/merged/dists/ascii/main/binary-amd64/Packages.xz</code></pre></div><p> which nominates all the packages of the <span class="bbu">main section in the merged amd64 architecture ascii repository</span>. I.e., it defines everything that on an amd64 host would be targeted as </p><div class="codebox"><pre><code>http://deb.debian.org/merged ascii main</code></pre></div><p> in <span class="bbc">sources.list</span>.</p><p>In fact, that exact file gets downloaded and unzipped into</p><div class="codebox"><pre><code>/var/lib/apt/lists/deb.devuan.org_merged_dists_ascii_main_binary-amd64_Packages</code></pre></div><p> when you do <span class="bbc">apt-get update</span>, so that the apt sub system locally knows which packages and versions belong to that distribution, section and architecture.</p><p>Note then that the <span class="bbu">merged</span> distributions of Devuan refer to both overriding packages from the Devuan pool, and packages directly from the Debian pool. The beautiful magic that makes that possible is some simple translations of the <span class="bbc">Filename</span> attributes in the index.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 28 Apr 2019 22:40:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15742#p15742</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15737#p15737</link>
			<description><![CDATA[<p>Thanks! In the case of the Debian link that works, and redirects to a mirror with everything beginning with that letter. The Devuan link just goes directly to that link as-is and for some reason only has directories for five packages. Not sure what&#039;s going there.</p><p>Another question: I&#039;m assuming those would be for the current stable release(?)...for example ascii on the case of Devuan. What would the links be for other releases?</p><p>Thanks.<br />Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (tlathm)]]></author>
			<pubDate>Sun, 28 Apr 2019 14:07:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15737#p15737</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15729#p15729</link>
			<description><![CDATA[<p>Firstly it&#039;s useful to know which &quot;section&quot; (<span class="bbc">main</span>, <span class="bbc">contrib</span>, <span class="bbc">non-free</span>) that package should belong to. In this case its <span class="bbc">main</span>.</p><p>Then you look for the Devuan package in </p><div class="codebox"><pre><code>http://deb.devuan.org/devuan/pool/main/o/</code></pre></div><p>As there&#039;s nothing suitable there, you look for the Debian package in </p><div class="codebox"><pre><code>http://deb.debian.org/debian/pool/main/o/</code></pre></div><p>Note that the path includes the section and the first letter of the name. If you are looking for a &quot;lib*&quot; package, you use the first 4 letters.</p><p>Both <span class="bbc">deb.devuan.org</span> and <span class="bbc">deb.debian.org</span> result in one or more redirects to some mirror.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 27 Apr 2019 23:44:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15729#p15729</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15724#p15724</link>
			<description><![CDATA[<p>Forgive my ignorance on this, but once I find a package using that Devuan package info search, how can I go about finding a download for the package? Thanks in advance.</p><p>EDIT: Yea, if anyone has an ideas on this, I&#039;d like to download the ascii deb files for this. I&#039;ve turned over every rock I can imagine and can&#039;t figure out any means of finding direct download links.</p><p>Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (tlathm)]]></author>
			<pubDate>Sat, 27 Apr 2019 16:26:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15724#p15724</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15723#p15723</link>
			<description><![CDATA[<p>Thanks for all the replies!</p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Looks like that package is in ascii:<br /><a href="https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=openjdk-8-jre-headless&amp;release=any" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/d1pk … elease=any</a></p></div></blockquote></div><p>Yea, that&#039;s the same package as is available for Debian Stretch. That can (sort of) be installed as long as you also manually install ca-certificates-java as well:</p><p><a href="https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=ca-certificates-java&amp;release=ascii" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/d1pk … ease=ascii</a></p><p>Even then however it complains about breaking tzdata-java and will only install by adding --auto-deconfigure. Pretty ugly to say the least.</p><p>It appears to work, but I&#039;m not sure as to what issues that ugliness with tzdata-java might cause.</p><p>Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (tlathm)]]></author>
			<pubDate>Sat, 27 Apr 2019 15:18:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15723#p15723</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15720#p15720</link>
			<description><![CDATA[<p>Looks like that package is in ascii:<br /><a href="https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=openjdk-8-jre-headless&amp;release=any" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/d1pk … elease=any</a></p><p>You would need to backport it to use in jessie (and I have no idea how to do that).&#160; Or you could always upgrade to ascii.</p><p>Note that it is &quot;not-a-good-idea&quot; (tm) to use packages directly from the debian repos.&#160; If a package is available, amprolla will serve the debian version to devuan via redirect.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sat, 27 Apr 2019 01:14:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15720#p15720</guid>
		</item>
		<item>
			<title><![CDATA[Re: openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15719#p15719</link>
			<description><![CDATA[<p>You could try try adding backports to /etc/apt/sources.list, and see if its there.&#160; But probably not going to be productive:<br /><a href="https://packages.debian.org/search?keywords=openjdk" rel="nofollow">https://packages.debian.org/search?keywords=openjdk</a></p><p>You could try downloading the openjdk8 .deb file directly from here<br /><a href="https://packages.debian.org/stretch/openjdk-8-jdk-headless" rel="nofollow">https://packages.debian.org/stretch/ope … k-headless</a><br />and install in manually.&#160; You probably will encounter dependencies, such as the JRE; so download and install those as needed.</p><p>Then there is the option to download Oracle JDK8 and install that.&#160; But realize Oracle has newly implemented licensing.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sat, 27 Apr 2019 00:05:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15719#p15719</guid>
		</item>
		<item>
			<title><![CDATA[openjdk-8 on Jessie]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15716#p15716</link>
			<description><![CDATA[<p>On our current Devuan Jessie installs we have openjdk-7-jre-headless installed. Is there any source available for us to get the openjdk-8 version of that?</p><p>Thanks in advance<br />Tom</p>]]></description>
			<author><![CDATA[dummy@example.com (tlathm)]]></author>
			<pubDate>Fri, 26 Apr 2019 17:12:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15716#p15716</guid>
		</item>
	</channel>
</rss>
