Opened 11 years ago
Closed 11 years ago
#2323 closed defect (fixed)
doc po builds missing sfcgal items
Reported by: | robe | Owned by: | colivier |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | sfcgal | Version: | master |
Keywords: | Cc: |
Description
Discovered this when had to clear out the postgis doc build job because lwlibgeom could not be overwritten.
So doc build fails because of this:
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 ../../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_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 make[1]: *** No rule to make target `reference_sfcgal.xml.po', needed by `reference_sfcgal.xml'. Stop. make[1]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' make: *** [local-html] Error 2 make: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' make: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' rm -f html; ln -s ../../html html rm -f xsl; ln -s ../../xsl xsl make html make[1]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' po2xml ../../postgis.xml postgis.xml.po > postgis.xml /usr/bin/perl -lpe "s'@@LAST_RELEASE_VERSION@@'2.1.0beta2dev'g" postgis.xml > postgis-out.xml make -C html/image_src images make[2]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' make[2]: Nothing to be done for `images'. make[2]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' 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 ../../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_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 make[1]: *** No rule to make target `reference_sfcgal.xml.po', needed by `reference_sfcgal.xml'. Stop. make[1]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' make: *** [local-html] Error 2 make: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' Creating pdf for language it_IT... make[1]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' rm -f html; ln -s ../../html html rm -f xsl; ln -s ../../xsl xsl make pdf make[2]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' make -C html/image_src images make[3]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' make[3]: Nothing to be done for `images'. make[3]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' make[2]: *** No rule to make target `reference_sfcgal.xml.po', needed by `reference_sfcgal.xml'. Stop. make[2]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' make[1]: *** [local-pdf] Error 2 make[1]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/it_IT' Creating pdf for language pt_BR... make[1]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' rm -f html; ln -s ../../html html rm -f xsl; ln -s ../../xsl xsl make pdf make[2]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' make -C html/image_src images make[3]: Entering directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' make[3]: Nothing to be done for `images'. make[3]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/html/image_src' make[2]: *** No rule to make target `reference_sfcgal.xml.po', needed by `reference_sfcgal.xml'. Stop. make[2]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' make[1]: *** [local-pdf] Error 2 make[1]: Leaving directory `/var/lib/jenkins/workspace/postgis/docs/branches/2.1/doc/po/pt_BR' make: *** [pdf-localized] Error 2 cp: cannot stat `po/*/*.pdf': No such file or directory
I've already tagged beta 2 this will have to wait for beta3
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
I'll turn it back on and see. I had disabled it so it wwoulldnt give doc build errors.
comment:3 by , 11 years ago
Still broken: http://debbie.postgis.net:8080/job/PostGIS_2.1_docs/526/console
I've reenabled so should fail until it works:
http://debbie.postgis.net:8080/job/PostGIS_2.1_docs/
and should run for each commit.
I still need to set you up with login rights etc to bots (but the above should be viewable as a guest anyway)
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r11450 fix it
Thanks for debbie link...
Launch update-po and commited the generated reference_sfcgal.xml.pot as r11449
So i guess/hope it should be OK.
As i don't know how to test it, i keep the ticket open.