Opened 7 years ago
Closed 7 years ago
#3912 closed defect (fixed)
glibtoolize doesn't install install-sh
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.2.7 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description
When bundling using make_dist.sh from within the respository directory, glibtoolize will fail to include install-sh
because it sees that a copy already exists one level above it in ..
.
Change History (20)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
The HOWTO_RELEASE file seems to prescribe testing the build after tarball is made:
- Run: sh make_dist.sh $rev (or use debbie for this) - Build and test generated tarball (including extension upgrade)
Should it be more explicit in recommending _not_ to run ./autogen.sh ?
comment:8 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
As noted in #3916 this change broke my ability to
make install.
For some reason @INSTALL@ is resolving to ../ instead of ../install-sh
Manually editing generated make files to add in install-sh works.
Also you have the milestone flagged wrong on this sinc eyou push it to 2.2 and I'd also like to yell and scream that you did not note this change in the NEWS files.
comment:9 by , 7 years ago
Priority: | medium → blocker |
---|
comment:10 by , 7 years ago
Milestone: | PostGIS 2.4.2 → PostGIS 2.2.7 |
---|
comment:11 by , 7 years ago
Make sure there's no "install-sh" in your path when running ./autogen.sh,
try moving source tree around. Also see if adding AC_PROG_INSTALL
to configure.ac
helps.
Sandro reports that