Re: Debian, Arch or Gentoo?

From: Christopher Browne (cbbrowne_at_acm.org)
Date: 07/04/05


Date: Mon, 04 Jul 2005 00:05:05 -0400

In the last exciting episode, John Hasler <john@dhh.gt.org> wrote:
> Christopher Browne writes:
>> It might have actually encouraged getting something into place that
>> roughly corresponds to a BSD "core" (which represents kernel
>> + tools required to compile kernel + enough to bootstrap Ports)
>> for Linux, which would be a useful sort of understanding.
>
> Just install kernel-package on a Debian base system.

Not enough, by a long shot.

That draws in GCC and Perl and a couple other things that are enough
to build the kernel, but nothing more.

The "BSD core" needs to include all of the tools needed to *build* the
"core," meaning that it would need:
 - Bash
 - Bison/Flex
 - Whatever is needed to build LILO/Grub
 - Libc
 - bzip/gzip
 - whatever is needful to build Perl, Bash, and such, which
   includes autoconf, m4, make, awk, and some bunch of other tools
   that I'm not remembering offhand.

Most of the BSD systems have dropped Perl from the "core" in favor of
using shell and awk scripts and such as this diminishes the complexity
of things. They were finding that they needed to have a "Perl in
core" in addition to one in 'pure userspace', the former being
minimally configured so that it didn't draw the whole world into core,
and the latter being permitted to link to anything CPAN has to
offer...

-- 
output = ("cbbrowne" "@" "gmail.com")
http://linuxdatabases.info/info/slony.html
"This is very  curious ... as if someone was eating  the wrong sort of
mushrooms when they invented this sort of thing" -- Arthur Norman


Relevant Pages

  • beginners Digest 28 May 2008 16:42:36 -0000 Issue 3467
    ... First time using Perl & PDF::API2 ... Getting Segmentation fault ... 101000 by: Rajnikant ... I use sort to give the max of an array something like this ...
    (perl.beginners)
  • Re: sorting data - hash vs. list
    ... >> this group, but I won't be posting anymore, ... >> as to follow the guidlines would yeild from me little. ... But I never ask about anything other than perl here. ... and you did not want to read all of it to sort it. ...
    (comp.lang.perl.misc)
  • Re: 12 hour clock and offset problem
    ... Some suspect Perl ... is an interface between a user and C core functions. ... You do not have a clue why your so popular "don't reinvent the wheel" ... This is reinventing the wheel! ...
    (comp.lang.perl.misc)
  • Re: how do I sort each text block in a file?
    ... the file and sort the chunks with perl, ... I'll leave it to the awk ... does not process input lines without explicit instructions. ...
    (comp.unix.shell)
  • Re: Processing Multiple Large Files
    ... , each core is a separate CPU. ... I expect that Perl is the same. ... The point is that Erlang ... Erlang is optimized for multithreading which might be the ...
    (comp.lang.perl.misc)