[postgis-tickets] [PostGIS] #2962: debbie erroring on 2.2 doc building
PostGIS
trac at osgeo.org
Fri Oct 10 05:13:40 PDT 2014
#2962: debbie erroring on 2.2 doc building
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Getting this error:
{{{
generator.c: In function ‘checked_system’:
generator.c:56: warning: implicit declaration of function ‘WEXITSTATUS’
gcc -o generator styles.o generator.o ../../../liblwgeom/.libs/liblwgeom.a
-lm -L/var/lib/jenkins/workspace/pg/rel/pg9.2w64/lib -lcunit
generator.o: In function `checked_system':
/var/lib/jenkins/workspace/postgis/docs/branches/2.2/doc/html/image_src/generator.c:56:
undefined reference to `WEXITSTATUS'
/var/lib/jenkins/workspace/postgis/docs/branches/2.2/doc/html/image_src/generator.c:57:
undefined reference to `WEXITSTATUS'
collect2: ld returned 1 exit status
make[1]: *** [generator] Error 1
make[1]: Leaving directory
`/var/lib/jenkins/workspace/postgis/docs/branches/2.2/doc/html/image_src'
make: *** [images] Error 2
}}}
I tried clean checkout and didn't help.
before clean check out was giving erros such as
{{{
/usr/include/bits/string2.h: In function ‘__strpbrk_c2’:
/usr/include/bits/string2.h:1129: error: ‘size_t’ undeclared (first use in
this function)
/usr/include/bits/string2.h:1129: error: (Each undeclared identifier is
reported only once
/usr/include/bits/string2.h:1129: error: for each function it appears in.)
/usr/include/bits/string2.h:1129: error: expected ‘;’ before ‘__s’
/usr/include/bits/string2.h: In function ‘__strpbrk_c3’:
/usr/include/bits/string2.h:1142: error: ‘size_t’ undeclared (first use in
this function)
/usr/include/bits/string2.h:1142: error: expected ‘;’ before ‘__s’
}}}
This seems to have been happening for quite sometime (since September) but
I didn't notice since it was failing since it was registering as success.
I suspect its the image building so the html generation is fine which
might be why I never noticed since html docs were showing up with each new
change.
At first I thought this might be a result of patch upgrade on server, but
it doesn't seem to be affecting 2.1 doc building so think something in our
trunk code base changed to affect the doc image generator.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2962>
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