<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — OpenWRT build error with GCC and ncurses (broken)]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=128</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=128&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in OpenWRT build error with GCC and ncurses (broken).]]></description>
		<lastBuildDate>Thu, 06 Dec 2018 16:49:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=673#p673</link>
			<description><![CDATA[<p>Problem solved.</p><p>The following package was causing the issue : hardening-wrapper</p><p>After uninstall, I can successfully build the toolchain.</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Thu, 06 Dec 2018 16:49:58 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=673#p673</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=543#p543</link>
			<description><![CDATA[<p>git clone <a href="http://review.coreboot.org/p/coreboot">http://review.coreboot.org/p/coreboot</a><br />cd coreboot<br />git submodule update --init --checkout<br />make crossgcc</p><p>My computer is perfectly fine. It builds without any error with Debian (stable &amp; testing) or Parabola. So..</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Sat, 06 Oct 2018 14:22:47 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=543#p543</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=542#p542</link>
			<description><![CDATA[<p>what is the command you ran before the cloning line (the first line)?</p><p>Also, make sure you have enough RAM and try to do it when the computer is not in use (if you are killing off processes when RAM is full then it might kill the compilation - this happened to me once).</p><p>Maybe we should try debugging this on #hyperbola channel...</p>]]></description>
			<author><![CDATA[null@example.com (aloniv)]]></author>
			<pubDate>Sat, 06 Oct 2018 14:08:03 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=542#p542</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=541#p541</link>
			<description><![CDATA[<p><a href="http://dpaste.com/1F8D4RV">http://dpaste.com/1F8D4RV</a></p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Sat, 06 Oct 2018 05:38:55 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=541#p541</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=540#p540</link>
			<description><![CDATA[<p>It isn&#039;t the full output as it starts from the middle of a file. It needs to start with &quot;git clone...&quot;. Also, please paste on dpaste as it&#039;s easier for me to read from there.</p>]]></description>
			<author><![CDATA[null@example.com (aloniv)]]></author>
			<pubDate>Fri, 05 Oct 2018 13:54:40 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=540#p540</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=539#p539</link>
			<description><![CDATA[<div class="quotebox"><cite>aloniv wrote:</cite><blockquote><p>Try a fresh build using the commands from the log I provided and post the regular terminal output please.</p></blockquote></div><p>I did. This is the output I got.</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Fri, 05 Oct 2018 12:05:38 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=539#p539</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=538#p538</link>
			<description><![CDATA[<p>Try a fresh build using the commands from the log I provided and post the regular terminal output please.</p>]]></description>
			<author><![CDATA[null@example.com (aloniv)]]></author>
			<pubDate>Fri, 05 Oct 2018 04:52:59 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=538#p538</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=537#p537</link>
			<description><![CDATA[<p>Thanks.<br />This is strange, I&#039;m using gcc-multilib (&amp; gcc-ada-multilib) as well and this is the error I get : </p><p><a href="https://paste.debian.net/plainh/e6578d10">https://paste.debian.net/plainh/e6578d10</a></p><p>It compiled fine previously (few months ago).. So I don&#039;t know where to look.</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Thu, 04 Oct 2018 22:59:34 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=537#p537</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=536#p536</link>
			<description><![CDATA[<div class="quotebox"><cite>aether wrote:</cite><blockquote><p>PS : coreboot crossgcc compilation is also not working with current GCC on Hyperbola. I&#039;m not sure how to solve this. For now I&#039;ve built the whole toolchain with Debian SID and use that.</p></blockquote></div><p>I actually ran &quot;make crossgcc&quot; last night in my coreboot directory and it built just fine on my hyperbola machine after several hours. I installed iasl and gcc-ada-multilib beforehand. Here is the log:</p><p><a href="http://dpaste.com/07RNT1A">http://dpaste.com/07RNT1A</a></p><p>I think you might need gcc-multilib instead of regular gcc. On arch the newer gcc (from November of last year) includes support for multilib but hyperbola still uses the old version which is probably why in the instructions you copied the regular gcc package appears:</p><p><a href="https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/gcc&amp;id=21e16ee264e004d6f32af818ba2bad656515ebac">https://git.archlinux.org/svntogit/pack … 656515ebac</a></p>]]></description>
			<author><![CDATA[null@example.com (aloniv)]]></author>
			<pubDate>Thu, 04 Oct 2018 13:21:14 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=536#p536</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=533#p533</link>
			<description><![CDATA[<p>You can replicate by yourself if you want :</p><p><a href="https://openwrt.org/docs/guide-developer/build-system/install-buildsystem">https://openwrt.org/docs/guide-develope … uildsystem</a><br /><a href="https://openwrt.org/docs/guide-developer/build-system/use-buildsystem">https://openwrt.org/docs/guide-develope … uildsystem</a></p><p>Dependencies :</p><p>pacman -S --needed subversion asciidoc bash bc binutils bzip2 fastjar flex git gcc util-linux gawk intltool zlib make cdrkit ncurses openssl patch perl-extutils-makemaker rsync unzip wget gettext libxslt boost libusb bin86 sharutils b43-fwcutter findutils time</p><p>Cloning the openwrt repo :</p><p>git clone <a href="https://git.openwrt.org/openwrt/openwrt.git">https://git.openwrt.org/openwrt/openwrt.git</a></p><p>Switching to latest stable branch :</p><p>cd openwrt &amp;&amp; git checkout tags/v18.06.1</p><p>Updating feeds :</p><p>./scripts/feeds update -a &amp;&amp; ./scripts/feeds install -a</p><p>(this is where it complains about broken GCC and ncurses..)</p><p>----</p><p>What I don&#039;t understand is I&#039;m able to build the whole thing without issue with Debian stable, testing or sid. What is causing the issue with hyperbola GCC and ncurses version ? Hopefully, Emulatorman will see this message <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Fri, 28 Sep 2018 08:26:33 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=533#p533</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=532#p532</link>
			<description><![CDATA[<div class="quotebox"><cite>aether wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>I haven&#039;t done this before, but hopefully me replying will send help to you.&nbsp; </p><p>PS, why not librecmc?&nbsp; It is a fork of openwrt that removes the non-free stuff from openwrt. Just wondering...</p></blockquote></div><p>In fact, I&#039;m using LibreCMC already but wanted to try something with OpenWRT. Anyway, the build system is broken as well :</p><div class="codebox"><pre><code>Build dependency: Please reinstall the GNU C Compiler - it appears to be broken
Build dependency: Please reinstall the GNU C++ Compiler - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install a static zlib. (Missing libz.a or zlib.h)</code></pre></div></blockquote></div><p>Okay, I am curious of what you were trying to do.&nbsp; Nevertheless, last reply for now, but hopefully someone can help you.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Fri, 28 Sep 2018 07:59:40 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=532#p532</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=531#p531</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>I haven&#039;t done this before, but hopefully me replying will send help to you.&nbsp; </p><p>PS, why not librecmc?&nbsp; It is a fork of openwrt that removes the non-free stuff from openwrt. Just wondering...</p></blockquote></div><p>In fact, I&#039;m using LibreCMC already but wanted to try something with OpenWRT. Anyway, the build system is broken as well :</p><div class="codebox"><pre><code>Build dependency: Please reinstall the GNU C Compiler - it appears to be broken
Build dependency: Please reinstall the GNU C++ Compiler - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install a static zlib. (Missing libz.a or zlib.h)</code></pre></div><p>PS : coreboot crossgcc compilation is also not working with current GCC on Hyperbola. I&#039;m not sure how to solve this. For now I&#039;ve built the whole toolchain with Debian SID and use that.</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Fri, 28 Sep 2018 07:54:48 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=531#p531</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=530#p530</link>
			<description><![CDATA[<div class="quotebox"><cite>aether wrote:</cite><blockquote><p>Hello,</p><p>I&#039;m trying to setup the OpenWRT build system on my hyperbola system.<br />Unfortunately, it stops.. early.</p><p>Those errors appears when updating the packages feeds after cloning the openwrt repo and switching to 18.06.1 branch :</p><p>./scripts/feeds update &amp;&amp; ./scripts/feeds install -a</p><div class="codebox"><pre><code>Build dependency: \nPlease reinstall the GNU C Compiler (4.8 or later) - it appears to be broken
Build dependency: \nPlease reinstall the GNU C++ Compiler (4.8 or later) - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)</code></pre></div><p>Even though they are installed.<br />gcc 6.3.0-1.hyperbola1<br />ncurses 6.0+20170429-1</p><p>Any help please ?</p></blockquote></div><p>I haven&#039;t done this before, but hopefully me replying will send help to you.&nbsp; </p><p>PS, why not librecmc?&nbsp; It is a fork of openwrt that removes the non-free stuff from openwrt. Just wondering...</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Fri, 28 Sep 2018 01:30:16 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=530#p530</guid>
		</item>
		<item>
			<title><![CDATA[OpenWRT build error with GCC and ncurses (broken)]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=529#p529</link>
			<description><![CDATA[<p>Hello,</p><p>I&#039;m trying to setup the OpenWRT build system on my hyperbola system.<br />Unfortunately, it stops.. early.</p><p>Those errors appears when updating the packages feeds after cloning the openwrt repo and switching to 18.06.1 branch :</p><p>./scripts/feeds update &amp;&amp; ./scripts/feeds install -a</p><div class="codebox"><pre><code>Build dependency: \nPlease reinstall the GNU C Compiler (4.8 or later) - it appears to be broken
Build dependency: \nPlease reinstall the GNU C++ Compiler (4.8 or later) - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)</code></pre></div><p>Even though they are installed.<br />gcc 6.3.0-1.hyperbola1<br />ncurses 6.0+20170429-1</p><p>Any help please ?</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Thu, 27 Sep 2018 21:29:35 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=529#p529</guid>
		</item>
	</channel>
</rss>
