From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: Toolchain Build Failure Date: Wed, 26 Feb 2014 11:24:34 +0100 Message-ID: <1393410274.21180.59.camel@rice-oxley.tremer.info> In-Reply-To: <1393407310.2393.4.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6823486069687400827==" List-Id: --===============6823486069687400827== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello Sascha, I think that your shell does not provide those kinds of substitution we are using there. If your /bin/sh is pointing to dash or something else, you should change that to /bin/bash. Honestly, I would recommend to download the toolchain unless you are building for a new architecture. This will save you some time and of course the trouble of compiling it. -Michael On Wed, 2014-02-26 at 10:35 +0100, Sascha Kilian wrote: > Good Morning, > > i tried to make a clean build to verify the Fireinfo and have the newest > version. > > i can reproduce this by run the following commands: > > on ipfire-2.x folder > > "git checkout next" (told me i am already on this) > "git pull" (told me some updates or up-to-date) > "./make.sh clean" > "./make.sh build" > > on Building the Toolchain::ncurses i got following Compile error > > make[2]: Leaving directory > `/opt/ipfire/ipfire-2.x/build/usr/src/ncurses-5.9/widec/c++' > make[1]: Leaving directory > `/opt/ipfire/ipfire-2.x/build/usr/src/ncurses-5.9/widec' > # Install everything. > cd /opt/ipfire/ipfire-2.x/build/usr/src/ncurses-5.9 && make -C narrowc > install.{libs,progs,data} > make[1]: Entering directory > `/opt/ipfire/ipfire-2.x/build/usr/src/ncurses-5.9/narrowc' > make[1]: *** No rule to make target `install.{libs,progs,data}'. Stop. > make[1]: Leaving directory > `/opt/ipfire/ipfire-2.x/build/usr/src/ncurses-5.9/narrowc' > make: *** [/opt/ipfire/ipfire-2.x/log/ncurses-5.9-tools] Error 2 > > > > > _______________________________________________ > Development mailing list > Development(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/development --===============6823486069687400827==--