An additional problem, apparently from the same cause:

*****

make[4]: Entering directory `/tmp/Build/gcc-3.2/gcc-3.2-3.2.1ds0/build/fastjar'
...
perl ../../src/fastjar/../contrib/texi2pod.pl -D jar < 
../../src/fastjar/fastjar.texi > fastjar.pod
(pod2man --center="GNU" --release="gcc-" --section=1 fastjar.pod >
jar.1.T$$ && 
\
        mv -f jar.1.T$$ ../../src/fastjar/jar.1) || \
        (rm -f jar.1.T$$ && exit 1)
...
perl ../../src/fastjar/../contrib/texi2pod.pl -D grepjar <
../../src/fastjar/fas
tjar.texi > fastjar.pod
(pod2man --center="GNU" --release="gcc-" --section=1 fastjar.pod >
grepjar.1.T$$
 && \
        mv -f grepjar.1.T$$ ../../src/fastjar/grepjar.1) || \
        (rm -f grepjar.1.T$$ && exit 1)
rm -f fastjar.pod
...
Can't open fastjar.pod for reading: No such file or directory
 at /usr/bin/pod2man line 48

*****

It looks like this is another case of things getting out of sequence due
to failing dependancies... fastjar.pod is created, two separate pod2man
runs occur on it, it's removed. All well and good, except that the timing
is such that the file is removed before the second pod2man is finished
running...
-- 
***************************************************************************
Joel Baker                           System Administrator - lightbearer.com
[EMAIL PROTECTED]              http://users.lightbearer.com/lucifer/


Reply via email to