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 [EMAIL PROTECTED] | www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
