T.R | Title | User | Personal Name | Date | Lines |
---|
445.1 | ar cannot make a temp file | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Nov 19 1993 19:31 | 23 |
| Date Of Receipt: 19-NOV-1993 15:16:26.51
From: QUARRY::lmiller "Lee Miller USG/ULAN 19-Nov-1993 1516"
To: [email protected]
CC: [email protected]
Subj: ar cannot make a temp file
[bubble: /usr/staff/lmiller/sb/alpha/src/usr/ccs/lib/libretired_malloc] 35 > build
relative path: ./usr/ccs/lib/libretired_malloc.
cd ../../../../../obj/alpha/usr/ccs/lib/libretired_malloc
/usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/cc -std0 -EL -c -DBSD44 -DMSG -DNLS -D__WCHAR_T_LEN=4 -Wf,-wchar32 -DMACH -DCMU -DOSF -Dalpha -D__alpha__ -D__alpha -Dunix -D__unix__ -D_SHARED_LIBRARIES -O2 -Olimit 5000 -I `genpath -I.` `genpath ` -I/usr/staff/lmiller/sb/alpha/export/alpha/usr/include -I/usr/sde/osf1/build/agosminor/export/alpha/usr/include ../../../../../../src/usr/ccs/lib/libretired_malloc/malloc.c
/usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/ar cr libretired_malloc.a malloc.o
/usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/ar: Error: cannot create temp file
*** Exit 1
Stop.
in my env is:
TMPDIR=/share/quarry/usr/projects/lang6/lmiller/tmp
TEMPDIR=/share/quarry/usr/projects/lang6/lmiller/tmp
how do i resolve this problem?
Lee....
|
445.2 | Re: ar cannot make a temp file | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Fri Nov 19 1993 19:41 | 36 |
| Date Of Receipt: 19-NOV-1993 16:49:22.65
From: FLUME::"[email protected]"
To: [email protected]
CC: [email protected], [email protected] (Neil O'Brien USG/DE)
Subj: Re: ar cannot make a temp file
Undefine TMPDIR in your environment. We had to do this in the build as ar was
fixed and now will try and use this if defined.
-Grant
>
> [bubble:/usr/staff/lmiller/sb/alpha/src/usr/ccs/lib/libretired_malloc] 35 > build
> relative path: ./usr/ccs/lib/libretired_malloc.
> cd ../../../../../obj/alpha/usr/ccs/lib/libretired_malloc
> /usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/cc -std0 -EL -c -DBSD44 -DMSG -DNLS -D__WCHAR_T_LEN=4 -Wf,-wchar32 -DMACH -DCMU -DOSF -Dalpha -D__alpha__ -D__alpha -Dunix -D__unix__ -D_SHARED_LIBRARIES -O2 -Olimit 5000 -I `genpa> th -I.` `genpath ` -I/usr/staff/lmiller/sb/alpha/export/alpha/usr/include -I/usr/sde/osf1/build/agosminor/export/alpha/usr/include ../../../../../../src/usr/ccs/lib/libretired_malloc/malloc.c
> /usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/ar cr libretired_malloc.a malloc.o
> /usr/sde/osf1/build/agosminor/tools/alpha_OSF1/alpha/acc/ar: Error: cannot create temp file
> *** Exit 1
> Stop.
>
> in my env is:
> TMPDIR=/share/quarry/usr/projects/lang6/lmiller/tmp
> TEMPDIR=/share/quarry/usr/projects/lang6/lmiller/tmp
>
> how do i resolve this problem?
>
> Lee....
>
>
--
-Grant
|