Thanks I will try this out on both machines,
I have done
export CVSROOT=:pserver:anonymous_at_[hidden]:/afs/nd.edu/user1/lsc/CVSROOT
cvs login
(Logging in to anonymous_at_[hidden])
CVS password:
scooby> cvs update -P
cvs update: in directory .:
cvs [update aborted]: there is no version here; run 'cvs checkout' first
scooby> cvs checkout
cvs [checkout aborted]: must specify at least one module or directory
scooby> cvs checkout lam
cvs server: Updating lam
cvs server: failed to create lock directory for `/afs/nd.edu/user1/lsc/CVSROOT/lam' (/afs/nd.edu/user1/lsc/CVSROOT/lam/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository `/afs/nd.edu/user1/lsc/CVSROOT/lam'
cvs [server aborted]: read lock failed - giving up
scooby> ls /afs/nd.edu/user1/lsc/
AIX Faculty Software du.lsc
AcrobatDistiller Network Trash Folder Students include
Backups Poetry SysAdmin lib
CVSROOT Private TrueChange user.lums
Calendars Projects YESTRDAY www
Data Public ccse
scooby> ls /afs/nd.edu/user1/lsc/CVSROOT/
ls: /afs/nd.edu/user1/lsc/CVSROOT/: Permission denied
What is the version that I need to 'checkout'
Thanks,
Kevin.
On Wed, 31 Jan 2001, Jeff Squyres wrote:
> Greetings Kevin.
>
> Have you tried the latest version of LAM from our CVS tree?
>
> I think that have fixed most of these errors already, but it would be good
> to know for sure.
>
> See:
>
> http://www.lam-mpi.org/lam/cvs/
>
> Thanks.
>
>
>
> On Wed, 31 Jan 2001, Kevin Roy wrote:
>
> >
> > Hello,
> >
> > I am working with version 6.3.2 on an origin 2000 and a SGI IA64 system
> > and I am having problems compiling.
> >
> > The Origin 2000 error:
> > Firstly the definitions of two functions gethostname and snprintf
> > are conflicting with system ones and generating errors:
> >
> > cc-1143 cc: ERROR File = /usr/include/unistd.h, Line = 412
> > Declaration is incompatible with "int gethostname(char *, int)" (declared at
> > line 112 of "/ohome4/zzcgkev/lam64/include/lam_config.h").
> >
> > extern int gethostname(char *, size_t);
> > ^
> > and a similar one for snprintf. It seems configure is not picking up these
> > prototypes (the following is from configure):
> >
> > checking for prototype of snprintf... no
> > checking for prototype of gethostname... no
> >
> > When I have manually changed the include files in share/h/ (I probably
> > haven't changed the right thing, and affected it universally) it has
> > compiled but when running lamboot, I get
> >
> > dli_inet (sfh_sock_open_clt_inet_stm): Cannot assign requested address
> >
> > This may be linked to the altering of include files.
> >
> > My configure line is (note I am trying to compile in 64 bit mode)
> > ./configure --with-cc=cc --with-cpp=CC --with-fc=f90 \
> > --prefix=/ohome4/zzcgkev/lam64 --with-cflags=-64 \
> > --with-fflags=-64 --with-cppflags=-64
> >
> >
> > IA-64:
> > I get the error when compiling:
> >
> > sgicc -DLAM_BUILDING=1 -O3 -I/lhome/zzcgukr/lam/include -DDEFP=\"/lhome/zzcgukr/lam\" -c ../../../share/args/snprintf.c
> > ../../../share/args/snprintf.c: In function `lam_snprintf':
> > ../../../share/args/snprintf.c:109: `char' is promoted to `int' when passed through `...'
> > ../../../share/args/snprintf.c:109: (so you should pass `int' not `char' to `va_arg')
> >
> >
> > I have noticed that the SGI compilers for this system are a lot stricter on
> > syntax.
> >
> > Any suggestions on how to get around these would be greatfully recieved.
> >
> > Kevin.
> >
> >
> > --------------------------------------------------------------------
> > | Kevin Roy |
> > | |
> > | Address: Manchester Computing Telephone: +44 161 275 7031 |
> > | Oxford Road Fax: +44 161 275 6040 |
> > | Manchester |
> > | M13 9PL Email: Kevin.Roy_at_[hidden] |
> > --------------------------------------------------------------------
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > This list is archived at http://www.lam-mpi.org/MailArchives/lam/
> >
>
> {+} Jeff Squyres
> {+} squyres_at_[hidden]
> {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
> {+} "I came to ND for 4 years and ended up staying for a decade"
>
>
>
--------------------------------------------------------------------
| Kevin Roy |
| |
| Address: Manchester Computing Telephone: +44 161 275 7031 |
| Oxford Road Fax: +44 161 275 6040 |
| Manchester |
| M13 9PL Email: Kevin.Roy_at_[hidden] |
--------------------------------------------------------------------
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|