<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2229&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / libpng12-0 Multiarch]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2229</link>
		<description><![CDATA[The most recent posts in libpng12-0 Multiarch.]]></description>
		<lastBuildDate>Sun, 15 Jul 2018 17:05:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: libpng12-0 Multiarch]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10733#p10733</link>
			<description><![CDATA[<p>Thanks for the reply. I&#039;ve discovered that I also have both the i386 and the amd64 versions of libpng16-16 installed - seems to be an mtpaint dependency and a non-conflicting variant of libpng-12-0.</p><p>I have multiarch support:</p><div class="codebox"><pre><code>bash(root)# dpkg --print-foreign-architectures;dpkg --print-architecture
i386
amd64
bash(root)# </code></pre></div><p>sources.list:</p><div class="codebox"><pre><code>stripws /etc/apt/sources.list
deb [arch=amd64,i386] http://deb.devuan.org/merged ascii          main contrib non-free
deb [arch=amd64,i386] http://deb.devuan.org/merged ascii-updates  main contrib non-free
deb [arch=amd64,i386] http://deb.devuan.org/merged ascii-security main contrib non-free
deb [arch=amd64,i386] http://deb.devuan.org/merged ascii-backports main contrib non-free
bash(root)#</code></pre></div><p>but:</p><div class="codebox"><pre><code>bash(root)# apt-get download libpng12-0:i386
E: Can&#039;t find a source to download version &#039;1.2.50-2+deb8u3&#039; of &#039;libpng12-0:i386&#039;
bash(root)#</code></pre></div><p>Interestingly, I get the same result if I try to just &quot;download libpng12-0&quot;, but saying &quot;apt-get install libpng12-0&quot; tells me that it is already at the latest version(?).</p><div class="codebox"><pre><code>bash(root)# apt-get download libpng12-0
E: Can&#039;t find a source to download version &#039;1.2.50-2+deb8u3&#039; of &#039;libpng12-0:amd64&#039;
bash(root)# apt-get install libpng12-0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libpng12-0 is already the newest version (1.2.50-2+deb8u3).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
bash(root)#</code></pre></div><p>Well, color me confused.</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Sun, 15 Jul 2018 17:05:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10733#p10733</guid>
		</item>
		<item>
			<title><![CDATA[Re: libpng12-0 Multiarch]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10729#p10729</link>
			<description><![CDATA[<p>Update:&#160; I now know how to get the i386 package on my amd64 system.</p><p>Check to see if multiarch is enabled. I already had the multiarch package installed, but this gave me no output the first time..</p><div class="codebox"><pre><code>dpkg --print-foreign-architectures   # </code></pre></div><p>Enable multiarch:</p><div class="codebox"><pre><code>dpkg --add-architecture i386
apt-get update</code></pre></div><div class="codebox"><pre><code>$ dpkg --print-foreign-architectures
i386</code></pre></div><p>Get the package:</p><div class="codebox"><pre><code>apt-get download libpng12-0:i386</code></pre></div><p>gives me libpng12-0_1.2.50-2+deb8u3_i386.deb</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 14 Jul 2018 22:11:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10729#p10729</guid>
		</item>
		<item>
			<title><![CDATA[Re: libpng12-0 Multiarch]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10727#p10727</link>
			<description><![CDATA[<p>It&#039;s already in jessie. I see it in my i386 system and can download the package. In my amd64 system with multiarch, I can only download the amd64 version. Or maybe I don&#039;t know the right command to get it there. </p><div class="codebox"><pre><code>apt-cache policy libpng12-0
libpng12-0:
  Installed: 1.2.50-2+deb8u2
  Candidate: 1.2.50-2+deb8u3
  Version table:
     1.2.50-2+deb8u3 0
        500 http://us.mirror.devuan.org/merged/ jessie/main i386 Packages
        500 http://pkgmaster.devuan.org/merged/ jessie/main i386 Packages
 *** 1.2.50-2+deb8u2 0
        500 http://auto.mirror.devuan.org/merged/ jessie-security/main i386 Packages
        500 http://pkgmaster.devuan.org/merged/ jessie-security/main i386 Packages
        100 /var/lib/dpkg/status</code></pre></div><p>If you&#039;re running ascii, you&#039;d use libpng16-16.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 14 Jul 2018 21:31:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10727#p10727</guid>
		</item>
		<item>
			<title><![CDATA[libpng12-0 Multiarch]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=10726#p10726</link>
			<description><![CDATA[<p>Do you plan to keep multiarch support?</p><p>I find that the only version of libpng12-0 available on Devuan is libpng12-0:amd64. Unfortunately a development tool I&#039;m using (Silicon Solution) needs the i386 version.</p><p>I was able to download libpng12-0:i386 from Debian Jessie and it installed without error. Any chance of adding that to Devuan&#039;s repositories?</p><p>Thanks,</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Sat, 14 Jul 2018 19:25:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=10726#p10726</guid>
		</item>
	</channel>
</rss>
