#2719 closed defect (fixed)
make install fails on debbie
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | 2.1.x |
Keywords: | Cc: |
Description
This is annoying in trying to implement —extension it seems the make install step doesn't work on debbie. Gives
make[1]: Entering directory `/var/lib/jenkins/workspace/postgis/regress_pgdev/branches/2.2/liblwgeom' /bin/bash ../libtool --mode=install /bin/bash ../install-sh liblwgeom.la "/usr/local/lib/liblwgeom.la" libtool: install: /bin/bash ../install-sh .libs/liblwgeom-2.2.0dev.so /usr/local/lib/liblwgeom-2.2.0dev.so cp: cannot create regular file `/usr/local/lib/_inst.10400_': Permission denied make[1]: *** [install-liblwgeom] Error 1 make[1]: Leaving directory `/var/lib/jenkins/workspace/postgis/regress_pgdev/branches/2.2/liblwgeom' make: *** [install] Error 1 Build step 'Execute shell' marked build as failure
very annoying. Why do we install stuff in /usr/local/lib again?
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I'll have to check. I think I disabled make install building on her cause I couldn't get it to work because of this.
comment:3 by , 7 years ago
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
there's make install in scripts now and no failures, so this is obsolete.
Note:
See TracTickets
for help on using tickets.
Does this still happen ?