From owner-cvs-all@FreeBSD.ORG Fri Aug 3 19:16:16 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D18016A417 for ; Fri, 3 Aug 2007 19:16:16 +0000 (UTC) (envelope-from sziszi@bsd.hu) Received: from mail.rubicom.hu (mail.rubicom.hu [89.147.80.28]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4B913C467 for ; Fri, 3 Aug 2007 19:16:16 +0000 (UTC) (envelope-from sziszi@bsd.hu) Received: from localhost ([127.0.0.1] helo=mail.rubicom.hu) by mail.rubicom.hu with smtp (Exim 4.63) (envelope-from ) id 1IH1tu-0007i8-SC for cvs-all@freebsd.org; Fri, 03 Aug 2007 20:29:26 +0200 Received: from ip5993549e.rubicom.hu ([89.147.84.158] helo=baranyfelhocske.buza.adamsfamily.xx) by mail.rubicom.hu with esmtp (Exim 4.63) (envelope-from ) id 1IH1ti-0007hM-1E for cvs-all@freebsd.org; Fri, 03 Aug 2007 20:29:14 +0200 Received: from baranyfelhocske.buza.adamsfamily.xx (localhost [127.0.0.1]) by baranyfelhocske.buza.adamsfamily.xx (8.14.1/8.14.1) with ESMTP id l73IUFV8001695 for ; Fri, 3 Aug 2007 20:30:15 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from sziszi@localhost) by baranyfelhocske.buza.adamsfamily.xx (8.14.1/8.14.1/Submit) id l73IUF4J001694 for cvs-all@freebsd.org; Fri, 3 Aug 2007 20:30:15 +0200 (CEST) (envelope-from sziszi@bsd.hu) X-Authentication-Warning: baranyfelhocske.buza.adamsfamily.xx: sziszi set sender to sziszi@bsd.hu using -f Date: Fri, 3 Aug 2007 20:30:15 +0200 From: Szilveszter Adam To: cvs-all@freebsd.org Message-ID: <20070803183015.GA1178@baranyfelhocske.buza.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , cvs-all@freebsd.org References: <200707271042.l6RAgKhZ082086@gw.catspoiler.org> <46B35124.20608@polstra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46B35124.20608@polstra.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: cvs commit: src/sys/i386/i386 trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 19:16:16 -0000 On Fri, Aug 03, 2007 at 09:00:36AM -0700, John Polstra wrote: > Don Lewis wrote: >> On 13 Jun, John Baldwin wrote: >>> jhb 2007-06-13 22:37:48 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/i386/i386 trap.c Log: >>> Don't clobber tf_err with the eva from a page fault as the page fault >>> address is saved in ksi_addr already. >>> PR: i386/101379 >>> Submitted by: Tijl Coosemans : tijl ulyssis org >>> Revision Changes Path >>> 1.306 +0 -3 src/sys/i386/i386/trap.c >> This change appears to have broken the garbage collector in >> ports/lang/pm3-base, which means that cvsup no longer works on -CURRENT. > > How is it that you (and apparently others) are using pm3 rather than ezm3 > to compile CVSup? The ports haven't used pm3 for many years. Mind you, > ezm3 probably has this same problem. But I'm curious why pm3 is still in > use at all. Just a data point: cvsup does work for me on a -CURRENT i386 as of 29th July. I need it to work as well, since I use repo mode which csup does not provide, so I would notice it breaking right away. In what ways is it "broken" for others? Is it just the compilation? Or also a runtime problem? FWIW I use ezm3, and built cvsup on 27th July. -- Regards: Szilveszter ADAM Budapest Hungary