#5249 closed defect (fixed)

check-no-trailing-blanks

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.4.0
Component: sfcgal Version: master
Keywords: Cc:

Description (last modified by robe)

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

Change History (3)

comment:1 by robe, 19 months ago

Description: modified (diff)
Priority: mediumblocker

comment:2 by robe, 19 months ago

aha looks like sfcgal was changed in this commit [0a9143fe9d/git]

comment:3 by Regina Obe <lr@…>, 19 months ago

Resolution: fixed
Status: newclosed

In a24b6b71/git:

Fix trailing whitespace. Closes #5249

Note: See TracTickets for help on using tickets.