AIX 370 1.2.1, Andrew filesystem through an AFS(3.1b)/NFS translator

I'm trying to build a random archive library on the Andrew Filesystem.

Here's the error message:

[EMAIL PROTECTED] /distrib (295) pwd
/afs/rpi.edu/dept/meche/netlib/odepack/distrib
[EMAIL PROTECTED] /distrib (296) make 370
        make SYS=370_aix12 FFLAGS=FFLAGS="-f'opt(2),vec(report)'"
        fvs FFLAGS=-f'opt(2),vec(report)'  -c adjlr.f
        ar rv /afs/rpi.edu/dept/meche/netlib/odepack/370_aix12/lib/libodepack.a
adjlr.o
a - adjlr.o
ar: creating /afs/rpi.edu/dept/meche/netlib/odepack/370_aix12/lib/libodepack.a
ar:file system full, can't write to /afs/rpi.edu/dept/meche/netlib/odepack/370_a
ix12/lib/libodepack.a
ar:archive symbol table is empty in archive /afs/rpi.edu/dept/meche/netlib/odepa
ck/370_aix12/lib/libodepack.a
ar: execute ``ar ts /afs/rpi.edu/dept/meche/netlib/odepack/370_aix12/lib/libodep
ack.a'' to restore archive symbol table
*** Error code 1

Stop.
*** Error code 1

Stop.

But here, I check out the library:

[EMAIL PROTECTED] /distrib (297) cd ../370_aix12/lib/
[EMAIL PROTECTED] /lib (298) date
Wed Aug 05 21:06:28 EDT 1992
[EMAIL PROTECTED] /lib (299) ar tv libodepack.a
rw-rw-rw- 15636   4000   1002 Aug 05 21:05 1992 adjlr.o
[EMAIL PROTECTED] /lib (300) ar x libodepack.a
[EMAIL PROTECTED] /lib (301) cmp adjlr.o ../../distrib/adjlr.o

Here I check that I can build a library in /tmp

[EMAIL PROTECTED] /lib (302) ar rv /tmp/libodepack.a adjlr.o
a - adjlr.o
ar: creating /tmp/libodepack.a

So on AFS, "ar" thinks there's a problem with creating the archive and
quits.  Meanwhile, the archive is created fine, and can be verified.

Note also, that there is no problem running "ar" on /tmp.

Has anybody out there been able to build an archive library on
AFS with AIX 370?

Thanks in advance,

Brian

(I'm posting to usenet and the AFS mailing list.  Sorry if you
read this twice.)

Reply via email to