<?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[Custom Image Build Error]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am building a custom image using the latest git rep: <a href="https://github.com/OnionIoT/source.git" rel="nofollow">https://github.com/OnionIoT/source.git</a></p>
<p dir="auto">I want to include mjpg-streamer, and is facing this issue while building after using the 'make' command.</p>
<p dir="auto">Checking out files from the svn repository...<br />
/bin/sh: 1: svn: not found<br />
/bin/sh: 1: svn: not found<br />
Makefile:116: recipe for target '/root/buildroot/dl/mjpg-streamer-r182.1.tar.xz' failed<br />
make[3]: *** [/root/buildroot/dl/mjpg-streamer-r182.1.tar.xz] Error 127<br />
make[3]: Leaving directory '/root/buildroot/feeds/packages/multimedia/mjpg-streamer'<br />
Command exited with non-zero status 2<br />
time: package/feeds/packages/mjpg-streamer/compile#0.19#0.08#16.04<br />
package/Makefile:107: recipe for target 'package/feeds/packages/mjpg-streamer/compile' failed<br />
make[2]: *** [package/feeds/packages/mjpg-streamer/compile] Error 2<br />
make[2]: Leaving directory '/root/buildroot'<br />
package/Makefile:103: recipe for target '/root/buildroot/staging_dir/target-mips_24kc_musl/stamp/.package_compile' failed<br />
make[1]: *** [/root/buildroot/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2<br />
make[1]: Leaving directory '/root/buildroot'<br />
/root/buildroot/include/toplevel.mk:216: recipe for target 'world' failed<br />
make: *** [world] Error 2</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">Thank you!</p>
]]></description><link>http://community.onion.io/topic/4961/custom-image-build-error</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 15:44:41 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/4961.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Mar 2023 17:12:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom Image Build Error on Thu, 16 Mar 2023 17:12:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am building a custom image using the latest git rep: <a href="https://github.com/OnionIoT/source.git" rel="nofollow">https://github.com/OnionIoT/source.git</a></p>
<p dir="auto">I want to include mjpg-streamer, and is facing this issue while building after using the 'make' command.</p>
<p dir="auto">Checking out files from the svn repository...<br />
/bin/sh: 1: svn: not found<br />
/bin/sh: 1: svn: not found<br />
Makefile:116: recipe for target '/root/buildroot/dl/mjpg-streamer-r182.1.tar.xz' failed<br />
make[3]: *** [/root/buildroot/dl/mjpg-streamer-r182.1.tar.xz] Error 127<br />
make[3]: Leaving directory '/root/buildroot/feeds/packages/multimedia/mjpg-streamer'<br />
Command exited with non-zero status 2<br />
time: package/feeds/packages/mjpg-streamer/compile#0.19#0.08#16.04<br />
package/Makefile:107: recipe for target 'package/feeds/packages/mjpg-streamer/compile' failed<br />
make[2]: *** [package/feeds/packages/mjpg-streamer/compile] Error 2<br />
make[2]: Leaving directory '/root/buildroot'<br />
package/Makefile:103: recipe for target '/root/buildroot/staging_dir/target-mips_24kc_musl/stamp/.package_compile' failed<br />
make[1]: *** [/root/buildroot/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2<br />
make[1]: Leaving directory '/root/buildroot'<br />
/root/buildroot/include/toplevel.mk:216: recipe for target 'world' failed<br />
make: *** [world] Error 2</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">Thank you!</p>
]]></description><link>http://community.onion.io/post/25274</link><guid isPermaLink="true">http://community.onion.io/post/25274</guid><dc:creator><![CDATA[Antony]]></dc:creator><pubDate>Thu, 16 Mar 2023 17:12:24 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Image Build Error on Fri, 17 Mar 2023 08:58:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/8458">@Antony</a> The key error is :  ``/bin/sh: 1: svn: not found`</p>
<p dir="auto">SVN is the Subversion client, mpg-streamer must use this in its make file to pull source code from a Subversion repository. You'll need to install the Subversion client on the machine yu are executing the build. On ubuntu you would use the command:</p>
<p dir="auto">sudo apt install subversion</p>
]]></description><link>http://community.onion.io/post/25277</link><guid isPermaLink="true">http://community.onion.io/post/25277</guid><dc:creator><![CDATA[crispyoz]]></dc:creator><pubDate>Fri, 17 Mar 2023 08:58:17 GMT</pubDate></item></channel></rss>