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