From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XCmkM-0004GG-RG for ptxdist@pengutronix.de; Thu, 31 Jul 2014 11:34:03 +0200 Message-ID: <53DA0D96.6040307@erwinrol.com> Date: Thu, 31 Jul 2014 11:34:14 +0200 From: Erwin Rol MIME-Version: 1.0 Subject: [ptxdist] Can't build newer ptxdist version Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hello, I am trying the git ptxdist-2014.07.0 (and master too) version of ptxdist and get an error while building it. [erwin@eir ptxdist]$ ./autogen.sh [erwin@eir ptxdist]$ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for ptxdist patches... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for library containing regcomp... none required checking for library containing mvaddch... -lcurses checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking menu.h usability... yes checking menu.h presence... yes checking for menu.h... yes checking whether #! works in shell scripts... yes checking for bash... /bin/bash checking for gsed... no checking for sed... /bin/sed checking sed version... 4.2.1 checking for GNU chmod... /bin/chmod checking for GNU chown... /bin/chown checking for GNU mv... /bin/mv checking for GNU cp... /bin/cp checking for GNU rm... /bin/rm checking for GNU ln... /bin/ln checking for GNU rmdir... /bin/rmdir checking for GNU md5sum... /usr/bin/md5sum checking for GNU mkdir... /bin/mkdir checking for GNU mktemp... /bin/mktemp checking for GNU install... /usr/bin/install checking for GNU stat... /usr/bin/stat checking for GNU mknod... /bin/mknod checking for GNU dirname... /usr/bin/dirname checking for GNU sort... /bin/sort checking for GNU cat... /bin/cat checking for GNU tty... /usr/bin/tty checking for GNU readlink... /bin/readlink checking for GNU tar... /usr/bin/gtar checking for GNU find... /bin/find checking for GNU xargs... /usr/bin/xargs checking for egrep... (cached) /bin/grep -E checking for gawk... gawk checking for gawk... /bin/gawk checking awk version... 3.1.7 checking for sysctl... /sbin/sysctl checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for flex... /usr/bin/flex checking for bison... bison -y checking for bison... /usr/bin/bison checking whether yacc is bison++... no, this is good checking yacc/bison version... 2.4.1 checking for makeinfo... /usr/bin/makeinfo checking for bunzip2... /usr/bin/bunzip2 checking for gunzip... /bin/gunzip checking for gunzip... /bin/gunzip checking for wget... /usr/bin/wget checking find version... 4.4.2 checking for gmake... /usr/bin/gmake checking for file... /usr/bin/file checking for msgfmt... /usr/bin/msgfmt checking for python2... /usr/bin/python2 checking Python version... 2.6.6 checking whether /usr/bin/python2 finds distutils... yes checking whether Python development files are present... yes checking for patch... /usr/bin/patch checking whether /usr/bin/patch will work... yes configure: creating ./config.status config.status: creating Makefile version configured. Using '/usr/local' for installation prefix. Report bugs to [erwin@eir ptxdist]$ make building conf and mconf ... make: *** /home/erwin/Clients/transtechnik/Projects/tt2200/ptxdist/../scripts/kconfig: No such file or directory. Stop. make: *** [kconfig] Error 2 [erwin@eir ptxdist]$ It seems to want to go out of the ptxdist dir ( ....../ptxdist/../scripts/kconfig) Anny idea what I am doing wrong? - Erwin -- ptxdist mailing list ptxdist@pengutronix.de