From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 08:07:36 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92FB81065670 for ; Mon, 22 Mar 2010 08:07:36 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D74278FC28 for ; Mon, 22 Mar 2010 08:07:35 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA15455; Mon, 22 Mar 2010 10:07:32 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Ntcfc-000Dg8-4F; Mon, 22 Mar 2010 10:07:32 +0200 Message-ID: <4BA72543.4060006@icyb.net.ua> Date: Mon, 22 Mar 2010 10:07:31 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Alexander Best References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: build failures after stdlib update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 08:07:36 -0000 on 22/03/2010 00:12 Alexander Best said the following: > Andriy Gapon schrieb am 2010-03-21: >> on 21/03/2010 23:11 Alexander Best said the following: >>> *hehe* that makes more sense. well i already sent you lp. >>> unfortunately str is >>> not available to gdb: > >>> (gdb) print str >>> Variable "str" is not available. > >> In cases like this sometimes the argument is still available for >> examination as >> a variable further down the stack (i.e. in one of the calling >> functions). > > hmmm... > > str might be "-m" then, because of: > > #1 0x0000000000416782 in concat (first=0x417618 "-m") at > /usr/src/gnu/usr.bin/cc/libiberty/../../../../contrib/gcclibs/libiberty/concat.c:76 > Perhaps, but doesn't look like it. Could you please do 'print *lp'? -- Andriy Gapon