Page 1 of 1

k9copy cant find avformat with sourcery <solved>

Posted: 19. Dec 2011, 03:37
by davidwillis
I just installed Salix64 KDE 13.37, and am trying to install k9copy, but I keep getting errors. First I needed xine (which I installed) Now it is missing avformat, but I can't find that anywhere. How do I install avformat?

Thanks

Re: k9copy cant find avformat with sourcery

Posted: 19. Dec 2011, 05:25
by gapan
libavformat is included in the ffmpeg package.

Re: k9copy cant find avformat with sourcery

Posted: 19. Dec 2011, 15:29
by davidwillis
Thanks.. I looked at the readme file, and ffmpeg is required. I installed it, and made sure all the dependencies were installed. It still gave errors, and did not install. (not the avformat error though).

Re: k9copy cant find avformat with sourcery

Posted: 19. Dec 2011, 15:53
by Akuna
what are the new error messages?

Re: k9copy cant find avformat with sourcery

Posted: 19. Dec 2011, 17:07
by davidwillis
here is the last of the log file....
cd /usr/src/slapt-src/multimedia/k9copy/k9copy-2.3.7-Source/doc && /usr/bin/meinproc4 --check --cache /usr/src/slapt-src/multimedia/k9copy/k9copy-2.3.7-Source/build/doc/index.cache.bz2 /usr/src/slapt-src/multimedia/k9copy/k9copy-2.3.7-Source/doc/index.docbook
file:///usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd:101: warning: failed to load external entity "file:///usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd"
%DocBookDTD;
^
Entity: line 1:
%DocBookDTD;
^
file:///usr/share/apps/ksgmltools2/customization/dtd/modifications.elements:42: validity error : PEReference: %div.title.content; not found
<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo,
^
file:///usr/share/apps/ksgmltools2/customization/dtd/modifications.elements:42: parser error : ContentDecl : Name or '(' expected
<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo,
^
file:///usr/share/apps/ksgmltools2/customization/dtd/modifications.elements:42: parser error : expected '>'
<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo,
^
file:///usr/share/apps/ksgmltools2/customization/dtd/modifications.elements:42: parser error : Content error in the external subset
<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo,
^
index.docbook:49: parser error : Entity 'language' not defined
<book lang="&language;">
^
index.docbook:77: parser error : Entity 'FDLNotice' not defined
<legalnotice>&FDLNotice;</legalnotice>
^
index.docbook:215: parser error : Entity 'underFDL' not defined
&underFDL; <!-- FDL: do not remove -->
^
index.docbook:223: parser error : Entity 'underGPL' not defined
&underGPL; <!-- GPL License -->
^
index.docbook:224: parser error : Entity 'underBSDLicense' not defined
&underBSDLicense; <!-- BSD License -->
^
index.docbook:225: parser error : Entity 'underArtisticLicense' not defined
&underArtisticLicense; <!-- BSD Artistic License -->
^
index.docbook:226: parser error : Entity 'underX11License' not defined
&underX11License; <!-- X11 License -->
^
index.docbook:275: parser error : Entity 'documentation.index' not defined
&documentation.index;
^
make[2]: *** [doc/index.cache.bz2] Error 1
make[2]: Leaving directory `/usr/src/slapt-src/multimedia/k9copy/k9copy-2.3.7-Source/build'
make[1]: *** [doc/CMakeFiles/doc-handbook.dir/all] Error 2
make[1]: Leaving directory `/usr/src/slapt-src/multimedia/k9copy/k9copy-2.3.7-Source/build'
make: *** [all] Error 2
fakeroot -- sh k9copy.SlackBuild Failed

Re: k9copy cant find avformat with sourcery

Posted: 19. Dec 2011, 19:30
by gapan
Try installing linuxdoc-tools first.

Re: k9copy cant find avformat with sourcery <solved>

Posted: 19. Dec 2011, 19:53
by davidwillis
That did it... Thanks.. :D