From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21107 invoked by alias); 26 Oct 2007 14:51:10 -0000 Received: (qmail 21096 invoked by uid 22791); 26 Oct 2007 14:51:08 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 14:51:03 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l9QEoucA028243; Fri, 26 Oct 2007 16:50:56 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l9QEouxs026180; Fri, 26 Oct 2007 16:50:56 +0200 (CEST) Date: Fri, 26 Oct 2007 14:51:00 -0000 Message-Id: <200710261450.l9QEouxs026180@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: spiridenok@tut.by, gdb@sourceware.org In-reply-to: <20071026143128.GA26407@caradoc.them.org> (message from Daniel Jacobowitz on Fri, 26 Oct 2007 10:31:28 -0400) Subject: Re: Breakpoint in C++ class constructor is never reached References: <20071026115446.GA26327@caradoc.them.org> <20071026122115.GA28419@caradoc.them.org> <20071026143128.GA26407@caradoc.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00274.txt.bz2 > Date: Fri, 26 Oct 2007 10:31:28 -0400 > From: Daniel Jacobowitz > > On Fri, Oct 26, 2007 at 05:25:24PM +0300, Bobo wrote: > > Unfortunately i can't do anything with one of the latest snapshots. > > I've donwloaded gdb-weekly-6.7.50_20071023. > > config goes ok (./configure --enable-gcc --prefix=/scratch/debugger). > > make gives the following error: > > make: Fatal error in reader: Makefile, line 63: Unexpected end of line seen > > Current working directory /usr/local/gdb-6.7.5/gdb-6.7.50_20071023/libdecnumber > > *** Error code 1 > > make: Fatal error: Command failed for target `all-libdecnumber' > > Current working directory /usr/local/gdb-6.7.5/gdb-6.7.50_20071023 > > *** Error code 1 > > make: Fatal error: Command failed for target `all' > > > > Is it a known issue? Should somebody submit a bug report for that? > > Oh dear. GCC requires GNU make, but GDB is not supposed to, I don't > think. This is a new problem. I regularly build GDB with OpenBSD make, so yes this is new (and I'd very much appreciate it if it got fixed).