Opened 5 years ago
Closed 5 years ago
#4435 closed defect (invalid)
Proj regression failure "transform: no system list, errno: 22"
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: | Algunenano |
Description (last modified by )
Something in the proj changes has triggered an OSX error.
SELECT ST_Transform('SRID=4326; POINT(0 0)'::geometry, 3906); psql: ERROR: transform: no system list, errno: 22 (22)
Change History (3)
comment:1 by , 5 years ago
Summary: | Proj regression failure → Proj regression failure "transform: no system list, errno: 22" |
---|
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
comment:3 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Rebuild of proj made this go away. Chalking it up to weird environment stuff.