-
Notifications
You must be signed in to change notification settings - Fork 2
Errors running makefile #13
Comments
Hrm, it looks like the schema needs to be updated. I will try to investigate shortly. |
@stepps00 It is not a schema thing, I just read the issue quickly in between a number of other things. The problem is caused by the fact that this package has not been updated to account for Go modules (which is a better way, overall, to handle dependencies). Can you please try the following:
Assuming that works I'll merged to |
From a fresh clone of the repo, I ran the commands:
This seemed to install without issue, but when I run the command to index a single repository I get the following error:
|
Ah, yes. More (past) changes to the |
Try it now? (Don't forget to pull from BTW, you should specify |
This seems to work as expected, I no longer see the same errors. The next step would be to index the repo I'm interested in working with, as follows:
This also seems to work, I don't see any issues. However, when I try to use the
With the hierarchy now only containing the feature itself:
I've passed both Either way, I'm able to now run the makefile, so I think issue is fixed - thank you @thisisaaronland! |
I'm trying to setup a PIP service, via the cookbook documentation, but running into issues with this repo. I'm unable to build
wof-pgis-index
needed to index WOF records.Running
make
ormake bin
, I see the following errors:The text was updated successfully, but these errors were encountered: