info-gnus-english
[Top][All Lists]
Advanced

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

Re: BBDB and EUDC/LDAP


From: Reiner Steib
Subject: Re: BBDB and EUDC/LDAP
Date: Wed, 30 Mar 2005 16:12:53 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

On Wed, Mar 30 2005, Sébastien Kirche wrote:

> Le 30 Mar 2005, Reiner Steib a formulé :
>
>> > It just failed  to fetch the faq as direct cvs  access does not function
>> > from my company network.
>> 
>> Oops. This should not happen. I will see how I can fix that.
>
> I though it was known... 

No, the generation of gnus-faq.texi is new.  I think what happened is
that the timestamp of xml2texi.sh and/or xml2texi.scm was newer than
gnus-faq.texi.  As gnus-faq.texi is distributed with Gnus CVS and
tarballs, fetching the FAQ from sourceforge shouldn't happen unless
you use "make gnus-faq-full-update".

> BTW it failed twice (same reason - cvs checkout time-out): 
> - at end of the configure script 
> - with make install when copying the files

Could you try the following patch (you must re-run configure
afterwards) and report back?

--8<---------------cut here---------------start------------->8---
--- Makefile.in 30 Mar 2005 12:33:27 -0000      6.29.2.6
+++ Makefile.in 30 Mar 2005 14:07:20 -0000
@@ -84,7 +84,7 @@
        fi
        mv $(REFCARD).pdf $@ 
 
-gnus-faq-full-update:  gnus-faq-clean gnus-faq.texi
+gnus-faq-full-update:  gnus-faq-clean gnus-faq-texi
 
 gnus-faq.xml:
        cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gnus \
@@ -93,7 +93,7 @@
          { echo "Update of $@ failed."; : rm $@.tmp; exit 1; }
        mv $@.tmp $@
 
-gnus-faq.texi: gnus-faq.xml xml2texi.sh xml2texi.scm
+gnus-faq-texi: gnus-faq.xml xml2texi.sh xml2texi.scm
        ./xml2texi.sh $< $@.tmp
        @echo
 # FIXME: This should be done in xml2texi.scm or gnus-faq.xml should be
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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