I recently download the AVS source tarball, and tried to compile it on a 5.10 
machine.  It seems that Makefile.master has an dependency on an external 
directory, when it tries to determine the VERSION variable:

                elif [ "$OSVERS" = "5.10" ]; then\
                                FGATE=nws10-gate; export FGATE;\
                                grep ONVERS 
/net/clarity.east/$FGATE/src/sun_nws/Makefile.config |\
                                cut -f2 -d= | sed -e "s/ //";\
                elif [ "$OSVERS" = "5.11" ]; then\
                                FGATE=nwsnv-gate; export FGATE;\
                                grep ONVERS 
/net/clarity.east/$FGATE/src/sun_nws/Makefile.config |\
                                cut -f2 -d= | sed -e "s/ //" | sed -e 
"s/$/\.0/";\

I'm new to OpenSolaris, and a little unsure of how to raise this as a bug ( if 
it is indeed a bug ).  Any pointers would be appreciated.
 
 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to