From owner-freebsd-ports Tue Sep 10 20:50:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A086E37B400 for ; Tue, 10 Sep 2002 20:50:38 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63D943E4A for ; Tue, 10 Sep 2002 20:50:37 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [66.126.111.103] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.12 $ on Novell NetWare via secured & encrypted transport (TLS); Tue, 10 Sep 2002 21:50:36 -0600 Message-ID: <3D7EBD5C.70708@hotmail.com> Date: Tue, 10 Sep 2002 20:49:48 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: fam broken in -current [10 Sep 2002 References: <3D7E8277.7000602@hotmail.com> <20020910234202.GA71399@wwweasel.geeksrus.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alan E wrote: > On Tue, Sep 10, 2002 at 04:38:31PM -0700, walt wrote: > >>Alan E. wrote in freebsd-ports: >> >> >>>>mntent_compat.c++:45: 'string' is used as a type, but is not defined as a >>>>type. >>> >>>Hmm, do you suppose that I need to use the std:: prefix? >>> >>>Could you try changing string to std::string and let me know if that >>>works? >> >>Completely different error now: >> >> >>c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include >>-DCONFIG_ETC_CONFIG_PATH=\"/usr/local/etc/fam.conf\" -O -pipe >>-mcpu=pentiumpro -Wno-deprecated -c -o mntent_compat.o `test -f >>mntent_compat.c++ || echo './'`mntent_compat.c++ >>mntent_compat.c++: In function `void >> __static_initialization_and_destruction_0(int, int)': >>mntent_compat.c++:48: Internal compiler error in cp_expr_size, at >>cp/cp-lang.c: >> 130 > > > Where'd the -mcpu=pentiumpro come from? Try getting rid of it. Seems to be the default in /usr/share/mk/bsd.cpu.mk for Intel CPUs. Anyway, using 'make CPUTYPE=i386' gets rid of the flag, but not the error: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/local/etc/fam.conf\" -O -pipe -Wno-deprecated -c -o mntent_compat.o `test -f mntent_compat.c++ || echo './'`mntent_compat.c++ mntent_compat.c++: In function `void __static_initialization_and_destruction_0(int, int)': mntent_compat.c++:48: Internal compiler error in cp_expr_size, at cp/cp-lang.c: 130 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message