From owner-freebsd-current Wed Sep 4 14: 4:10 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE22337B400; Wed, 4 Sep 2002 14:04:06 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CD243E3B; Wed, 4 Sep 2002 14:04:05 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g84L44O9010406; Wed, 4 Sep 2002 23:04:05 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g84L4475355883; Wed, 4 Sep 2002 23:04:04 +0200 (MES) Date: Wed, 4 Sep 2002 23:09:20 +0200 (CEST) From: Martin Blapp To: , Cc: Subject: KDE with all dependencies now running Message-ID: <20020904230307.U31964-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, With these options in /etc/make.conf NO_CPU_CFLAGS=true NO_CPU_COPTFLAGS=true and kan's gcc patch: RCS file: /home/ncvs/src/contrib/gcc/cp/cp-lang.c,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 cp-lang.c --- cp/cp-lang.c 1 Sep 2002 20:38:06 -0000 1.1.1.2 +++ cp/cp-lang.c 3 Sep 2002 00:47:05 -0000 @@ -122,14 +122,8 @@ { if (CLASS_TYPE_P (TREE_TYPE (exp))) { - /* The backend should not be interested in the size of an expression - of a type with both of these set; all copies of such types must go - through a constructor or assignment op. */ - if (TYPE_HAS_COMPLEX_INIT_REF (TREE_TYPE (exp)) - && TYPE_HAS_COMPLEX_ASSIGN_REF (TREE_TYPE (exp))) - abort (); - /* This would be wrong for a type with virtual bases, but they are - caught by the abort above. */ + /* This would be wrong for a type with virtual bases, but they should + not get here. */ and a removal of a const value of the fam port: --- fam/Scheduler.h.orig Wed Sep 4 22:50:11 2002 +++ fam/Scheduler.h Wed Sep 4 22:49:18 2002 @@ -105,7 +105,7 @@ // for the corresponding I/O type. struct IOTypeInfo { - FDInfo::FDIOHandler FDInfo::*const iotype; + FDInfo::FDIOHandler FDInfo::*iotype; unsigned int nbitsset; // number of bits set in fds fd_set fds; IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) : I was able to finished a build of kde with _ALL_ dependencies. Thank you everybody who made this possible. Alexander, will you commmit the gcc workaround ? Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message