From owner-freebsd-ports@FreeBSD.ORG Fri Jun 10 20:37:08 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2690D106564A for ; Fri, 10 Jun 2011 20:37:08 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C9E478FC13 for ; Fri, 10 Jun 2011 20:37:07 +0000 (UTC) Received: by vws18 with SMTP id 18so3579889vws.13 for ; Fri, 10 Jun 2011 13:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:content-type:content-transfer-encoding; bh=Y+NukfdrNu51A/P59e+/+vscJUWJt8r+qs5CAj0E3SE=; b=H4x6mzZ6D0mxyYotEYsPcsrGgI952So3jj5opku7xmAvJ/LCYqJZ0Xx3Nve7K/Ucco lJ2ObOJ66Gwa4kaJMcPvnkKUcpE/PM3xC4wsMPB8zMlE+nj5oqq0sn3QkD2K1NCd8Za2 uzXfvT+/RbiURcUkjcxslUMvFObAlF3QJumYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=wGIZoDtUHNMDro34x4VyE+JvW384M61gRxD5m1TRtqbMPcgZNS7Hp42+4bz30CdAO0 MKDhgpwaHyJBreyn5+XD0Jn/iIO/NwN0KfSGNalj/HJ0bx94PGjtx6jJHQ4SjXvHHvoH oRGKu3+CbuvqBrNZgFzD+9Uy2OMSPjrPuEvNA= Received: by 10.52.73.2 with SMTP id h2mr3711551vdv.104.1307736460954; Fri, 10 Jun 2011 13:07:40 -0700 (PDT) Received: from jimmiejaz.org ([70.51.26.45]) by mx.google.com with ESMTPS id gn8sm1988323vbb.8.2011.06.10.13.07.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Jun 2011 13:07:40 -0700 (PDT) Message-ID: <4DF2798B.4070809@gmail.com> Date: Fri, 10 Jun 2011 16:07:39 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.17) Gecko/20110607 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bapt@freebsd.org, mbeis@xs4all.n Subject: Re: compiling mjpegtools fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 20:37:08 -0000 > SkipList.hh:546: internal compiler error: in do_SUBST, at combine.c:502 > does not sound good :) Has anyone figured out the cause or cure for this? I'm being hit with it too: c++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -I../utils -I/usr/local/include -DNDEBUG -finline-funct ions -fno-PIC -O2 -pipe -fno-strict-aliasing -D_THREAD_SAFE -MT newdenoise.o -MD -MP -MF .deps/newdenoise.Tpo -c -o newdenoise.o newdenoise.cc SkipList.hh: In member function 'void SkipList::Init(Status_t&, bool, const SkipList::InitParams&) [with KEY = VariableSizeAllocator::Block, VALUE = Var iableSizeAllocator::Block, KEYFN = Ident, PRED = Var iableSizeAllocator::Block::SortBySize, int HC = 10, ALLOC = PlacementAllocator]': SkipList.hh:546: internal compiler error: in do_SUBST, at combine.c:502 Please submit a full bug report, with preprocessed source if appropriate. FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue May 17 02:41:04 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD] Installed from ports [depends] gcc-4.4.7.20110531 GNU Compiler Collection 4.4 gcc-4.5.4.20110602 GNU Compiler Collection 4.5 gcc-4.6.1.20110603 GNU Compiler Collection 4.6 gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' -- I am currently away on leave, traveling through time and will be returning last week. Life is tough, but it's tougher when you're stupid.