From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24530 invoked by alias); 24 May 2012 22:45:39 -0000 Received: (qmail 24503 invoked by uid 22791); 24 May 2012 22:45:32 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_PM X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 May 2012 22:45:19 +0000 Received: by pbbrp2 with SMTP id rp2so976131pbb.0 for ; Thu, 24 May 2012 15:45:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.213.101 with SMTP id nr5mr25512305pbc.131.1337899518526; Thu, 24 May 2012 15:45:18 -0700 (PDT) Received: by 10.68.40.66 with HTTP; Thu, 24 May 2012 15:45:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 May 2012 22:45:00 -0000 Message-ID: Subject: Error while "make all": "make[2]: *** No rule to make target `/libreadline.a', needed by `gdb'. Stop." From: David Fernandez To: insight@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00029.txt.bz2 Hi there, Could you tell what is the problem? uname -a: Linux localhost.localdomain 3.3.6-3.fc16.i686.PAE #1 SMP Wed May 16 22:18:40 UTC 2012 i686 i686 i386 GNU/Linux I get the sources by doing: yumdownloader --source insight rpm -i insight-7.4.50-1.20120403cvs.fc16.src.rpm cd ~/rpmbuild/SPECS; rpmbuild -bp insight.spec cd ~/rpmbuild/BUILDROOT/arm-eabi/insight-7.4.50 ~/rpmbuild/BUILD/insight-7.4.50/configure --target=arm-eabi -v 2>&1 | tee configure.out make -w all 2>&1 | tee make.out I've tried to attach the ".out" files (on their own or as a .zip) but seems that the message doe not make it to the list for some reason so here is a little fragment at the end of make output (let me know any good way for you to post those files): gcc -g -O2 -I. -I../../../../BUILD/insight-7.4.50/gdb -I../../../../BUILD/insight-7.4.50/gdb/common -I../../../../BUILD/insight-7.4.50/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../../../BUILD/insight-7.4.50/gdb/../include/opcode -I../../../../BUILD/insight-7.4.50/gdb/../opcodes/.. -I@READLINE_SRC@/.. -I../bfd -I../../../../BUILD/insight-7.4.50/gdb/../bfd -I../../../../BUILD/insight-7.4.50/gdb/../include -I../libdecnumber -I../../../../BUILD/insight-7.4.50/gdb/../libdecnumber -I../../../../BUILD/insight-7.4.50/gdb/gnulib -Ignulib -DTUI=1 -DGDBTK -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Werror -c -o inflow.o -MT inflow.o -MMD -MP -MF .deps/inflow.Tpo ../../../../BUILD/insight-7.4.50/gdb/inflow.c Making init.c gcc -g -O2 -I. -I../../../../BUILD/insight-7.4.50/gdb -I../../../../BUILD/insight-7.4.50/gdb/common -I../../../../BUILD/insight-7.4.50/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../../../BUILD/insight-7.4.50/gdb/../include/opcode -I../../../../BUILD/insight-7.4.50/gdb/../opcodes/.. -I@READLINE_SRC@/.. -I../bfd -I../../../../BUILD/insight-7.4.50/gdb/../bfd -I../../../../BUILD/insight-7.4.50/gdb/../include -I../libdecnumber -I../../../../BUILD/insight-7.4.50/gdb/../libdecnumber -I../../../../BUILD/insight-7.4.50/gdb/gnulib -Ignulib -DTUI=1 -DGDBTK -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Werror -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c make[2]: *** No rule to make target `/libreadline.a', needed by `gdb'. Stop. make[2]: Leaving directory `/home/davidfc/rpmbuild/BUILDROOT/arm-eabi/insight-7.4.50/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/home/davidfc/rpmbuild/BUILDROOT/arm-eabi/insight-7.4.50' make: *** [all] Error 2 make: Leaving directory `/home/davidfc/rpmbuild/BUILDROOT/arm-eabi/insight-7.4.50' The same thing happens with insight-6.8-1 (after adding CFLAGS="-g -O2 -Wno-error=set-but-unused-variable" to avoid a few benign errors). Cheers