[postgis-tickets] [PostGIS] #3527: Localized manuals are missing from website
PostGIS
trac at osgeo.org
Mon Apr 11 08:31:44 PDT 2016
#3527: Localized manuals are missing from website
----------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.3
Component: website | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
I think doucmentation translation build is broken and has been for some
time
http://debbie.postgis.net:8080/view/PostGIS/job/PostGIS_docs_translations/
. I tried to fix the other day -- it was still pointing at 2.2 folder
which is why 2.2. has 2.3 builds. But fundamental problem is it's broken
Error is below - looks like the japan build has a ref we took out. Can
you fix?
{{{
make[2]: Entering directory
'/var/lib/jenkins/workspace/postgis/docs/branches/2.3_translations/doc/po/ja'
po2xml ../../extras_address_standardizer.xml
extras_address_standardizer.xml.po > extras_address_standardizer.xml
po2xml ../../extras_historytable.xml extras_historytable.xml.po >
extras_historytable.xml
po2xml ../../extras_tigergeocoder.xml extras_tigergeocoder.xml.po >
extras_tigergeocoder.xml
po2xml ../../extras_topology.xml extras_topology.xml.po >
extras_topology.xml
po2xml ../../extras.xml extras.xml.po > extras.xml
po2xml ../../faq_raster.xml faq_raster.xml.po > faq_raster.xml
po2xml ../../faq.xml faq.xml.po > faq.xml
po2xml ../../installation.xml installation.xml.po > installation.xml
po2xml ../../introduction.xml introduction.xml.po > introduction.xml
po2xml ../../performance_tips.xml performance_tips.xml.po >
performance_tips.xml
po2xml ../../postgis.xml postgis.xml.po > postgis.xml
po2xml ../../reference_accessor.xml reference_accessor.xml.po >
reference_accessor.xml
po2xml ../../reference_constructor.xml reference_constructor.xml.po >
reference_constructor.xml
po2xml ../../reference_editor.xml reference_editor.xml.po >
reference_editor.xml
po2xml ../../reference_exception.xml reference_exception.xml.po >
reference_exception.xml
po2xml ../../reference_guc.xml reference_guc.xml.po > reference_guc.xml
po2xml ../../reference_lrs.xml reference_lrs.xml.po > reference_lrs.xml
po2xml ../../reference_management.xml reference_management.xml.po >
reference_management.xml
po2xml ../../reference_measure.xml reference_measure.xml.po >
reference_measure.xml
po2xml ../../reference_sfcgal.xml reference_sfcgal.xml.po >
reference_sfcgal.xml
po2xml ../../reference_misc.xml reference_misc.xml.po > reference_misc.xml
po2xml ../../reference_operator.xml reference_operator.xml.po >
reference_operator.xml
po2xml ../../reference_output.xml reference_output.xml.po >
reference_output.xml
found empty tag para
po2xml ../../reference_processing.xml reference_processing.xml.po >
reference_processing.xml
po2xml ../../reference_raster.xml reference_raster.xml.po >
reference_raster.xml
po2xml ../../reference_temporal.xml reference_temporal.xml.po >
reference_temporal.xml
po2xml ../../reference_transaction.xml reference_transaction.xml.po >
reference_transaction.xml
po2xml ../../reference_type.xml reference_type.xml.po > reference_type.xml
po2xml ../../reference.xml reference.xml.po > reference.xml
po2xml ../../release_notes.xml release_notes.xml.po > release_notes.xml
po2xml ../../reporting.xml reporting.xml.po > reporting.xml
po2xml ../../using_postgis_app.xml using_postgis_app.xml.po >
using_postgis_app.xml
po2xml ../../using_postgis_dataman.xml using_postgis_dataman.xml.po >
using_postgis_dataman.xml
po2xml ../../using_raster_dataman.xml using_raster_dataman.xml.po >
using_raster_dataman.xml
/usr/bin/perl -lpe
"s'@@LAST_RELEASE_VERSION@@'2.3.0dev'g;s'@@POSTGIS_DOWNLOAD_URL@@'http://postgis.net/stuff'g;"
postgis.xml > postgis-out.xml
/usr/bin/xsltproc --novalid ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml
> postgis_aggs_mm.xml
/usr/bin/xmllint --loaddtd --xinclude --valid postgis-out.xml > /dev/null
postgis-out.xml:46: element xref: validity error : IDREF attribute linkend
references an unknown ID "ST_Line_Locate_Point"
postgis-out.xml:263: element xref: validity error : IDREF attribute
linkend references an unknown ID "ST_Line_Locate_Point"
../../Makefile:396: recipe for target 'check' failed
make[2]: *** [check] Error 4
make[2]: Leaving directory
'/var/lib/jenkins/workspace/postgis/docs/branches/2.3_translations/doc/po/ja'
../Makefile.local:13: recipe for target 'local-check' failed
make[1]: *** [local-check] Error 2
make[1]: Leaving directory
'/var/lib/jenkins/workspace/postgis/docs/branches/2.3_translations/doc/po/ja'
Makefile:400: recipe for target 'check-localized' failed
make: *** [check-localized] Error 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3527#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list