Want to build but not install system perl - FBSD 4.x

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Jun 6 15:25:43 GMT 2004


On Sun, Jun 06, 2004 at 09:45:43AM -0400, Jed Clear wrote:

> My question is can I tweak the make.conf on the K6 to build the system
> perl, but not use or installworld it?  Removing NOPERL seems like it
> would cause the build of system perl, but I'm not sure if it would also
> cause it to be installed.  Installing it on the K6 wouldn't be too bad,
> however I want to make sure port perl continues to be used on the K6. 
> Is there a good explanation of the make.conf PERL variables as well as
> the interaction of system and port perl in FreeBSD somewhere?

I don't think that's actually impossible, but it would require quite a
lot of faffing about to get right -- you would have to end up with
separate trees under /usr/obj for the 486 and non-486 builds, and
you'ld have to have quite a complicated /etc/make.conf and probably
some sort of external variable setting to singnal if you were doing a
486 build.

Probably what you should do instead is set up a jail on your build
server machine and use that to do make worlds for your 486 box.  It
will be a lot simpler in the long run.  You should be able to use a
loopback NFS mount, or mount_null(8) so you only have one copy of
/usr/src that you need to keep cvsup'd to date.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20040606/06121358/attachment.bin


More information about the freebsd-perl mailing list