#2088 closed defect (wontfix)
can we get rid of the xmllint check
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
I just noticed when running that we have
A call like this:
xmllint --loaddtd --xinclude --valid postgis-out.xml > /dev/null
I know I think all winnie's (and mine) are with make check, not make or make install and I'm wondering if its this line.
Do we really need to validate the xml in make check? Can we get rid of it?
Change History (5)
comment:1 by , 12 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
comment:3 by , 12 years ago
I think we should move it. The only reason xml needs to be used for regular checking is to generate the comments and then I would say we don't care about xmllint just care if the comments are installable or not.
We don't use make check for building docs.
comment:4 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS Future |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
this seems bearable. I'm not even sure it happens anymore or maybe it doesn't for me now that I set before I make
XSLTPROCFLAGS=
comment:5 by , 12 years ago
Milestone: | PostGIS Future → PostGIS 2.1.0 |
---|
I think "make check" should check everything built by "make" If docs are not built by "make" then we can move the check to an appropriately named rule (like "make docs-check" ?)