Opened 2 years ago
Closed 2 years ago
#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 )
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 , 2 years ago
Description: | modified (diff) |
---|---|
Priority: | medium → blocker |
comment:2 by , 2 years ago
Note:
See TracTickets
for help on using tickets.
aha looks like sfcgal was changed in this commit [0a9143fe9d/git]