<?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=5914&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Lazarus package broken?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5914</link>
		<description><![CDATA[The most recent posts in Lazarus package broken?.]]></description>
		<lastBuildDate>Fri, 25 Aug 2023 22:30:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43800#p43800</link>
			<description><![CDATA[<p>a few things I sometimes use, not mentioned here...</p><p># apt auto-remove -y<br /># apt --fix-broken install&#160; &#160;#with no packages (or specify a solution).<br /># dpkg -i --auto-deconfigure<br /># dpkg -i -G # -G do not down Grade</p><p>of course, with dpkg you need the package&#039;s location.</p><p>I hope this helps.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Fri, 25 Aug 2023 22:30:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43800#p43800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43793#p43793</link>
			<description><![CDATA[<div class="quotebox"><cite>Tritonio wrote:</cite><blockquote><div><p>I guess apt isn&#039;t that smart and I need to manually fix the versions of these two packages?</p></div></blockquote></div><p>apt will not downgrade a package versions, unless you pin it.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Fri, 25 Aug 2023 17:46:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43793#p43793</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43792#p43792</link>
			<description><![CDATA[<p>Should you have non-free-firmware in your sources.list? I don&#039;t think that would cause this problem but might cause problems with hardware support later.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 25 Aug 2023 16:31:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43792#p43792</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43785#p43785</link>
			<description><![CDATA[<p>You can check all available versions (wrt your sources.list) of a package P with </p><div class="codebox"><pre><code>apt-cache policy P</code></pre></div><p>That tells if there are any associated security updates.</p><p>You can also review package P (wrt to a larger sources.list) at <a href="https://pkginfo.devuan.org/P" rel="nofollow">https://pkginfo.devuan.org/P</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 25 Aug 2023 13:54:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43785#p43785</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43781#p43781</link>
			<description><![CDATA[<p>Hello Ralph. I&#039;ve done all three during the upgrade to Daedalus and I&#039;ve done the first two multiple times after it to fetch updates to my installed packages. I tried again right now and I did not see any packages that I have not upgraded (and it did fetch the repos again).</p><p>Digging a bit deeper it looks like it fails because<br />lcl-2.2 is not installable because<br />lcl-gtk2-2.2 is not installable because<br />fp-units-gtk2 is an unmet dependency because<br />libatk1.0-dev depends on libatk1.0-0 (= 2.46.0-5) but 2.48.3-1~bpo12+1 is to be installed and, additionally, libatk1.0-dev depends on gir1.2-atk-1.0 (= 2.46.0-5) but 2.48.3-1~bpo12+1 is to be installed.</p><p>So I guess they need an exact version but I have a newer one already installed from stable-backports because of gimp-gap. </p><p>But gimp-gap needs any libatk1.0-dev version above or equal to 1.12.4, so why isn&#039;t apt simply downgrading my libatk1.0-0 version to fix the dependencies?</p><p>As for the gir1.2-atk-1.0 dependency it&#039;s because lutris depends on gir1.2-gtk-3.0 which in turn depends on gir1.2-atk-1.0 (&gt;= 2.35.1) which once more means that apt should be able to downgrade from the backported 2.48.3 to 2.46.0 and lutris will be happy too.</p><p>I guess apt isn&#039;t that smart and I need to manually fix the versions of these two packages? (gir1.2-atk-1.0 and libatk1.0-0) Is there anything I need to remember if I fix their versions? For example, how do I know that I&#039;m not missing out on security updates on them?</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Fri, 25 Aug 2023 13:24:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43781#p43781</guid>
		</item>
		<item>
			<title><![CDATA[Re: Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43776#p43776</link>
			<description><![CDATA[<p>Have you done </p><div class="codebox"><pre><code>apt-get update</code></pre></div><p> .. or whatever the corresponding button presses are on the gui tool?</p><p>Have you done </p><div class="codebox"><pre><code>apt-get upgrade</code></pre></div><p> .. or whatever the corresponding button presses are on the gui tool?</p><p>Have you done </p><div class="codebox"><pre><code>apt-get dist-upgrade</code></pre></div><p>&#160; .. or whatever the corresponding button presses are on the gui tool?</p><p>Thoe are the three steps to follow after having changed sources.list.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 25 Aug 2023 12:44:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43776#p43776</guid>
		</item>
		<item>
			<title><![CDATA[Lazarus package broken?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=43773#p43773</link>
			<description><![CDATA[<p>I am trying to install lazarus and apt gives me:</p><div class="codebox"><pre><code> lazarus-2.2 : Depends: lcl-2.2 (&gt;= 2.2.6+dfsg2-2) but it is not installable
               Recommends: fpc</code></pre></div><p>Synaptic also shows red boxes if I try to tick it.</p><p>Have I broken my repositories? I&#039;m on Daedalus, recently upgraded from Chimaera.</p><p>Here&#039;s my sources.list:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged daedalus main non-free contrib
deb-src http://deb.devuan.org/merged daedalus main non-free contrib

deb http://pkgmaster.devuan.org/merged daedalus-security main contrib non-free
deb-src http://pkgmaster.devuan.org/merged daedalus-security main contrib non-free
deb http://deb.devuan.org/merged daedalus-updates main contrib non-free
deb-src http://deb.devuan.org/merged daedalus-updates main contrib non-free

deb http://deb.devuan.org/merged daedalus-backports main contrib non-free
deb-src http://deb.devuan.org/merged daedalus-backports main contrib non-free</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Fri, 25 Aug 2023 12:28:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=43773#p43773</guid>
		</item>
	</channel>
</rss>
