Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 1998 14:23:06 +0300
From:      Antti-Pekka Liedes <apl@dionysos.cs.hut.fi>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   FreeBSD make segfaults
Message-ID:  <19980923142306.44230@dionysos.cs.hut.fi>

next in thread | raw e-mail | index | archive | help

--+Pmc3FrFX/NV0207
Content-Type: text/plain; charset=us-ascii


FreeBSD make from -current as of today crashes with the Makefile in
attachment:
(564) dionysos (apl):~/hibase/doc >make
make in free(): warning: chunk is already free.
zsh: 10747 segmentation fault  make


apl


--+Pmc3FrFX/NV0207
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=Makefile

# Generated automatically from Makefile.in by configure.
install mrproper tests run-all-tests run-fast-tests \
benchmarks run-all-benchmarks run-fast-benchmarks:
	@true

srcdir=.

.SUFFIXES: .dvi .ps .tex .fig .bib .sty

all: copyhere tailrec.ps

SRCS=tailrec.tex tailrec.bib acmconf.sty
.PHONY: copyhere
copyhere:
	if [ "X$(srcdir)" != "X." ]; \
	then \
	    for i in $(SRCS); \
	    do \
	        cp -f $(srcdir)/$$i .; \
	    done; \
	fi

.dvi.ps:
	dvips -f $*.dvi -f > $@

.tex.dvi:
	latex $*
	bibtex $*
	if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi
	if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi
	if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi

.fig.ps:
	fig2dev -Lps $*.fig > $@

.bib.dvi:


clean:
	\rm -f TAGS lex.yy.c y.tab.[hc] y.output a.out core gmon.out *.o *~ \#*
	\rm -f *.aux *.log *.toc *.lof *.lot *.blg *.idx *.ilg *.ind *.glo

realclean:
	rm -f Makefile

--+Pmc3FrFX/NV0207--

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



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