[postgis-tickets] [PostGIS] #5249: check-no-trailing-blanks

PostGIS trac at osgeo.org
Sun Sep 25 19:22:37 PDT 2022


#5249: check-no-trailing-blanks
----------------------+---------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 3.4.0
 Component:  sfcgal   |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------
Changes (by robe):

 * priority:  medium => blocker


Old description:

> {{{
> 21:15:21 PostGIS was built successfully. Ready to install.
> 21:15:21 ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
> 21:15:21        grep -v lwin_wkt_lex.c | \
> 21:15:21        grep -v lwin_wkt_parse | \
> 21:15:21        grep -v lookup3 | \
> 21:15:21        grep -v vector_tile.pb-c | \
> 21:15:21        grep -v postgis/sqldefines.h | \
> 21:15:21        grep -v deps/ | \
> 21:15:21        xargs grep -n '[[:space:]]$'
> 21:15:22 ./liblwgeom/lwgeom_sfcgal.c:49:        snprintf(version,
> MAX_LENGTH_SFCGAL_FULL_VERSION,
> 21:15:22 ./liblwgeom/lwgeom_sfcgal.c:50:                "SFCGAL=\"%s\"
> CGAL=\"Unknown\" Boost=\"Unknown\"",
> 21:15:22 make: *** [GNUmakefile:59: check-no-trailing-blanks] Error 1
> 21:15:22 Build step 'Execute shell' marked build as failure
> }}}
>

> I didn't think we changed sfcgal recently so not sure why this error

New description:

 {{{
 21:15:21 PostGIS was built successfully. Ready to install.
 21:15:21 ! find . -name '*.c' -o -name '*.h' -o -name '*.proto' | \
 21:15:21        grep -v lwin_wkt_lex.c | \
 21:15:21        grep -v lwin_wkt_parse | \
 21:15:21        grep -v lookup3 | \
 21:15:21        grep -v vector_tile.pb-c | \
 21:15:21        grep -v postgis/sqldefines.h | \
 21:15:21        grep -v deps/ | \
 21:15:21        xargs grep -n '[[:space:]]$'
 21:15:22 ./liblwgeom/lwgeom_sfcgal.c:49:        snprintf(version,
 MAX_LENGTH_SFCGAL_FULL_VERSION,
 21:15:22 ./liblwgeom/lwgeom_sfcgal.c:50:                "SFCGAL=\"%s\"
 CGAL=\"Unknown\" Boost=\"Unknown\"",
 21:15:22 make: *** [GNUmakefile:59: check-no-trailing-blanks] Error 1
 21:15:22 Build step 'Execute shell' marked build as failure
 }}}


 I didn't think we changed sfcgal recently so not sure why this error

--
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5249#comment:1>
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