Hi, I tried to install BRS under amd64 from ports. Running 4.0 Release. The compile and Install went alright. But the software gives a Segmentation Fault :-( Could Some one help me troubleshoot it? I mailed the Maintainer but the mail bounced with the following error
============================================================== Technical details of permanent failure: PERM_FAILURE: SMTP Error (state 9): 550 account expired ================================================================= Details below. Thankyou so much KindRegards Siju ========================================================================== $ sudo make install clean ===> Checking files for brs-4.00l1
brs.4.00.l1.tar.gz doesn't seem to exist on this system. Fetch ftp://metalab.unc.edu/pub/Linux/apps/religion/brs.4.00.l1.tar.gz.
100% |**************************************************| 2589 KB 01:35
Size matches for /usr/ports/distfiles/brs.4.00.l1.tar.gz Checksum OK for brs.4.00.l1.tar.gz. (sha1)
===> Verifying specs: c ===> found c.39.3 ===> Extracting for brs-4.00l1 ===> Patching for brs-4.00l1 ===> Configuring for brs-4.00l1 ===> Building for brs-4.00l1 cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c bible.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c brl-index.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c brl.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c bible-index.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c tsl.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c util.c cc -O2 -pipe -fwritable-strings -DDESTLIB=\"/usr/local/lib\" -c compresslib.c compresslib.c:115:9: warning: extra tokens at end of #endif directive Linking bible ... brl.o(.text+0xefb): In function `brl_printverse': : warning: strcpy() is almost always misused, please use strlcpy() bible.o(.text+0x165): In function `do_concordance': : warning: sprintf() is often misused, please use snprintf() bible.o(.text+0x8a0): In function `cmd_list': : warning: strcat() is almost always misused, please use strlcat() done ===> Faking installation for brs-4.00l1 Installing bible in /usr/ports/misc/brs/w-brs-4.00l1/fake-amd64/usr/local/bin Installing bible.data and bible.data.conc in /usr/ports/misc/brs/w-brs-4.00l1/fa ke-amd64/usr/local/lib Installing bible.1 in /usr/ports/misc/brs/w-brs-4.00l1/fake-amd64/usr/local/man/ man1 ===> Building package for brs-4.00l1 Create /usr/ports/packages/amd64/all/brs-4.00l1.tgz Link to /usr/ports/packages/amd64/ftp/brs-4.00l1.tgz Link to /usr/ports/packages/amd64/cdrom/brs-4.00l1.tgz ===> Installing brs-4.00l1 from /usr/ports/packages/amd64/all/ brs-4.00l1: complete ===> Cleaning for brs-4.00l1 $ br brconfig break brushtopbm $ pkg_info brs Information for brs-4.00l1 Comment: bible reader Description: BRS is a bible reader and fulltext search utility. It runs interactively as well as the more useful function of returning a passage requested via command line. Text is King James Version. Maintainer: J Shoemaker <[EMAIL PROTECTED]> $ pkg_info -L brs Information for brs-4.00l1 Files: /usr/local/bin/bible /usr/local/lib/bible.data /usr/local/lib/bible.data.conc /usr/local/man/man1/bible.1 $ bible bible: BRS Release 4.00, $Date: 93/04/26 11:18:28 $ Hit '?' for help. Segmentation fault $ sudo bible bible: BRS Release 4.00, $Date: 93/04/26 11:18:28 $ Hit '?' for help. Segmentation fault (core dumped) $ ====================================================================
