Eva Hocks
2017-04-04 20:41:27 UTC
whatever I do I can't seem to get drmaa correctly build in torque 4.2.9
Making install in drmaa
make[3]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa'
Making install in src
make[4]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
make install-am
make[5]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
make[6]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
test -z
"/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64" || /bin/mkdir -p "/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64"
/bin/sh ../../../libtool --tag=CXX --mode=install /usr/bin/install -c libdrmaa.la '/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64'
libtool: install: error: cannot install `libdrmaa.la' to a directory not ending in /opt/torque/lib
make[6]: *** [install-libLTLIBRARIES] Error 1
And yes, I did run make clean with the very same error afterwards.
If I run the libtool with ...lib manually it creates the library but I
would prefer to create an rpm
/bin/sh ../../../libtool --tag=CXX --mode=install /usr/bin/install -c libdrmaa.la '/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib'
Any hint how to get this it qork would be rather much appreciated!
Thanks
Eva
Making install in drmaa
make[3]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa'
Making install in src
make[4]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
make install-am
make[5]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
make[6]: Entering directory
`/opt/rocks/share/devel/src/roll/torque-roll/BUILD/torque-4.2.9/src/drmaa/src'
test -z
"/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64" || /bin/mkdir -p "/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64"
/bin/sh ../../../libtool --tag=CXX --mode=install /usr/bin/install -c libdrmaa.la '/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib64'
libtool: install: error: cannot install `libdrmaa.la' to a directory not ending in /opt/torque/lib
make[6]: *** [install-libLTLIBRARIES] Error 1
And yes, I did run make clean with the very same error afterwards.
If I run the libtool with ...lib manually it creates the library but I
would prefer to create an rpm
/bin/sh ../../../libtool --tag=CXX --mode=install /usr/bin/install -c libdrmaa.la '/opt/rocks/share/devel/src/roll/torque-roll/BUILDROOT/torque-4.2.9-1.x86_64/opt/torque/lib'
Any hint how to get this it qork would be rather much appreciated!
Thanks
Eva