From owner-freebsd-current@FreeBSD.ORG Sun Aug 19 14:31:41 2012 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 C0A8C106564A for ; Sun, 19 Aug 2012 14:31:41 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 733038FC08 for ; Sun, 19 Aug 2012 14:31:41 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so5537289vcb.13 for ; Sun, 19 Aug 2012 07:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5r5xFyXaBDZGabzNt+fxAm7vGqwrHR2E1HbpH6j+Adw=; b=OemMTq8QcPwG/+QKrcZ2iMOP0ZVvBx2DnSFyCHE54tou+EsM/zINBuc0PhHe3e1rEL wwYAR/dq7i8MFHzpu2/WIDwfoHu+jQhWxdwsn0KLzrtugo+oMCwIfe87LaDk0KPCfTTZ VYDORDkYw31U58CO+AzM0uyEHovdfLf+etfYmwluDeMaJ/5UGlPLjNHSq5eKzZCKCIQi TZGoYxTslH+sPwSlj5MwlwtioOaIZ1D7OlMw8yFZyyZoSYGjpm2yL0GknfUmovyNF/SC BLlXUb6JiCZ57nQ+MZqXNnrt0wRtfkjkszMsiZ9Nm49mgpboCi7fleAU+P2m0+aQNo6H XMmw== MIME-Version: 1.0 Received: by 10.52.67.7 with SMTP id j7mr6567336vdt.91.1345386700385; Sun, 19 Aug 2012 07:31:40 -0700 (PDT) Received: by 10.58.207.114 with HTTP; Sun, 19 Aug 2012 07:31:40 -0700 (PDT) Received: by 10.58.207.114 with HTTP; Sun, 19 Aug 2012 07:31:40 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Aug 2012 10:31:40 -0400 Message-ID: From: Ryan Stone To: Randy Bush Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: buildworld c++ internal error 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: Sun, 19 Aug 2012 14:31:41 -0000 Is the system running out of memory? A message will go to dmesg if so. On Aug 19, 2012 10:01 AM, "Randy Bush" wrote: > soekris 5501, been running fbsd since 6.x > csup Aug 18 22:38 gmt > rm -rf /usr/obj > buildworld > > c++ -O2 -pipe -DIPFIREWALL_NAT -march=pentium > -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/include > -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/tools/clang/include > -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore -I. > -I/usr/src/lib/clang/libllvmcore/../../../contrib/llvm/../../lib/clang/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS > -D__STDC_CONSTANT_MACROS > -DLLVM_DEFAULT_TARGET_TRIPLE=\"i386-unknown-freebsd9.0\" > -DDEFAULT_SYSROOT=\"\" -fstack-protector -fno-exceptions -c > /usr/src/lib/clang/libllvmcore/../../../contrib/llvm/lib/VMCore/Function.cpp > -o Function.o > {standard input}: Assembler messages: > {standard input}:36465: Warning: end of file not at end of a line; newline > inserted > {standard input}:36631: Error: unknown pseudo-op: `.lc798' > c++: Internal error: Killed: 9 (program cc1plus) > Please submit a full bug report. > See for instructions. > *** Error code 1 > > Stop in /usr/src/lib/clang/libllvmcore. > > # cat /etc/make.conf > KERNCONF=SOEK0 > CPUTYPE?=i586 > CFLAGS+= -DIPFIREWALL_NAT > MAKE_IDEA=YES > WITHOUT_X11=yes > USA_RESIDENT=YES > > # cat /etc/src.conf > WITHOUT_ATM=yes > WITHOUT_BIND=yes > WITHOUT_BLUETOOTH=yes > WITHOUT_FLOPPY=yes > WITHOUT_GAMES=yes > WITHOUT_GPIB=YES > WITHOUT_I4B=YES > WITH_IDEA=yes > WITHOUT_IPFILTER=yes > WITHOUT_IPX=yes > WITHOUT_KERBEROS=yes > WITHOUT_LPR=yes > WITHOUT_OBJC=yes > WITHOUT_PF=YES > WITHOUT_PROFILE=yes > WITHOUT_SENDMAIL=yes > WITHOUT_USB=yes > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >