bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MacOS X 10.4.10 and Bash 3.2


From: Scott Dalton
Subject: MacOS X 10.4.10 and Bash 3.2
Date: Sat, 30 Jun 2007 04:09:48 -0500

After running /configure --exec-prefix=/bin (also tried
--prefix=/bin), make succeeds, but sudo make install fails:

...
fi
/usr/bin/install -c -m 0755 bash /bin/bin/bash
/usr/bin/install -c -m 0555 bashbug /bin/bin/bashbug
( cd ./doc ; make  \
       man1dir=/usr/local/man/man1 man1ext=.1 \
       man3dir=/usr/local/man/man3 man3ext=.3 \
       infodir=/usr/local/info htmldir= DESTDIR= install )
/bin/sh ../support/mkinstalldirs /usr/local/man/man1
/bin/sh ../support/mkinstalldirs /usr/local/info
if test -n "" ; then \
       /bin/sh ../support/mkinstalldirs  ; \
fi
/usr/bin/install -c -m 644 ./bash.1 /usr/local/man/man1/bash.1
/usr/bin/install -c -m 644 ./bashbug.1 /usr/local/man/man1/bashbug.1
/usr/bin/install -c -m 644 ./bash.info /usr/local/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
       install-info --dir-file=/usr/local/info/dir /usr/local/info/bash.info; \
else true; fi
if test -n "" ; then \
       /usr/bin/install -c -m 644 ./bash.html  ; \
       /usr/bin/install -c -m 644 ./bashref.html  ; \
fi
( cd ./builtins ; make  DESTDIR= install )
make[1]: Nothing to be done for `install'.
( cd ./po/ ; make  DESTDIR= install )
test -z "en@quot.gmo en@boldquot.gmo ru.gmo" || make en@quot.gmo
en@boldquot.gmo ru.gmo
make[2]: `en@quot.gmo' is up to date.
make[2]: `en@boldquot.gmo' is up to date.
rm -f ru.gmo && : -c --statistics -o ru.gmo ru.po
mv: rename t-ru.gmo to ru.gmo: No such file or directory
make[2]: *** [ru.gmo] Error 1
make[1]: *** [stamp-po] Error 2
make: [install] Error 2 (ignored)
...

Notice how it is sticking an extra "/bin/" in there (third and fourth
lines down).

Does this appear to be a bug? I've read everything I can think of in
your docs, and also checked the web - appears not too many people have
considered upgrading their shell.

Host Info:
$ uname -a
Darwin Vortex.fidnet.com. 8.10.0 Darwin Kernel Version 8.10.0: Wed May
23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh
powerpc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]