http://koji.fedoraproject.org/koji/taskinfo?taskID=2223537
[ 9%] Generating index.cache.bz2 cd /builddir/build/BUILD/kdesvn-1.5.3/doc/nl && /usr/bin/meinproc4 --check --cache /builddir/build/BUILD/kdesvn-1.5.3/i686-redhat-linux-gnu/doc/nl/index.cache.bz2 /builddir/build/BUILD/kdesvn-1.5.3/doc/nl/index.docbook index.docbook:14: warning: failed to load external entity "dtd/kdex.dtd" ]> ^
Looks like kdex.dtd is gone from kdelibs 6:4.4.80-3.fc14.
On my F13 box: # rpm -ql kdelibs | grep kdex.dtd /usr/share/kde4/apps/ksgmltools2/customization/dtd/kdex.dtd
Anyone know where it has moved to or what replaces it?
http://koji.fedoraproject.org/koji/taskinfo?taskID=2223537
[ 9%] Generating index.cache.bz2 cd /builddir/build/BUILD/kdesvn-1.5.3/doc/nl && /usr/bin/meinproc4 --check --cache /builddir/build/BUILD/kdesvn-1.5.3/i686-redhat-linux-gnu/doc/nl/index.cache .bz2 /builddir/build/BUILD/kdesvn-1.5.3/doc/nl/index.docbook index.docbook:14: warning: failed to load external entity "dtd/kdex.dtd" ]> ^
Looks like kdex.dtd is gone from kdelibs 6:4.4.80-3.fc14.
On my F14 box kdex.dtd is still in kdelibs (6:kdelibs-4.4.80-3.fc14.x86_64):
$ rpm -ql kdelibs | grep kdex.dtd /usr/share/kde4/apps/ksgmltools2/customization/dtd/kdex.dtd
Martin Kho
On my F13 box: # rpm -ql kdelibs | grep kdex.dtd /usr/share/kde4/apps/ksgmltools2/customization/dtd/kdex.dtd
Anyone know where it has moved to or what replaces it?
On 06/01/2010 03:15 PM, Martin Kho wrote:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2223537
[ 9%] Generating index.cache.bz2 cd /builddir/build/BUILD/kdesvn-1.5.3/doc/nl&& /usr/bin/meinproc4 --check --cache /builddir/build/BUILD/kdesvn-1.5.3/i686-redhat-linux-gnu/doc/nl/index.cache .bz2 /builddir/build/BUILD/kdesvn-1.5.3/doc/nl/index.docbook index.docbook:14: warning: failed to load external entity "dtd/kdex.dtd" ]> ^
Looks like kdex.dtd is gone from kdelibs 6:4.4.80-3.fc14.
On my F14 box kdex.dtd is still in kdelibs (6:kdelibs-4.4.80-3.fc14.x86_64):
$ rpm -ql kdelibs | grep kdex.dtd /usr/share/kde4/apps/ksgmltools2/customization/dtd/kdex.dtd
Martin Kho
On my F13 box: # rpm -ql kdelibs | grep kdex.dtd /usr/share/kde4/apps/ksgmltools2/customization/dtd/kdex.dtd
Anyone know where it has moved to or what replaces it?
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
Found the problem, name of the dtd needed updating:
--- kdesvn-1.5.3/doc/nl/index.docbook.kdex 2008-05-31 04:02:54.000000000 -0600 +++ kdesvn-1.5.3/doc/nl/index.docbook 2010-07-08 14:19:23.295082263 -0600 @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kdesvn "<application>kdesvn</application>"> <!ENTITY kappname "&kdesvn;"><!-- Do *not* replace kappname--> <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->