Skip site navigation (1)Skip section navigation (2)
Date:      16 Mar 2000 15:21:07 -0800
From:      asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
To:        Jeroen Ruigrok van der Werven <asmodai@bart.nl>
Cc:        John Polstra <jdp@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/boehm-gc/patches patch-aa
Message-ID:  <vqcvh2m4i3g.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Jeroen Ruigrok van der Werven's message of "Thu, 16 Mar 2000 14:47:27 %2B0100"
References:  <200003111750.JAA66716@freefall.freebsd.org> <20000316144727.C39215@lucifer.bart.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Jeroen Ruigrok van der Werven <asmodai@bart.nl>

 * 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
 :
===

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

Stop in /tmp/a/ports/www/w3m/work/w3m.
 :
===

?

Satoshi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcvh2m4i3g.fsf>