Discussion:
6.2u5 memory reporting issue - building ge
coffman
2010-12-20 18:15:06 UTC
Permalink
Hello all,

I am trying to build O|SGE so I can drop in a version of execd that will
properly report memory usage. After reading several threads related to
this, it seemed that is what I would need to do. I have downloaded the
source via:

svn co https://gridscheduler.svn.sourceforge.net/svnroot/gridschedulergridscheduler

Now I am trying to run aimk to get things setup to build. This is my first
time trying to build GE and it seems a bit daunting and help would be
appreciated.

I am trying to build on rhel5u4.

The build arch is getting set to lx26-amd64 - is this correct? My current
install is lx24-amd64.

When I add the following to the aimk.private, it at least starts to build:

set CORE_HOME = /opt/grid-6.2u5/lib/lx24-amd64

But then I get a bunch of errors that look like the following:


../libs/lck/Makefile:103: ../libs/lck/lck_dependencies: No such file or
directory
../libs/rmon/Makefile:73: ../libs/rmon/rmon_dependencies: No such file or
directory
.
.
.
../clients/showq/Makefile:85: ../clients/showq/showq_dependencies: No such
file or directory
../utilbin/Makefile:79: ../utilbin/utilbin_dependencies: No such file or
directory

Any help to point me in the right direction would be greatly appreciated.
--
-MichaelC

------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=307526

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
templedf
2010-12-20 18:17:25 UTC
Permalink
Did you run:

aimk -only-depend
scripts/zerodepend
aimk depend

Daniel
Post by coffman
Hello all,
I am trying to build O|SGE so I can drop in a version of execd that will
properly report memory usage. After reading several threads related to
this, it seemed that is what I would need to do. I have downloaded the
svn co https://gridscheduler.svn.sourceforge.net/svnroot/gridschedulergridscheduler
Now I am trying to run aimk to get things setup to build. This is my first
time trying to build GE and it seems a bit daunting and help would be
appreciated.
I am trying to build on rhel5u4.
The build arch is getting set to lx26-amd64 - is this correct? My current
install is lx24-amd64.
set CORE_HOME = /opt/grid-6.2u5/lib/lx24-amd64
../libs/lck/Makefile:103: ../libs/lck/lck_dependencies: No such file or
directory
../libs/rmon/Makefile:73: ../libs/rmon/rmon_dependencies: No such file or
directory
.
.
.
../clients/showq/Makefile:85: ../clients/showq/showq_dependencies: No such
file or directory
../utilbin/Makefile:79: ../utilbin/utilbin_dependencies: No such file or
directory
Any help to point me in the right direction would be greatly appreciated.
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=307527

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
coffman
2010-12-20 18:49:29 UTC
Permalink
Thanks for the reply..

On Mon, Dec 20, 2010 at 11:17 AM, Daniel Templeton <
Post by templedf
No.
aimk -only-depend
scripts/zerodepend
aimk depend
aimk depend fails with:

cd .. && /bin/sh
builddir/sge/svn/gridscheduler/source/3rdparty/plpa/plpa-1.3.1/config/missing
--run automake-1.10 --foreign
builddir/sge/svn/gridscheduler/source/3rdparty/plpa/plpa-1.3.1/config/missing:
line 54: automake-1.10: command not found
WARNING: `automake-1.10' is missing on your system. You should only need it
if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd .. && /bin/sh
builddir/sge/svn/gridscheduler/source/3rdparty/plpa/plpa-1.3.1/config/missing
--run autoconf
aclocal.m4:20: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed
to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
`autoreconf'.
configure.ac:24: error: Autoconf version 2.59 or higher is required
configure.ac:24: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [../configure] Error 1


$ rpm -q automake
automake-1.9.6-2.1

Now tried just running

aimk

And get:

aclocal.m4:20: warning: this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed
to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
`autoreconf'.
configure.ac:24: error: Autoconf version 2.59 or higher is required
configure.ac:24: the top level
autom4te: /usr/bin/m4 failed with exit status: 1

I don't see how to run autoreconf...
Post by templedf
Daniel
Post by coffman
Hello all,
I am trying to build O|SGE so I can drop in a version of execd that will
properly report memory usage. After reading several threads related to
this, it seemed that is what I would need to do. I have downloaded the
svn co
https://gridscheduler.svn.sourceforge.net/svnroot/gridschedulergridscheduler
Now I am trying to run aimk to get things setup to build. This is my first
time trying to build GE and it seems a bit daunting and help would be
appreciated.
I am trying to build on rhel5u4.
The build arch is getting set to lx26-amd64 - is this correct? My current
install is lx24-amd64.
set CORE_HOME = /opt/grid-6.2u5/lib/lx24-amd64
../libs/lck/Makefile:103: ../libs/lck/lck_dependencies: No such file or
directory
../libs/rmon/Makefile:73: ../libs/rmon/rmon_dependencies: No such file or
directory
.
.
.
../clients/showq/Makefile:85: ../clients/showq/showq_dependencies: No such
file or directory
../utilbin/Makefile:79: ../utilbin/utilbin_dependencies: No such file or
directory
Any help to point me in the right direction would be greatly appreciated.
--
-MichaelC

------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=307533

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
fx
2010-12-28 21:31:31 UTC
Permalink
Post by coffman
Hello all,
I am trying to build O|SGE so I can drop in a version of execd that
will properly report memory usage. After reading several threads
related to this, it seemed that is what I would need to do. I have
svn co https://gridscheduler.svn.sourceforge.net/svnroot/gridscheduler gridscheduler
Now I am trying to run aimk to get things setup to build. This is my
first time trying to build GE and it seems a bit daunting and help
would be appreciated.
Go to https://arc.liv.ac.uk/trac/SGE and follow the recipe for building
it after retrieving the latest snapshot
(http://arc.liv.ac.uk/downloads/SGE/sge-20101220.tar.gz). That has all
three (?) changes from OGS, plus a lot more, including docs. If you
have a problem with that, please report it, and I'll try to help.
--
Dave Love
Advanced Research Computing, Computing Services, University of Liverpool
AKA ***@gnu.org

------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=38&dsMessageId=310556

To unsubscribe from this discussion, e-mail: [users-***@gridengine.sunsource.net].
Loading...