Discussion:
[CI] [PATCH]cluster tools build fix.
Aneesh Kumar K.V
2002-04-10 07:19:02 UTC
Permalink
Hi Brian,

In the case of cluster tools we don't have architecture specific header
files ( include/asm). Because of this the build on Alpha was failing.
The following patch to the top level Makefile will create asm as a
symlink to asm-i386/asm-alpha.

To apply this patch to CVS I need to delete the asm directory and create
two new directory asm-i386 and asm-alpha. I also found a difference
between asm-i386/unistd.h and the one found in the linux kernel( sys
call number 245 ).I guess I should place unistd.h coming along with
ssi-kernel in the cluster tools.Since it involve deleting the directory
in the CVS repository I guess i will send the patch to you first.

Sorry for the trouble.

-aneesh
Aneesh Kumar K.V
2002-04-10 07:44:03 UTC
Permalink
Hi,

That patch doesn't work for i686 . So doing a cut and paste from Linux
kernel source.

Attached below is the new patch.

-aneesh
Post by Aneesh Kumar K.V
Hi Brian,
In the case of cluster tools we don't have architecture specific header
files ( include/asm). Because of this the build on Alpha was failing.
The following patch to the top level Makefile will create asm as a
symlink to asm-i386/asm-alpha.
To apply this patch to CVS I need to delete the asm directory and create
two new directory asm-i386 and asm-alpha. I also found a difference
between asm-i386/unistd.h and the one found in the linux kernel( sys
call number 245 ).I guess I should place unistd.h coming along with
ssi-kernel in the cluster tools.Since it involve deleting the directory
in the CVS repository I guess i will send the patch to you first.
Sorry for the trouble.
-aneesh
Brian J. Watson
2002-04-10 19:34:35 UTC
Permalink
Post by Aneesh Kumar K.V
To apply this patch to CVS I need to delete the asm directory and create
two new directory asm-i386 and asm-alpha. I also found a difference
between asm-i386/unistd.h and the one found in the linux kernel( sys
call number 245 ).I guess I should place unistd.h coming along with
ssi-kernel in the cluster tools.Since it involve deleting the directory
in the CVS repository I guess i will send the patch to you first.
That sounds good. Put in a support request with SourceForge to move
cluster-tools/include/asm to cluster-tools/include/asm-i386 in the
ci-linux repository. You can submit the request through this URL:
https://sourceforge.net/tracker/?func=add&group_id=1&atid=200001

After they do that, you can add the asm-alpha directory and your
Makefile changes through the CVS interface.

Actually, can you checkin the asm-alpha directory right now? I want to
roll a new cluster-tools release before the end of the week, and I'll
include your changes in the tarball. Don't checkin the Makefile changes,
however, until SourceForge handles your request.
--
Brian Watson | "Now I don't know, but I been told it's
Software Developer | hard to run with the weight of gold,
Open SSI Clustering Project | Other hand I heard it said, it's
Compaq Computer Corp | just as hard with the weight of lead."
| -Robert Hunter, 1970

mailto:***@compaq.com
http://opensource.compaq.com/
Brian J. Watson
2002-04-12 15:42:40 UTC
Permalink
Post by Brian J. Watson
Actually, can you checkin the asm-alpha directory right now? I want to
roll a new cluster-tools release before the end of the week, and I'll
include your changes in the tarball.
Thanks for the checkin, Aneesh. Unfortunately, I don't have the time to
roll the release this week. I'm going on vacation tomorrow, and won't be
back until the 22nd. I have enough time to wrap up the preliminary draft
of the SSI Using UML HOWTO, and its associated SSI/UML binary release.

By then, your support request should be handled by SourceForge.
--
Brian Watson | "Now I don't know, but I been told it's
Software Developer | hard to run with the weight of gold,
Open SSI Clustering Project | Other hand I heard it said, it's
Compaq Computer Corp | just as hard with the weight of lead."
| -Robert Hunter, 1970

mailto:***@compaq.com
http://opensource.compaq.com/
Loading...