<?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=5668&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5668</link>
		<description><![CDATA[The most recent posts in sudo apt-get build-dep APACKAGE , returns, unmet dependency.]]></description>
		<lastBuildDate>Mon, 24 Apr 2023 21:17:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41986#p41986</link>
			<description><![CDATA[<p>Here&#039;s a maintainers guide for forked packages. <a href="https://git.devuan.org/devuan/documentation/src/branch/master/maintainers/PackagingGuide.md" rel="nofollow">https://git.devuan.org/devuan/documenta … ngGuide.md</a></p><p>You&#039;ll get much more information in the debian documentation listed on that page.</p><p>If you&#039;re doing this to learn how to do packaging, you might want to start with some smaller and easier packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 24 Apr 2023 21:17:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41986#p41986</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41984#p41984</link>
			<description><![CDATA[<p>I tried to compile mariadb-server but i gave the following error,</p><div class="codebox"><pre><code>main.multi_update_debug                  w1 [ skipped ]  debug_sync is not available
main.max_password_errors                 w2 [ pass ]   3011

Only  1150  of 1149 completed.
--------------------------------------------------------------------------
The servers were restarted 141 times
Spent 301.335 of 210 seconds executing testcases

Completed: Failed 2/820 tests, 99.76% were successful.

Failing test(s): main.flush_logs_not_windows

The log files in var/log may give you some hint of what went wrong.

If you want to report this error, please read first the documentation
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html

130 tests were skipped, 50 by the test itself.

mysql-test-run: *** ERROR: there were failing test cases
make[1]: *** [debian/rules:118: override_dh_auto_test] Error 1
make[1]: Leaving directory &#039;/root/src/mariadb-server&#039;
make: *** [debian/rules:191: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b failed
root@devuan:~/src/mariadb-server# </code></pre></div><p>Someone should add a page to the devuan website how to correctly compile from source as it looks i&#039;m doing something wrong.</p>]]></description>
			<author><![CDATA[dummy@example.com (devosalain)]]></author>
			<pubDate>Mon, 24 Apr 2023 20:12:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41984#p41984</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41982#p41982</link>
			<description><![CDATA[<p>93 contains the debhelper command sequencer</p><div class="codebox"><pre><code>dh $@</code></pre></div><p>194 contains some locale stuff</p><div class="codebox"><pre><code>187 override_dh_auto_test-arch:
    188 ifeq (, $(findstring nocheck, $(DEB_BUILD_OPTIONS)))
    189         # when tests fail, print newest log files
    190         # initdb doesn&#039;t like LANG and LC_ALL to contradict, unset LANG and LC_CTYPE here
    191         # temp-install wants to be invoked from a top-level make, unset MAKELEVEL here
    192         # hurd doesn&#039;t implement semaphores shared between processes yet; succeed anyway so they at least have libpq5
    193         # plperl currently fails on kfreebsd-*
    194         unset LANG LC_CTYPE MAKELEVEL; ulimit -c unlimited; \
    195         if ! make -C build check-world \
    196           EXTRA_REGRESS_OPTS=&#039;--port=$(shell perl -le &#039;print 1024 + int(rand(64000))&#039;)&#039; \
    197           TEMP_CONFIG=$(CURDIR)/debian/tests/postgresql.conf \
    198           PG_TEST_EXTRA=&#039;ssl&#039; \
    199           PROVE_FLAGS=&quot;--verbose&quot;; \
    200         then \</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devosalain)]]></author>
			<pubDate>Mon, 24 Apr 2023 19:32:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41982#p41982</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41980#p41980</link>
			<description><![CDATA[<p>I really don&#039;t know. What&#039;s on lines 93 and 194 of debian/rules?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 24 Apr 2023 18:53:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41980#p41980</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41978#p41978</link>
			<description><![CDATA[<p>Great, this chroot seem to provide progress :</p><p>What i did:</p><div class="codebox"><pre><code>mkdir chroot-debian
debootstrap chimaera ./chroot-debian http://deb.devuan.org/merged
chroot ./chroot-debian

edit /etc/apt/sources in this chroot

apt install locales
dpkg-reconfigure locales
locale -a
locale-gen

apt-get build-dep postgresql-13
apt-get install build-essential fakeroot devscripts
debcheckout postgresql-13
cd postgresql-13
debuild -b -uc -us</code></pre></div><p>The last line starts the postgresql-13 compilation process.</p><p>But then :</p><div class="codebox"><pre><code>make[1]: Leaving directory &#039;/root/src/postgresql-13/build&#039;
make[1]: *** [debian/rules:194: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory &#039;/root/src/postgresql-13&#039;
make: *** [debian/rules:93: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b failed</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devosalain)]]></author>
			<pubDate>Mon, 24 Apr 2023 18:32:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41978#p41978</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41971#p41971</link>
			<description><![CDATA[<p>I think you need to build it in a chroot that has the build deps installed. That can be done with pbuilder or fully manually or probably another way.</p><p>I passed your question up the chain to see if there&#039;s a different answer.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 24 Apr 2023 14:09:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41971#p41971</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41967#p41967</link>
			<description><![CDATA[<p>libelogind0 is installed that is not the problem.<br />The problem in order to compile postgresql from source there is a build dependency,<br /> libsystemd0</p><p>But this dependency conflicts with the already installed libelogind0.</p>]]></description>
			<author><![CDATA[dummy@example.com (devosalain)]]></author>
			<pubDate>Mon, 24 Apr 2023 10:09:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41967#p41967</guid>
		</item>
		<item>
			<title><![CDATA[Re: sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41962#p41962</link>
			<description><![CDATA[<p>The system wants elogind installed.</p><p>install with apt...</p><div class="codebox"><pre><code>apt install libelogind0</code></pre></div><p>Just ignore the systemd stuff you see in errors on Devuan systems.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 24 Apr 2023 01:35:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41962#p41962</guid>
		</item>
		<item>
			<title><![CDATA[sudo apt-get build-dep APACKAGE , returns, unmet dependency]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41957#p41957</link>
			<description><![CDATA[<p>Trying to build e.g. postgresql from source:</p><p>sudo apt-get build-dep postgresql-13</p><p>returns,</p><p>unmet dependencies: libelogind0 : Conflicts: libsystemd0</p><p>How to fix this dependency in order to be able to build postgresql from source ?<br />Installing libsystemd0 would remove 140 of my installed packages ...</p>]]></description>
			<author><![CDATA[dummy@example.com (devosalain)]]></author>
			<pubDate>Sun, 23 Apr 2023 16:42:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41957#p41957</guid>
		</item>
	</channel>
</rss>
