<?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=2500&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Frequent aptitude upgrade error]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2500</link>
		<description><![CDATA[The most recent posts in Frequent aptitude upgrade error.]]></description>
		<lastBuildDate>Wed, 28 Nov 2018 15:54:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Frequent aptitude upgrade error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12985#p12985</link>
			<description><![CDATA[<p>I did a little more detective work on this today. I found three packages from Jessie that were, for some reason, never removed when I upgraded to ASCII.</p><div class="codebox"><pre><code>$ apt-show-versions -u
remmina:i386/ascii-backports 1.1.1-2 upgradeable to 1.2.32.1+dfsg-1~bpo9+1
remmina-common:all/ascii-backports 1.1.1-2 upgradeable to 1.2.32.1+dfsg-1~bpo9+1
remmina-plugin-rdp:i386/ascii-backports 1.1.1-2 upgradeable to 1.2.32.1+dfsg-1~bpo9+1</code></pre></div><p>After removing them the problem seems to have gone away, at least for now.</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 28 Nov 2018 15:54:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12985#p12985</guid>
		</item>
		<item>
			<title><![CDATA[Re: Frequent aptitude upgrade error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12893#p12893</link>
			<description><![CDATA[<p>Do you know which packages from backports are causing the problem? Get the list of bpo packages that are to be upgraded, and run &#039;apt-cache policy&#039; on them to see what versions are in ascii and bpo. That might identify the naming problem you suspect. It might also be possible to find the problem by upgrading one bpo package at a time. (one or a few if necessary.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 21 Nov 2018 14:53:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12893#p12893</guid>
		</item>
		<item>
			<title><![CDATA[Re: Frequent aptitude upgrade error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12888#p12888</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Have you tried using deb.devuan.org as per <span class="bbu"><a href="https://devuan.org/os/etc/apt/sources.list" rel="nofollow">https://devuan.org/os/etc/apt/sources.list</a></span> and <span class="bbu"><a href="https://files.devuan.org/devuan_ascii/Release_notes.txt" rel="nofollow">https://files.devuan.org/devuan_ascii/Release_notes.txt</a></span>&#160; ?</p></div></blockquote></div><p>Thank you for the suggestion. Yes, I did, and the problem remains.</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 21 Nov 2018 11:41:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12888#p12888</guid>
		</item>
		<item>
			<title><![CDATA[Re: Frequent aptitude upgrade error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12882#p12882</link>
			<description><![CDATA[<p>Have you tried using deb.devuan.org as per <span class="bbu"><a href="https://devuan.org/os/etc/apt/sources.list" rel="nofollow">https://devuan.org/os/etc/apt/sources.list</a></span> and <span class="bbu"><a href="https://files.devuan.org/devuan_ascii/Release_notes.txt" rel="nofollow">https://files.devuan.org/devuan_ascii/Release_notes.txt</a></span>&#160; ?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 21 Nov 2018 07:08:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12882#p12882</guid>
		</item>
		<item>
			<title><![CDATA[Frequent aptitude upgrade error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=12881#p12881</link>
			<description><![CDATA[<p>I often encounter this error when using aptitude to upgrade my Devuan ASCII system:</p><div class="codebox"><pre><code># aptitude update &amp;&amp; aptitude upgrade
Get: 1 http://pkgmaster.devuan.org/merged ascii InRelease [25.6 kB]
Get: 2 http://pkgmaster.devuan.org/merged ascii-updates InRelease [25.6 kB]
Get: 3 http://pkgmaster.devuan.org/merged ascii-security InRelease [24.9 kB]
Get: 4 http://pkgmaster.devuan.org/merged ascii-backports InRelease [25.6 kB]
Hit http://download.virtualbox.org/virtualbox/debian stretch InRelease
Get: 5 http://pkgmaster.devuan.org/merged ascii-backports/main i386 Packages [510 kB]
Get: 6 http://pkgmaster.devuan.org/merged ascii-backports/main amd64 Packages [516 kB]
Fetched 1,128 kB in 7s (148 kB/s)                                                                                                                             
                                         
Resolving dependencies...                
Internal error: found 2 (choice -&gt; promotion) mappings for a single choice.
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.</code></pre></div><p>If I comment out backports and try again, the problem goes away. My guess is that someone has messed up and did not properly rename one of the packages in backports. Of course, I could be wrong. Any thoughts?</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Wed, 21 Nov 2018 06:38:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=12881#p12881</guid>
		</item>
	</channel>
</rss>
