RE: ffmpeg srpm build error
"dtra FYF" <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
ok, even with the latest cvs version of ffmpeg, i am having this documentation error make -C doc all make[1]: Entering directory `/export/downloads/ffmpeg/doc' texi2html -monolithic -number faq.texi texi2html -monolithic -number ffserver-doc.texi texi2html -monolithic -number ffplay-doc.texi texi2html -monolithic -number hooks.texi ./texi2pod.pl ffmpeg-doc.texi ffmpeg.pod pod2man --section=1 --center=" " --release=" " ffmpeg.pod > ffmpeg.1 ./texi2pod.pl ffserver-doc.texi ffserver.pod pod2man --section=1 --center=" " --release=" " ffserver.pod > ffserver.1 ./texi2pod.pl ffplay-doc.texi ffplay.pod pod2man --section=1 --center=" " --release=" " ffplay.pod > ffplay.1 rm ffserver.pod ffmpeg.pod ffplay.pod make[1]: Leaving directory `/export/downloads/ffmpeg/doc' that's with a configure line of just ./configure --enable-mp3lame i would be posting this on the ffmpeg list, but i can't seem to access it, has ffmpeg been discontinued or something? thanks dave -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of dtra FYF Sent: Monday, 24 October 2005 12:56 PM To: General freshrpms.net discussion list Subject: RE: ffmpeg srpm build error ooops, forgot to put my configure line ./configure --enable-mp3lame --enable-vorbis --enable-faad --enable-faac -en able-xvid --enable-pp --enable-shared-pp --enable-shared --enable-gpl --enab le-amr_nb --disable-strip --enable-a52 configure was fine, just make had the problem -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of dtra FYF Sent: Friday, 21 October 2005 4:14 PM To: [email protected] Subject: re: ffmpeg srpm build error hi all i've been trying to build my own ffmpeg rpm and i thought i had it, but i'm getting this error message, and i don't know why it's happening something about creating an html file make -C doc all make[1]: Entering directory `/usr/src/redhat/BUILD/ffmpeg-cvs-2005-04-25/doc' texi2html -monolithic -number ffmpeg-doc.texi Split loop at /usr/bin/texi2html line 5354, <FH001> line 1193. make[1]: *** [ffmpeg-doc.html] Error 25 make[1]: Leaving directory `/usr/src/redhat/BUILD/ffmpeg-cvs-2005-04-25/doc' make: *** [documentation] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.77972 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.77972 (%build) this line does appear in my spec file %{__make} documentation i commented it out, but it still ran the code above, i removed the line completely, and it still did that code, so i assume it's in the src code somewhere i can't believe that writing a little html document can stop this program from completing i had a look at the html document and this is the last line in it ---------->François Revol - revol at free dot fr - April 2002<------- there are 1193 lines in that file, and that line is about 943 i looked in /var/tmp/rpm-tmp.77972 but that doesn't really say much to me (i don't really understand linux that well) please let me know what else I need to post, the output is prolly a little long also, i am following the instructions on this page to add some 3gp magic http://www.niemueller.de/wiki/index.php?ConvertVideoTo3GP any help thanks dave