From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2679 invoked by alias); 24 Mar 2009 10:32:59 -0000 Received: (qmail 2670 invoked by uid 22791); 24 Mar 2009 10:32:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 10:32:51 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2OAWRql030440; Tue, 24 Mar 2009 06:32:28 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2OAWMiF026920; Tue, 24 Mar 2009 06:32:22 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2OAWPLJ008773; Tue, 24 Mar 2009 06:32:26 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n2OAWLMC024910; Tue, 24 Mar 2009 11:32:23 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n2OAWK3W024901; Tue, 24 Mar 2009 11:32:20 +0100 Date: Tue, 24 Mar 2009 15:40:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Jerome Guitton Subject: Re: [RFA] Add --with-curses configure option Message-ID: <20090324103220.GA23668@host0.dyn.jankratochvil.net> References: <20090313020640.GE11284@adacore.com> <20090324012742.GN9472@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090324012742.GN9472@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00525.txt.bz2 On Tue, 24 Mar 2009 02:27:42 +0100, Joel Brobecker wrote: > > 2009-02-13 Jerome Guitton > > > > * configure.ac: Add --with-curses. > > * configure: Regenerated. > > There were no objections, so I checked this patch in after reverifying it > by buiding GDB on x86-linux before the patch (linked to libtermcap.so), All the tests now fail on Fedora 10 x86_64 due to an unexpected output there: GNU gdb (GDB) 6.8.50.20090324-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: . ^[[?1034h(gdb) ERROR: GDB never initialized. ldd output changed this way: linux-vdso.so.1 => - libncurses.so.5 => /lib64/libncurses.so.5 + libtinfo.so.5 => /lib64/libtinfo.so.5 libz.so.1 => /lib64/libz.so.1 libm.so.6 => /lib64/libm.so.6 libpython2.5.so.1.0 => /usr/lib64/libpython2.5.so.1.0 libexpat.so.1 => /lib64/libexpat.so.1 libdl.so.2 => /lib64/libdl.so.2 libc.so.6 => /lib64/libc.so.6 - libtinfo.so.5 => /lib64/libtinfo.so.5 libpthread.so.0 => /lib64/libpthread.so.0 libutil.so.1 => /lib64/libutil.so.1 /lib64/ld-linux-x86-64.so.2 Sure it may be also an ncurses bug. Regards, Jan