good call :-)

Here is what it says, and the obvious problem:

make install DESTDIR=/tmp/sw/src/root-gettext-0.10.40-18 docdir=/tmp/sw/share/doc/gettextMaking install in docmake[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info
/usr/bin/install -c -m 644 ./gettext.info /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info
/usr/bin/install -c -m 644 ./gettext.info-1 /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info-1
/usr/bin/install -c -m 644 ./gettext.info-2 /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info-2
/usr/bin/install -c -m 644 ./gettext.info-3 /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info-3
/usr/bin/install -c -m 644 ./gettext.info-4 /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info-4
/usr/bin/install -c -m 644 ./gettext.info-5 /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/bootstrap/share/info/ gettext.info-5
/bin/sh ../mkinstalldirs /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/share/doc/gettext
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/share
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/share/doc
mkdir /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/share/doc/gettext
for file in `if test -f gettext_toc.html; then echo .; else echo .; fi`/gettext_*.html; do \
/usr/bin/install -c -m 644 $file /tmp/sw/src/root-gettext-0.10.40-18/tmp/sw/share/doc/gettext/`basename $file`; \
done


At this point, it is beginning to build the debs, after the initial bootstrap, but it's confused about where to go! Part of it is going into the right place, and part has an extra 'sw/bootstrap'!

Go Figure™

Anything else I should check out?

JP


On 7 Aug 2004, at 23:22, Martin Costabel wrote:

John Davidorff Pell wrote:
/bin/mv /sw/src/root-gettext-0.10.40-18/sw/share/info /sw/src/root-gettext-bin-0.10.40-18/sw/share/
mv: rename /sw/src/root-gettext-0.10.40-18/sw/share/info to /sw/src/root-gettext-bin-0.10.40-18/sw/share/info: No such file or directory
### execution of /bin/mv failed, exit code 1
installing gettext-bin-0.10.40-18 failed
I've got fink from cvs as of this morning (about 11am) and gettext is failing the bootstrap with the above errors. Obviously, the info pages are not getting put in the right place.

Errm, no. As it says in FAQ#6.7 http://fink.sourceforge.net/faq/comp-general.php?#mv-failed, there must have been something wrong further up in your build log. In particular, the paragraph

Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /sw/src/root-gettext-0.10.40-18/sw/share/info
mkdir /sw/src/root-gettext-0.10.40-18/sw/share
mkdir /sw/src/root-gettext-0.10.40-18/sw/share/info
/usr/bin/install -c -m 644 ./gettext.info /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info
/usr/bin/install -c -m 644 ./gettext.info-1 /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info-1
/usr/bin/install -c -m 644 ./gettext.info-2 /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info-2
/usr/bin/install -c -m 644 ./gettext.info-3 /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info-3
/usr/bin/install -c -m 644 ./gettext.info-4 /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info-4
/usr/bin/install -c -m 644 ./gettext.info-5 /sw/src/root-gettext-0.10.40-18/sw/share/info/gettext.info-5

will probably look different in your case. What does it say?

--
Martin




--

 -
/~\  The ASCII
\ /  Ribbon Campaign
 X   Help cure HTML Email
/ \

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to