Re: Any way to disable help locales to be build ?
Heinrich Mueller <[email protected]> Thu, 19 Jan 2012 08:19:41 +0100
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 19.01.2012 08:09, schrieb fredbezies:
> Hello. As spanish help is busted, so busting build process too, any
> flags to deactivate it for now ?
>
> My error log :
>
> make[2]: Entering directory
> `/home/fred/Téléchargements/pan-git/src/pan2-build/help'
> msgfmt -o de/de.mo de/de.po
> msgfmt -o es/es.mo es/es.po
> if ! test -d de/; then mkdir de/; fi
> if ! test -d es/; then mkdir es/; fi
> if [ -f "C/pan.xml" ]; then d="../"; else
> d="/home/fred/Téléchargements/pan-git/src/pan2-build/help/"; fi; \
> mo="de/de.mo"; \
> if [ -f "${mo}" ]; then mo="../${mo}"; else
> mo="/home/fred/Téléchargements/pan-git/src/pan2-build/help/${mo}"; fi; \
> (cd de/ && \
> `which xml2po` -m docbook -e -t "${mo}" \
> "${d}C/pan.xml" > pan.xml.tmp && \
> cp pan.xml.tmp pan.xml && rm -f pan.xml.tmp)
> if [ -f "C/pan.xml" ]; then d="../"; else
> d="/home/fred/Téléchargements/pan-git/src/pan2-build/help/"; fi; \
> mo="es/es.mo"; \
> if [ -f "${mo}" ]; then mo="../${mo}"; else
> mo="/home/fred/Téléchargements/pan-git/src/pan2-build/help/${mo}"; fi; \
> (cd es/ && \
> `which xml2po` -m docbook -e -t "${mo}" \
> "${d}C/pan.xml" > pan.xml.tmp && \
> cp pan.xml.tmp pan.xml && rm -f pan.xml.tmp)
> xsltproc -o pan-C.omf --stringparam db2omf.basename pan --stringparam
> db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD
> DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam
> db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir
> "/usr/share/gnome/help" --stringparam db2omf.omf_in
> "/home/fred/Téléchargements/pan-git/src/pan2-build/help/pan.omf.in
> <http://pan.omf.in>" --stringparam db2omf.scrollkeeper_cl
> "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
> `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/pan.xml || {
> rm -f "pan-C.omf"; exit 1; }
> db2omf: Could not construct the OMF subject element.
> Add a subject element to
> /home/fred/Téléchargements/pan-git/src/pan2-build/help/pan.omf.in
> <http://pan.omf.in>.
> make[2]: *** [pan-C.omf] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory
> `/home/fred/Téléchargements/pan-git/src/pan2-build/help'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/home/fred/Téléchargements/pan-git/src/pan2-build'
> make: *** [all] Error 2
> ==> ERROR: A failure occurred in build().
> Aborting...
>
>
> --
> Frederic Bezies
> [email protected] <mailto:[email protected]>
>
>
> _______________________________________________
> Pan-devel mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/pan-devel
Try --without-gnome-doc-help