From owner-freebsd-questions@FreeBSD.ORG Tue May 14 20:57:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B412942A for ; Tue, 14 May 2013 20:57:29 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 7D388C06 for ; Tue, 14 May 2013 20:57:29 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id c11so41404qcv.18 for ; Tue, 14 May 2013 13:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=dzDgq5B+F1eqHA3S734MSNZepO95zltqO8G2n4imwHs=; b=Mat2C4SRPt5q8c1uFQ4I0P2N9EgRryjRUmqEv/itZkq+JllNlmQeP0vaU4LgHiPDSn OpjBeAIGVx+e0tCKtMTuGpJ9Q5eliFj+Jef/Q77AEmQafwQNmiVU/zTeCYS77W3YxEI6 ojfIvsXnISGEWefJlkAjU+rFBo0mY0AVoLxiwfHAnPKiiL9WpIhpq3GxpaxfBf6+7JGm qFJi7GLPTc8infk9a3qbMdN4BlhuDO99djXNnOzLKXpabXyHhdrJM0FtvgDdtH8BHyni /IRzaIxPv6JplDzzqrpaXAA8incPrZGy/xQKe0y1IqtUOLlB8vvTBNBHjXip4aMDCGPX f1vw== MIME-Version: 1.0 X-Received: by 10.224.7.195 with SMTP id e3mr25622555qae.5.1368565049002; Tue, 14 May 2013 13:57:29 -0700 (PDT) Received: by 10.49.2.100 with HTTP; Tue, 14 May 2013 13:57:28 -0700 (PDT) In-Reply-To: <201305142044.r4EKiheX015233@mail.r-bonomi.com> References: <201305142044.r4EKiheX015233@mail.r-bonomi.com> Date: Tue, 14 May 2013 22:57:28 +0200 Message-ID: Subject: Re: can't compile lang/gcc port From: Xavier To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 20:57:29 -0000 On Tue, May 14, 2013 at 03:44:43PM -0500, Robert Bonomi wrote: Hi Robert, ( Sorry for my before email, my before email is an error of apropiate thread email ) > > Date: Tue, 14 May 2013 21:07:59 +0200 > > Subject: Re: can't compile lang/gcc port > > From: Xavier > > > > On Tue, May 14, 2013 at 07:14:17PM +0200, Roland Smith wrote: > > > > Hi Roland, > > > > > On Mon, May 13, 2013 at 03:59:26PM +0200, Xavier wrote: > > > > Hi to all, > > > > > > > > I can't compile lang/gcc port. > > > > > > > > The last lines of error: > > > > > > Unfortunately the real error happens _above_ the lines that you showed. > > > > > > > Hmmm, OK. > > > > > > else \ > > > > exit 1; \ fi; \ else true; \ fi; \ fi; \ done; \ fi > > > > gmake[5]: Leaving directory > > > > `/usr/ports/lang/gcc/work/build/i386-portbld-freebsd > > > > 9.1/libstdc++-v3' > > > > gmake[4]: Leaving directory > > > > `/usr/ports/lang/gcc/work/build/i386-portbld-freebsd > > > [snip] > > > > Stop in /usr/ports/lang/gcc. > > > > *** [build] Error code 1 > > > > > > > > Stop in /usr/ports/lang/gcc. > > > > > > > Somebody can help me ? > > > > > > There is probably a compiler error somewhere before the lines that you > > > posted. Can you show a little bit more? > > > > > > > I don't show more lines because the log is very long for paste here. > > Look for lines with the words: > warning: > Warning: > error: > Error: > > Report at least the 3 lines before each such occurance and 10 or so lines > after it. > > This command: > grep -B 3 -A 10 -E -i '(warning|error):' < {{logfile}} > should do the selection automatically. > I paste log here: http://pastebin.com/X0C1gtaG I cut the middle log for 500 KB of limit in pastebin.com web site. Thanks, see you.