Re: [SGE-discuss] Problem running aimk

2016-06-24 Thread Dave Love
Himanshu Joshi writes: > My machine says > Package rpm-4.11.3-17.el7.x86_64 already installed and latest version > and > Installing : > dpkg-1.16.16-5.el7.x86_64 So you have an el7 system, and you certainly don't want dpkg to install packages on it. If you don't trust the el7 binary packages, y

Re: [SGE-discuss] Problem running aimk

2016-06-23 Thread Himanshu Joshi
My machine says Package rpm-4.11.3-17.el7.x86_64 already installed and latest version and Installing : dpkg-1.16.16-5.el7.x86_64 1/1 Verifying : dpkg-1.16.16-5.el7.x86_64 1/1 Installed: dpkg.x86_64 0:1.16.16-5.el7 Complete! I am worried why can't aimk gives an output that "The following p

Re: [SGE-discuss] Problem running aimk

2016-06-22 Thread Dave Love
If you're on a GNU/Linux distribution that can't use the rpm or dpkg packaging, you can at least look at the packages they require and the build recipes they use. You should be able to deduce the right ones for your system. Also, if the README.BUILD file isn't right, please raise an issue. __

Re: [SGE-discuss] Problem running aimk

2016-06-22 Thread Himanshu Joshi
Thanks, But this is a result of no-java only. I have used the command "sh scripts/bootstrap.sh ./aimk -no-java -no-jni && ./aimk -system-libs -no-gui-inst -no-java -no-jni" Because the same error was there with "sh scripts/bootstrap.sh ./aimk" No-java did not helped I doubt this is something el

Re: [SGE-discuss] Problem running aimk

2016-06-22 Thread Reuti
Do you need Java support in DRMAA? You can otherwise invoke `aimk` with "-nojava" and disregard this feature. -- Reuti > Am 22.06.2016 um 15:13 schrieb Himanshu Joshi : > > Thanks a lot Reuti, > > Now ./aimk command stuck with > > Could not find a path to JavaCC.zip or javacc.jar from '/usr/

Re: [SGE-discuss] Problem running aimk

2016-06-22 Thread Himanshu Joshi
Thanks a lot Reuti, Now ./aimk command stuck with Could not find a path to JavaCC.zip or javacc.jar from '/usr/share/java' BUILD FAILED [java] /root/SGE/sge-8.1.9/source/libs/jgdi/build.xml:416: Java returned: 1 [java] [java] Total time: 5 seconds BUILD FAILED /root/SGE/sge-8.1.9/

Re: [SGE-discuss] Problem running aimk

2016-06-22 Thread Reuti
Hi, > Am 20.06.2016 um 15:20 schrieb Himanshu Joshi : > > Hello SGE'rs, > > I am usinf FSL from long time. I tries to develop parallel computing > environment using SGE and downloaded 8.1.9 version and followed the > instructions > I was able to execute bootstrap.sh but while running ./aimk th