Hi Helen, Greetings !!!

I have over come all the problems and could compile the test suite from
TESTROOT this time but now I am stuck with the following..
Can you tell me which library am I missing here ?


thanks & regards
Parinay

...........
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/uidmapping
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/domain
/usr/sfw/bin/gcc -g  -lresolv -lsocket -lnsl -lpthread -L/usr/lib/nfs
-lmapid  -o resolv resolv.c
ld: fatal: library -lmapid: not found
ld: fatal: File processing errors. No output written to resolv
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `resolv'
Current working directory
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/domain
*** Error code 1
The following command caused the error:
if [ -d domain ]; then \
        (cd domain; pwd; \
        make install
TESTROOT=/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/ \
                MAKE64=# __GNUC= __SOS10=# );\
fi
make: Fatal error: Command failed for target `domain'
Current working directory
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests
*** Error code 1
The following command caused the error:
if [ -d other_tests ]; then \
        (cd other_tests; pwd; \
        make install
TESTROOT=/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/ \
                MAKE64=# __GNUC= __SOS10=#;\
        if [ -d
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test//exe.sparc/other_tests ];
then \
                chmod 0777
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test//exe.sparc/other_tests; \
        fi ); \
fi
make: Fatal error: Command failed for target `other_tests'
Current working directory
/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests
*** Error code 1
make: Fatal error: Command failed for target `tests'
-bash-3.00#


On 7/3/07, Helen Chao <helen.chao at sun.com> wrote:
>
> parinay wrote:
> > Hi Helen,
> >
> > The compilations of nfsv4shell was successfull. But while I am trying
> > to compile various subtests , few compiled well but for few I am
> > getting this message,
> >
> > Makefile:40: ***missing separator. Stop
> >
> > where the line number changes as per the subtest.
> >
> > I am sorry to bother you, but I am unable to resolve this
> >
>
> Hi Parinay,
>
> I am guessing this is similar to the makefile variable issue.  You may
> modify
> all the Makefiles in those sub directories to make sure they don't use
> variables,
> i.e. hard-code your values there.
>
> Another thinking is that the test source in open-solaris is tested with
> the
> opensolaris express bits.  There maybe issue with systems running
> Solaris 10.
>
>
> --
>
> Thanks,
> Helen
>
>
>


-- 
easy is right
begin right and you're easy
continue easy and you're right
the right way to go easy is to forget the right way
and forget that the going is easy....

Reply via email to