Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 1995 01:18:50 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        ache@freebsd.org
Cc:        ports@freebsd.org
Subject:   bash_builtins.1 doesn't install
Message-ID:  <199510040818.BAA03995@silvia.HIP.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
Satoshi
-------
===>  Installing for bash-1.14.5
make -f bash-Makefile    bindir=/usr/local/bin  prefix=/usr/local install
mkdir /usr/local/bin
mkdir /usr/local/man
mkdir /usr/local/man/man1
mkdir /usr/local/man/man3
mkdir /usr/local/info
(cd ./documentation/; make  )
if [ -f /usr/local/bin/bash ]; then               rm -f /usr/local/bin/bash.old ;                 ln /usr/local/bin/bash /usr/local/bin/bash.old;              fi
install -c -o bin -g bin -m 555 bash /usr/local/bin/bash
if [ -f /usr/local/bin/bashbug ];                 then mv /usr/local/bin/bashbug /usr/local/bin/bashbug.old;            fi
install -c -o bin -g bin -m 555 bashbug /usr/local/bin/bashbug
( cd ./documentation/ ; make   mandir=/usr/local/man/man1                      man3dir=/usr/local/man/man3 infodir=/usr/local/info install )
[ -d /usr/local/man/man1 ] || mkdir /usr/local/man/man1
[ -d /usr/local/info ] || mkdir /usr/local/info
../support/install.sh -c -m 644 bash.1 /usr/local/man/man1
../support/install.sh -c -m 644 features.info /usr/local/info/bash.info
===>  Registering installation for bash-1.14.5
===>  Building package for bash-1.14.5
tar: can't add file man/man1/bash_builtins.1 : No such file or directory
tar command failed with code 256
Creating package /e/work/asami/ports/packages/All/bash-1.14.5.tgz
Registering depends:.
Creating gzip'd tar ball in '/e/work/asami/ports/packages/All/bash-1.14.5.tgz'
*** Error code 1

Stop.



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