Opened 11 years ago

Closed 11 years ago

#2153 closed defect (fixed)

No rule to make target .../tiger_loader_2011.sql needed by sql_bits/tiger_geocoder.sql.in

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.1.0
Component: build Version: master
Keywords: Cc:

Description

make[2]: *** No rule to make target `../../extras/tiger_geocoder/tiger_2011/tables/tiger_loader_2011.sql', needed by `sql_bits/tiger_geocoder.sql.in'.  Stop.

The error is transient (ie: doesn't stop the build) but it is suspicious. It shouldn't happen, should it ?

Sounds EXTENTION-ish

Change History (4)

comment:1 by robe, 11 years ago

When did this start. I thought we fixed this a while ago unless I accidentally broke it changing postgis extension.

Which version of PostgreSQL are you using?

comment:2 by strk, 11 years ago

This is unrelated to postgresql version. The extensions/postgis_tiger_geocoder/Makefile.in is listing extras/tiger_geocoder/tiger_2011/tables/tiger_loader_2011.sql among its depedencies, but I only have extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql in there. Should tiger_loader_2011.sql be also there ? Or is it supposed to be generated ?

comment:3 by robe, 11 years ago

no that looks like a typo on my part. I know I haven't finished that yet but don't recall seeing those errors. I may not have been paying attention though. tiger_loader_2011 should not be there, should be replaced with tiger_loader_2012.sql.

I'll take a look next I have the chance.

comment:4 by robe, 11 years ago

Resolution: fixed
Status: newclosed

strk I think I fixed the issue at r10856. I've still got issues with my extension installing, but that's on a different ticket (not completed with it yet).

Anyway feel free to reopen this if you still have the issue.

Note: See TracTickets for help on using tickets.