[rt-devel] warnings during make install

Jesse jesse at fsck.com
Mon Jul 23 21:54:26 EDT 2001


That's already in the  pre 2.0-.2 builds.  


On Mon, Jul 23, 2001 at 05:05:34PM -0400, Vivek Khera wrote:
> I've got perl 5.005_03 (stock FreeBSD 4.3).  During install, I get
> this warning, and then the man pages are installed in the
> /usr/local/lib/perl5/5.00503/man/man3 directory.
> 
> 'INSTALLSITEMAN1DIR' is not a known MakeMaker parameter name.
> 'INSTALLSITEMAN3DIR' is not a known MakeMaker parameter name.
> 
> And indeed, the Make Maker man page doesnt' mention these as existing.
> 
> Patch to fix rt-2.0.1:
> 
> --- #Makefile~	Mon Jul 23 17:03:13 2001
> +++ Makefile	Mon Jul 23 17:03:13 2001
> @@ -254,8 +254,8 @@
>  	chmod -R $(RT_READABLE_DIR_MODE) $(RT_LIB_PATH)
>  	( cd ./lib; \
>  	  $(PERL) Makefile.PL INSTALLSITELIB=$(RT_LIB_PATH) \
> -			      INSTALLSITEMAN1DIR=$(RT_MAN_PATH)/man1 \
> -			      INSTALLSITEMAN3DIR=$(RT_MAN_PATH)/man3 \
> +			      INSTALLMAN1DIR=$(RT_MAN_PATH)/man1 \
> +			      INSTALLMAN3DIR=$(RT_MAN_PATH)/man3 \
>  	    && make \
>  	    && make test \
>  	    && $(PERL) -p -i -e " s'!!RT_VERSION!!'$(RT_VERSION)'g;" blib/lib/RT.pm ;\
> 
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
> 

-- 
jesse reed vincent -- root at eruditorum.org -- jesse at fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

As I sit here alone looking at green text on a laptop in a mostly bare room listening 
to loud music wearing all black, I realize that that it is much less cool in real life :)
			--Richard Tibbetts
	




More information about the Rt-devel mailing list