Opened 9 years ago

Closed 5 years ago

#738 closed defect (wontfix)

Build error on RedHat 7 using Gnu Make

Reported by: mgtafel Owned by: strk
Priority: major Milestone: 3.6.4
Component: Build/Install Version: 3.4.2
Severity: Unassigned Keywords: RHEL7 Redhat make
Cc:

Description

Custom build of geos-3.4.2 on RHEL 7. This worked fine on RHEL 6.

user/group permissions are not an issue

Installing geos into a custom location, make install fails.

Steps:

./configure --prefix=${BUILD_BASE_DIR}/builds/geos-3.4.2

make

make install

Nothing to be done for `install-exec-am'.

test -z "${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate"
/usr/bin/mkdir -p "${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate"

/usr/bin/install -c -m 644 IndexedPointInAreaLocator.h PointOnGeometryLocator.h SimplePointInAreaLocator.h '${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate'

/usr/bin/install: ‘IndexedPointInAreaLocator.h’ and ‘${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate/IndexedPointInAreaLocator.h’ are the same file /usr/bin/install: ‘PointOnGeometryLocator.h’ and ‘${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate/PointOnGeometryLocator.h’ are the same file /usr/bin/install: ‘SimplePointInAreaLocator.h’ and ‘${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate/SimplePointInAreaLocator.h’ are the same file make[7]: * [install-geosHEADERS] Error 1 make[7]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate' make[6]: * [install-am] Error 2 make[6]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate' make[5]: * [install-recursive] Error 1 make[5]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm/locate' make[4]: * [install-recursive] Error 1 make[4]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos/algorithm' make[3]: * [install-recursive] Error 1 make[3]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include/geos' make[2]: * [install-recursive] Error 1 make[2]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2/include' make[1]: * [install-recursive] Error 1 make[1]: Leaving directory `${BUILD_BASE_DIR}/builds/geos-3.4.2' make: * [install] Error 2

Change History (5)

comment:1 by strk, 7 years ago

Milestone: 3.4.33.6.1

Ticket retargeted after milestone deleted

comment:2 by strk, 7 years ago

Milestone: 3.6.13.6.2

Ticket retargeted after milestone closed

comment:3 by strk, 7 years ago

Milestone: 3.6.23.6.3

Ticket retargeted after milestone closed

comment:4 by robe, 6 years ago

Milestone: 3.6.33.6.4

comment:5 by pramsey, 5 years ago

Resolution: wontfix
Status: newclosed

No love.

Note: See TracTickets for help on using tickets.