Thanks, John. I have reproduced the bug and am trying to figure out which change in Fink's code is responsible for it.

In the meantime, if you want an up-to-the-minute fink installation, you can download and unpack any recent fink tarball, run "./bootstrap.sh" from within in, and after the bootstrap is done, run "./inject.pl" from within the cvs checkout your already did. The bug is in the bootstrapping code only, as far as I can tell.

  -- Dave

On Aug 8, 2004, at 5:13 AM, John Davidorff Pell wrote:

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
/ \



------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to