From owner-freebsd-ports Thu Mar 16 15:31: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C79B537C220; Thu, 16 Mar 2000 15:30:38 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id PAA28890; Thu, 16 Mar 2000 15:30:33 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id PAA58329; Thu, 16 Mar 2000 15:30:32 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 16 Mar 2000 15:30:32 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: (Satoshi - Ports Wraith - Asami) Subject: Re: cvs commit: ports/devel/boehm-gc/patches patch-aa Cc: ports@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jeroen Ruigrok van der Werven Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * From: Jeroen Ruigrok van der Werven > > * This breaks w3m. > * > * Reverting this patch solves the segfaulting of mktable under CURRENT and > * 4.0 and it solves the problem of generating bogus entries under > * 3.4-STABLE. It would parse tagtable.tab and generate a tagtable.c which > * contained bogus characters which would cause the build to fail. > > This is not the behavior I'm seeing. Before, building of w3m was > dying with this error: > > === > : > cc -O -pipe -I/usr/local/include -I. -o mktable mktable.o hash.o -L/usr/local/lib -L. -lindep -lgc -lm -lncurses > ./mktable 100 tagtable.tab > tagtable.c > cc -O -pipe -I/usr/local/include -I. -c tagtable.c > tagtable.c:8: syntax error before character 0340 > tagtable.c:11: syntax error before character 0320 > : > === Yes, that's the error that was reported in the PR (ports/17344). Since the bug would cause bad pointers to be freed and such things, the failure might be pretty unpredictable. > now that I've reverted patch-aa to rev. 1.4 and rebuilt the boehm-gc > package, this is what I get. > > === > : > ./mktable 100 tagtable.tab > tagtable.c > Segmentation fault - core dumped > *** Error code 139 Hmm, that I don't understand. The guy who filed the PR said that reverting patch-aa made it all work for him. He's running 3.4-stable from March 4, by the way. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message