<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Errors: lint:control_architecture_valid_contents when doing clickable]]></title><description><![CDATA[<p dir="auto">I'm new at clickable as well as CMakeList.txt, so if this is documented, please point me there, but my build fails after:</p>
<pre><code>Errors
------
 - lint:control_architecture_valid_contents
	found binaries for architecture 'all': src/Providers/charset_normalizer/md.cpython-38-x86_64-linux-gnu.so, src/Providers/charset_normalizer/md__mypyc.cpython-38-x86_64-linux-gnu.so
/home/diederick/projecten/Code/clickable-projects/potkast/build/all/app/potkast.thefoggiest.dev_1.0.0_all.click: FAIL
</code></pre>
<p dir="auto">even after if succesfully build the package. This doesn't happen when I do <code>clickable dekstop</code></p>
<p dir="auto">In my CMakeList.txt I have (if this is related):</p>
<pre><code>add_custom_target(install_deps ALL
    COMMENT "Installing feedparser and requests dependencies"
    COMMAND pip3 install -U --target install/src/Providers/ feedparser requests
)
</code></pre>
<p dir="auto">I got this example from an existing project, Afvaller, but that one builds without problem.</p>
<p dir="auto">Any help greatly appreciated!</p>
]]></description><link>https://forums.ubports.com/topic/11881/errors-lint-control_architecture_valid_contents-when-doing-clickable</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 15:22:07 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/11881.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Jan 2026 15:26:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Errors: lint:control_architecture_valid_contents when doing clickable on Mon, 19 Jan 2026 16:38:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gpatel-fr" aria-label="Profile: gpatel-fr">@<bdi>gpatel-fr</bdi></a> Right, thanks!</p>
]]></description><link>https://forums.ubports.com/post/92441</link><guid isPermaLink="true">https://forums.ubports.com/post/92441</guid><dc:creator><![CDATA[RapidRotator]]></dc:creator><pubDate>Mon, 19 Jan 2026 16:38:47 GMT</pubDate></item><item><title><![CDATA[Reply to Errors: lint:control_architecture_valid_contents when doing clickable on Mon, 19 Jan 2026 16:17:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rapidrotator" aria-label="Profile: RapidRotator">@<bdi>RapidRotator</bdi></a> said in <a href="/post/92439">Errors: lint:control_architecture_valid_contents when doing clickable</a>:</p>
<p dir="auto">as a wild guess, maybe it's because your added packages are not pure python, that is, they need binary libraries, while you are specifying  ALL for architecture. So the fix could be to target arm64 instead.</p>
]]></description><link>https://forums.ubports.com/post/92440</link><guid isPermaLink="true">https://forums.ubports.com/post/92440</guid><dc:creator><![CDATA[gpatel-fr]]></dc:creator><pubDate>Mon, 19 Jan 2026 16:17:14 GMT</pubDate></item></channel></rss>