error trying to build de documentation



Am Freitag, den 03.12.2010, 23:28 -0700 schrieb Robert Dodier:
> Hi, I was trying to build rpm's for the next release but I
> ran into an error. Looks like doc/info/de/Makefile.am isn't
> set up correctly or something like that.
> 
> best
> 
> Robert Dodier
> 
> 
> ==> rpmbuild.2 <==
> + for i in '$(find . -name config.guess -o -name config.sub)'
> ++ basename ./config.guess
> + '[' -f /usr/lib/rpm/redhat/config.guess ']'
> + /bin/rm -f ./config.guess
> ++ basename ./config.guess
> + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
> + ./configure --build=i686-redhat-linux-gnu
> --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu
> --program-prefix= --prefix=/usr --exec-prefi
> x=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
> --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
> --libexecdir=/usr/li
> bexec --localstatedir=/var --sharedstatedir=/usr/com
> --mandir=/usr/share/man --infodir=/usr/share/info --disable-sbcl
> --disable-cmucl --disable-gcl
> --enable-clisp --enable-lang-es --enable-lang-es-utf8 --enable-lang-pt
> --enable-lang-pt-utf8 --enable-lang-pt_BR --enable-lang-pt_BR-utf8
> config.status: error: cannot find input file: doc/info/de/Makefile.in
> error: Bad exit status from /var/tmp/rpm-tmp.19090 (%prep)
>     Bad exit status from /var/tmp/rpm-tmp.19090 (%prep)

Sorry, my answer is late, but I have overseen that the problem is
related to the directory /doc/info/de.

I have no problems in my sandbox. To generate the file makefile.in the
first time, I had to run bootstrap. Is this the problem?

By the way, I have not much experience with language support. Therefore,
I have not added changes to the configure and make files to include the
German translation of the Manual.

I have asked for some hints on the mailing list.

Dieter Kaiser