[postgis-tickets] [PostGIS] #5441: winnie is trying to build translation docs
PostGIS
trac at osgeo.org
Thu Jul 13 03:50:32 PDT 2023
#5441: winnie is trying to build translation docs
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: build/upgrade/install | Version: 3.3.x
Keywords: |
-----------------------------------+---------------------------
Looks like winnie's windows builds stopped on 7/3/2023.
Looks like it is failing on make install because she's trying to build
translations.
I don't need docs built. Need to have a way to turn this off.
Example error:
https://winnie.postgis.net/job/PostGIS_2_windows_PGVERSION_winnie/14464/console
She doesn't even have ability to build pdfs so why is pdf-clean even
running
{{{
make[3]: Leaving directory '/projects/postgis/branches/3.4/doc/po/ru'
make[2]: Leaving directory '/projects/postgis/branches/3.4/doc/po/ru'
rm -f postgis*-en.pdf
rule=pdf-clean; \
for lang in it_IT pt_BR fr es pl ko_KR de ja ru; do \
echo "Making $rule for language $lang..."; \
make -C po/$lang local-$rule || exit 1; \
done
Making pdf-clean for language it_IT...
make[2]: Entering directory '/projects/postgis/branches/3.4/doc/po/it_IT'
ln -sf ../../html .
ln: ./html: cannot overwrite directory
make[2]: *** [../Makefile.local:21: symlinks] Error 1
make[2]: Leaving directory '/projects/postgis/branches/3.4/doc/po/it_IT'
make[1]: *** [Makefile:347: pdf-clean-localized] Error 1
make[1]: Leaving directory '/projects/postgis/branches/3.4/doc'
make: *** [GNUmakefile:188: docs-clean] Error 2
E:\jenkins\postgis>E:
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5441>
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