#5522 closed defect (fixed)

cp: cannot create regular file 'expected/test-upgrade.out': No such file or directory

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 3.4.1
Component: tiger geocoder Version: 3.4.x
Keywords: Cc:

Description

In master branch:

root@5fc637b9a827:/postgis/postgis/build/pg12/extensions/postgis_tiger_geocoder# make
cp sql/test-upgrade.sql expected/test-upgrade.out
cp: cannot create regular file 'expected/test-upgrade.out': No such file or directory

Change History (3)

comment:1 by strk, 11 months ago

The problem is that an expected/ directory exists in the source tree so as the rule to create it is not PHONY it won't run (as it exists, according to VPATH)

comment:2 by Sandro Santilli <strk@…>, 11 months ago

In a25edd67/git:

Make sure the expected/ dir is created in build tree

References #5522 in master branch (3.5.0dev)

comment:3 by Sandro Santilli <strk@…>, 11 months ago

Resolution: fixed
Status: newclosed

In f75b788/git:

Make sure the expected/ dir is created in build tree

Closes #5522 in 3.4 branch (3.4.1dev)

Note: See TracTickets for help on using tickets.