From owner-freebsd-questions@FreeBSD.ORG Tue May 14 19:14:28 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 5E4BC5E3 for ; Tue, 14 May 2013 19:14:28 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-qe0-f49.google.com (mail-qe0-f49.google.com [209.85.128.49]) by mx1.freebsd.org (Postfix) with ESMTP id 2808934F for ; Tue, 14 May 2013 19:14:27 +0000 (UTC) Received: by mail-qe0-f49.google.com with SMTP id 7so746782qeb.36 for ; Tue, 14 May 2013 12:14:21 -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=8Xt/ddkaamiAGFazwjL/r/+XuHk3mnQeRhZVpl3Wgh4=; b=tcGuvM6a1/6uaHCcEwozaCosr84Y/NOIZI7yaNUsd/jAkcm4q+fSsAKEYwWi/cmeTd qNfxg+rGhsESADwQXWQ7LaF4i3eOr77JN5UiX7rgL9jGBfPuvvMhgouvFzVFoo6os3rV o6sXBGL53BAQMAkJsVpXrw+658TQy7OgH7fAD2SrtlckXhIjEXieGj23vc0UwYvlPFDs 7/vLHIAP2erWz84geUHS8BwDPvQOLQIYw8e4CBNA8IRYch91X+XNC/zxbbvbxgevqI/y 3AMZwwlAeCvaOCKeHgVOXxBaX1uiK2rd9paP7ct5rUHdZnwwlVYJ9ERhtpPkrqESQibk ig4g== MIME-Version: 1.0 X-Received: by 10.49.60.5 with SMTP id d5mr28826711qer.37.1368558479493; Tue, 14 May 2013 12:07:59 -0700 (PDT) Received: by 10.49.2.100 with HTTP; Tue, 14 May 2013 12:07:59 -0700 (PDT) In-Reply-To: <20130514171417.GB25885@slackbox.erewhon.net> References: <20130514171417.GB25885@slackbox.erewhon.net> Date: Tue, 14 May 2013 21:07:59 +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 19:14:28 -0000 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. I can send directly to your private email the 1.6 MB of log file ? For your review. I waiting for your answer, see you. Thanks.