Jonathan Underwood wrote:
On 10/06/06, Jonathan Underwood <jonathan.underwood@xxxxxxxxx> wrote:
which is failing at XEMACS="`cat ${OUTPUT}`" for reasons I can't fathom.
Patching out the offending part of the configure file then leads to a
failure later on of a similar ilk. Basically, it always fails when
trying to cat ./conftest-$$. Is there any reason specific to FC-5 that
the creation and subsequent read of ./conftest-$$ ?
Jonathan.
Seems VERY STRANGE. It seems that your srpm should be rebuilt as done on FE-devel.
Maybe does this show some bugs on emacs under FC5-ppc? I cannot understand why,
however, the attached patch may find a clue to this issue.
--- auctex-11.83/configure.orig 2006-06-08 05:52:46.000000000 +0900
+++ auctex-11.83/configure 2006-06-10 23:54:17.000000000 +0900
@@ -937,7 +937,7 @@
_ACEOF
exit 0
fi
-exec 5>config.log
+exec 5>&1
cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
--
fedora-extras-list mailing list
fedora-extras-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-extras-list