Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2005 22:07:02 -0800 (PST)
From:      Doug White <dwhite@gumbysoft.com>
To:        Anshuman Kanwar <akanwar@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make release seg faulting in compileFonts
Message-ID:  <20050314220541.Y8240@carver.gumbysoft.com>
In-Reply-To: <c20ab66205031310403efad42f@mail.gmail.com>
References:  <c20ab66205031310403efad42f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Mar 2005, Anshuman Kanwar wrote:

> Hi,
>
> I am trying to make release in the following manner :
>
> make release CHROOTDIR=/usr/release/ BUILDNAME=5.3-STABLE-03132005
> CVSROOT=/usr/home/ncvs/ NODOC= NOPORTS= RELEASETAG=RELENG_5
> KERNELS=FC_custom |& tee /tmp/buildrelease.log
>
> This is where it is dying :
>
> ===> gnu/usr.bin/groff/font/devascii
> install -o root -g wheel  -m 444 R I B BI S L CW DESC
> /usr/release//usr/share/groff_font/devascii
> ===> gnu/usr.bin/groff/font/devcp1047
> install -o root -g wheel  -m 444 R I B BI S L CW DESC
> /usr/release//usr/share/groff_font/devcp1047
> ===> gnu/usr.bin/groff/font/devdvi
> install -o root  -g wheel -m 555
> /usr/src/gnu/usr.bin/groff/font/devdvi/../../../../../contrib/groff/font/devdvi/generate/CompileFonts
>  /usr/release//usr/share/groff_font/devdvi/CompileFonts
> Segmentation fault (core dumped)
> *** Error code 139

Can you build world successfully outside of 'make release' using a
checkout from the same CVS repository? This would seem to indicate the
input files are corrupted.

Its also possible that 'make release' is generating a faulty CompileFonts
binary.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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