<?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=6318&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Systemtap packaging error - cannot be used]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6318</link>
		<description><![CDATA[The most recent posts in Systemtap packaging error - cannot be used.]]></description>
		<lastBuildDate>Mon, 08 Jul 2024 14:11:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Systemtap packaging error - cannot be used]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50995#p50995</link>
			<description><![CDATA[<p>Hi!</p><p>Just stumpled over this ...<br />Yes, I told them!</p><p>Regards,<br />Manfred</p>]]></description>
			<author><![CDATA[dummy@example.com (webman)]]></author>
			<pubDate>Mon, 08 Jul 2024 14:11:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50995#p50995</guid>
		</item>
		<item>
			<title><![CDATA[Re: Systemtap packaging error - cannot be used]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47109#p47109</link>
			<description><![CDATA[<p>Seems to be a poor way to differentiate between deb-based and rpm-based systems. Devuan wont be the only Debian derivative to fail this test.</p><p>I would recommend reporting this as an issue in to upstream <a href="https://sourceware.org/systemtap/getinvolved.html" rel="nofollow">SystemTap</a>, maybe with the suggestion to change the logic to whether the relevant binaries exist - i.e. along the lines of <span class="bbc">if [ -x /usr/bin/dpkg ] elif [ -x /usr/bin/rpm ] else &quot;error unknown system&quot;</span></p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Tue, 09 Jan 2024 12:14:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47109#p47109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Systemtap packaging error - cannot be used]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47093#p47093</link>
			<description><![CDATA[<p>Someone should contact packagemanagement or whoever is responsible for this.<br />I dont know!</p><p>Regards,<br />Manfred</p>]]></description>
			<author><![CDATA[dummy@example.com (webman)]]></author>
			<pubDate>Tue, 09 Jan 2024 03:46:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47093#p47093</guid>
		</item>
		<item>
			<title><![CDATA[Re: Systemtap packaging error - cannot be used]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47092#p47092</link>
			<description><![CDATA[<p>Hello!</p><p>According to the given error message:</p><div class="codebox"><pre><code>$ stap-prep
Configuring for kernel release 6.1.0-16-amd64
Debuginfo automatic downloading is not configured via $DEBUGINFOD_URLS
/usr/bin/stap-prep: line 80: rpm: command not found</code></pre></div><p>Now, I found time to look into the script.<br />The error is obviously easy to see, the root cause is in line 182:</p><div class="codebox"><pre><code>(180) DISTRO=&quot;$(lsb_release --id --short 2&gt; /dev/null)&quot;
(181) case &quot;$DISTRO&quot; in
(182) Debian|Ubuntu) &lt;===
(183)        prep_deb_based &quot;$@&quot;
(184)        ;;
(185) *)
(186)        prep_rpm_based &quot;$@&quot;
(187)        ;;
(188) esac</code></pre></div><p>Just insert &quot;|Devuan&quot; after &quot;Ubuntu&quot; in the case expression and it works.<br />Sad, but usual for the SystemTap installations all the time, the script<br />contains - ALWAYS(??) - such errors.<br />Additionally, at the end of the result (of running &#039;stap-prep&#039;), you get this:</p><div class="codebox"><pre><code>......
Processing triggers for runit (2.1.2-54) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
You need package linux-image-6.1.0-16-amd64-dbgsym but it does not seem to be available</code></pre></div><p>No such package exist, but systemtap is running now (say, at least my old script).<br />Another pointless waste of time.</p><p>Regards,<br />Manfred</p>]]></description>
			<author><![CDATA[dummy@example.com (webman)]]></author>
			<pubDate>Tue, 09 Jan 2024 03:44:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47092#p47092</guid>
		</item>
		<item>
			<title><![CDATA[Systemtap packaging error - cannot be used]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46988#p46988</link>
			<description><![CDATA[<p>Hello!</p><p>Just installed Devuan (daedalus, 6.1.0-16-amd64) in a KVM vm.<br />Installation of Systemtap (4.8-2) went ok, but the importent step,<br />executing &#039;stap-prep&#039; failed:</p><div class="codebox"><pre><code>$ stap-prep
Configuring for kernel release 6.1.0-16-amd64
Debuginfo automatic downloading is not configured via $DEBUGINFOD_URLS
/usr/bin/stap-prep: line 80: rpm: command not found</code></pre></div><p>Quite easy to see, there is usually no rpm, has to be apt ....<br />How can this be fixed?</p><p>Thanks,<br />Manfred</p>]]></description>
			<author><![CDATA[dummy@example.com (webman)]]></author>
			<pubDate>Sun, 07 Jan 2024 08:44:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46988#p46988</guid>
		</item>
	</channel>
</rss>
